Trace number 4244120

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) 1432.23 390.686

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-12-12.xml
MD5SUM413eb2f3dbc4c6295d83fc35d5100e1e
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.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints4357
Number of domains1
Minimum domain size144
Maximum domain size144
Distribution of domain sizes[{"size":144,"count":144}]
Minimum variable degree123
Maximum variable degree123
Distribution of variable degrees[{"degree":123,"count":144}]
Minimum constraint arity4
Maximum constraint arity144
Distribution of constraint arities[{"arity":4,"count":4356},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints4356
Distribution of constraint types[{"type":"intension","count":4356},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=20304
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.78 3.79 2.79 3/204 20307
/proc/meminfo: memFree=30615836/32770624 swapFree=0/344148
[pid=20307] ppid=20304 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20307/stat : 20307 (runsolver) D 20304 20307 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47379970 24240128 108 18446744073709551615 4194304 4338465 140726657339424 140726657337064 140112596423383 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 15355904 140726657343623 140726657344073 140726657344073 140726657347530 0
/proc/20307/statm: 5918 108 54 36 0 2156 0

[startup+0.103807 s]
/proc/loadavg: 4.78 3.79 2.79 3/204 20307
/proc/meminfo: memFree=30615836/32770624 swapFree=0/344148
[pid=20307] ppid=20304 vsize=10151672 CPUtime=0.02 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 3811 0 0 0 2 0 0 0 20 0 9 0 47379970 10395312128 4949 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2537918 4949 2108 1 0 2527415 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.200309 s]
/proc/loadavg: 4.78 3.79 2.79 3/204 20307
/proc/meminfo: memFree=30615836/32770624 swapFree=0/344148
[pid=20307] ppid=20304 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 4543 0 0 0 4 1 0 0 20 0 14 0 47379970 10736119808 5580 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2621123 5580 2573 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300517 s]
/proc/loadavg: 4.78 3.79 2.79 3/204 20307
/proc/meminfo: memFree=30615836/32770624 swapFree=0/344148
[pid=20307] ppid=20304 vsize=10551156 CPUtime=0.14 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 7445 0 0 0 12 2 0 0 20 0 15 0 47379970 10804383744 7795 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2637789 7795 2792 1 0 2627261 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10551156

[startup+0.700851 s]
/proc/loadavg: 4.78 3.79 2.79 3/204 20307
/proc/meminfo: memFree=30615836/32770624 swapFree=0/344148
[pid=20307] ppid=20304 vsize=10551232 CPUtime=1.3 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 12413 0 0 0 126 4 0 0 20 0 15 0 47379970 10804461568 24792 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2637808 24792 3041 1 0 2627261 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 10551232

[startup+1.5007 s]
/proc/loadavg: 4.56 3.76 2.79 3/219 20322
/proc/meminfo: memFree=30419980/32770624 swapFree=0/344180
[pid=20307] ppid=20304 vsize=10551232 CPUtime=3.23 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 13748 0 0 0 302 21 0 0 20 0 15 0 47379970 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2637808 96443 3090 1 0 2627261 0
[pid=20307/tid=20309] ppid=20304 vsize=10551232 CPUtime=1.15 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (java) R 20304 20307 12906 0 -1 4202560 7130 0 0 0 111 4 0 0 20 0 15 0 47379977 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140146405780448 140146011870005 0 4 1 16800974 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20310] ppid=20304 vsize=10551232 CPUtime=0.13 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) S 20304 20307 12906 0 -1 1077944384 148 0 0 0 10 3 0 0 20 0 15 0 47379977 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140146331966224 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20311] ppid=20304 vsize=10551232 CPUtime=0.12 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (java) S 20304 20307 12906 0 -1 1077944384 134 0 0 0 9 3 0 0 20 0 15 0 47379977 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140146330913680 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20312] ppid=20304 vsize=10551232 CPUtime=0.13 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) S 20304 20307 12906 0 -1 1077944384 132 0 0 0 10 3 0 0 20 0 15 0 47379977 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140146329861136 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20313] ppid=20304 vsize=10551232 CPUtime=0.12 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (java) S 20304 20307 12906 0 -1 1077944384 132 0 0 0 9 3 0 0 20 0 15 0 47379977 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140146328808592 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20314] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 12906 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 47379979 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140145897596912 140146401557122 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20315] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20315/stat : 20315 (java) S 20304 20307 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47379979 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140145896543136 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20316] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20316/stat : 20316 (java) S 20304 20307 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47379979 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140145895490544 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20317] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47379982 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140145894439120 140146401564571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20318] ppid=20304 vsize=10551232 CPUtime=0.58 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 12906 0 -1 1077944384 1569 0 0 0 58 0 0 0 20 0 15 0 47379982 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140145893386736 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20319] ppid=20304 vsize=10551232 CPUtime=0.58 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 12906 0 -1 1077944384 1419 0 0 0 58 0 0 0 20 0 15 0 47379982 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140145892334192 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20320] ppid=20304 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/20307/task/20320/stat : 20320 (java) S 20304 20307 12906 0 -1 1077944384 1644 0 0 0 33 0 0 0 20 0 15 0 47379982 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140145891281648 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20321] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47379982 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140145890229344 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20322] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47379994 10804461568 96443 18446744073709551615 4194304 4196468 140725032406032 140145889175856 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 10551232

