Trace number 4244128

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) 1350.5601 369.80301

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-13-13.xml
MD5SUM35fa3ccff61e9a72252c43058d5bc461
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints6085
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree146
Maximum variable degree146
Distribution of variable degrees[{"degree":146,"count":169}]
Minimum constraint arity4
Maximum constraint arity169
Distribution of constraint arities[{"arity":4,"count":6084},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6084
Distribution of constraint types[{"type":"intension","count":6084},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1261.76/345.95	Aug 06, 2017 11:23:05 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1261.76/345.95	INFO: Runtime exception
1261.76/345.95	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1261.76/345.95		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1261.76/345.95		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1261.76/345.95		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1261.76/345.95		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1261.76/345.95		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1261.76/345.95		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1261.76/345.95		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1261.76/345.95		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1261.76/345.95		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1261.76/345.95		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1261.76/345.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1261.76/345.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1261.76/345.95		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1261.76/345.95		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1261.76/345.95		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1261.76/345.95		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1261.76/345.95		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1261.76/345.95		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1261.76/345.95		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1261.76/345.95	Caused by: java.lang.reflect.InvocationTargetException
1261.76/345.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1261.76/345.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.76/345.95		at java.lang.reflect.Method.invoke(Method.java:498)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1261.76/345.95		... 21 more
1261.76/345.95	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1261.76/345.95		... 25 more
1261.76/345.95	Caused by: java.lang.reflect.InvocationTargetException
1261.76/345.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1261.76/345.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.76/345.95		at java.lang.reflect.Method.invoke(Method.java:498)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1261.76/345.95		... 26 more
1261.76/345.95	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1261.76/345.95		... 30 more
1261.76/345.95	Caused by: java.lang.reflect.InvocationTargetException
1261.76/345.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1261.76/345.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.76/345.95		at java.lang.reflect.Method.invoke(Method.java:498)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1261.76/345.95		... 31 more
1261.76/345.95	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1261.76/345.95		... 35 more
1261.76/345.95	Caused by: java.lang.reflect.InvocationTargetException
1261.76/345.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1261.76/345.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.76/345.95		at java.lang.reflect.Method.invoke(Method.java:498)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1261.76/345.95		... 36 more
1261.76/345.95	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1261.76/345.95		... 40 more
1261.76/345.95	Caused by: java.lang.reflect.InvocationTargetException
1261.76/345.95		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1261.76/345.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.76/345.95		at java.lang.reflect.Method.invoke(Method.java:498)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1261.76/345.95		... 40 more
1261.76/345.95	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1261.76/345.95		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1261.76/345.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.76/345.95		at java.lang.reflect.Method.invoke(Method.java:498)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1261.76/345.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1261.76/345.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.76/345.95		at java.lang.reflect.Method.invoke(Method.java:498)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1261.76/345.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1261.76/345.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.76/345.95		at java.lang.reflect.Method.invoke(Method.java:498)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1261.76/345.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1261.76/345.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.76/345.95		at java.lang.reflect.Method.invoke(Method.java:498)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1261.76/345.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1261.76/345.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1261.76/345.95		at java.lang.reflect.Method.invoke(Method.java:498)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1261.76/345.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1261.76/345.95		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1261.76/345.95		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1261.76/345.95		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1261.76/345.95		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1261.76/345.95		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1261.76/345.95	
1330.52/364.71	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1330.52/364.71	c This is free software under the dual EPL/GNU LGPL licenses.
1330.52/364.71	c See www.sat4j.org for details.
1330.52/364.71	c That software uses the Rhino library from the Mozilla project.
1330.52/364.71	c version CUSTOM.v20170705
1330.52/364.71	c java.runtime.name	Java(TM) SE Runtime Environment
1330.52/364.71	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1330.52/364.71	c java.vm.version	25.131-b11
1330.52/364.71	c java.vm.vendor	Oracle Corporation
1330.52/364.71	c sun.arch.data.model	64
1330.52/364.71	c java.version		1.8.0_131
1330.52/364.71	c os.name		Linux
1330.52/364.71	c os.version		3.10.0-514.16.1.el7.x86_64
1330.52/364.71	c os.arch		amd64
1330.52/364.71	c Free memory 		499604488
1330.52/364.71	c Max memory 		7247757312
1330.52/364.71	c Total memory 		504889344
1330.52/364.71	c Number of processors 	4
1330.52/364.71	c c --- Begin Solver configuration ---
1330.52/364.71	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1330.52/364.71	c Learn all clauses as in MiniSAT
1330.52/364.71	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1330.52/364.71	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1330.52/364.71	c No reason simplification
1330.52/364.71	c Glucose 2.1 dynamic restart strategy
1330.52/364.71	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
1330.52/364.71	c timeout=2147483s
1330.52/364.71	c DB Simplification allowed=false
1330.52/364.71	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1330.52/364.71	c --- End Solver configuration ---
1350.41/369.76	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1350.41/369.76		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1350.41/369.76		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1350.41/369.76		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1350.41/369.76		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1350.41/369.76		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1350.41/369.76		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1350.41/369.76		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1350.41/369.76		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1350.41/369.76		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-4244128-1502055082/watcher-4244128-1502055082 -o /tmp/evaluation-result-4244128-1502055082/solver-4244128-1502055082 -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-4244128-1502055082.xml 

pid=20395
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.58 4.40 3.40 2/199 20398
/proc/meminfo: memFree=29920924/32770624 swapFree=0/344392
[pid=20398] ppid=20395 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20398/stat : 20398 (runsolver) D 20395 20398 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47419150 24240128 106 18446744073709551615 4194304 4338465 140730903632912 140730903630552 140417886765783 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 22503424 140730903638151 140730903638601 140730903638601 140730903642058 0
/proc/20398/statm: 5918 106 53 36 0 2156 0

[startup+0.100204 s]
/proc/loadavg: 4.58 4.40 3.40 2/199 20398
/proc/meminfo: memFree=29920924/32770624 swapFree=0/344392
[pid=20398] ppid=20395 vsize=10086136 CPUtime=0.01 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 3923 0 0 0 1 0 0 0 20 0 9 0 47419150 10328203264 4584 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2521534 4584 2067 1 0 2511031 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10086136

[startup+0.200242 s]
/proc/loadavg: 4.58 4.40 3.40 2/199 20398
/proc/meminfo: memFree=29920924/32770624 swapFree=0/344392
[pid=20398] ppid=20395 vsize=10551156 CPUtime=0.06 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 4916 0 0 0 5 1 0 0 20 0 15 0 47419150 10804383744 5954 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2637789 5954 2614 1 0 2627261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551156

[startup+0.300325 s]
/proc/loadavg: 4.58 4.40 3.40 2/199 20398
/proc/meminfo: memFree=29920924/32770624 swapFree=0/344392
[pid=20398] ppid=20395 vsize=10551156 CPUtime=0.22 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 8205 0 0 0 19 3 0 0 20 0 15 0 47419150 10804383744 8922 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2637789 8922 2858 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.701163 s]
/proc/loadavg: 4.58 4.40 3.40 2/199 20398
/proc/meminfo: memFree=29920924/32770624 swapFree=0/344392
[pid=20398] ppid=20395 vsize=10551232 CPUtime=1.44 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 13074 0 0 0 139 5 0 0 20 0 15 0 47419150 10804461568 29037 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2637808 29037 3057 1 0 2627261 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 10551232

[startup+1.50116 s]
/proc/loadavg: 4.58 4.40 3.40 6/214 20413
/proc/meminfo: memFree=29703096/32770624 swapFree=0/344408
[pid=20398] ppid=20395 vsize=10551232 CPUtime=3.32 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 14385 0 0 0 311 21 0 0 20 0 15 0 47419150 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2637808 102757 3099 1 0 2627261 0
[pid=20398/tid=20400] ppid=20395 vsize=10551232 CPUtime=1.2 cores=0,2,4,6
/proc/20398/task/20400/stat : 20400 (java) S 20395 20398 12906 0 -1 1077944384 7649 0 0 0 115 5 0 0 20 0 15 0 47419158 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922524855856 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20401] ppid=20395 vsize=10551232 CPUtime=0.12 cores=0,2,4,6
/proc/20398/task/20401/stat : 20401 (java) R 20395 20398 12906 0 -1 4202560 126 0 0 0 9 3 0 0 20 0 15 0 47419158 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922461657488 139922505648665 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20402] ppid=20395 vsize=10551232 CPUtime=0.13 cores=0,2,4,6
/proc/20398/task/20402/stat : 20402 (java) R 20395 20398 12906 0 -1 4202560 134 0 0 0 10 3 0 0 20 0 15 0 47419158 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922460604688 139922505648210 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20403] ppid=20395 vsize=10551232 CPUtime=0.12 cores=0,2,4,6
/proc/20398/task/20403/stat : 20403 (java) R 20395 20398 12906 0 -1 4202560 151 0 0 0 9 3 0 0 20 0 15 0 47419158 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922459552600 139922505644945 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20404] ppid=20395 vsize=10551232 CPUtime=0.12 cores=0,2,4,6
/proc/20398/task/20404/stat : 20404 (java) R 20395 20398 12906 0 -1 4202560 143 0 0 0 9 3 0 0 20 0 15 0 47419158 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922458499600 139922505648968 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20405] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20405/stat : 20405 (java) S 20395 20398 12906 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 47419160 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922015806624 139922520630997 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20406] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20406/stat : 20406 (java) S 20395 20398 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47419160 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922014754144 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20407] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20407/stat : 20407 (java) S 20395 20398 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47419161 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922013701760 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20408] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20408/stat : 20408 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47419163 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922012650064 139922520639387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20409] ppid=20395 vsize=10551232 CPUtime=0.64 cores=0,2,4,6
/proc/20398/task/20409/stat : 20409 (java) S 20395 20398 12906 0 -1 1077944384 1656 0 0 0 64 0 0 0 20 0 15 0 47419163 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922011596912 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20410] ppid=20395 vsize=10551232 CPUtime=0.59 cores=0,2,4,6
/proc/20398/task/20410/stat : 20410 (java) S 20395 20398 12906 0 -1 1077944384 1380 0 0 0 59 0 0 0 20 0 15 0 47419163 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922010544112 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20411] ppid=20395 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/20398/task/20411/stat : 20411 (java) S 20395 20398 12906 0 -1 1077944384 1706 0 0 0 33 0 0 0 20 0 15 0 47419163 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922009491824 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20412] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20412/stat : 20412 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47419163 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922008439264 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20413] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20413/stat : 20413 (java) S 20395 20398 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47419170 10804461568 102757 18446744073709551615 4194304 4196468 140735837455760 139922007387056 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 10551232

