Trace number 4243321

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
R1: sat4j-CSP 2017-07-05? (problem) 1585.61 427.10999

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-5.xml
MD5SUMe703a022bfe4f723b0880c2305d40b57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark457
Best CPU time to get the best result obtained on this benchmark2400.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size560
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":560,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1366.20/369.96	Aug 06, 2017 7:59:47 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1366.20/369.96	INFO: Runtime exception
1366.20/369.96	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1366.20/369.96		at org.sat4j.csp.constraints3.ConnectionCtrBuilder.buildCtrElementForceIndex(ConnectionCtrBuilder.java:298)
1366.20/369.96		at org.sat4j.csp.constraints3.ConnectionCtrBuilder.buildCtrElement(ConnectionCtrBuilder.java:278)
1366.20/369.96		at org.sat4j.reader.XMLCSP3Reader.buildCtrElement(XMLCSP3Reader.java:847)
1366.20/369.96		at org.xcsp.parser.loaders.CtrLoaderInteger.element(CtrLoaderInteger.java:621)
1366.20/369.96		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:169)
1366.20/369.96		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1366.20/369.96		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1366.20/369.96		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1366.20/369.96		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1366.20/369.96		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1366.20/369.96		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1366.20/369.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1366.20/369.96		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1366.20/369.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1366.20/369.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1366.20/369.96		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1366.20/369.96		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1366.20/369.96		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1366.20/369.96		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1366.20/369.96		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1366.20/369.96		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1366.20/369.96		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1366.20/369.96	Caused by: java.lang.reflect.InvocationTargetException
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1366.20/369.96		... 24 more
1366.20/369.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1366.20/369.96		... 28 more
1366.20/369.96	Caused by: java.lang.reflect.InvocationTargetException
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1366.20/369.96		... 29 more
1366.20/369.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1366.20/369.96		... 33 more
1366.20/369.96	Caused by: java.lang.reflect.InvocationTargetException
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1366.20/369.96		... 34 more
1366.20/369.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1366.20/369.96		... 38 more
1366.20/369.96	Caused by: java.lang.reflect.InvocationTargetException
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1366.20/369.96		... 39 more
1366.20/369.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1366.20/369.96		... 43 more
1366.20/369.96	Caused by: java.lang.reflect.InvocationTargetException
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1366.20/369.96		... 44 more
1366.20/369.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1366.20/369.96		... 48 more
1366.20/369.96	Caused by: java.lang.reflect.InvocationTargetException
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1366.20/369.96		... 48 more
1366.20/369.96	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1366.20/369.96		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.20/369.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.20/369.96		at java.lang.reflect.Method.invoke(Method.java:498)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1366.20/369.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1366.20/369.96	
1401.20/379.33	Exception in thread "Thread-1" c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1426.44/385.76	c This is free software under the dual EPL/GNU LGPL licenses.
1426.44/385.76	c See www.sat4j.org for details.
1426.44/385.76	c That software uses the Rhino library from the Mozilla project.
1426.44/385.76	c version CUSTOM.v20170705
1426.44/385.76	c java.runtime.name	Java(TM) SE Runtime Environment
1426.44/385.76	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1426.44/385.76	c java.vm.version	25.131-b11
1426.44/385.76	c java.vm.vendor	Oracle Corporation
1426.44/385.76	c sun.arch.data.model	64
1426.44/385.76	c java.version		1.8.0_131
1426.44/385.76	c os.name		Linux
1426.44/385.76	c os.version		3.10.0-514.16.1.el7.x86_64
1426.44/385.76	c os.arch		amd64
1426.44/385.76	c Free memory 		499604488
1426.44/385.76	c Max memory 		7247757312
1426.44/385.76	c Total memory 		504889344
1426.44/385.76	c Number of processors 	4
1426.44/385.76	c c --- Begin Solver configuration ---
1426.44/385.76	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1426.44/385.76	c Learn all clauses as in MiniSAT
1426.44/385.76	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1426.44/385.76	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1426.44/385.76	c No reason simplification
1426.44/385.76	c Glucose 2.1 dynamic restart strategy
1426.44/385.76	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
1426.44/385.76	c timeout=2147483s
1426.44/385.76	c DB Simplification allowed=false
1426.44/385.76	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1426.44/385.76	c --- End Solver configuration ---
1426.44/385.76	c starts		: 0
1426.44/385.76	c conflicts		: 0
1461.55/395.17	c decisions		: 0
1482.82/400.54	c propagations		: 0
1482.82/400.54	c inspects		: 0
1504.11/405.93	c shortcuts		: 0
1504.11/405.93	java.lang.OutOfMemoryError: GC overhead limit exceeded
1529.30/412.30		at java.util.logging.LogManager.reset(LogManager.java:1321)
1550.35/417.66		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1585.49/427.06	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1585.49/427.06		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:108)
1585.49/427.06		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1585.49/427.06		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1585.49/427.06		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1585.49/427.06		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1585.49/427.06		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1585.49/427.06		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1585.49/427.06		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1585.49/427.06		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243321-1502042881/watcher-4243321-1502042881 -o /tmp/evaluation-result-4243321-1502042881/solver-4243321-1502042881 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243321-1502042881.xml 

