Trace number 4263128

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? (problem) 1839.9399 495.58499

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-20-9.xml
MD5SUMddafb9a8cc33bb4ebb1c12b838f3d57d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1050
Number of constraints1070
Number of domains1
Minimum domain size3095
Maximum domain size3095
Distribution of domain sizes[{"size":3095,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1608.01/434.68	Aug 13, 2017 4:11:32 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1608.01/434.68	INFO: Runtime exception
1608.01/434.68	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1608.01/434.68		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1608.01/434.68		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1608.01/434.68		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1608.01/434.68		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1608.01/434.68		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1608.01/434.68		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1608.01/434.68		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1608.01/434.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1608.01/434.68		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1608.01/434.68		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1608.01/434.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1608.01/434.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1608.01/434.68		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1608.01/434.68		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1608.01/434.68		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1608.01/434.68		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1608.01/434.68		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1608.01/434.68		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1608.01/434.68		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1608.01/434.68	Caused by: java.lang.reflect.InvocationTargetException
1608.01/434.68		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1608.01/434.68		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1608.01/434.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1608.01/434.68		at java.lang.reflect.Method.invoke(Method.java:498)
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1608.01/434.68		... 21 more
1608.01/434.68	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1608.01/434.68		... 26 more
1608.01/434.68	Caused by: java.lang.reflect.InvocationTargetException
1608.01/434.68		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1608.01/434.68		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1608.01/434.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1608.01/434.68		at java.lang.reflect.Method.invoke(Method.java:498)
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1608.01/434.68		... 26 more
1608.01/434.68	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1608.01/434.68		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1608.01/434.68		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1608.01/434.68		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1608.01/434.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1608.01/434.68		at java.lang.reflect.Method.invoke(Method.java:498)
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1608.01/434.68		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1608.01/434.68		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1608.01/434.68		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1608.01/434.68		at java.lang.reflect.Method.invoke(Method.java:498)
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1608.01/434.68		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1608.01/434.68		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1608.01/434.68		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1608.01/434.68		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1608.01/434.68		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1608.01/434.68		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1608.01/434.68		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1608.01/434.68		at org.xcsp.parser.XCallbacks$$Lambda$58/364604394.accept(Unknown Source)
1608.01/434.68		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1608.01/434.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1608.01/434.68		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1608.01/434.68		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1608.01/434.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1608.01/434.68		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1608.01/434.68		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1608.01/434.68		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1608.01/434.68		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1608.01/434.68		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1608.01/434.68	
1659.51/448.37	Exception in thread "Thread-1" c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1711.83/462.25	c This is free software under the dual EPL/GNU LGPL licenses.
1711.83/462.25	c See www.sat4j.org for details.
1711.83/462.25	c That software uses the Rhino library from the Mozilla project.
1711.83/462.25	c version CUSTOM.v20170705
1711.83/462.25	c java.runtime.name	Java(TM) SE Runtime Environment
1711.83/462.25	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1711.83/462.25	c java.vm.version	25.131-b11
1711.83/462.25	c java.vm.vendor	Oracle Corporation
1711.83/462.25	c sun.arch.data.model	64
1711.83/462.25	c java.version		1.8.0_131
1711.83/462.25	c os.name		Linux
1711.83/462.25	c os.version		3.10.0-514.16.1.el7.x86_64
1711.83/462.25	c os.arch		amd64
1711.83/462.25	c Free memory 		499604488
1711.83/462.25	c Max memory 		7247757312
1711.83/462.25	c Total memory 		504889344
1711.83/462.25	c Number of processors 	4
1711.83/462.25	c c --- Begin Solver configuration ---
1711.83/462.25	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1711.83/462.25	c Learn all clauses as in MiniSAT
1711.83/462.25	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1711.83/462.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1711.83/462.25	c No reason simplification
1711.83/462.25	c Glucose 2.1 dynamic restart strategy
1711.83/462.25	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
1711.83/462.25	c timeout=2147483s
1711.83/462.25	c DB Simplification allowed=false
1711.83/462.25	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1711.83/462.25	c --- End Solver configuration ---
1711.83/462.25	java.lang.OutOfMemoryError: GC overhead limit exceeded
1740.25/469.51	c starts		: 0
1768.73/476.80	c conflicts		: 0
1797.72/484.25		at java.util.logging.LogManager.reset(LogManager.java:1321)
1797.72/484.25		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1839.85/495.51	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1839.85/495.51		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:104)
1839.85/495.51		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1839.85/495.51		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1839.85/495.51		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1839.85/495.51		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1839.85/495.51		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1839.85/495.51		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1839.85/495.51		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1839.85/495.51		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 (15364 MiB free)
  memory of node 1: 16384 MiB (7312 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263128-1502590706/watcher-4263128-1502590706 -o /tmp/evaluation-result-4263128-1502590706/solver-4263128-1502590706 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263128-1502590706.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=11253, runsolver pid=11250

[startup+0.100176 s]*
/proc/loadavg: 6.32 7.11 7.13 6/206 11262
/proc/meminfo: memFree=23210844/32770624 swapFree=67108860/67108860
[pid=11253] ppid=11250 vsize=10151672 memory=21172 CPUtime=0.03 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 7968 0 -1 1077944320 4193 0 0 0 3 0 0 0 20 0 9 0 12953291 10395312128 5293 18446744073709551615 4194304 4196468 140735107467872 140735107450416 139961166450423 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
/proc/11253/statm: 2537918 5293 2122 1 0 2527415 0
[pid=11253/tid=11255] ppid=11250 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/11253/task/11255/stat : 11255 (java) D 11250 11253 7968 0 -1 1077944384 2832 0 0 0 3 0 0 0 20 0 9 0 12953297 10395312128 5293 18446744073709551615 4194304 4196468 140735107467872 139961170685816 139961159129712 0 4 1 16800970 18446744072101723684 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11256] ppid=11250 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11256/stat : 11256 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12953298 10395312128 5293 18446744073709551615 4194304 4196468 140735107467872 139961107487248 139961166460629 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11257] ppid=11250 vsize=10151672 memory=140406021785216 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11257/stat : 11257 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12953298 10395312128 5293 18446744073709551615 4194304 4196468 140735107467872 139960776518288 139961166460629 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11258] ppid=11250 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11258/stat : 11258 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 12953298 10395312128 5293 18446744073709551615 4194304 4196468 140735107467872 139960775465232 139961166460629 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11259] ppid=11250 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11259/stat : 11259 (java) S 11250 11253 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12953298 10395312128 5293 18446744073709551615 4194304 4196468 140735107467872 139960774412688 139961166460629 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11260] ppid=11250 vsize=10151672 memory=140406021785216 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11260/stat : 11260 (java) S 11250 11253 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 12953299 10395312128 5293 18446744073709551615 4194304 4196468 140735107467872 139960663145200 139961166461570 0 0 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11261] ppid=11250 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11261/stat : 11261 (java) S 11250 11253 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 12953300 10395312128 5293 18446744073709551615 4194304 4196468 140735107467872 139960662091424 139961166460629 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11262] ppid=11250 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11262/stat : 11262 (java) S 11250 11253 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 12953300 10395312128 5293 18446744073709551615 4194304 4196468 140735107467872 139960661038320 139961166460629 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21172 KiB