[startup+3.10075 s]
/proc/loadavg: 4.58 4.40 3.40 3/214 20413
/proc/meminfo: memFree=29357980/32770624 swapFree=0/344408
[pid=20398] ppid=20395 vsize=10551232 CPUtime=7.4 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 16453 0 0 0 684 56 0 0 20 0 15 0 47419150 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2637808 185269 3115 1 0 2627261 0
[pid=20398/tid=20400] ppid=20395 vsize=10551232 CPUtime=1.69 cores=0,2,4,6
/proc/20398/task/20400/stat : 20400 (java) R 20395 20398 12906 0 -1 4202560 7656 0 0 0 164 5 0 0 20 0 15 0 47419158 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922524855504 139922136518975 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20401] ppid=20395 vsize=10551232 CPUtime=0.92 cores=0,2,4,6
/proc/20398/task/20401/stat : 20401 (java) S 20395 20398 12906 0 -1 1077944384 611 0 0 0 80 12 0 0 20 0 15 0 47419158 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922461657488 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20402] ppid=20395 vsize=10551232 CPUtime=0.93 cores=0,2,4,6
/proc/20398/task/20402/stat : 20402 (java) S 20395 20398 12906 0 -1 1077944384 574 0 0 0 81 12 0 0 20 0 15 0 47419158 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922460604688 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20403] ppid=20395 vsize=10551232 CPUtime=0.92 cores=0,2,4,6
/proc/20398/task/20403/stat : 20403 (java) S 20395 20398 12906 0 -1 1077944384 419 0 0 0 80 12 0 0 20 0 15 0 47419158 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922459552400 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20404] ppid=20395 vsize=10551232 CPUtime=0.92 cores=0,2,4,6
/proc/20398/task/20404/stat : 20404 (java) S 20395 20398 12906 0 -1 1077944384 562 0 0 0 80 12 0 0 20 0 15 0 47419158 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922458499600 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20405] ppid=20395 vsize=10551232 CPUtime=0.3 cores=0,2,4,6
/proc/20398/task/20405/stat : 20405 (java) S 20395 20398 12906 0 -1 1077944384 474 0 0 0 30 0 0 0 20 0 15 0 47419160 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922015808112 139922520631938 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20406] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20406/stat : 20406 (java) S 20395 20398 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47419160 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922014754144 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20407] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20407/stat : 20407 (java) S 20395 20398 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47419161 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922013701760 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20408] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20408/stat : 20408 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47419163 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922012650064 139922520639387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20409] ppid=20395 vsize=10551232 CPUtime=0.67 cores=0,2,4,6
/proc/20398/task/20409/stat : 20409 (java) S 20395 20398 12906 0 -1 1077944384 1668 0 0 0 67 0 0 0 20 0 15 0 47419163 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922011596912 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20410] ppid=20395 vsize=10551232 CPUtime=0.62 cores=0,2,4,6
/proc/20398/task/20410/stat : 20410 (java) S 20395 20398 12906 0 -1 1077944384 1395 0 0 0 62 0 0 0 20 0 15 0 47419163 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922010544112 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20411] ppid=20395 vsize=10551232 CPUtime=0.36 cores=0,2,4,6
/proc/20398/task/20411/stat : 20411 (java) S 20395 20398 12906 0 -1 1077944384 1737 0 0 0 35 1 0 0 20 0 15 0 47419163 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922009491824 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20412] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20412/stat : 20412 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47419163 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922008439264 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20413] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20413/stat : 20413 (java) S 20395 20398 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47419170 10804461568 185269 18446744073709551615 4194304 4196468 140735837455760 139922007387056 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 10551232