pid=17750
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.60 3.86 2.76 2/200 17753
/proc/meminfo: memFree=29043304/32770624 swapFree=0/339100
[pid=17753] ppid=17750 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17753/stat : 17753 (runsolver) D 17750 17753 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 46199021 24240128 106 18446744073709551615 4194304 4338465 140736426776624 140736426774264 140229339112151 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 28246016 140736426778759 140736426779209 140736426779209 140736426782666 0
/proc/17753/statm: 5918 106 53 36 0 2156 0

[startup+0.100108 s]
/proc/loadavg: 4.60 3.86 2.76 2/200 17753
/proc/meminfo: memFree=29043304/32770624 swapFree=0/339100
[pid=17753] ppid=17750 vsize=10151672 CPUtime=0.04 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 3998 0 0 0 3 1 0 0 20 0 9 0 46199021 10395312128 5122 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2537918 5122 2155 1 0 2527415 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10151672

[startup+0.20023 s]
/proc/loadavg: 4.60 3.86 2.76 2/200 17753
/proc/meminfo: memFree=29043304/32770624 swapFree=0/339100
[pid=17753] ppid=17750 vsize=10552180 CPUtime=0.12 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 6413 0 0 0 10 2 0 0 20 0 15 0 46199021 10805432320 7032 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2638045 7032 2804 1 0 2627517 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10552180

[startup+0.300292 s]
/proc/loadavg: 4.60 3.86 2.76 2/200 17753
/proc/meminfo: memFree=29043304/32770624 swapFree=0/339100
[pid=17753] ppid=17750 vsize=10551156 CPUtime=0.28 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 8915 0 0 0 25 3 0 0 20 0 15 0 46199021 10804383744 9621 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2637789 9621 2908 1 0 2627261 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10551156

[startup+0.701194 s]
/proc/loadavg: 4.60 3.86 2.76 2/200 17753
/proc/meminfo: memFree=29043304/32770624 swapFree=0/339100
[pid=17753] ppid=17750 vsize=10551232 CPUtime=1.28 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 13138 0 0 0 120 8 0 0 20 0 15 0 46199021 10804461568 48023 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2637808 48023 3072 1 0 2627261 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 10551232

[startup+1.50715 s]
/proc/loadavg: 4.60 3.86 2.76 3/215 17768
/proc/meminfo: memFree=28768772/32770624 swapFree=0/339128
[pid=17753] ppid=17750 vsize=10551232 CPUtime=3.24 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 14944 0 0 0 297 27 0 0 20 0 15 0 46199021 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2637808 114147 3097 1 0 2627261 0
[pid=17753/tid=17755] ppid=17750 vsize=10551232 CPUtime=1.2 cores=0,2,4,6
/proc/17753/task/17755/stat : 17755 (java) S 17750 17753 12906 0 -1 1077944384 7997 0 0 0 114 6 0 0 20 0 15 0 46199026 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249987156848 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17756] ppid=17750 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/17753/task/17756/stat : 17756 (java) R 17750 17753 12906 0 -1 4202560 119 0 0 0 12 4 0 0 20 0 15 0 46199027 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249943821528 140249967946542 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17757] ppid=17750 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/17753/task/17757/stat : 17757 (java) R 17750 17753 12906 0 -1 4202560 154 0 0 0 12 4 0 0 20 0 15 0 46199027 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249593207840 140249967949447 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17758] ppid=17750 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/17753/task/17758/stat : 17758 (java) R 17750 17753 12906 0 -1 4202560 158 0 0 0 12 5 0 0 20 0 15 0 46199027 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249592155096 140249967949906 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17759] ppid=17750 vsize=10551232 CPUtime=0.18 cores=0,2,4,6
/proc/17753/task/17759/stat : 17759 (java) R 17750 17753 12906 0 -1 4202560 188 0 0 0 13 5 0 0 20 0 15 0 46199027 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249591102552 140249967946542 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17760] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17760/stat : 17760 (java) S 17750 17753 12906 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 46199028 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249292022560 140249982932693 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17761] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17761/stat : 17761 (java) S 17750 17753 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46199028 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249290970336 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17762] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17762/stat : 17762 (java) S 17750 17753 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46199029 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249289917184 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17763] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17763/stat : 17763 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46199031 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249288865744 140249982941083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17764] ppid=17750 vsize=10551232 CPUtime=0.48 cores=0,2,4,6
/proc/17753/task/17764/stat : 17764 (java) S 17750 17753 12906 0 -1 1077944384 1614 0 0 0 48 0 0 0 20 0 15 0 46199031 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249287798864 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17765] ppid=17750 vsize=10551232 CPUtime=0.57 cores=0,2,4,6
/proc/17753/task/17765/stat : 17765 (java) S 17750 17753 12906 0 -1 1077944384 1960 0 0 0 57 0 0 0 20 0 15 0 46199031 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249286746320 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17766] ppid=17750 vsize=10551232 CPUtime=0.26 cores=0,2,4,6
/proc/17753/task/17766/stat : 17766 (java) S 17750 17753 12906 0 -1 1077944384 1312 0 0 0 26 0 0 0 20 0 15 0 46199031 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249285708272 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17767] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17767/stat : 17767 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46199031 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249284655968 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17768] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17768/stat : 17768 (java) S 17750 17753 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46199036 10804461568 114147 18446744073709551615 4194304 4196468 140725958445792 140249283602992 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 10551232