[startup+0.210295 s]*
/proc/loadavg: 6.32 7.11 7.13 6/212 11268
/proc/meminfo: memFree=23207568/32770624 swapFree=67108860/67108860
[pid=11253] ppid=11250 vsize=10551156 memory=27232 CPUtime=0.09 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 7968 0 -1 1077944320 5251 0 0 0 8 1 0 0 20 0 15 0 12953291 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 140735107450416 139961166450423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
/proc/11253/statm: 2637789 6808 2803 1 0 2627261 0
[pid=11253/tid=11255] ppid=11250 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/11253/task/11255/stat : 11255 (java) R 11250 11253 7968 0 -1 4202560 3172 0 0 0 7 0 0 0 20 0 15 0 12953297 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139961170685888 139961158687550 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11256] ppid=11250 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11256/stat : 11256 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12953298 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139961107487248 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11257] ppid=11250 vsize=10551156 memory=140406021793413 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11257/stat : 11257 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12953298 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960776518288 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11258] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11258/stat : 11258 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12953298 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960775465232 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11259] ppid=11250 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11259/stat : 11259 (java) S 11250 11253 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12953298 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960774412688 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11260] ppid=11250 vsize=10551156 memory=140406021785216 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11260/stat : 11260 (java) S 11250 11253 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12953299 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960663145200 139961166461570 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11261] ppid=11250 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11261/stat : 11261 (java) S 11250 11253 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12953300 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960662091424 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11262] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11262/stat : 11262 (java) S 11250 11253 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12953300 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960661038320 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11263] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11263/stat : 11263 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12953302 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960659986896 139961166469019 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11264] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11264/stat : 11264 (java) S 11250 11253 7968 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 12953303 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960658934000 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11265] ppid=11250 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11265/stat : 11265 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12953303 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960657881456 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11266] ppid=11250 vsize=10551156 memory=140406021785216 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11266/stat : 11266 (java) R 11250 11253 7968 0 -1 4202560 295 0 0 0 0 0 0 0 20 0 15 0 12953303 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960656828400 139961166471770 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11267] ppid=11250 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11267/stat : 11267 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12953303 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960655776096 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11268] ppid=11250 vsize=10551156 memory=140406021785216 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11268/stat : 11268 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12953310 10804383744 6808 18446744073709551615 4194304 4196468 140735107467872 139960654724144 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27232 KiB

