Trace number 4243864

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (problem) 1811.64 497.284

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex02280.xml
MD5SUM266034c566073a7f5804da8fab792568
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.31001899
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

1638.15/451.23	Aug 07, 2017 11:47:04 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1638.15/451.23	INFO: Runtime exception
1638.15/451.23	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1638.15/451.23		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1638.15/451.23		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1638.15/451.23		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1638.15/451.23		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1638.15/451.23		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1638.15/451.23		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1638.15/451.23		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1638.15/451.23		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1638.15/451.23		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1638.15/451.23		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1638.15/451.23		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1638.15/451.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1638.15/451.23		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1638.15/451.23		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1638.15/451.23		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1638.15/451.23		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1638.15/451.23		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1638.15/451.23		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1638.15/451.23		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1638.15/451.23		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1638.15/451.23	Caused by: java.lang.reflect.InvocationTargetException
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.15/451.23		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.15/451.23		at java.lang.reflect.Method.invoke(Method.java:498)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.15/451.23		... 22 more
1638.15/451.23	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1638.15/451.23		... 27 more
1638.15/451.23	Caused by: java.lang.reflect.InvocationTargetException
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.15/451.23		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.15/451.23		at java.lang.reflect.Method.invoke(Method.java:498)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.15/451.23		... 28 more
1638.15/451.23	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1638.15/451.23		... 33 more
1638.15/451.23	Caused by: java.lang.reflect.InvocationTargetException
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.15/451.23		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.15/451.23		at java.lang.reflect.Method.invoke(Method.java:498)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.15/451.23		... 34 more
1638.15/451.23	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1638.15/451.23		... 39 more
1638.15/451.23	Caused by: java.lang.reflect.InvocationTargetException
1638.15/451.23		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1638.15/451.23		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.15/451.23		at java.lang.reflect.Method.invoke(Method.java:498)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1638.15/451.23		... 39 more
1638.15/451.23	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1638.15/451.23		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1638.15/451.23		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.15/451.23		at java.lang.reflect.Method.invoke(Method.java:498)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.15/451.23		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.15/451.23		at java.lang.reflect.Method.invoke(Method.java:498)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.15/451.23		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.15/451.23		at java.lang.reflect.Method.invoke(Method.java:498)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1638.15/451.23		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1638.15/451.23		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1638.15/451.23		at java.lang.reflect.Method.invoke(Method.java:498)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1638.15/451.23		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1638.15/451.23		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1638.15/451.23		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1638.15/451.23		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1638.15/451.23		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1638.15/451.23		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1638.15/451.23		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1638.15/451.23		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1638.15/451.23	
1723.46/474.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1723.46/474.09	c This is free software under the dual EPL/GNU LGPL licenses.
1723.46/474.09	c See www.sat4j.org for details.
1723.46/474.09	c That software uses the Rhino library from the Mozilla project.
1723.46/474.09	c version CUSTOM.v20170705
1723.46/474.09	c java.runtime.name	Java(TM) SE Runtime Environment
1723.46/474.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1723.46/474.09	c java.vm.version	25.131-b11
1723.46/474.09	c java.vm.vendor	Oracle Corporation
1723.46/474.09	c sun.arch.data.model	64
1723.46/474.09	c java.version		1.8.0_131
1723.46/474.09	c os.name		Linux
1723.46/474.09	c os.version		3.10.0-514.16.1.el7.x86_64
1723.46/474.09	c os.arch		amd64
1723.46/474.09	c Free memory 		499604488
1723.46/474.09	c Max memory 		7247757312
1723.46/474.09	c Total memory 		504889344
1723.46/474.09	c Number of processors 	4
1723.46/474.09	c c --- Begin Solver configuration ---
1723.46/474.09	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1723.46/474.09	c Learn all clauses as in MiniSAT
1723.46/474.09	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1723.46/474.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1723.46/474.09	c No reason simplification
1723.46/474.09	c Glucose 2.1 dynamic restart strategy
1723.46/474.09	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
1723.46/474.09	c timeout=2147483s
1723.46/474.09	c DB Simplification allowed=false
1723.46/474.09	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1723.46/474.09	c --- End Solver configuration ---
1811.56/497.21	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1811.56/497.21		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1811.56/497.21		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1811.56/497.21		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1811.56/497.21		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1811.56/497.21		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1811.56/497.21		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1811.56/497.21		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1811.56/497.21		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1811.56/497.21		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-4243864-1502099620/watcher-4243864-1502099620 -o /tmp/evaluation-result-4243864-1502099620/solver-4243864-1502099620 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243864-1502099620.xml 