[startup+3.10076 s]
/proc/loadavg: 4.56 3.76 2.79 6/219 20322
/proc/meminfo: memFree=30032540/32770624 swapFree=0/344180
[pid=20307] ppid=20304 vsize=10551232 CPUtime=7.5 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 15848 0 0 0 691 59 0 0 20 0 15 0 47379970 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2637808 189211 3112 1 0 2627261 0
[pid=20307/tid=20309] ppid=20304 vsize=10551232 CPUtime=1.56 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (java) R 20304 20307 12906 0 -1 4202560 7172 0 0 0 151 5 0 0 20 0 15 0 47379977 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140146405777640 140146011683354 0 4 1 16800974 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20310] ppid=20304 vsize=10551232 CPUtime=1 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) S 20304 20307 12906 0 -1 1077944384 518 0 0 0 87 13 0 0 20 0 15 0 47379977 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140146331966224 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20311] ppid=20304 vsize=10551232 CPUtime=0.98 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (java) S 20304 20307 12906 0 -1 1077944384 511 0 0 0 86 12 0 0 20 0 15 0 47379977 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140146330913680 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20312] ppid=20304 vsize=10551232 CPUtime=0.99 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) S 20304 20307 12906 0 -1 1077944384 520 0 0 0 87 12 0 0 20 0 15 0 47379977 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140146329861136 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20313] ppid=20304 vsize=10551232 CPUtime=0.98 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (java) S 20304 20307 12906 0 -1 1077944384 561 0 0 0 85 13 0 0 20 0 15 0 47379977 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140146328808592 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20314] ppid=20304 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 12906 0 -1 1077944384 520 0 0 0 33 0 0 0 20 0 15 0 47379979 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140145897596912 140146401557122 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20315] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20315/stat : 20315 (java) S 20304 20307 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47379979 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140145896543136 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20316] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20316/stat : 20316 (java) S 20304 20307 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47379979 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140145895490544 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20317] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47379982 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140145894439120 140146401564571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20318] ppid=20304 vsize=10551232 CPUtime=0.61 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 12906 0 -1 1077944384 1584 0 0 0 61 0 0 0 20 0 15 0 47379982 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140145893386736 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20319] ppid=20304 vsize=10551232 CPUtime=0.62 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 12906 0 -1 1077944384 1428 0 0 0 62 0 0 0 20 0 15 0 47379982 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140145892334192 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20320] ppid=20304 vsize=10551232 CPUtime=0.36 cores=0,2,4,6
/proc/20307/task/20320/stat : 20320 (java) S 20304 20307 12906 0 -1 1077944384 1677 0 0 0 36 0 0 0 20 0 15 0 47379982 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140145891281648 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20321] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47379982 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140145890229344 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20322] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47379994 10804461568 189211 18446744073709551615 4194304 4196468 140725032406032 140145889175856 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 10551232