[startup+3.1012 s]
/proc/loadavg: 4.63 3.88 2.77 6/215 17768
/proc/meminfo: memFree=28444696/32770624 swapFree=0/339128
[pid=17753] ppid=17750 vsize=10551232 CPUtime=7.6 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 16351 0 0 0 705 55 0 0 20 0 15 0 46199021 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2637808 178483 3113 1 0 2627261 0
[pid=17753/tid=17755] ppid=17750 vsize=10551232 CPUtime=1.55 cores=0,2,4,6
/proc/17753/task/17755/stat : 17755 (java) S 17750 17753 12906 0 -1 1077944384 8024 0 0 0 149 6 0 0 20 0 15 0 46199026 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249987157520 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17756] ppid=17750 vsize=10551232 CPUtime=1.06 cores=0,2,4,6
/proc/17753/task/17756/stat : 17756 (java) R 17750 17753 12906 0 -1 4202560 335 0 0 0 95 11 0 0 20 0 15 0 46199027 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249943821216 140249967949906 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17757] ppid=17750 vsize=10551232 CPUtime=1.06 cores=0,2,4,6
/proc/17753/task/17757/stat : 17757 (java) R 17750 17753 12906 0 -1 4202560 365 0 0 0 95 11 0 0 20 0 15 0 46199027 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249593207952 140249967946542 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17758] ppid=17750 vsize=10551232 CPUtime=1.06 cores=0,2,4,6
/proc/17753/task/17758/stat : 17758 (java) R 17750 17753 12906 0 -1 4202560 370 0 0 0 94 12 0 0 20 0 15 0 46199027 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249592155096 140249967949906 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17759] ppid=17750 vsize=10551232 CPUtime=1.08 cores=0,2,4,6
/proc/17753/task/17759/stat : 17759 (java) R 17750 17753 12906 0 -1 4202560 466 0 0 0 97 11 0 0 20 0 15 0 46199027 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249591102352 140249967949906 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17760] ppid=17750 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/17753/task/17760/stat : 17760 (java) S 17750 17753 12906 0 -1 1077944384 517 0 0 0 33 0 0 0 20 0 15 0 46199028 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249292022560 140249982932693 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17761] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17761/stat : 17761 (java) S 17750 17753 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46199028 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249290970336 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17762] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17762/stat : 17762 (java) S 17750 17753 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46199029 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249289917184 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17763] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17763/stat : 17763 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46199031 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249288865744 140249982941083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17764] ppid=17750 vsize=10551232 CPUtime=0.51 cores=0,2,4,6
/proc/17753/task/17764/stat : 17764 (java) S 17750 17753 12906 0 -1 1077944384 1624 0 0 0 51 0 0 0 20 0 15 0 46199031 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249287813872 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17765] ppid=17750 vsize=10551232 CPUtime=0.59 cores=0,2,4,6
/proc/17753/task/17765/stat : 17765 (java) S 17750 17753 12906 0 -1 1077944384 1980 0 0 0 59 0 0 0 20 0 15 0 46199031 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249286761328 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17766] ppid=17750 vsize=10551232 CPUtime=0.26 cores=0,2,4,6
/proc/17753/task/17766/stat : 17766 (java) S 17750 17753 12906 0 -1 1077944384 1312 0 0 0 26 0 0 0 20 0 15 0 46199031 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249285708272 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17767] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17767/stat : 17767 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46199031 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249284655968 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17768] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17768/stat : 17768 (java) S 17750 17753 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46199036 10804461568 178483 18446744073709551615 4194304 4196468 140725958445792 140249283602992 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 10551232