pid=30140
running on 4 cores: 1,3,5,7

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: 2.04 2.05 2.37 2/199 30143
/proc/meminfo: memFree=31143452/32770624 swapFree=0/365132
[pid=30143] ppid=30140 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30143/stat : 30143 (runsolver) D 30140 30143 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 51872908 24240128 106 18446744073709551615 4194304 4338465 140732315765744 140732315763384 140152092754647 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 32993280 140732315766919 140732315767369 140732315767369 140732315770826 0
/proc/30143/statm: 5918 106 53 36 0 2156 0

[startup+0.100117 s]
/proc/loadavg: 2.04 2.05 2.37 2/199 30143
/proc/meminfo: memFree=31143452/32770624 swapFree=0/365132
[pid=30143] ppid=30140 vsize=8860588 CPUtime=0 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 2272 0 0 0 0 0 0 0 20 0 6 0 51872908 9073242112 2473 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2219187 2487 1187 1 0 2209157 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8860588

[startup+0.200285 s]
/proc/loadavg: 2.04 2.05 2.37 2/199 30143
/proc/meminfo: memFree=31143452/32770624 swapFree=0/365132
[pid=30143] ppid=30140 vsize=10551156 CPUtime=0.08 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 4999 0 0 0 7 1 0 0 20 0 15 0 51872908 10804383744 6474 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2637789 6474 2606 1 0 2627261 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10551156

[startup+0.300294 s]
/proc/loadavg: 2.04 2.05 2.37 2/199 30143
/proc/meminfo: memFree=31143452/32770624 swapFree=0/365132
[pid=30143] ppid=30140 vsize=10551156 CPUtime=0.23 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 8291 0 0 0 21 2 0 0 20 0 15 0 51872908 10804383744 9047 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2637789 9047 2867 1 0 2627261 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.701145 s]
/proc/loadavg: 2.04 2.05 2.37 2/199 30143
/proc/meminfo: memFree=31143452/32770624 swapFree=0/365132
[pid=30143] ppid=30140 vsize=10551232 CPUtime=1.34 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 12626 0 0 0 129 5 0 0 20 0 15 0 51872908 10804461568 32344 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2637808 32344 3055 1 0 2627261 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 10551232

[startup+1.50112 s]
/proc/loadavg: 2.04 2.05 2.37 6/214 30159
/proc/meminfo: memFree=30898876/32770624 swapFree=0/365172
[pid=30143] ppid=30140 vsize=10551232 CPUtime=3.23 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 14554 0 0 0 287 36 0 0 20 0 15 0 51872908 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2637808 185116 3091 1 0 2627261 0
[pid=30143/tid=30145] ppid=30140 vsize=10551232 CPUtime=1.12 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (java) S 30140 30143 12906 0 -1 1077944384 7254 0 0 0 103 9 0 0 20 0 15 0 51872917 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440729924944 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30146] ppid=30140 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) R 30140 30143 12906 0 -1 4202560 376 0 0 0 16 6 0 0 20 0 15 0 51872918 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440336460248 140440718787755 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30147] ppid=30140 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) R 30140 30143 12906 0 -1 4202560 163 0 0 0 17 5 0 0 20 0 15 0 51872918 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440335407704 140440710716478 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30148] ppid=30140 vsize=10551232 CPUtime=0.23 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) R 30140 30143 12906 0 -1 4202560 343 0 0 0 17 6 0 0 20 0 15 0 51872918 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440334354960 140440718787755 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30149] ppid=30140 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) R 30140 30143 12906 0 -1 4202560 198 0 0 0 16 6 0 0 20 0 15 0 51872918 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440333302416 140440718790772 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30150] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30140 30143 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 51872919 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440222762016 140440725698261 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30151] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30140 30143 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51872919 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440221709728 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30152] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30140 30143 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51872920 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440220657136 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30153] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51872922 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440219605712 140440725706651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30154] ppid=30140 vsize=10551232 CPUtime=0.43 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30140 30143 12906 0 -1 1077944384 1817 0 0 0 43 0 0 0 20 0 15 0 51872922 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440218552304 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30155] ppid=30140 vsize=10551232 CPUtime=0.44 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30140 30143 12906 0 -1 1077944384 1224 0 0 0 44 0 0 0 20 0 15 0 51872922 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440217499760 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30156] ppid=30140 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30140 30143 12906 0 -1 1077944384 1612 0 0 0 28 0 0 0 20 0 15 0 51872922 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440216447216 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30157] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51872922 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440215394912 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30158] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30140 30143 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51872926 10804461568 185116 18446744073709551615 4194304 4196468 140737416268528 140440214342448 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 10551232