[startup+0.310379 s]*
/proc/loadavg: 6.32 7.11 7.13 4/212 11268
/proc/meminfo: memFree=23197128/32770624 swapFree=67108860/67108860
[pid=11253] ppid=11250 vsize=10551156 memory=36984 CPUtime=0.24 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 7968 0 -1 1077944320 8462 0 0 0 22 2 0 0 20 0 15 0 12953291 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 140735107450416 139961166450423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
/proc/11253/statm: 2637789 9246 2861 1 0 2627261 0
[pid=11253/tid=11255] ppid=11250 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/11253/task/11255/stat : 11255 (java) R 11250 11253 7968 0 -1 4202560 6113 0 0 0 15 2 0 0 20 0 15 0 12953297 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139961170684448 139961150530910 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11256] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11256/stat : 11256 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12953298 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139961107487248 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11257] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11257/stat : 11257 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12953298 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960776518288 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11258] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11258/stat : 11258 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12953298 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960775465232 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11259] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11259/stat : 11259 (java) S 11250 11253 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12953298 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960774412688 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11260] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11260/stat : 11260 (java) S 11250 11253 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12953299 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960663145200 139961166461570 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11261] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11261/stat : 11261 (java) S 11250 11253 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12953300 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960662091424 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11262] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11262/stat : 11262 (java) S 11250 11253 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12953300 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960661038320 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11263] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11263/stat : 11263 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12953302 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960659986896 139961166469019 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11264] ppid=11250 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11253/task/11264/stat : 11264 (java) S 11250 11253 7968 0 -1 1077944384 493 0 0 0 1 0 0 0 20 0 15 0 12953303 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960658934000 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11265] ppid=11250 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11253/task/11265/stat : 11265 (java) S 11250 11253 7968 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 15 0 12953303 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960657881456 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11266] ppid=11250 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/11253/task/11266/stat : 11266 (java) S 11250 11253 7968 0 -1 1077944384 407 0 0 0 4 0 0 0 20 0 15 0 12953303 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960656828400 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11267] ppid=11250 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11267/stat : 11267 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12953303 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960655776096 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11268] ppid=11250 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11268/stat : 11268 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12953310 10804383744 9246 18446744073709551615 4194304 4196468 140735107467872 139960654724144 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36984 KiB

[startup+0.703099 s]
/proc/loadavg: 6.32 7.11 7.13 8/212 11268
/proc/meminfo: memFree=23186260/32770624 swapFree=67108860/67108860
[pid=11253] ppid=11250 vsize=10551232 memory=193072 CPUtime=1.32 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 7968 0 -1 1077944320 11789 0 0 0 125 7 0 0 20 0 15 0 12953291 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 140735107450416 139961166450423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
/proc/11253/statm: 2637808 48268 3059 1 0 2627261 0
[pid=11253/tid=11255] ppid=11250 vsize=10551232 memory=193 CPUtime=0.54 cores=0,2,4,6
/proc/11253/task/11255/stat : 11255 (java) S 11250 11253 7968 0 -1 1077944384 6862 0 0 0 50 4 0 0 20 0 15 0 12953297 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139961170687072 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11256] ppid=11250 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11253/task/11256/stat : 11256 (java) R 11250 11253 7968 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 15 0 12953298 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139961107487448 139961151478413 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11257] ppid=11250 vsize=10551232 memory=5 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11257/stat : 11257 (java) R 11250 11253 7968 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 15 0 12953298 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960776518176 139961151474126 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11258] ppid=11250 vsize=10551232 memory=14 CPUtime=0.01 cores=0,2,4,6
/proc/11253/task/11258/stat : 11258 (java) R 11250 11253 7968 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 15 0 12953298 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960775465232 139961148076208 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11259] ppid=11250 vsize=10551232 memory=61 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11259/stat : 11259 (java) R 11250 11253 7968 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 15 0 12953298 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960774412688 139961151472544 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11260] ppid=11250 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11260/stat : 11260 (java) S 11250 11253 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 12953299 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960663143712 139961166460629 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11261] ppid=11250 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11261/stat : 11261 (java) S 11250 11253 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12953300 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960662091424 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11262] ppid=11250 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11262/stat : 11262 (java) S 11250 11253 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12953300 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960661038320 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11263] ppid=11250 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11263/stat : 11263 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12953302 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960659986896 139961166469019 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11264] ppid=11250 vsize=10551232 memory=30 CPUtime=0.21 cores=0,2,4,6
/proc/11253/task/11264/stat : 11264 (java) S 11250 11253 7968 0 -1 1077944384 1480 0 0 0 21 0 0 0 20 0 15 0 12953303 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960658918992 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11265] ppid=11250 vsize=10551232 memory=2 CPUtime=0.23 cores=0,2,4,6
/proc/11253/task/11265/stat : 11265 (java) S 11250 11253 7968 0 -1 1077944384 669 0 0 0 23 0 0 0 20 0 15 0 12953303 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960657866448 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11266] ppid=11250 vsize=10551232 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/11253/task/11266/stat : 11266 (java) S 11250 11253 7968 0 -1 1077944384 1333 0 0 0 26 0 0 0 20 0 15 0 12953303 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960656828400 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11267] ppid=11250 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11267/stat : 11267 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12953303 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960655776096 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11268] ppid=11250 vsize=10551232 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11268/stat : 11268 (java) S 11250 11253 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12953310 10804461568 48268 18446744073709551615 4194304 4196468 140735107467872 139960654724144 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 193072 KiB