[startup+6.30116 s]
/proc/loadavg: 4.69 4.43 3.41 3/214 20413
/proc/meminfo: memFree=28850132/32770624 swapFree=0/344412
[pid=20398] ppid=20395 vsize=10551232 CPUtime=15.56 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 24443 0 0 0 1459 97 0 0 20 0 15 0 47419150 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2637808 332615 3115 1 0 2627261 0
[pid=20398/tid=20400] ppid=20395 vsize=10551232 CPUtime=2.55 cores=0,2,4,6
/proc/20398/task/20400/stat : 20400 (java) S 20395 20398 12906 0 -1 1077944384 8825 0 0 0 246 9 0 0 20 0 15 0 47419158 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922524855168 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20401] ppid=20395 vsize=10551232 CPUtime=2.54 cores=0,2,4,6
/proc/20398/task/20401/stat : 20401 (java) R 20395 20398 12906 0 -1 4202560 1417 0 0 0 234 20 0 0 20 0 15 0 47419158 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922461657488 139922505648168 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20402] ppid=20395 vsize=10551232 CPUtime=2.55 cores=0,2,4,6
/proc/20398/task/20402/stat : 20402 (java) R 20395 20398 12906 0 -1 4202560 1173 0 0 0 235 20 0 0 20 0 15 0 47419158 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922460604688 139922505642912 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20403] ppid=20395 vsize=10551232 CPUtime=2.54 cores=0,2,4,6
/proc/20398/task/20403/stat : 20403 (java) R 20395 20398 12906 0 -1 4202560 792 0 0 0 233 21 0 0 20 0 15 0 47419158 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922459552600 139922505644846 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20404] ppid=20395 vsize=10551232 CPUtime=2.54 cores=0,2,4,6
/proc/20398/task/20404/stat : 20404 (java) R 20395 20398 12906 0 -1 4202560 1837 0 0 0 233 21 0 0 20 0 15 0 47419158 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922458499600 139922502246617 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20405] ppid=20395 vsize=10551232 CPUtime=1.01 cores=0,2,4,6
/proc/20398/task/20405/stat : 20405 (java) S 20395 20398 12906 0 -1 1077944384 2283 0 0 0 101 0 0 0 20 0 15 0 47419160 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922015806624 139922520630997 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20406] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20406/stat : 20406 (java) S 20395 20398 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47419160 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922014754144 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20407] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20407/stat : 20407 (java) S 20395 20398 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47419161 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922013701760 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20408] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20408/stat : 20408 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47419163 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922012650064 139922520639387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20409] ppid=20395 vsize=10551232 CPUtime=0.71 cores=0,2,4,6
/proc/20398/task/20409/stat : 20409 (java) S 20395 20398 12906 0 -1 1077944384 1706 0 0 0 71 0 0 0 20 0 15 0 47419163 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922011596912 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20410] ppid=20395 vsize=10551232 CPUtime=0.64 cores=0,2,4,6
/proc/20398/task/20410/stat : 20410 (java) S 20395 20398 12906 0 -1 1077944384 1641 0 0 0 64 0 0 0 20 0 15 0 47419163 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922010544112 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20411] ppid=20395 vsize=10551232 CPUtime=0.39 cores=0,2,4,6
/proc/20398/task/20411/stat : 20411 (java) S 20395 20398 12906 0 -1 1077944384 3061 0 0 0 38 1 0 0 20 0 15 0 47419163 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922009491824 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20412] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20412/stat : 20412 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47419163 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922008439264 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20413] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20413/stat : 20413 (java) S 20395 20398 12906 0 -1 1077944384 352 0 0 0 0 0 0 0 20 0 15 0 47419170 10804461568 332615 18446744073709551615 4194304 4196468 140735837455760 139922007387056 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
Current children cumulated CPU time (s) 15.56
Current children cumulated vsize (KiB) 10551232