[startup+6.30085 s]
/proc/loadavg: 4.27 3.72 2.78 3/219 20322
/proc/meminfo: memFree=29518260/32770624 swapFree=0/344180
[pid=20307] ppid=20304 vsize=10551232 CPUtime=15.54 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 24467 0 0 0 1441 113 0 0 20 0 15 0 47379970 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2637808 364454 3112 1 0 2627261 0
[pid=20307/tid=20309] ppid=20304 vsize=10551232 CPUtime=2.44 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (java) S 20304 20307 12906 0 -1 1077944384 8606 0 0 0 236 8 0 0 20 0 15 0 47379977 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140146405781168 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20310] ppid=20304 vsize=10551232 CPUtime=2.57 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) R 20304 20307 12906 0 -1 4202560 1415 0 0 0 232 25 0 0 20 0 15 0 47379977 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140146331966112 140146386570030 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20311] ppid=20304 vsize=10551232 CPUtime=2.56 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (java) R 20304 20307 12906 0 -1 4202560 1249 0 0 0 231 25 0 0 20 0 15 0 47379977 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140146330913880 140146386568096 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20312] ppid=20304 vsize=10551232 CPUtime=2.57 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) R 20304 20307 12906 0 -1 4202560 937 0 0 0 232 25 0 0 20 0 15 0 47379977 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140146329861336 140146383172263 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20313] ppid=20304 vsize=10551232 CPUtime=2.55 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (java) R 20304 20307 12906 0 -1 4202560 1601 0 0 0 230 25 0 0 20 0 15 0 47379977 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140146328808792 140146386573098 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20314] ppid=20304 vsize=10551232 CPUtime=1.07 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 12906 0 -1 1077944384 2186 0 0 0 107 0 0 0 20 0 15 0 47379979 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140145897595424 140146401556181 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20315] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20315/stat : 20315 (java) S 20304 20307 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47379979 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140145896543136 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20316] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20316/stat : 20316 (java) S 20304 20307 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47379979 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140145895490544 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20317] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47379982 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140145894439120 140146401564571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20318] ppid=20304 vsize=10551232 CPUtime=0.67 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 12906 0 -1 1077944384 2065 0 0 0 67 0 0 0 20 0 15 0 47379982 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140145893386736 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20319] ppid=20304 vsize=10551232 CPUtime=0.64 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 12906 0 -1 1077944384 1587 0 0 0 64 0 0 0 20 0 15 0 47379982 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140145892334192 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20320] ppid=20304 vsize=10551232 CPUtime=0.4 cores=0,2,4,6
/proc/20307/task/20320/stat : 20320 (java) S 20304 20307 12906 0 -1 1077944384 3076 0 0 0 39 1 0 0 20 0 15 0 47379982 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140145891281648 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20321] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47379982 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140145890229344 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20322] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 12906 0 -1 1077944384 389 0 0 0 0 0 0 0 20 0 15 0 47379994 10804461568 364454 18446744073709551615 4194304 4196468 140725032406032 140145889175856 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
Current children cumulated CPU time (s) 15.54
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 4.17 3.70 2.78 3/219 20322
/proc/meminfo: memFree=27623260/32770624 swapFree=0/344180
[pid=20307] ppid=20304 vsize=10551232 CPUtime=35.4 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 32055 0 0 0 3274 266 0 0 20 0 15 0 47379970 10804461568 749647 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2637808 749647 3112 1 0 2627261 0
[pid=20307/tid=20309] ppid=20304 vsize=10551232 CPUtime=3.45 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (java) S 20304 20307 12906 0 -1 1077944384 8632 0 0 0 337 8 0 0 20 0 15 0 47379977 10804461568 749647 18446744073709551615 4194304 4196468 140725032406032 140146405781040 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20310] ppid=20304 vsize=10551232 CPUtime=7.01 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) S 20304 20307 12906 0 -1 1077944384 2470 0 0 0 638 63 0 0 20 0 15 0 47379977 10804461568 749647 18446744073709551615 4194304 4196468 140725032406032 140146331966224 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20311] ppid=20304 vsize=10551232 CPUtime=7.06 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (java) S 20304 20307 12906 0 -1 1077944384 2694 0 0 0 644 62 0 0 20 0 15 0 47379977 10804461568 749647 18446744073709551615 4194304 4196468 140725032406032 140146330913680 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20312] ppid=20304 vsize=10551232 CPUtime=7.02 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) S 20304 20307 12906 0 -1 1077944384 2882 0 0 0 636 66 0 0 20 0 15 0 47379977 10804461568 749647 18446744073709551615 4194304 4196468 140725032406032 140146329861136 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20313] ppid=20304 vsize=10551232 CPUtime=7.05 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (java) S 20304 20307 12906 0 -1 1077944384 2877 0 0 0 644 61 0 0 20 0 15 0 47379977 10804461568 749647 18446744073709551615 4194304 4196468 140725032406032 140146328808592 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20314] ppid=20304 vsize=10551232 CPUtime=1.95 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) R 20304 20307 12906 0 -1 4202560 3825 0 0 0 195 0 0 0 20 0 15 0 47379979 10804461568 749647 18446744073709551615 4194304 4196468 140725032406032 140145897595344 140146386246671 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20315] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20315/stat : 20315 (java) S 20304 20307 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47379979 10804461568 749647 18446744073709551615 4194304 4196468 140725032406032 140145896543136 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20316] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20316/stat : 20316 (java) S 20304 20307 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47379979 10804461568 749647 18446744073709551615 4194304 4196468 140725032406032 140145895490544 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20317] ppid=20304 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47379982 10804461568 749647 18446744073709551615 4194304 4196468 140725032406032 140145894439120 140146401564571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0

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