[startup+1.50093 s]
/proc/loadavg: 6.32 7.11 7.13 9/212 11268
/proc/meminfo: memFree=22784832/32770624 swapFree=67108860/67108860
[pid=11253] ppid=11250 vsize=10551232 memory=1085616 CPUtime=3.03 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 7968 0 -1 1077944320 14509 0 0 0 260 43 0 0 20 0 15 0 12953291 10804461568 271404 18446744073709551615 4194304 4196468 140735107467872 140735107450416 139961166450423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
/proc/11253/statm: 2637808 271404 3087 1 0 2627261 0
[pid=11253/tid=11255] ppid=11250 vsize=10551232 memory=7085094979404722537 CPUtime=1.05 cores=0,2,4,6
/proc/11253/task/11255/stat : 11255 (java) R 11250 11253 7968 0 -1 4202560 7701 0 0 0 91 14 0 0 20 0 15 0 12953297 10804461568 271404 18446744073709551615 4194304 4196468 140735107467872 139961170687424 139961152518542 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11256] ppid=11250 vsize=10551232 memory=-3472574513799858009 CPUtime=0.28 cores=0,2,4,6
/proc/11253/task/11256/stat : 11256 (java) S 11250 11253 7968 0 -1 1077944384 191 0 0 0 21 7 0 0 20 0 15 0 12953298 10804461568 271404 18446744073709551615 4194304 4196468 140735107467872 139961107487248 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11257] ppid=11250 vsize=10551232 memory=-6153464456793169705 CPUtime=0.28 cores=0,2,4,6
/proc/11253/task/11257/stat : 11257 (java) S 11250 11253 7968 0 -1 1077944384 420 0 0 0 22 6 0 0 20 0 15 0 12953298 10804461568 271916 18446744073709551615 4194304 4196468 140735107467872 139960776518288 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11258] ppid=11250 vsize=10551232 memory=-7449383003082255457 CPUtime=0.27 cores=0,2,4,6
/proc/11253/task/11258/stat : 11258 (java) S 11250 11253 7968 0 -1 1077944384 287 0 0 0 21 6 0 0 20 0 15 0 12953298 10804461568 271916 18446744073709551615 4194304 4196468 140735107467872 139960775465232 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11259] ppid=11250 vsize=10551232 memory=7679937539709960979 CPUtime=0.27 cores=0,2,4,6
/proc/11253/task/11259/stat : 11259 (java) S 11250 11253 7968 0 -1 1077944384 439 0 0 0 21 6 0 0 20 0 15 0 12953298 10804461568 271916 18446744073709551615 4194304 4196468 140735107467872 139960774412688 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11260] ppid=11250 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11260/stat : 11260 (java) S 11250 11253 7968 0 -1 1077944384 504 0 0 0 0 0 0 0 20 0 15 0 12953299 10804461568 271916 18446744073709551615 4194304 4196468 140735107467872 139960663145200 139961166461570 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11261] ppid=11250 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11261/stat : 11261 (java) S 11250 11253 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12953300 10804461568 271916 18446744073709551615 4194304 4196468 140735107467872 139960662091424 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11262] ppid=11250 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11262/stat : 11262 (java) S 11250 11253 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12953300 10804461568 271916 18446744073709551615 4194304 4196468 140735107467872 139960661038320 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11263] ppid=11250 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11263/stat : 11263 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12953302 10804461568 271916 18446744073709551615 4194304 4196468 140735107467872 139960659986896 139961166469019 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11264] ppid=11250 vsize=10551232 memory=6944656592455097440 CPUtime=0.25 cores=0,2,4,6
/proc/11253/task/11264/stat : 11264 (java) S 11250 11253 7968 0 -1 1077944384 1485 0 0 0 25 0 0 0 20 0 15 0 12953303 10804461568 271916 18446744073709551615 4194304 4196468 140735107467872 139960658934000 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11265] ppid=11250 vsize=10551232 memory=6944656575208382560 CPUtime=0.28 cores=0,2,4,6
/proc/11253/task/11265/stat : 11265 (java) S 11250 11253 7968 0 -1 1077944384 766 0 0 0 28 0 0 0 20 0 15 0 12953303 10804461568 271916 18446744073709551615 4194304 4196468 140735107467872 139960657881456 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11266] ppid=11250 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/11253/task/11266/stat : 11266 (java) S 11250 11253 7968 0 -1 1077944384 1355 0 0 0 28 0 0 0 20 0 15 0 12953303 10804461568 271916 18446744073709551615 4194304 4196468 140735107467872 139960656828400 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0

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