[startup+3.10061 s]
/proc/loadavg: 2.04 2.05 2.37 3/214 30159
/proc/meminfo: memFree=29662100/32770624 swapFree=0/365172
[pid=30143] ppid=30140 vsize=10551232 CPUtime=7.02 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 19709 0 0 0 605 97 0 0 20 0 15 0 51872908 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2637808 646766 3094 1 0 2627261 0
[pid=30143/tid=30145] ppid=30140 vsize=10551232 CPUtime=1.98 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (java) S 30140 30143 12906 0 -1 1077944384 8508 0 0 0 171 27 0 0 20 0 15 0 51872917 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440729924944 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30146] ppid=30140 vsize=10551232 CPUtime=0.93 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) R 30140 30143 12906 0 -1 4202560 745 0 0 0 77 16 0 0 20 0 15 0 51872918 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440336459632 140440718316263 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30147] ppid=30140 vsize=10551232 CPUtime=0.94 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) R 30140 30143 12906 0 -1 4202560 493 0 0 0 78 16 0 0 20 0 15 0 51872918 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440335407088 140440718316263 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30148] ppid=30140 vsize=10551232 CPUtime=0.96 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) R 30140 30143 12906 0 -1 4202560 1556 0 0 0 80 16 0 0 20 0 15 0 51872918 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440334354856 140440718316263 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30149] ppid=30140 vsize=10551232 CPUtime=0.96 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) R 30140 30143 12906 0 -1 4202560 1140 0 0 0 78 18 0 0 20 0 15 0 51872918 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440333302616 140440710385830 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30150] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30140 30143 12906 0 -1 1077944384 1236 0 0 0 0 0 0 0 20 0 15 0 51872919 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440222761824 140440725698261 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30151] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30140 30143 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51872919 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440221709728 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30152] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30140 30143 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51872920 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440220657136 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30153] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51872922 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440219605712 140440725706651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30154] ppid=30140 vsize=10551232 CPUtime=0.44 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30140 30143 12906 0 -1 1077944384 1821 0 0 0 44 0 0 0 20 0 15 0 51872922 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440218552304 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30155] ppid=30140 vsize=10551232 CPUtime=0.44 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30140 30143 12906 0 -1 1077944384 1224 0 0 0 44 0 0 0 20 0 15 0 51872922 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440217499760 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30156] ppid=30140 vsize=10551232 CPUtime=0.29 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30140 30143 12906 0 -1 1077944384 1629 0 0 0 29 0 0 0 20 0 15 0 51872922 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440216447216 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30157] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51872922 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440215394912 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30158] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30140 30143 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51872926 10804461568 646766 18446744073709551615 4194304 4196468 140737416268528 140440214342448 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 10551232