/proc/20307/task/20337/stat : 20337 (java) S 20304 20307 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 47415662 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145884971024 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
Current children cumulated CPU time (s) 1418.61
Current children cumulated vsize (KiB) 10686560

[startup+388.801 s]
/proc/loadavg: 4.63 4.41 3.39 6/216 20338
/proc/meminfo: memFree=21695216/32770624 swapFree=0/344380
[pid=20307] ppid=20304 vsize=10686560 CPUtime=1424.97 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 182389 0 0 0 141734 763 0 0 20 0 17 0 47379970 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2671640 2055303 3175 1 0 2661055 0
[pid=20307/tid=20309] ppid=20304 vsize=10686560 CPUtime=13.28 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (java) S 20304 20307 12906 0 -1 1077944384 14344 0 0 0 1319 9 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146405786656 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20310] ppid=20304 vsize=10686560 CPUtime=345.44 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) R 20304 20307 12906 0 -1 4202560 19881 0 0 0 34348 196 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146331966424 140146384722559 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20311] ppid=20304 vsize=10686560 CPUtime=345.87 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (java) R 20304 20307 12906 0 -1 4202560 19513 0 0 0 34401 186 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146330913568 140146386496968 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20312] ppid=20304 vsize=10686560 CPUtime=345.22 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) R 20304 20307 12906 0 -1 4202560 20602 0 0 0 34339 183 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146329861336 140146386496631 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20313] ppid=20304 vsize=10686560 CPUtime=346.13 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (java) R 20304 20307 12906 0 -1 4202560 18902 0 0 0 34435 178 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146328808792 140146386243750 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20314] ppid=20304 vsize=10686560 CPUtime=26.02 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 12906 0 -1 1077944384 66986 0 0 0 2598 4 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145897595232 140146401556181 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20315] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20315/stat : 20315 (java) S 20304 20307 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145896543200 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20316] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20316/stat : 20316 (java) S 20304 20307 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145895490560 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20317] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145894439120 140146401564571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20318] ppid=20304 vsize=10686560 CPUtime=1.3 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 12906 0 -1 1077944384 10006 0 0 0 129 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145893386736 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20319] ppid=20304 vsize=10686560 CPUtime=0.87 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 12906 0 -1 1077944384 4551 0 0 0 86 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145892334192 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20320] ppid=20304 vsize=10686560 CPUtime=0.47 cores=0,2,4,6
/proc/20307/task/20320/stat : 20320 (java) S 20304 20307 12906 0 -1 1077944384 5189 0 0 0 46 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145891279152 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20321] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145890229344 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20322] ppid=20304 vsize=10686560 CPUtime=0.29 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 12906 0 -1 1077944384 827 0 0 0 15 14 0 0 20 0 17 0 47379994 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145889175856 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20336] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20336/stat : 20336 (java) S 20304 20307 12906 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 47415662 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145886023376 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20337] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20337/stat : 20337 (java) S 20304 20307 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 47415662 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145884971024 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
Current children cumulated CPU time (s) 1424.97
Current children cumulated vsize (KiB) 10686560