[startup+6.30075 s]
/proc/loadavg: 4.63 3.88 2.77 3/215 17768
/proc/meminfo: memFree=27929500/32770624 swapFree=0/339136
[pid=17753] ppid=17750 vsize=10551232 CPUtime=15.99 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 22325 0 0 0 1505 94 0 0 20 0 15 0 46199021 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2637808 286687 3114 1 0 2627261 0
[pid=17753/tid=17755] ppid=17750 vsize=10551232 CPUtime=2.5 cores=0,2,4,6
/proc/17753/task/17755/stat : 17755 (java) R 17750 17753 12906 0 -1 4202560 9163 0 0 0 243 7 0 0 20 0 15 0 46199026 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249987158120 140249627409594 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17756] ppid=17750 vsize=10551232 CPUtime=2.77 cores=0,2,4,6
/proc/17753/task/17756/stat : 17756 (java) S 17750 17753 12906 0 -1 1077944384 696 0 0 0 257 20 0 0 20 0 15 0 46199027 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249943821328 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17757] ppid=17750 vsize=10551232 CPUtime=2.78 cores=0,2,4,6
/proc/17753/task/17757/stat : 17757 (java) S 17750 17753 12906 0 -1 1077944384 745 0 0 0 257 21 0 0 20 0 15 0 46199027 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249593207952 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17758] ppid=17750 vsize=10551232 CPUtime=2.78 cores=0,2,4,6
/proc/17753/task/17758/stat : 17758 (java) S 17750 17753 12906 0 -1 1077944384 1178 0 0 0 257 21 0 0 20 0 15 0 46199027 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249592154896 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17759] ppid=17750 vsize=10551232 CPUtime=2.79 cores=0,2,4,6
/proc/17753/task/17759/stat : 17759 (java) S 17750 17753 12906 0 -1 1077944384 956 0 0 0 258 21 0 0 20 0 15 0 46199027 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249591102352 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17760] ppid=17750 vsize=10551232 CPUtime=0.86 cores=0,2,4,6
/proc/17753/task/17760/stat : 17760 (java) S 17750 17753 12906 0 -1 1077944384 2052 0 0 0 86 0 0 0 20 0 15 0 46199028 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249292024048 140249982933634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17761] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17761/stat : 17761 (java) S 17750 17753 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46199028 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249290970336 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17762] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17762/stat : 17762 (java) S 17750 17753 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46199029 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249289917184 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17763] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17763/stat : 17763 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46199031 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249288865744 140249982941083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17764] ppid=17750 vsize=10551232 CPUtime=0.53 cores=0,2,4,6
/proc/17753/task/17764/stat : 17764 (java) S 17750 17753 12906 0 -1 1077944384 1900 0 0 0 53 0 0 0 20 0 15 0 46199031 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249287813872 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17765] ppid=17750 vsize=10551232 CPUtime=0.62 cores=0,2,4,6
/proc/17753/task/17765/stat : 17765 (java) S 17750 17753 12906 0 -1 1077944384 2324 0 0 0 62 0 0 0 20 0 15 0 46199031 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249286761328 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17766] ppid=17750 vsize=10551232 CPUtime=0.28 cores=0,2,4,6
/proc/17753/task/17766/stat : 17766 (java) S 17750 17753 12906 0 -1 1077944384 1550 0 0 0 28 0 0 0 20 0 15 0 46199031 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249285708272 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17767] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17767/stat : 17767 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46199031 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249284655968 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17768] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17768/stat : 17768 (java) S 17750 17753 12906 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 15 0 46199036 10804461568 286687 18446744073709551615 4194304 4196468 140725958445792 140249283602992 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 10551232