[startup+12.7061 s]
/proc/loadavg: 4.72 4.44 3.42 6/214 20413
/proc/meminfo: memFree=26857632/32770624 swapFree=0/344420
[pid=20398] ppid=20395 vsize=10551232 CPUtime=36.13 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 33877 0 0 0 3333 280 0 0 20 0 15 0 47419150 10804461568 767408 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2637808 767408 3116 1 0 2627261 0
[pid=20398/tid=20400] ppid=20395 vsize=10551232 CPUtime=4.22 cores=0,2,4,6
/proc/20398/task/20400/stat : 20400 (java) S 20395 20398 12906 0 -1 1077944384 8916 0 0 0 413 9 0 0 20 0 15 0 47419158 10804461568 767408 18446744073709551615 4194304 4196468 140735837455760 139922524855104 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20401] ppid=20395 vsize=10551232 CPUtime=7.23 cores=0,2,4,6
/proc/20398/task/20401/stat : 20401 (java) R 20395 20398 12906 0 -1 4202560 2514 0 0 0 657 66 0 0 20 0 15 0 47419158 10804461568 767408 18446744073709551615 4194304 4196468 140735837455760 139922461657688 139922505321810 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20402] ppid=20395 vsize=10551232 CPUtime=7.27 cores=0,2,4,6
/proc/20398/task/20402/stat : 20402 (java) R 20395 20398 12906 0 -1 4202560 3575 0 0 0 661 66 0 0 20 0 15 0 47419158 10804461568 767408 18446744073709551615 4194304 4196468 140735837455760 139922460604888 139922505321453 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20403] ppid=20395 vsize=10551232 CPUtime=7.23 cores=0,2,4,6
/proc/20398/task/20403/stat : 20403 (java) R 20395 20398 12906 0 -1 4202560 2514 0 0 0 658 65 0 0 20 0 15 0 47419158 10804461568 767408 18446744073709551615 4194304 4196468 140735837455760 139922459552288 139922505617198 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20404] ppid=20395 vsize=10551232 CPUtime=7.26 cores=0,2,4,6
/proc/20398/task/20404/stat : 20404 (java) R 20395 20398 12906 0 -1 4202560 3423 0 0 0 658 68 0 0 20 0 15 0 47419158 10804461568 767408 18446744073709551615 4194304 4196468 140735837455760 139922458499800 139922505321507 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20405] ppid=20395 vsize=10551232 CPUtime=1.02 cores=0,2,4,6
/proc/20398/task/20405/stat : 20405 (java) S 20395 20398 12906 0 -1 1077944384 4304 0 0 0 102 0 0 0 20 0 15 0 47419160 10804461568 767408 18446744073709551615 4194304 4196468 140735837455760 139922015806656 139922520630997 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20406] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20406/stat : 20406 (java) S 20395 20398 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47419160 10804461568 767408 18446744073709551615 4194304 4196468 140735837455760 139922014754144 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20407] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20407/stat : 20407 (java) S 20395 20398 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47419161 10804461568 767408 18446744073709551615 4194304 4196468 140735837455760 139922013701760 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20408] ppid=20395 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20408/stat : 20408 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47419163 10804461568 767408 18446744073709551615 4194304 4196468 140735837455760 139922012650064 139922520639387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0

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