[startup+389.601 s]
/proc/loadavg: 4.63 4.41 3.39 6/216 20338
/proc/meminfo: memFree=21695216/32770624 swapFree=0/344380
[pid=20307] ppid=20304 vsize=10686560 CPUtime=1428.14 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 182392 0 0 0 142051 763 0 0 20 0 17 0 47379970 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2671640 2055303 3175 1 0 2661055 0
[pid=20307/tid=20309] ppid=20304 vsize=10686560 CPUtime=13.28 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (java) S 20304 20307 12906 0 -1 1077944384 14344 0 0 0 1319 9 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146405786656 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20310] ppid=20304 vsize=10686560 CPUtime=346.23 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) R 20304 20307 12906 0 -1 4202560 19881 0 0 0 34427 196 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146331966224 140146386542544 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20311] ppid=20304 vsize=10686560 CPUtime=346.66 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (java) R 20304 20307 12906 0 -1 4202560 19513 0 0 0 34480 186 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146330913880 140146386003595 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20312] ppid=20304 vsize=10686560 CPUtime=346.01 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) R 20304 20307 12906 0 -1 4202560 20602 0 0 0 34418 183 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146329861136 140146386542583 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20313] ppid=20304 vsize=10686560 CPUtime=346.91 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (java) R 20304 20307 12906 0 -1 4202560 18902 0 0 0 34513 178 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146328808792 140146386244672 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20314] ppid=20304 vsize=10686560 CPUtime=26.03 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 12906 0 -1 1077944384 66989 0 0 0 2599 4 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145897595456 140146401556181 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20315] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20315/stat : 20315 (java) S 20304 20307 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145896543200 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20316] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20316/stat : 20316 (java) S 20304 20307 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145895490560 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20317] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145894439120 140146401564571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20318] ppid=20304 vsize=10686560 CPUtime=1.3 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 12906 0 -1 1077944384 10006 0 0 0 129 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145893386736 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20319] ppid=20304 vsize=10686560 CPUtime=0.87 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 12906 0 -1 1077944384 4551 0 0 0 86 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145892334192 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20320] ppid=20304 vsize=10686560 CPUtime=0.47 cores=0,2,4,6
/proc/20307/task/20320/stat : 20320 (java) S 20304 20307 12906 0 -1 1077944384 5189 0 0 0 46 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145891279152 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20321] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145890229344 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20322] ppid=20304 vsize=10686560 CPUtime=0.29 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 12906 0 -1 1077944384 827 0 0 0 15 14 0 0 20 0 17 0 47379994 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145889175856 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20336] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20336/stat : 20336 (java) S 20304 20307 12906 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 47415662 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145886023376 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20337] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20337/stat : 20337 (java) S 20304 20307 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 47415662 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145884971024 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
Current children cumulated CPU time (s) 1428.14
Current children cumulated vsize (KiB) 10686560