[startup+12.7012 s]
/proc/loadavg: 4.42 3.85 2.77 6/215 17769
/proc/meminfo: memFree=25997400/32770624 swapFree=0/339140
[pid=17753] ppid=17750 vsize=10551232 CPUtime=35.99 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 35061 0 0 0 3315 284 0 0 20 0 15 0 46199021 10804461568 792503 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2637808 792503 3114 1 0 2627261 0
[pid=17753/tid=17755] ppid=17750 vsize=10551232 CPUtime=4.36 cores=0,2,4,6
/proc/17753/task/17755/stat : 17755 (java) S 17750 17753 12906 0 -1 1077944384 9372 0 0 0 427 9 0 0 20 0 15 0 46199026 10804461568 792503 18446744073709551615 4194304 4196468 140725958445792 140249987155456 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17756] ppid=17750 vsize=10551232 CPUtime=7.25 cores=0,2,4,6
/proc/17753/task/17756/stat : 17756 (java) R 17750 17753 12906 0 -1 4202560 3981 0 0 0 658 67 0 0 20 0 15 0 46199027 10804461568 792503 18446744073709551615 4194304 4196468 140725958445792 140249943821216 140249967623072 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17757] ppid=17750 vsize=10551232 CPUtime=7.27 cores=0,2,4,6
/proc/17753/task/17757/stat : 17757 (java) R 17750 17753 12906 0 -1 4202560 2564 0 0 0 661 66 0 0 20 0 15 0 46199027 10804461568 792503 18446744073709551615 4194304 4196468 140725958445792 140249593208152 140249967623178 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17758] ppid=17750 vsize=10551232 CPUtime=7.25 cores=0,2,4,6
/proc/17753/task/17758/stat : 17758 (java) R 17750 17753 12906 0 -1 4202560 2787 0 0 0 657 68 0 0 20 0 15 0 46199027 10804461568 792503 18446744073709551615 4194304 4196468 140725958445792 140249592155096 140249967623203 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17759] ppid=17750 vsize=10551232 CPUtime=7.29 cores=0,2,4,6
/proc/17753/task/17759/stat : 17759 (java) R 17750 17753 12906 0 -1 4202560 2729 0 0 0 661 68 0 0 20 0 15 0 46199027 10804461568 792503 18446744073709551615 4194304 4196468 140725958445792 140249591102552 140249967380109 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17760] ppid=17750 vsize=10551232 CPUtime=0.86 cores=0,2,4,6
/proc/17753/task/17760/stat : 17760 (java) S 17750 17753 12906 0 -1 1077944384 4004 0 0 0 86 0 0 0 20 0 15 0 46199028 10804461568 792503 18446744073709551615 4194304 4196468 140725958445792 140249292022592 140249982932693 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17761] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17761/stat : 17761 (java) S 17750 17753 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46199028 10804461568 792503 18446744073709551615 4194304 4196468 140725958445792 140249290970336 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17762] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17762/stat : 17762 (java) S 17750 17753 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 46199029 10804461568 792503 18446744073709551615 4194304 4196468 140725958445792 140249289917184 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17763] ppid=17750 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17763/stat : 17763 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46199031 10804461568 792503 18446744073709551615 4194304 4196468 140725958445792 140249288865744 140249982941083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0

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


[startup+425.601 s]
/proc/loadavg: 4.90 4.59 3.48 6/220 17826
/proc/meminfo: memFree=20673652/32770624 swapFree=0/339336
[pid=17753] ppid=17750 vsize=10686560 CPUtime=1581.66 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 182963 0 0 0 157425 741 0 0 20 0 16 0 46199021 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2671640 2028181 3165 1 0 2661055 0
[pid=17753/tid=17755] ppid=17750 vsize=10686560 CPUtime=13.67 cores=0,2,4,6
/proc/17753/task/17755/stat : 17755 (java) S 17750 17753 12906 0 -1 1077944384 16363 0 0 0 1357 10 0 0 20 0 16 0 46199026 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249987163168 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17756] ppid=17750 vsize=10686560 CPUtime=386.38 cores=0,2,4,6
/proc/17753/task/17756/stat : 17756 (java) R 17750 17753 12906 0 -1 4202560 24787 0 0 0 38465 173 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249943821528 140249967918888 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17757] ppid=17750 vsize=10686560 CPUtime=385.1 cores=0,2,4,6
/proc/17753/task/17757/stat : 17757 (java) R 17750 17753 12906 0 -1 4202560 16017 0 0 0 38339 171 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249593207760 140249975550695 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17758] ppid=17750 vsize=10686560 CPUtime=384.99 cores=0,2,4,6
/proc/17753/task/17758/stat : 17758 (java) R 17750 17753 12906 0 -1 4202560 17438 0 0 0 38304 195 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249592154704 140249975550695 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17759] ppid=17750 vsize=10686560 CPUtime=386.42 cores=0,2,4,6
/proc/17753/task/17759/stat : 17759 (java) R 17750 17753 12906 0 -1 4202560 20567 0 0 0 38463 179 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249591102472 140249975550695 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17760] ppid=17750 vsize=10686560 CPUtime=22.59 cores=0,2,4,6
/proc/17753/task/17760/stat : 17760 (java) S 17750 17753 12906 0 -1 1077944384 70644 0 0 0 2255 4 0 0 20 0 16 0 46199028 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249292022592 140249982932693 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17761] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17761/stat : 17761 (java) S 17750 17753 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 46199028 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249290970336 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17762] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17762/stat : 17762 (java) S 17750 17753 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 46199029 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249289917184 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17763] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17763/stat : 17763 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249288865744 140249982941083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17764] ppid=17750 vsize=10686560 CPUtime=1.05 cores=0,2,4,6
/proc/17753/task/17764/stat : 17764 (java) S 17750 17753 12906 0 -1 1077944384 9218 0 0 0 104 1 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249287813920 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17765] ppid=17750 vsize=10686560 CPUtime=0.69 cores=0,2,4,6
/proc/17753/task/17765/stat : 17765 (java) S 17750 17753 12906 0 -1 1077944384 3615 0 0 0 69 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249286761376 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17766] ppid=17750 vsize=10686560 CPUtime=0.32 cores=0,2,4,6
/proc/17753/task/17766/stat : 17766 (java) S 17750 17753 12906 0 -1 1077944384 2145 0 0 0 31 1 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249285708032 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17767] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17767/stat : 17767 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249284655968 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17768] ppid=17750 vsize=10686560 CPUtime=0.34 cores=0,2,4,6
/proc/17753/task/17768/stat : 17768 (java) S 17750 17753 12906 0 -1 1077944384 726 0 0 0 19 15 0 0 20 0 16 0 46199036 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249283602992 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17799] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17799/stat : 17799 (java) S 17750 17753 12906 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 46236017 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249280449792 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
Current children cumulated CPU time (s) 1581.66
Current children cumulated vsize (KiB) 10686560