[startup+494.401 s]
/proc/loadavg: 6.37 7.10 7.20 9/213 11393
/proc/meminfo: memFree=14911168/32770624 swapFree=67108860/67108860
[pid=11253] ppid=11250 vsize=10684512 memory=8311772 CPUtime=1837.32 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 7968 0 -1 1077944320 2155936 0 0 0 182832 900 0 0 20 0 16 0 12953291 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 140735107450416 139961166450423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
/proc/11253/statm: 2671128 2077943 3162 1 0 2660543 0
[pid=11253/tid=11255] ppid=11250 vsize=10684512 memory=1200 CPUtime=17.73 cores=0,2,4,6
/proc/11253/task/11255/stat : 11255 (java) S 11250 11253 7968 0 -1 1077944384 23535 0 0 0 1739 34 0 0 20 0 16 0 12953297 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139961170691104 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11256] ppid=11250 vsize=10684512 memory=15872 CPUtime=450.99 cores=0,2,4,6
/proc/11253/task/11256/stat : 11256 (java) R 11250 11253 7968 0 -1 4202560 489933 0 0 0 44891 208 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139961107487056 139961159078631 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11257] ppid=11250 vsize=10684512 memory=-8774313645642428999 CPUtime=448.61 cores=0,2,4,6
/proc/11253/task/11257/stat : 11257 (java) R 11250 11253 7968 0 -1 4202560 421931 0 0 0 44642 219 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960776518408 139961159078631 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11258] ppid=11250 vsize=10684512 memory=4124 CPUtime=451.69 cores=0,2,4,6
/proc/11253/task/11258/stat : 11258 (java) R 11250 11253 7968 0 -1 4202560 614231 0 0 0 44965 204 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960775465432 139961151446932 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11259] ppid=11250 vsize=10684512 memory=11284 CPUtime=448.81 cores=0,2,4,6
/proc/11253/task/11259/stat : 11259 (java) R 11250 11253 7968 0 -1 4202560 499816 0 0 0 44659 222 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960774412496 139961159078631 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11260] ppid=11250 vsize=10684512 memory=2424 CPUtime=17.87 cores=0,2,4,6
/proc/11253/task/11260/stat : 11260 (java) S 11250 11253 7968 0 -1 1077944384 95801 0 0 0 1782 5 0 0 20 0 16 0 12953299 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960663143744 139961166460629 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11261] ppid=11250 vsize=10684512 memory=8311772 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11261/stat : 11261 (java) S 11250 11253 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 12953300 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960662091488 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11262] ppid=11250 vsize=10684512 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11262/stat : 11262 (java) S 11250 11253 7968 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 16 0 12953300 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960661038336 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11263] ppid=11250 vsize=10684512 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11263/stat : 11263 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12953302 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960659986896 139961166469019 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11264] ppid=11250 vsize=10684512 memory=-8774313645642428999 CPUtime=0.51 cores=0,2,4,6
/proc/11253/task/11264/stat : 11264 (java) S 11250 11253 7968 0 -1 1077944384 3498 0 0 0 51 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960658934048 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11265] ppid=11250 vsize=10684512 memory=2792 CPUtime=0.51 cores=0,2,4,6
/proc/11253/task/11265/stat : 11265 (java) S 11250 11253 7968 0 -1 1077944384 2461 0 0 0 51 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960657881504 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11266] ppid=11250 vsize=10684512 memory=8288648 CPUtime=0.33 cores=0,2,4,6
/proc/11253/task/11266/stat : 11266 (java) S 11250 11253 7968 0 -1 1077944384 2117 0 0 0 33 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960656828160 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11267] ppid=11250 vsize=10684512 memory=7812726576340533336 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11267/stat : 11267 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960655776096 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11268] ppid=11250 vsize=10684512 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/11253/task/11268/stat : 11268 (java) S 11250 11253 7968 0 -1 1077944384 872 0 0 0 10 6 0 0 20 0 16 0 12953310 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960654724144 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11388] ppid=11250 vsize=10684512 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11388/stat : 11388 (java) S 11250 11253 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 12996759 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960653668592 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
Current children cumulated CPU time: 1837.32 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8311772 KiB