/proc/20398/task/20400/stat : 20400 (java) S 20395 20398 12906 0 -1 1077944384 16584 0 0 0 1416 10 0 0 20 0 17 0 47419158 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922524861472 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20401] ppid=20395 vsize=10686560 CPUtime=322.36 cores=0,2,4,6
/proc/20398/task/20401/stat : 20401 (java) R 20395 20398 12906 0 -1 4202560 19473 0 0 0 32065 171 0 0 20 0 17 0 47419158 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922461657688 139922502174417 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20402] ppid=20395 vsize=10686560 CPUtime=322.22 cores=0,2,4,6
/proc/20398/task/20402/stat : 20402 (java) R 20395 20398 12906 0 -1 4202560 24095 0 0 0 32043 179 0 0 20 0 17 0 47419158 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922460604688 139922505318577 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20403] ppid=20395 vsize=10686560 CPUtime=322.23 cores=0,2,4,6
/proc/20398/task/20403/stat : 20403 (java) R 20395 20398 12906 0 -1 4202560 17837 0 0 0 32040 183 0 0 20 0 17 0 47419158 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922459552600 139922505606087 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20404] ppid=20395 vsize=10686560 CPUtime=321.88 cores=0,2,4,6
/proc/20398/task/20404/stat : 20404 (java) R 20395 20398 12906 0 -1 4202560 17577 0 0 0 32006 182 0 0 20 0 17 0 47419158 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922458499600 139922505318577 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20405] ppid=20395 vsize=10686560 CPUtime=25.04 cores=0,2,4,6
/proc/20398/task/20405/stat : 20405 (java) S 20395 20398 12906 0 -1 1077944384 65224 0 0 0 2500 4 0 0 20 0 17 0 47419160 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922015806432 139922520630997 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20406] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20406/stat : 20406 (java) S 20395 20398 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 47419160 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922014754144 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20407] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20407/stat : 20407 (java) S 20395 20398 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 47419161 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922013701760 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20408] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20408/stat : 20408 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47419163 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922012650064 139922520639387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20409] ppid=20395 vsize=10686560 CPUtime=1.27 cores=0,2,4,6
/proc/20398/task/20409/stat : 20409 (java) S 20395 20398 12906 0 -1 1077944384 8920 0 0 0 127 0 0 0 20 0 17 0 47419163 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922011596912 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20410] ppid=20395 vsize=10686560 CPUtime=0.8 cores=0,2,4,6
/proc/20398/task/20410/stat : 20410 (java) S 20395 20398 12906 0 -1 1077944384 3767 0 0 0 80 0 0 0 20 0 17 0 47419163 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922010544112 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20411] ppid=20395 vsize=10686560 CPUtime=0.45 cores=0,2,4,6
/proc/20398/task/20411/stat : 20411 (java) S 20395 20398 12906 0 -1 1077944384 4938 0 0 0 44 1 0 0 20 0 17 0 47419163 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922009491824 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20412] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20412/stat : 20412 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47419163 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922008439264 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20413] ppid=20395 vsize=10686560 CPUtime=0.28 cores=0,2,4,6
/proc/20398/task/20413/stat : 20413 (java) S 20395 20398 12906 0 -1 1077944384 697 0 0 0 14 14 0 0 20 0 17 0 47419170 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922007387056 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20440] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20440/stat : 20440 (java) S 20395 20398 12906 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 47453746 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922004234096 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20441] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20441/stat : 20441 (java) S 20395 20398 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 47453746 10943037440 2060733 18446744073709551615 4194304 4196468 140735837455760 139922003182256 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
Current children cumulated CPU time (s) 1330.89
Current children cumulated vsize (KiB) 10686560