[startup+426.401 s]
/proc/loadavg: 4.90 4.59 3.48 6/220 17826
/proc/meminfo: memFree=20673652/32770624 swapFree=0/339336
[pid=17753] ppid=17750 vsize=10686560 CPUtime=1584.77 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 183338 0 0 0 157735 742 0 0 20 0 16 0 46199021 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2671640 2028181 3165 1 0 2661055 0
[pid=17753/tid=17755] ppid=17750 vsize=10686560 CPUtime=13.67 cores=0,2,4,6
/proc/17753/task/17755/stat : 17755 (java) S 17750 17753 12906 0 -1 1077944384 16363 0 0 0 1357 10 0 0 20 0 16 0 46199026 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249987163168 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17756] ppid=17750 vsize=10686560 CPUtime=387.18 cores=0,2,4,6
/proc/17753/task/17756/stat : 17756 (java) R 17750 17753 12906 0 -1 4202560 25162 0 0 0 38545 173 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249943821528 140249967912045 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17757] ppid=17750 vsize=10686560 CPUtime=385.87 cores=0,2,4,6
/proc/17753/task/17757/stat : 17757 (java) R 17750 17753 12906 0 -1 4202560 16017 0 0 0 38416 171 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249593207760 140249975550695 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17758] ppid=17750 vsize=10686560 CPUtime=385.77 cores=0,2,4,6
/proc/17753/task/17758/stat : 17758 (java) R 17750 17753 12906 0 -1 4202560 17438 0 0 0 38381 196 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249592154704 140249975550695 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17759] ppid=17750 vsize=10686560 CPUtime=387.18 cores=0,2,4,6
/proc/17753/task/17759/stat : 17759 (java) R 17750 17753 12906 0 -1 4202560 20567 0 0 0 38538 180 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249591102472 140249975550695 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17760] ppid=17750 vsize=10686560 CPUtime=22.59 cores=0,2,4,6
/proc/17753/task/17760/stat : 17760 (java) S 17750 17753 12906 0 -1 1077944384 70644 0 0 0 2255 4 0 0 20 0 16 0 46199028 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249292022592 140249982932693 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17761] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17761/stat : 17761 (java) S 17750 17753 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 46199028 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249290970336 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17762] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17762/stat : 17762 (java) S 17750 17753 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 46199029 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249289917184 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17763] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17763/stat : 17763 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249288865744 140249982941083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17764] ppid=17750 vsize=10686560 CPUtime=1.05 cores=0,2,4,6
/proc/17753/task/17764/stat : 17764 (java) S 17750 17753 12906 0 -1 1077944384 9218 0 0 0 104 1 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249287813920 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17765] ppid=17750 vsize=10686560 CPUtime=0.69 cores=0,2,4,6
/proc/17753/task/17765/stat : 17765 (java) S 17750 17753 12906 0 -1 1077944384 3615 0 0 0 69 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249286761376 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17766] ppid=17750 vsize=10686560 CPUtime=0.32 cores=0,2,4,6
/proc/17753/task/17766/stat : 17766 (java) S 17750 17753 12906 0 -1 1077944384 2145 0 0 0 31 1 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249285708032 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17767] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17767/stat : 17767 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249284655968 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17768] ppid=17750 vsize=10686560 CPUtime=0.34 cores=0,2,4,6
/proc/17753/task/17768/stat : 17768 (java) S 17750 17753 12906 0 -1 1077944384 726 0 0 0 19 15 0 0 20 0 16 0 46199036 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249283602992 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17799] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17799/stat : 17799 (java) S 17750 17753 12906 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 46236017 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249280449792 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
Current children cumulated CPU time (s) 1584.77
Current children cumulated vsize (KiB) 10686560