[startup+6.30115 s]
/proc/loadavg: 2.03 2.05 2.37 3/214 30159
/proc/meminfo: memFree=28427556/32770624 swapFree=0/365164
[pid=30143] ppid=30140 vsize=10551232 CPUtime=13.71 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 26389 0 0 0 1222 149 0 0 20 0 15 0 51872908 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2637808 799582 3114 1 0 2627261 0
[pid=30143/tid=30145] ppid=30140 vsize=10551232 CPUtime=3.62 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (java) S 30140 30143 12906 0 -1 1077944384 11746 0 0 0 332 30 0 0 20 0 15 0 51872917 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440729908928 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30146] ppid=30140 vsize=10551232 CPUtime=1.99 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) R 30140 30143 12906 0 -1 4202560 1587 0 0 0 170 29 0 0 20 0 15 0 51872918 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440336460248 140440710638660 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30147] ppid=30140 vsize=10551232 CPUtime=1.98 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) R 30140 30143 12906 0 -1 4202560 1042 0 0 0 171 27 0 0 20 0 15 0 51872918 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440335407504 140440707284028 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30148] ppid=30140 vsize=10551232 CPUtime=2 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) R 30140 30143 12906 0 -1 4202560 2189 0 0 0 172 28 0 0 20 0 15 0 51872918 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440334355160 140440710639148 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30149] ppid=30140 vsize=10551232 CPUtime=2.01 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) R 30140 30143 12906 0 -1 4202560 2097 0 0 0 171 30 0 0 20 0 15 0 51872918 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440333302416 140440710385807 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30150] ppid=30140 vsize=10551232 CPUtime=0.5 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30140 30143 12906 0 -1 1077944384 1578 0 0 0 50 0 0 0 20 0 15 0 51872919 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440222761824 140440725698261 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30151] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30140 30143 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51872919 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440221709792 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30152] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30140 30143 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51872920 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440220657152 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30153] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51872922 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440219605712 140440725706651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30154] ppid=30140 vsize=10551232 CPUtime=0.57 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30140 30143 12906 0 -1 1077944384 1840 0 0 0 57 0 0 0 20 0 15 0 51872922 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440218552304 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30155] ppid=30140 vsize=10551232 CPUtime=0.63 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30140 30143 12906 0 -1 1077944384 1261 0 0 0 63 0 0 0 20 0 15 0 51872922 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440217499760 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30156] ppid=30140 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30140 30143 12906 0 -1 1077944384 1691 0 0 0 31 0 0 0 20 0 15 0 51872922 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440216447216 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30157] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51872922 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440215394912 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30158] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51872926 10804461568 799582 18446744073709551615 4194304 4196468 140737416268528 140440214342448 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
Current children cumulated CPU time (s) 13.71
Current children cumulated vsize (KiB) 10551232