[startup+495.201 s]
/proc/loadavg: 6.37 7.10 7.20 6/213 11393
/proc/meminfo: memFree=14911168/32770624 swapFree=67108860/67108860
[pid=11253] ppid=11250 vsize=10684512 memory=8311772 CPUtime=1839.55 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 7968 0 -1 1077944320 2156372 0 0 0 183054 901 0 0 20 0 16 0 12953291 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 140735107450416 139961166450423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
/proc/11253/statm: 2671128 2077943 3162 1 0 2660543 0
[pid=11253/tid=11255] ppid=11250 vsize=10684512 memory=1236 CPUtime=17.73 cores=0,2,4,6
/proc/11253/task/11255/stat : 11255 (java) S 11250 11253 7968 0 -1 1077944384 23535 0 0 0 1739 34 0 0 20 0 16 0 12953297 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139961170691104 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11256] ppid=11250 vsize=10684512 memory=-8774313645642428999 CPUtime=451.47 cores=0,2,4,6
/proc/11253/task/11256/stat : 11256 (java) S 11250 11253 7968 0 -1 1077944384 489933 0 0 0 44938 209 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139961107487248 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11257] ppid=11250 vsize=10684512 memory=1792 CPUtime=449.08 cores=0,2,4,6
/proc/11253/task/11257/stat : 11257 (java) S 11250 11253 7968 0 -1 1077944384 421931 0 0 0 44689 219 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960776518288 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11258] ppid=11250 vsize=10684512 memory=960 CPUtime=452.18 cores=0,2,4,6
/proc/11253/task/11258/stat : 11258 (java) S 11250 11253 7968 0 -1 1077944384 614231 0 0 0 45014 204 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960775465232 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11259] ppid=11250 vsize=10684512 memory=2248 CPUtime=449.29 cores=0,2,4,6
/proc/11253/task/11259/stat : 11259 (java) S 11250 11253 7968 0 -1 1077944384 499816 0 0 0 44707 222 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960774412688 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11260] ppid=11250 vsize=10684512 memory=4304 CPUtime=18.18 cores=0,2,4,6
/proc/11253/task/11260/stat : 11260 (java) R 11250 11253 7968 0 -1 4202560 96237 0 0 0 1813 5 0 0 20 0 16 0 12953299 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960663143632 139961151446833 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11261] ppid=11250 vsize=10684512 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11261/stat : 11261 (java) S 11250 11253 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 12953300 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960662091488 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11262] ppid=11250 vsize=10684512 memory=928 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11262/stat : 11262 (java) S 11250 11253 7968 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 16 0 12953300 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960661038336 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11263] ppid=11250 vsize=10684512 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11263/stat : 11263 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12953302 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960659986896 139961166469019 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11264] ppid=11250 vsize=10684512 memory=8311772 CPUtime=0.51 cores=0,2,4,6
/proc/11253/task/11264/stat : 11264 (java) S 11250 11253 7968 0 -1 1077944384 3498 0 0 0 51 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960658934048 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11265] ppid=11250 vsize=10684512 memory=4124 CPUtime=0.51 cores=0,2,4,6
/proc/11253/task/11265/stat : 11265 (java) S 11250 11253 7968 0 -1 1077944384 2461 0 0 0 51 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960657881504 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11266] ppid=11250 vsize=10684512 memory=11284 CPUtime=0.33 cores=0,2,4,6
/proc/11253/task/11266/stat : 11266 (java) S 11250 11253 7968 0 -1 1077944384 2117 0 0 0 33 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960656828160 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11267] ppid=11250 vsize=10684512 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11267/stat : 11267 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960655776096 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11268] ppid=11250 vsize=10684512 memory=1296 CPUtime=0.16 cores=0,2,4,6
/proc/11253/task/11268/stat : 11268 (java) S 11250 11253 7968 0 -1 1077944384 872 0 0 0 10 6 0 0 20 0 16 0 12953310 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960654724144 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11388] ppid=11250 vsize=10684512 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11388/stat : 11388 (java) S 11250 11253 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 12996759 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960653668592 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
Current children cumulated CPU time: 1839.55 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8311772 KiB