[startup+390.401 s]
/proc/loadavg: 4.63 4.41 3.39 6/216 20338
/proc/meminfo: memFree=21695216/32770624 swapFree=0/344380
[pid=20307] ppid=20304 vsize=10686560 CPUtime=1431.33 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 182537 0 0 0 142370 763 0 0 20 0 17 0 47379970 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2671640 2055303 3175 1 0 2661055 0
[pid=20307/tid=20309] ppid=20304 vsize=10686560 CPUtime=13.28 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (java) S 20304 20307 12906 0 -1 1077944384 14344 0 0 0 1319 9 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146405786656 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20310] ppid=20304 vsize=10686560 CPUtime=347.03 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) R 20304 20307 12906 0 -1 4202560 19912 0 0 0 34507 196 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146331966112 140146386542657 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20311] ppid=20304 vsize=10686560 CPUtime=347.46 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (java) R 20304 20307 12906 0 -1 4202560 19513 0 0 0 34560 186 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146330913880 140146386542327 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20312] ppid=20304 vsize=10686560 CPUtime=346.81 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) R 20304 20307 12906 0 -1 4202560 20716 0 0 0 34498 183 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146329861336 140146386542320 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20313] ppid=20304 vsize=10686560 CPUtime=347.71 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (java) R 20304 20307 12906 0 -1 4202560 18902 0 0 0 34593 178 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146328808792 140146386542376 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20314] ppid=20304 vsize=10686560 CPUtime=26.03 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) S 20304 20307 12906 0 -1 1077944384 66989 0 0 0 2599 4 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145897595456 140146401556181 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20315] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20315/stat : 20315 (java) S 20304 20307 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145896543200 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20316] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20316/stat : 20316 (java) S 20304 20307 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145895490560 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20317] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145894439120 140146401564571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20318] ppid=20304 vsize=10686560 CPUtime=1.3 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 12906 0 -1 1077944384 10006 0 0 0 129 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145893386736 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20319] ppid=20304 vsize=10686560 CPUtime=0.87 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 12906 0 -1 1077944384 4551 0 0 0 86 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145892334192 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20320] ppid=20304 vsize=10686560 CPUtime=0.47 cores=0,2,4,6
/proc/20307/task/20320/stat : 20320 (java) S 20304 20307 12906 0 -1 1077944384 5189 0 0 0 46 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145891279152 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20321] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145890229344 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20322] ppid=20304 vsize=10686560 CPUtime=0.29 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 12906 0 -1 1077944384 827 0 0 0 15 14 0 0 20 0 17 0 47379994 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145889175856 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20336] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20336/stat : 20336 (java) S 20304 20307 12906 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 47415662 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145886023376 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20337] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20337/stat : 20337 (java) S 20304 20307 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 47415662 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145884971024 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
Current children cumulated CPU time (s) 1431.33
Current children cumulated vsize (KiB) 10686560