[startup+12.7048 s]
/proc/loadavg: 2.11 2.07 2.38 6/214 30159
/proc/meminfo: memFree=27401516/32770624 swapFree=0/365168
[pid=30143] ppid=30140 vsize=10551232 CPUtime=28.15 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 181007 0 0 0 2571 244 0 0 20 0 15 0 51872908 10804461568 1111712 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2637808 1111712 3114 1 0 2627261 0
[pid=30143/tid=30145] ppid=30140 vsize=10551232 CPUtime=6.71 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (java) S 30140 30143 12906 0 -1 1077944384 12991 0 0 0 641 30 0 0 20 0 15 0 51872917 10804461568 1111712 18446744073709551615 4194304 4196468 140737416268528 140440729910064 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30146] ppid=30140 vsize=10551232 CPUtime=4.66 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) R 30140 30143 12906 0 -1 4202560 44633 0 0 0 412 54 0 0 20 0 15 0 51872918 10804461568 1111712 18446744073709551615 4194304 4196468 140737416268528 140440336459192 140440718787755 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30147] ppid=30140 vsize=10551232 CPUtime=4.65 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) R 30140 30143 12906 0 -1 4202560 29768 0 0 0 415 50 0 0 20 0 15 0 51872918 10804461568 1111712 18446744073709551615 4194304 4196468 140737416268528 140440335406808 140440710710176 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30148] ppid=30140 vsize=10551232 CPUtime=4.67 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) R 30140 30143 12906 0 -1 4202560 40917 0 0 0 417 50 0 0 20 0 15 0 51872918 10804461568 1111712 18446744073709551615 4194304 4196468 140737416268528 140440334354248 140440718787755 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30149] ppid=30140 vsize=10551232 CPUtime=4.7 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) R 30140 30143 12906 0 -1 1077944384 40179 0 0 0 416 54 0 0 20 0 15 0 51872918 10804461568 1111712 18446744073709551615 4194304 4196468 140737416268528 140440333301792 140440725698261 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30150] ppid=30140 vsize=10551232 CPUtime=1.12 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30140 30143 12906 0 -1 1077944384 5398 0 0 0 112 0 0 0 20 0 15 0 51872919 10804461568 1111712 18446744073709551615 4194304 4196468 140737416268528 140440222762016 140440725698261 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30151] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30140 30143 12906 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 51872919 10804461568 1111712 18446744073709551615 4194304 4196468 140737416268528 140440221709792 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30152] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30140 30143 12906 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 51872920 10804461568 1111712 18446744073709551615 4194304 4196468 140737416268528 140440220657152 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30153] ppid=30140 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51872922 10804461568 1111712 18446744073709551615 4194304 4196468 140737416268528 140440219605712 140440725706651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0

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

/proc/30143/task/30268/stat : 30268 (java) S 30140 30143 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51918031 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440210137440 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (KiB) 10686560

[startup+494.401 s]
/proc/loadavg: 7.58 5.95 4.06 9/215 30269
/proc/meminfo: memFree=14923244/32770624 swapFree=0/365356
[pid=30143] ppid=30140 vsize=10686560 CPUtime=1802.57 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 2133536 0 0 0 179367 890 0 0 20 0 17 0 51872908 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2671640 2075720 3158 1 0 2661055 0
[pid=30143/tid=30145] ppid=30140 vsize=10686560 CPUtime=19.64 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (java) S 30140 30143 12906 0 -1 1077944384 25637 0 0 0 1933 31 0 0 20 0 17 0 51872917 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440729928736 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30146] ppid=30140 vsize=10686560 CPUtime=439.16 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) R 30140 30143 12906 0 -1 4202560 718187 0 0 0 43702 214 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440336460168 140440718316263 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30147] ppid=30140 vsize=10686560 CPUtime=438.41 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) R 30140 30143 12906 0 -1 4202560 263729 0 0 0 43634 207 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440335407624 140440718316263 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30148] ppid=30140 vsize=10686560 CPUtime=438.33 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) R 30140 30143 12906 0 -1 4202560 468234 0 0 0 43628 205 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440334354848 140440710388743 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30149] ppid=30140 vsize=10686560 CPUtime=437.88 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) R 30140 30143 12906 0 -1 4202560 552816 0 0 0 43570 218 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440333302224 140440718316263 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30150] ppid=30140 vsize=10686560 CPUtime=27.29 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30140 30143 12906 0 -1 1077944384 96470 0 0 0 2723 6 0 0 20 0 17 0 51872919 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440222762048 140440725698261 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30151] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30140 30143 12906 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 51872919 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440221709792 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30152] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30140 30143 12906 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 51872920 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440220657152 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30153] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440219605712 140440725706651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30154] ppid=30140 vsize=10686560 CPUtime=0.6 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30140 30143 12906 0 -1 1077944384 2765 0 0 0 60 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440218552064 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30155] ppid=30140 vsize=10686560 CPUtime=0.64 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30140 30143 12906 0 -1 1077944384 1339 0 0 0 64 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440217499808 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30156] ppid=30140 vsize=10686560 CPUtime=0.34 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30140 30143 12906 0 -1 1077944384 2518 0 0 0 33 1 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440216443408 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30157] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440215394912 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30158] ppid=30140 vsize=10686560 CPUtime=0.19 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30140 30143 12906 0 -1 1077944384 345 0 0 0 11 8 0 0 20 0 17 0 51872926 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440214342448 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30267] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30267/stat : 30267 (java) S 30140 30143 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 51918031 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440211189408 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30268] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30268/stat : 30268 (java) S 30140 30143 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51918031 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440210137440 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
Current children cumulated CPU time (s) 1802.57
Current children cumulated vsize (KiB) 10686560