[startup+495.401 s]
/proc/loadavg: 6.37 7.10 7.20 6/213 11393
/proc/meminfo: memFree=14911168/32770624 swapFree=67108860/67108860
[pid=11253] ppid=11250 vsize=10684512 memory=8311772 CPUtime=1839.75 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 7968 0 -1 1077944320 2156372 0 0 0 183074 901 0 0 20 0 16 0 12953291 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 140735107450416 139961166450423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
/proc/11253/statm: 2671128 2077943 3162 1 0 2660543 0
[pid=11253/tid=11255] ppid=11250 vsize=10684512 memory=1700 CPUtime=17.73 cores=0,2,4,6
/proc/11253/task/11255/stat : 11255 (java) S 11250 11253 7968 0 -1 1077944384 23535 0 0 0 1739 34 0 0 20 0 16 0 12953297 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139961170691104 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11256] ppid=11250 vsize=10684512 memory=1228 CPUtime=451.47 cores=0,2,4,6
/proc/11253/task/11256/stat : 11256 (java) S 11250 11253 7968 0 -1 1077944384 489933 0 0 0 44938 209 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139961107487248 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11257] ppid=11250 vsize=10684512 memory=1000 CPUtime=449.08 cores=0,2,4,6
/proc/11253/task/11257/stat : 11257 (java) S 11250 11253 7968 0 -1 1077944384 421931 0 0 0 44689 219 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960776518288 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11258] ppid=11250 vsize=10684512 memory=792 CPUtime=452.18 cores=0,2,4,6
/proc/11253/task/11258/stat : 11258 (java) S 11250 11253 7968 0 -1 1077944384 614231 0 0 0 45014 204 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960775465232 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11259] ppid=11250 vsize=10684512 memory=8676 CPUtime=449.29 cores=0,2,4,6
/proc/11253/task/11259/stat : 11259 (java) S 11250 11253 7968 0 -1 1077944384 499816 0 0 0 44707 222 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960774412688 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11260] ppid=11250 vsize=10684512 memory=1440 CPUtime=18.38 cores=0,2,4,6
/proc/11253/task/11260/stat : 11260 (java) R 11250 11253 7968 0 -1 4202560 96237 0 0 0 1833 5 0 0 20 0 16 0 12953299 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960663143632 139961150908056 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11261] ppid=11250 vsize=10684512 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11261/stat : 11261 (java) S 11250 11253 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 12953300 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960662091488 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11262] ppid=11250 vsize=10684512 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11262/stat : 11262 (java) S 11250 11253 7968 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 16 0 12953300 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960661038336 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11263] ppid=11250 vsize=10684512 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11263/stat : 11263 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12953302 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960659986896 139961166469019 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11264] ppid=11250 vsize=10684512 memory=4040 CPUtime=0.51 cores=0,2,4,6
/proc/11253/task/11264/stat : 11264 (java) S 11250 11253 7968 0 -1 1077944384 3498 0 0 0 51 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960658934048 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11265] ppid=11250 vsize=10684512 memory=16444 CPUtime=0.51 cores=0,2,4,6
/proc/11253/task/11265/stat : 11265 (java) S 11250 11253 7968 0 -1 1077944384 2461 0 0 0 51 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960657881504 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11266] ppid=11250 vsize=10684512 memory=7664 CPUtime=0.33 cores=0,2,4,6
/proc/11253/task/11266/stat : 11266 (java) S 11250 11253 7968 0 -1 1077944384 2117 0 0 0 33 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960656828160 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11267] ppid=11250 vsize=10684512 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11267/stat : 11267 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960655776096 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11268] ppid=11250 vsize=10684512 memory=640 CPUtime=0.16 cores=0,2,4,6
/proc/11253/task/11268/stat : 11268 (java) S 11250 11253 7968 0 -1 1077944384 872 0 0 0 10 6 0 0 20 0 16 0 12953310 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960654724144 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11388] ppid=11250 vsize=10684512 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11388/stat : 11388 (java) S 11250 11253 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 12996759 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960653668592 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
Current children cumulated CPU time: 1839.75 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8311772 KiB