[startup+426.801 s]
/proc/loadavg: 4.90 4.59 3.48 3/220 17826
/proc/meminfo: memFree=20673652/32770624 swapFree=0/339336
[pid=17753] ppid=17750 vsize=10686560 CPUtime=1585.3 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 183559 0 0 0 157788 742 0 0 20 0 16 0 46199021 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2671640 2028181 3165 1 0 2661055 0
[pid=17753/tid=17755] ppid=17750 vsize=10686560 CPUtime=13.67 cores=0,2,4,6
/proc/17753/task/17755/stat : 17755 (java) S 17750 17753 12906 0 -1 1077944384 16363 0 0 0 1357 10 0 0 20 0 16 0 46199026 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249987163168 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17756] ppid=17750 vsize=10686560 CPUtime=387.22 cores=0,2,4,6
/proc/17753/task/17756/stat : 17756 (java) S 17750 17753 12906 0 -1 1077944384 25186 0 0 0 38549 173 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249943821328 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17757] ppid=17750 vsize=10686560 CPUtime=385.91 cores=0,2,4,6
/proc/17753/task/17757/stat : 17757 (java) S 17750 17753 12906 0 -1 1077944384 16017 0 0 0 38420 171 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249593207952 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17758] ppid=17750 vsize=10686560 CPUtime=385.81 cores=0,2,4,6
/proc/17753/task/17758/stat : 17758 (java) S 17750 17753 12906 0 -1 1077944384 17439 0 0 0 38385 196 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249592154896 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17759] ppid=17750 vsize=10686560 CPUtime=387.23 cores=0,2,4,6
/proc/17753/task/17759/stat : 17759 (java) S 17750 17753 12906 0 -1 1077944384 20567 0 0 0 38543 180 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249591102352 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17760] ppid=17750 vsize=10686560 CPUtime=22.95 cores=0,2,4,6
/proc/17753/task/17760/stat : 17760 (java) R 17750 17753 12906 0 -1 4202560 70840 0 0 0 2291 4 0 0 20 0 16 0 46199028 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249292022480 140249967380078 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17761] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17761/stat : 17761 (java) S 17750 17753 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 46199028 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249290970336 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17762] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17762/stat : 17762 (java) S 17750 17753 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 46199029 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249289917184 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17763] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17763/stat : 17763 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249288865744 140249982941083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17764] ppid=17750 vsize=10686560 CPUtime=1.05 cores=0,2,4,6
/proc/17753/task/17764/stat : 17764 (java) S 17750 17753 12906 0 -1 1077944384 9218 0 0 0 104 1 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249287813920 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17765] ppid=17750 vsize=10686560 CPUtime=0.69 cores=0,2,4,6
/proc/17753/task/17765/stat : 17765 (java) S 17750 17753 12906 0 -1 1077944384 3615 0 0 0 69 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249286761376 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17766] ppid=17750 vsize=10686560 CPUtime=0.32 cores=0,2,4,6
/proc/17753/task/17766/stat : 17766 (java) S 17750 17753 12906 0 -1 1077944384 2145 0 0 0 31 1 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249285708032 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17767] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17767/stat : 17767 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249284655968 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17768] ppid=17750 vsize=10686560 CPUtime=0.34 cores=0,2,4,6
/proc/17753/task/17768/stat : 17768 (java) S 17750 17753 12906 0 -1 1077944384 726 0 0 0 19 15 0 0 20 0 16 0 46199036 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249283602992 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17799] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17799/stat : 17799 (java) S 17750 17753 12906 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 46236017 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249280449792 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
Current children cumulated CPU time (s) 1585.3
Current children cumulated vsize (KiB) 10686560