[startup+496.001 s]
/proc/loadavg: 7.29 5.91 4.06 9/215 30269
/proc/meminfo: memFree=14923244/32770624 swapFree=0/365356
[pid=30143] ppid=30140 vsize=10686560 CPUtime=1808.77 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 2133745 0 0 0 179986 891 0 0 20 0 17 0 51872908 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2671640 2075720 3158 1 0 2661055 0
[pid=30143/tid=30145] ppid=30140 vsize=10686560 CPUtime=19.64 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (java) S 30140 30143 12906 0 -1 1077944384 25637 0 0 0 1933 31 0 0 20 0 17 0 51872917 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440729928736 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30146] ppid=30140 vsize=10686560 CPUtime=440.7 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) R 30140 30143 12906 0 -1 4202560 718187 0 0 0 43856 214 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440336459856 140440718316263 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30147] ppid=30140 vsize=10686560 CPUtime=439.93 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) R 30140 30143 12906 0 -1 4202560 263729 0 0 0 43786 207 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440335407624 140440718316263 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30148] ppid=30140 vsize=10686560 CPUtime=439.93 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) R 30140 30143 12906 0 -1 4202560 468443 0 0 0 43788 205 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440334354848 140440710677719 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30149] ppid=30140 vsize=10686560 CPUtime=439.41 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) R 30140 30143 12906 0 -1 4202560 552816 0 0 0 43723 218 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440333302536 140440718316263 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30150] ppid=30140 vsize=10686560 CPUtime=27.29 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) S 30140 30143 12906 0 -1 1077944384 96470 0 0 0 2723 6 0 0 20 0 17 0 51872919 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440222762048 140440725698261 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30151] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30140 30143 12906 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 51872919 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440221709792 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30152] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30140 30143 12906 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 51872920 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440220657152 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30153] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440219605712 140440725706651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30154] ppid=30140 vsize=10686560 CPUtime=0.6 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30140 30143 12906 0 -1 1077944384 2765 0 0 0 60 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440218552064 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30155] ppid=30140 vsize=10686560 CPUtime=0.64 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30140 30143 12906 0 -1 1077944384 1339 0 0 0 64 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440217499808 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30156] ppid=30140 vsize=10686560 CPUtime=0.34 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30140 30143 12906 0 -1 1077944384 2518 0 0 0 33 1 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440216443408 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30157] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440215394912 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30158] ppid=30140 vsize=10686560 CPUtime=0.19 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30140 30143 12906 0 -1 1077944384 345 0 0 0 11 8 0 0 20 0 17 0 51872926 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440214342448 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30267] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30267/stat : 30267 (java) S 30140 30143 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 51918031 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440211189408 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30268] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30268/stat : 30268 (java) S 30140 30143 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51918031 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440210137440 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
Current children cumulated CPU time (s) 1808.77
Current children cumulated vsize (KiB) 10686560