[startup+495.501 s]
/proc/loadavg: 6.37 7.10 7.20 6/213 11393
/proc/meminfo: memFree=14911168/32770624 swapFree=67108860/67108860
[pid=11253] ppid=11250 vsize=10684512 memory=8311772 CPUtime=1839.85 cores=0,2,4,6
/proc/11253/stat : 11253 (java) S 11250 11253 7968 0 -1 1077944320 2156372 0 0 0 183084 901 0 0 20 0 16 0 12953291 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 140735107450416 139961166450423 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
/proc/11253/statm: 2671128 2077943 3162 1 0 2660543 0
[pid=11253/tid=11255] ppid=11250 vsize=10684512 memory=8311772 CPUtime=17.73 cores=0,2,4,6
/proc/11253/task/11255/stat : 11255 (java) S 11250 11253 7968 0 -1 1077944384 23535 0 0 0 1739 34 0 0 20 0 16 0 12953297 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139961170691104 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11256] ppid=11250 vsize=10684512 memory=8311772 CPUtime=451.47 cores=0,2,4,6
/proc/11253/task/11256/stat : 11256 (java) S 11250 11253 7968 0 -1 1077944384 489933 0 0 0 44938 209 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139961107487248 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11257] ppid=11250 vsize=10684512 memory=8311772 CPUtime=449.08 cores=0,2,4,6
/proc/11253/task/11257/stat : 11257 (java) S 11250 11253 7968 0 -1 1077944384 421931 0 0 0 44689 219 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960776518288 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11258] ppid=11250 vsize=10684512 memory=8311772 CPUtime=452.18 cores=0,2,4,6
/proc/11253/task/11258/stat : 11258 (java) S 11250 11253 7968 0 -1 1077944384 614231 0 0 0 45014 204 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960775465232 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11259] ppid=11250 vsize=10684512 memory=8311772 CPUtime=449.29 cores=0,2,4,6
/proc/11253/task/11259/stat : 11259 (java) S 11250 11253 7968 0 -1 1077944384 499816 0 0 0 44707 222 0 0 20 0 16 0 12953298 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960774412688 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11260] ppid=11250 vsize=10684512 memory=8311668 CPUtime=18.48 cores=0,2,4,6
/proc/11253/task/11260/stat : 11260 (java) R 11250 11253 7968 0 -1 4202560 96237 0 0 0 1843 5 0 0 20 0 16 0 12953299 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960663143632 139961144820603 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11261] ppid=11250 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11261/stat : 11261 (java) S 11250 11253 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 12953300 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960662091488 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11262] ppid=11250 vsize=10684512 memory=8311772 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11262/stat : 11262 (java) S 11250 11253 7968 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 16 0 12953300 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960661038336 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11263] ppid=11250 vsize=10684512 memory=8311772 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11263/stat : 11263 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12953302 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960659986896 139961166469019 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11264] ppid=11250 vsize=10684512 memory=8311772 CPUtime=0.51 cores=0,2,4,6
/proc/11253/task/11264/stat : 11264 (java) S 11250 11253 7968 0 -1 1077944384 3498 0 0 0 51 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960658934048 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11265] ppid=11250 vsize=10684512 memory=8311772 CPUtime=0.51 cores=0,2,4,6
/proc/11253/task/11265/stat : 11265 (java) S 11250 11253 7968 0 -1 1077944384 2461 0 0 0 51 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960657881504 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11266] ppid=11250 vsize=10684512 memory=8311772 CPUtime=0.33 cores=0,2,4,6
/proc/11253/task/11266/stat : 11266 (java) S 11250 11253 7968 0 -1 1077944384 2117 0 0 0 33 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960656828160 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11267] ppid=11250 vsize=10684512 memory=8311772 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11267/stat : 11267 (java) S 11250 11253 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12953303 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960655776096 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11268] ppid=11250 vsize=10684512 memory=4124 CPUtime=0.16 cores=0,2,4,6
/proc/11253/task/11268/stat : 11268 (java) S 11250 11253 7968 0 -1 1077944384 872 0 0 0 10 6 0 0 20 0 16 0 12953310 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960654724144 139961166461570 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
[pid=11253/tid=11388] ppid=11250 vsize=10684512 memory=11284 CPUtime=0 cores=0,2,4,6
/proc/11253/task/11388/stat : 11388 (java) S 11250 11253 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 12996759 10940940288 2077943 18446744073709551615 4194304 4196468 140735107467872 139960653668592 139961166460629 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26198016 140735107473809 140735107473962 140735107473962 140735107477455 0
Current children cumulated CPU time: 1839.85 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8311772 KiB

Child status: 0
Real time (s): 495.585
CPU time (s): 1839.94
CPU user time (s): 1830.85
CPU system time (s): 9.08858
CPU usage (%): 371.267
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8311772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1830.85
system time used= 9.08858
maximum resident set size= 8311840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2156499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40025
involuntary context switches= 52741


# summary of solver processes directly reported to runsolver:
#   pid: 11253
#   total CPU time (s): 1839.94
#   total CPU user time (s): 1830.85
#   total CPU system time (s): 9.08858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.99522 second user time and 4.79756 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:04:29
IDJOB=4263128
IDBENCH=115747
IDSOLVER=2651
FILE ID=node128/4263128-1502590706
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-20-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263128-1502590706/watcher-4263128-1502590706 -o /tmp/evaluation-result-4263128-1502590706/solver-4263128-1502590706 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263128-1502590706.xml

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

MD5SUM BENCH= ddafb9a8cc33bb4ebb1c12b838f3d57d
RANDOM SEED=1345297499

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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:        23221928 kB
MemAvailable:   23722264 kB
Buffers:          106116 kB
Cached:           683520 kB
SwapCached:            0 kB
Active:          8514048 kB
Inactive:         610536 kB
Active(anon):    8335648 kB
Inactive(anon):    16764 kB
Active(file):     178400 kB
Inactive(file):   593772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1708 kB
Writeback:             0 kB
AnonPages:       8335336 kB
Mapped:            43468 kB
Shmem:             17116 kB
Slab:             112728 kB
SReclaimable:      87996 kB
SUnreclaim:        24732 kB
KernelStack:        3440 kB
PageTables:        21168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8619228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7186432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 04:12:45