[startup+368.001 s]
/proc/loadavg: 5.00 4.71 3.85 6/217 20442
/proc/meminfo: memFree=21500052/32770624 swapFree=0/344548
[pid=20398] ppid=20395 vsize=10686560 CPUtime=1343.65 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 181291 0 0 0 133628 737 0 0 20 0 17 0 47419150 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2671640 2060735 3178 1 0 2661055 0
[pid=20398/tid=20400] ppid=20395 vsize=10686560 CPUtime=14.26 cores=0,2,4,6
/proc/20398/task/20400/stat : 20400 (java) S 20395 20398 12906 0 -1 1077944384 16584 0 0 0 1416 10 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922524861472 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20401] ppid=20395 vsize=10686560 CPUtime=325.56 cores=0,2,4,6
/proc/20398/task/20401/stat : 20401 (java) R 20395 20398 12906 0 -1 4202560 19740 0 0 0 32385 171 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922461657688 139922505571784 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20402] ppid=20395 vsize=10686560 CPUtime=325.42 cores=0,2,4,6
/proc/20398/task/20402/stat : 20402 (java) R 20395 20398 12906 0 -1 4202560 24131 0 0 0 32363 179 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922460604888 139922505318566 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20403] ppid=20395 vsize=10686560 CPUtime=325.4 cores=0,2,4,6
/proc/20398/task/20403/stat : 20403 (java) R 20395 20398 12906 0 -1 4202560 18035 0 0 0 32357 183 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922459552600 139922505571784 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20404] ppid=20395 vsize=10686560 CPUtime=325.08 cores=0,2,4,6
/proc/20398/task/20404/stat : 20404 (java) R 20395 20398 12906 0 -1 4202560 17761 0 0 0 32326 182 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922458499488 139922505571800 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20405] ppid=20395 vsize=10686560 CPUtime=25.04 cores=0,2,4,6
/proc/20398/task/20405/stat : 20405 (java) S 20395 20398 12906 0 -1 1077944384 65224 0 0 0 2500 4 0 0 20 0 17 0 47419160 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922015806432 139922520630997 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20406] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20406/stat : 20406 (java) S 20395 20398 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 47419160 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922014754144 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20407] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20407/stat : 20407 (java) S 20395 20398 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 47419161 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922013701760 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20408] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20408/stat : 20408 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922012650064 139922520639387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20409] ppid=20395 vsize=10686560 CPUtime=1.27 cores=0,2,4,6
/proc/20398/task/20409/stat : 20409 (java) S 20395 20398 12906 0 -1 1077944384 8920 0 0 0 127 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922011596912 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20410] ppid=20395 vsize=10686560 CPUtime=0.8 cores=0,2,4,6
/proc/20398/task/20410/stat : 20410 (java) S 20395 20398 12906 0 -1 1077944384 3767 0 0 0 80 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922010544112 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20411] ppid=20395 vsize=10686560 CPUtime=0.45 cores=0,2,4,6
/proc/20398/task/20411/stat : 20411 (java) S 20395 20398 12906 0 -1 1077944384 4938 0 0 0 44 1 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922009491824 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20412] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20412/stat : 20412 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922008439264 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20413] ppid=20395 vsize=10686560 CPUtime=0.28 cores=0,2,4,6
/proc/20398/task/20413/stat : 20413 (java) S 20395 20398 12906 0 -1 1077944384 697 0 0 0 14 14 0 0 20 0 17 0 47419170 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922007387056 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20440] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20440/stat : 20440 (java) S 20395 20398 12906 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 47453746 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922004234096 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20441] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20441/stat : 20441 (java) S 20395 20398 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 47453746 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922003182256 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
Current children cumulated CPU time (s) 1343.65
Current children cumulated vsize (KiB) 10686560