[startup+496.801 s]
/proc/loadavg: 7.29 5.91 4.06 8/215 30269
/proc/meminfo: memFree=14923244/32770624 swapFree=0/365356
[pid=30143] ppid=30140 vsize=10686560 CPUtime=1811.15 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 2133819 0 0 0 180223 892 0 0 20 0 17 0 51872908 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2671640 2075720 3158 1 0 2661055 0
[pid=30143/tid=30145] ppid=30140 vsize=10686560 CPUtime=19.64 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (java) S 30140 30143 12906 0 -1 1077944384 25637 0 0 0 1933 31 0 0 20 0 17 0 51872917 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440729928736 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30146] ppid=30140 vsize=10686560 CPUtime=441.23 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) S 30140 30143 12906 0 -1 1077944384 718187 0 0 0 43909 214 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440336460048 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30147] ppid=30140 vsize=10686560 CPUtime=440.46 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) S 30140 30143 12906 0 -1 1077944384 263729 0 0 0 43839 207 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440335407504 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30148] ppid=30140 vsize=10686560 CPUtime=440.49 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) S 30140 30143 12906 0 -1 1077944384 468517 0 0 0 43843 206 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440334354960 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30149] ppid=30140 vsize=10686560 CPUtime=439.93 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) S 30140 30143 12906 0 -1 1077944384 552816 0 0 0 43775 218 0 0 20 0 17 0 51872918 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440333302416 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30150] ppid=30140 vsize=10686560 CPUtime=27.54 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) R 30140 30143 12906 0 -1 4202560 96470 0 0 0 2748 6 0 0 20 0 17 0 51872919 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440222761936 140440710684407 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30151] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30140 30143 12906 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 51872919 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440221709792 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30152] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30140 30143 12906 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 51872920 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440220657152 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30153] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440219605712 140440725706651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30154] ppid=30140 vsize=10686560 CPUtime=0.6 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30140 30143 12906 0 -1 1077944384 2765 0 0 0 60 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440218552064 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30155] ppid=30140 vsize=10686560 CPUtime=0.64 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30140 30143 12906 0 -1 1077944384 1339 0 0 0 64 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440217499808 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30156] ppid=30140 vsize=10686560 CPUtime=0.34 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30140 30143 12906 0 -1 1077944384 2518 0 0 0 33 1 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440216443408 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30157] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51872922 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440215394912 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30158] ppid=30140 vsize=10686560 CPUtime=0.19 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30140 30143 12906 0 -1 1077944384 345 0 0 0 11 8 0 0 20 0 17 0 51872926 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440214342448 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30267] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30267/stat : 30267 (java) S 30140 30143 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 51918031 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440211189408 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30268] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30268/stat : 30268 (java) S 30140 30143 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51918031 10943037440 2075720 18446744073709551615 4194304 4196468 140737416268528 140440210137440 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
Current children cumulated CPU time (s) 1811.15
Current children cumulated vsize (KiB) 10686560