[startup+390.607 s]
/proc/loadavg: 4.58 4.40 3.40 6/216 20338
/proc/meminfo: memFree=21695216/32770624 swapFree=0/344380
[pid=20307] ppid=20304 vsize=10686560 CPUtime=1432.15 cores=0,2,4,6
/proc/20307/stat : 20307 (java) S 20304 20307 12906 0 -1 1077944320 182537 0 0 0 142451 764 0 0 20 0 17 0 47379970 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140725032388576 140146401545975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
/proc/20307/statm: 2671640 2055303 3175 1 0 2661055 0
[pid=20307/tid=20309] ppid=20304 vsize=10686560 CPUtime=13.28 cores=0,2,4,6
/proc/20307/task/20309/stat : 20309 (java) S 20304 20307 12906 0 -1 1077944384 14344 0 0 0 1319 9 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146405786656 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20310] ppid=20304 vsize=10686560 CPUtime=347.23 cores=0,2,4,6
/proc/20307/task/20310/stat : 20310 (java) S 20304 20307 12906 0 -1 1077944384 19912 0 0 0 34527 196 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146331966224 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20311] ppid=20304 vsize=10686560 CPUtime=347.66 cores=0,2,4,6
/proc/20307/task/20311/stat : 20311 (java) S 20304 20307 12906 0 -1 1077944384 19513 0 0 0 34580 186 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146330913680 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20312] ppid=20304 vsize=10686560 CPUtime=347.01 cores=0,2,4,6
/proc/20307/task/20312/stat : 20312 (java) S 20304 20307 12906 0 -1 1077944384 20716 0 0 0 34518 183 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146329861136 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20313] ppid=20304 vsize=10686560 CPUtime=347.91 cores=0,2,4,6
/proc/20307/task/20313/stat : 20313 (java) S 20304 20307 12906 0 -1 1077944384 18902 0 0 0 34613 178 0 0 20 0 17 0 47379977 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140146328808592 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20314] ppid=20304 vsize=10686560 CPUtime=26.03 cores=0,2,4,6
/proc/20307/task/20314/stat : 20314 (java) R 20304 20307 12906 0 -1 4202560 66989 0 0 0 2599 4 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145897595456 140146386003566 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20315] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20315/stat : 20315 (java) S 20304 20307 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145896543200 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20316] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20316/stat : 20316 (java) S 20304 20307 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 47379979 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145895490560 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20317] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20317/stat : 20317 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145894439120 140146401564571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20318] ppid=20304 vsize=10686560 CPUtime=1.3 cores=0,2,4,6
/proc/20307/task/20318/stat : 20318 (java) S 20304 20307 12906 0 -1 1077944384 10006 0 0 0 129 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145893386736 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20319] ppid=20304 vsize=10686560 CPUtime=0.87 cores=0,2,4,6
/proc/20307/task/20319/stat : 20319 (java) S 20304 20307 12906 0 -1 1077944384 4551 0 0 0 86 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145892334192 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20320] ppid=20304 vsize=10686560 CPUtime=0.47 cores=0,2,4,6
/proc/20307/task/20320/stat : 20320 (java) S 20304 20307 12906 0 -1 1077944384 5189 0 0 0 46 1 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145891279152 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20321] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20321/stat : 20321 (java) S 20304 20307 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47379982 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145890229344 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20322] ppid=20304 vsize=10686560 CPUtime=0.29 cores=0,2,4,6
/proc/20307/task/20322/stat : 20322 (java) S 20304 20307 12906 0 -1 1077944384 827 0 0 0 15 14 0 0 20 0 17 0 47379994 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145889175856 140146401557122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20336] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20336/stat : 20336 (java) S 20304 20307 12906 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 17 0 47415662 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145886023376 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
[pid=20307/tid=20337] ppid=20304 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20307/task/20337/stat : 20337 (java) S 20304 20307 12906 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 47415662 10943037440 2055303 18446744073709551615 4194304 4196468 140725032406032 140145884971024 140146401556181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30023680 140725032411573 140725032411726 140725032411726 140725032415183 0
Current children cumulated CPU time (s) 1432.15
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 390.686
CPU time (s): 1432.23
CPU user time (s): 1424.56
CPU system time (s): 7.67648
CPU usage (%): 366.594
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1424.56
system time used= 7.67648
maximum resident set size= 8221344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182609
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20794
involuntary context switches= 12645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.77662 second user time and 2.65443 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:10:53
IDJOB=4244120
IDBENCH=139727
IDSOLVER=2623
FILE ID=node135/4244120-1502054691
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-12-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244120-1502054691/watcher-4244120-1502054691 -o /tmp/evaluation-result-4244120-1502054691/solver-4244120-1502054691 -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-4244120-1502054691.xml

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

MD5SUM BENCH= 413eb2f3dbc4c6295d83fc35d5100e1e
RANDOM SEED=283380658

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:        30616228 kB
MemAvailable:   31029004 kB
Buffers:          205132 kB
Cached:           496468 kB
SwapCached:            0 kB
Active:          1355900 kB
Inactive:         369136 kB
Active(anon):    1023716 kB
Inactive(anon):    24972 kB
Active(file):     332184 kB
Inactive(file):   344164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1704 kB
Writeback:             0 kB
AnonPages:       1031288 kB
Mapped:            51444 kB
Shmem:             25344 kB
Slab:             131608 kB
SReclaimable:     104528 kB
SUnreclaim:        27080 kB
KernelStack:        3856 kB
PageTables:         7744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2327720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    917504 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:17:24