[startup+368.801 s]
/proc/loadavg: 5.00 4.72 3.86 6/217 20442
/proc/meminfo: memFree=21500052/32770624 swapFree=0/344548
[pid=20398] ppid=20395 vsize=10686560 CPUtime=1346.82 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 181379 0 0 0 133945 737 0 0 20 0 17 0 47419150 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2671640 2060735 3178 1 0 2661055 0
[pid=20398/tid=20400] ppid=20395 vsize=10686560 CPUtime=14.26 cores=0,2,4,6
/proc/20398/task/20400/stat : 20400 (java) S 20395 20398 12906 0 -1 1077944384 16584 0 0 0 1416 10 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922524861472 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20401] ppid=20395 vsize=10686560 CPUtime=326.35 cores=0,2,4,6
/proc/20398/task/20401/stat : 20401 (java) R 20395 20398 12906 0 -1 4202560 19751 0 0 0 32464 171 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922461657688 139922505617360 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20402] ppid=20395 vsize=10686560 CPUtime=326.22 cores=0,2,4,6
/proc/20398/task/20402/stat : 20402 (java) R 20395 20398 12906 0 -1 4202560 24131 0 0 0 32443 179 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922460604888 139922505617172 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20403] ppid=20395 vsize=10686560 CPUtime=326.18 cores=0,2,4,6
/proc/20398/task/20403/stat : 20403 (java) R 20395 20398 12906 0 -1 4202560 18068 0 0 0 32435 183 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922459552288 139922505319645 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20404] ppid=20395 vsize=10686560 CPUtime=325.87 cores=0,2,4,6
/proc/20398/task/20404/stat : 20404 (java) R 20395 20398 12906 0 -1 4202560 17799 0 0 0 32405 182 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922458499800 139922505319571 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20405] ppid=20395 vsize=10686560 CPUtime=25.05 cores=0,2,4,6
/proc/20398/task/20405/stat : 20405 (java) S 20395 20398 12906 0 -1 1077944384 65230 0 0 0 2501 4 0 0 20 0 17 0 47419160 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922015806656 139922520630997 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20406] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20406/stat : 20406 (java) S 20395 20398 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 47419160 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922014754144 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20407] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20407/stat : 20407 (java) S 20395 20398 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 47419161 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922013701760 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20408] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20408/stat : 20408 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922012650064 139922520639387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20409] ppid=20395 vsize=10686560 CPUtime=1.27 cores=0,2,4,6
/proc/20398/task/20409/stat : 20409 (java) S 20395 20398 12906 0 -1 1077944384 8920 0 0 0 127 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922011596912 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20410] ppid=20395 vsize=10686560 CPUtime=0.8 cores=0,2,4,6
/proc/20398/task/20410/stat : 20410 (java) S 20395 20398 12906 0 -1 1077944384 3767 0 0 0 80 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922010544112 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20411] ppid=20395 vsize=10686560 CPUtime=0.45 cores=0,2,4,6
/proc/20398/task/20411/stat : 20411 (java) S 20395 20398 12906 0 -1 1077944384 4938 0 0 0 44 1 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922009491824 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20412] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20412/stat : 20412 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922008439264 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20413] ppid=20395 vsize=10686560 CPUtime=0.28 cores=0,2,4,6
/proc/20398/task/20413/stat : 20413 (java) S 20395 20398 12906 0 -1 1077944384 697 0 0 0 14 14 0 0 20 0 17 0 47419170 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922007387056 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20440] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20440/stat : 20440 (java) S 20395 20398 12906 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 47453746 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922004234096 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20441] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20441/stat : 20441 (java) S 20395 20398 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 47453746 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922003182256 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
Current children cumulated CPU time (s) 1346.82
Current children cumulated vsize (KiB) 10686560