[startup+497.201 s]
/proc/loadavg: 7.29 5.91 4.06 6/215 30269
/proc/meminfo: memFree=14923244/32770624 swapFree=0/365356
[pid=30143] ppid=30140 vsize=10686560 CPUtime=1811.56 cores=1,3,5,7
/proc/30143/stat : 30143 (java) S 30140 30143 12906 0 -1 1077944320 2134205 0 0 0 180264 892 0 0 20 0 17 0 51872908 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140737416251072 140440725688055 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
/proc/30143/statm: 2671640 2075726 3158 1 0 2661055 0
[pid=30143/tid=30145] ppid=30140 vsize=10686560 CPUtime=19.64 cores=1,3,5,7
/proc/30143/task/30145/stat : 30145 (java) S 30140 30143 12906 0 -1 1077944384 25637 0 0 0 1933 31 0 0 20 0 17 0 51872917 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440729928736 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30146] ppid=30140 vsize=10686560 CPUtime=441.23 cores=1,3,5,7
/proc/30143/task/30146/stat : 30146 (java) S 30140 30143 12906 0 -1 1077944384 718187 0 0 0 43909 214 0 0 20 0 17 0 51872918 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440336460048 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30147] ppid=30140 vsize=10686560 CPUtime=440.46 cores=1,3,5,7
/proc/30143/task/30147/stat : 30147 (java) S 30140 30143 12906 0 -1 1077944384 263729 0 0 0 43839 207 0 0 20 0 17 0 51872918 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440335407504 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30148] ppid=30140 vsize=10686560 CPUtime=440.49 cores=1,3,5,7
/proc/30143/task/30148/stat : 30148 (java) S 30140 30143 12906 0 -1 1077944384 468517 0 0 0 43843 206 0 0 20 0 17 0 51872918 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440334354960 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30149] ppid=30140 vsize=10686560 CPUtime=439.93 cores=1,3,5,7
/proc/30143/task/30149/stat : 30149 (java) S 30140 30143 12906 0 -1 1077944384 552816 0 0 0 43775 218 0 0 20 0 17 0 51872918 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440333302416 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30150] ppid=30140 vsize=10686560 CPUtime=27.94 cores=1,3,5,7
/proc/30143/task/30150/stat : 30150 (java) R 30140 30143 12906 0 -1 4202560 96856 0 0 0 2788 6 0 0 20 0 17 0 51872919 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440222761936 140440717977509 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30151] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30151/stat : 30151 (java) S 30140 30143 12906 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 51872919 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440221709792 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30152] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30152/stat : 30152 (java) S 30140 30143 12906 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 51872920 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440220657152 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30153] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30153/stat : 30153 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51872922 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440219605712 140440725706651 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30154] ppid=30140 vsize=10686560 CPUtime=0.6 cores=1,3,5,7
/proc/30143/task/30154/stat : 30154 (java) S 30140 30143 12906 0 -1 1077944384 2765 0 0 0 60 0 0 0 20 0 17 0 51872922 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440218552064 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30155] ppid=30140 vsize=10686560 CPUtime=0.64 cores=1,3,5,7
/proc/30143/task/30155/stat : 30155 (java) S 30140 30143 12906 0 -1 1077944384 1339 0 0 0 64 0 0 0 20 0 17 0 51872922 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440217499808 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30156] ppid=30140 vsize=10686560 CPUtime=0.34 cores=1,3,5,7
/proc/30143/task/30156/stat : 30156 (java) S 30140 30143 12906 0 -1 1077944384 2518 0 0 0 33 1 0 0 20 0 17 0 51872922 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440216443408 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30157] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30157/stat : 30157 (java) S 30140 30143 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51872922 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440215394912 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30158] ppid=30140 vsize=10686560 CPUtime=0.19 cores=1,3,5,7
/proc/30143/task/30158/stat : 30158 (java) S 30140 30143 12906 0 -1 1077944384 345 0 0 0 11 8 0 0 20 0 17 0 51872926 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440214342448 140440725699202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30267] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30267/stat : 30267 (java) S 30140 30143 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 51918031 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440211189408 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
[pid=30143/tid=30268] ppid=30140 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/30143/task/30268/stat : 30268 (java) S 30140 30143 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51918031 10943037440 2075726 18446744073709551615 4194304 4196468 140737416268528 140440210137440 140440725698261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38936576 140737416274357 140737416274510 140737416274510 140737416277967 0
Current children cumulated CPU time (s) 1811.56
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 497.284
CPU time (s): 1811.64
CPU user time (s): 1802.65
CPU system time (s): 8.98789
CPU usage (%): 364.307
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.65
system time used= 8.98789
maximum resident set size= 8303176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2134261
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43084
involuntary context switches= 44623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.40742 second user time and 3.18488 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 11:39:42
IDJOB=4243864
IDBENCH=140614
IDSOLVER=2623
FILE ID=node135/4243864-1502099620
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex02280.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243864-1502099620/watcher-4243864-1502099620 -o /tmp/evaluation-result-4243864-1502099620/solver-4243864-1502099620 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243864-1502099620.xml

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

MD5SUM BENCH= 266034c566073a7f5804da8fab792568
RANDOM SEED=1105805080

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:        31143452 kB
MemAvailable:   31594744 kB
Buffers:          225152 kB
Cached:           514472 kB
SwapCached:            0 kB
Active:           805748 kB
Inactive:         390104 kB
Active(anon):     456592 kB
Inactive(anon):    24972 kB
Active(file):     349156 kB
Inactive(file):   365132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2016 kB
Writeback:             4 kB
AnonPages:        456500 kB
Mapped:            51500 kB
Shmem:             25344 kB
Slab:             132480 kB
SReclaimable:     105676 kB
SUnreclaim:        26804 kB
KernelStack:        3504 kB
PageTables:         5340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1257556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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-07 11:48:00