[startup+427.001 s]
/proc/loadavg: 4.90 4.59 3.48 3/220 17826
/proc/meminfo: memFree=20673652/32770624 swapFree=0/339336
[pid=17753] ppid=17750 vsize=10686560 CPUtime=1585.49 cores=0,2,4,6
/proc/17753/stat : 17753 (java) S 17750 17753 12906 0 -1 1077944320 183559 0 0 0 157807 742 0 0 20 0 16 0 46199021 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140725958428336 140249982922487 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
/proc/17753/statm: 2671640 2028181 3165 1 0 2661055 0
[pid=17753/tid=17755] ppid=17750 vsize=10686560 CPUtime=13.67 cores=0,2,4,6
/proc/17753/task/17755/stat : 17755 (java) S 17750 17753 12906 0 -1 1077944384 16363 0 0 0 1357 10 0 0 20 0 16 0 46199026 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249987163168 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17756] ppid=17750 vsize=10686560 CPUtime=387.22 cores=0,2,4,6
/proc/17753/task/17756/stat : 17756 (java) S 17750 17753 12906 0 -1 1077944384 25186 0 0 0 38549 173 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249943821328 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17757] ppid=17750 vsize=10686560 CPUtime=385.91 cores=0,2,4,6
/proc/17753/task/17757/stat : 17757 (java) S 17750 17753 12906 0 -1 1077944384 16017 0 0 0 38420 171 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249593207952 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17758] ppid=17750 vsize=10686560 CPUtime=385.81 cores=0,2,4,6
/proc/17753/task/17758/stat : 17758 (java) S 17750 17753 12906 0 -1 1077944384 17439 0 0 0 38385 196 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249592154896 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17759] ppid=17750 vsize=10686560 CPUtime=387.23 cores=0,2,4,6
/proc/17753/task/17759/stat : 17759 (java) S 17750 17753 12906 0 -1 1077944384 20567 0 0 0 38543 180 0 0 20 0 16 0 46199027 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249591102352 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17760] ppid=17750 vsize=10686560 CPUtime=23.14 cores=0,2,4,6
/proc/17753/task/17760/stat : 17760 (java) R 17750 17753 12906 0 -1 4202560 70840 0 0 0 2310 4 0 0 20 0 16 0 46199028 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249292022480 140249967380109 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17761] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17761/stat : 17761 (java) S 17750 17753 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 46199028 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249290970336 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17762] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17762/stat : 17762 (java) S 17750 17753 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 46199029 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249289917184 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17763] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17763/stat : 17763 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249288865744 140249982941083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17764] ppid=17750 vsize=10686560 CPUtime=1.05 cores=0,2,4,6
/proc/17753/task/17764/stat : 17764 (java) S 17750 17753 12906 0 -1 1077944384 9218 0 0 0 104 1 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249287813920 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17765] ppid=17750 vsize=10686560 CPUtime=0.69 cores=0,2,4,6
/proc/17753/task/17765/stat : 17765 (java) S 17750 17753 12906 0 -1 1077944384 3615 0 0 0 69 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249286761376 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17766] ppid=17750 vsize=10686560 CPUtime=0.32 cores=0,2,4,6
/proc/17753/task/17766/stat : 17766 (java) S 17750 17753 12906 0 -1 1077944384 2145 0 0 0 31 1 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249285708032 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17767] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17767/stat : 17767 (java) S 17750 17753 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46199031 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249284655968 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17768] ppid=17750 vsize=10686560 CPUtime=0.34 cores=0,2,4,6
/proc/17753/task/17768/stat : 17768 (java) S 17750 17753 12906 0 -1 1077944384 726 0 0 0 19 15 0 0 20 0 16 0 46199036 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249283602992 140249982933634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
[pid=17753/tid=17799] ppid=17750 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17753/task/17799/stat : 17799 (java) S 17750 17753 12906 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 46236017 10943037440 2028181 18446744073709551615 4194304 4196468 140725958445792 140249280449792 140249982932693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28491776 140725958447541 140725958447694 140725958447694 140725958451151 0
Current children cumulated CPU time (s) 1585.49
Current children cumulated vsize (KiB) 10686560

[startup+427.101 s]
/proc/loadavg: 4.90 4.59 3.48 3/220 17826
/proc/meminfo: memFree=20673652/32770624 swapFree=0/339336
[pid=17753] ppid=17750 vsize=0 CPUtime=1585.59 cores=0,2,4,6
/proc/17753/stat : 17753 (java) Z 17750 17753 12906 0 -1 4227084 186549 0 0 0 157814 745 0 0 20 0 2 0 46199021 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 4 0 0 0 0 0 0 0 0 0 0
/proc/17753/statm: 0 0 0 0 0 0 0
[pid=17753/tid=17758] ppid=17750 vsize=0 CPUtime=385.84 cores=0,2,4,6
/proc/17753/task/17758/stat : 17758 (java) R 17750 17753 12906 0 -1 4203588 17439 0 0 0 38385 199 0 0 20 0 2 0 46199027 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1585.59
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 427.11
CPU time (s): 1585.61
CPU user time (s): 1578.14
CPU system time (s): 7.46253
CPU usage (%): 371.241
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1578.15
system time used= 7.46253
maximum resident set size= 8113048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186549
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20915
involuntary context switches= 15754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.08711 second user time and 2.77817 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 19:54:04
IDJOB=4243321
IDBENCH=115818
IDSOLVER=2623
FILE ID=node135/4243321-1502042881
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-07-07-5.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243321-1502042881/watcher-4243321-1502042881 -o /tmp/evaluation-result-4243321-1502042881/solver-4243321-1502042881 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243321-1502042881.xml

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

MD5SUM BENCH= e703a022bfe4f723b0880c2305d40b57
RANDOM SEED=2074466025

node135.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.21
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.21
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.21
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.21
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:        29043308 kB
MemAvailable:   29445912 kB
Buffers:          199288 kB
Cached:           492192 kB
SwapCached:            0 kB
Active:          2932112 kB
Inactive:         364072 kB
Active(anon):    2604844 kB
Inactive(anon):    24972 kB
Active(file):     327268 kB
Inactive(file):   339100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       2604248 kB
Mapped:            49944 kB
Shmem:             25344 kB
Slab:             130908 kB
SReclaimable:     104140 kB
SUnreclaim:        26768 kB
KernelStack:        3536 kB
PageTables:        10012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3743200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2496512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-06 20:01:11