[startup+369.601 s]
/proc/loadavg: 5.00 4.72 3.86 5/217 20442
/proc/meminfo: memFree=21500052/32770624 swapFree=0/344548
[pid=20398] ppid=20395 vsize=10686560 CPUtime=1350.02 cores=0,2,4,6
/proc/20398/stat : 20398 (java) S 20395 20398 12906 0 -1 1077944320 181379 0 0 0 134265 737 0 0 20 0 17 0 47419150 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 140735837438304 139922520620791 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
/proc/20398/statm: 2671640 2060735 3178 1 0 2661055 0
[pid=20398/tid=20400] ppid=20395 vsize=10686560 CPUtime=14.26 cores=0,2,4,6
/proc/20398/task/20400/stat : 20400 (java) S 20395 20398 12906 0 -1 1077944384 16584 0 0 0 1416 10 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922524861472 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20401] ppid=20395 vsize=10686560 CPUtime=327.15 cores=0,2,4,6
/proc/20398/task/20401/stat : 20401 (java) R 20395 20398 12906 0 -1 4202560 19751 0 0 0 32544 171 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922461657608 139922513248999 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20402] ppid=20395 vsize=10686560 CPUtime=327.02 cores=0,2,4,6
/proc/20398/task/20402/stat : 20402 (java) R 20395 20398 12906 0 -1 4202560 24131 0 0 0 32523 179 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922460604496 139922513248999 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20403] ppid=20395 vsize=10686560 CPUtime=326.98 cores=0,2,4,6
/proc/20398/task/20403/stat : 20403 (java) R 20395 20398 12906 0 -1 4202560 18068 0 0 0 32515 183 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922459552288 139922502230400 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20404] ppid=20395 vsize=10686560 CPUtime=326.68 cores=0,2,4,6
/proc/20398/task/20404/stat : 20404 (java) S 20395 20398 12906 0 -1 1077944384 17799 0 0 0 32485 183 0 0 20 0 17 0 47419158 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922458499408 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20405] ppid=20395 vsize=10686560 CPUtime=25.05 cores=0,2,4,6
/proc/20398/task/20405/stat : 20405 (java) S 20395 20398 12906 0 -1 1077944384 65230 0 0 0 2501 4 0 0 20 0 17 0 47419160 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922015806656 139922520630997 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20406] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20406/stat : 20406 (java) S 20395 20398 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 47419160 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922014754144 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20407] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20407/stat : 20407 (java) S 20395 20398 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 47419161 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922013701760 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20408] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20408/stat : 20408 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922012650064 139922520639387 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20409] ppid=20395 vsize=10686560 CPUtime=1.27 cores=0,2,4,6
/proc/20398/task/20409/stat : 20409 (java) S 20395 20398 12906 0 -1 1077944384 8920 0 0 0 127 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922011596912 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20410] ppid=20395 vsize=10686560 CPUtime=0.8 cores=0,2,4,6
/proc/20398/task/20410/stat : 20410 (java) S 20395 20398 12906 0 -1 1077944384 3767 0 0 0 80 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922010544112 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20411] ppid=20395 vsize=10686560 CPUtime=0.45 cores=0,2,4,6
/proc/20398/task/20411/stat : 20411 (java) S 20395 20398 12906 0 -1 1077944384 4938 0 0 0 44 1 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922009491824 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20412] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20412/stat : 20412 (java) S 20395 20398 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47419163 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922008439264 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20413] ppid=20395 vsize=10686560 CPUtime=0.28 cores=0,2,4,6
/proc/20398/task/20413/stat : 20413 (java) S 20395 20398 12906 0 -1 1077944384 697 0 0 0 14 14 0 0 20 0 17 0 47419170 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922007387056 139922520631938 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20440] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20440/stat : 20440 (java) S 20395 20398 12906 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 47453746 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922004234096 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
[pid=20398/tid=20441] ppid=20395 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20398/task/20441/stat : 20441 (java) S 20395 20398 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 47453746 10943037440 2060735 18446744073709551615 4194304 4196468 140735837455760 139922003182256 139922520630997 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140735837462965 140735837463118 140735837463118 140735837466575 0
Current children cumulated CPU time (s) 1350.02
Current children cumulated vsize (KiB) 10686560

[startup+369.801 s]
/proc/loadavg: 5.00 4.72 3.86 5/217 20442
/proc/meminfo: memFree=21500052/32770624 swapFree=0/344548
[pid=20398] ppid=20395 vsize=0 CPUtime=1350.55 cores=0,2,4,6
/proc/20398/stat : 20398 (java) Z 20395 20398 12906 0 -1 4227084 181482 0 0 0 134315 740 0 0 20 0 2 0 47419150 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/20398/statm: 0 0 0 0 0 0 0
[pid=20398/tid=20403] ppid=20395 vsize=0 CPUtime=327.12 cores=0,2,4,6
/proc/20398/task/20403/stat : 20403 (java) R 20395 20398 12906 0 -1 4203588 18068 0 0 0 32526 186 0 0 20 0 2 0 47419158 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1350.55
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 369.803
CPU time (s): 1350.56
CPU user time (s): 1343.15
CPU system time (s): 7.40925
CPU usage (%): 365.212
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1343.15
system time used= 7.40925
maximum resident set size= 8243208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181482
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18955
involuntary context switches= 12375

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.78088 second user time and 2.38549 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:17:25
IDJOB=4244128
IDBENCH=139728
IDSOLVER=2623
FILE ID=node135/4244128-1502055082
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-13-13.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244128-1502055082/watcher-4244128-1502055082 -o /tmp/evaluation-result-4244128-1502055082/solver-4244128-1502055082 -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-4244128-1502055082.xml

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

MD5SUM BENCH= 35fa3ccff61e9a72252c43058d5bc461
RANDOM SEED=849604638

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:        29921036 kB
MemAvailable:   30334472 kB
Buffers:          205324 kB
Cached:           496632 kB
SwapCached:            0 kB
Active:          2050296 kB
Inactive:         369364 kB
Active(anon):    1717680 kB
Inactive(anon):    24972 kB
Active(file):     332616 kB
Inactive(file):   344392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1692 kB
Writeback:             0 kB
AnonPages:       1723316 kB
Mapped:            50348 kB
Shmem:             25344 kB
Slab:             131856 kB
SReclaimable:     104528 kB
SUnreclaim:        27328 kB
KernelStack:        3776 kB
PageTables:         7800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3437024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1609728 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 23:23:35