Trace number 4262929

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1383.96 382.75101

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-12-a4.xml
MD5SUM72e40c8851280ca3f4afc7fa1ebce33e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1927
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":12}]
Minimum variable degree606
Maximum variable degree607
Distribution of variable degrees[{"degree":606,"count":10},{"degree":607,"count":2}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":440},{"arity":4,"count":1485},{"arity":12,"count":1}]
Number of extensional constraints0
Number of intensional constraints1926
Distribution of constraint types[{"type":"intension","count":1926},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1274.46/352.82	Aug 13, 2017 1:55:55 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1274.46/352.82	INFO: Runtime exception
1274.46/352.82	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1274.46/352.82		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1274.46/352.82		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1274.46/352.82		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1274.46/352.82		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1274.46/352.82		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1274.46/352.82		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1274.46/352.82		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1274.46/352.82		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1274.46/352.82		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1274.46/352.82		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1274.46/352.82		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1274.46/352.82		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1274.46/352.82		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1274.46/352.82		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1274.46/352.82		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1274.46/352.82		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1274.46/352.82		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1274.46/352.82		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1274.46/352.82		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1274.46/352.82	Caused by: java.lang.reflect.InvocationTargetException
1274.46/352.82		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1274.46/352.82		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1274.46/352.82		at java.lang.reflect.Method.invoke(Method.java:498)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1274.46/352.82		... 21 more
1274.46/352.82	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1274.46/352.82		... 25 more
1274.46/352.82	Caused by: java.lang.reflect.InvocationTargetException
1274.46/352.82		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1274.46/352.82		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1274.46/352.82		at java.lang.reflect.Method.invoke(Method.java:498)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1274.46/352.82		... 26 more
1274.46/352.82	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1274.46/352.82		... 30 more
1274.46/352.82	Caused by: java.lang.reflect.InvocationTargetException
1274.46/352.82		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1274.46/352.82		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1274.46/352.82		at java.lang.reflect.Method.invoke(Method.java:498)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1274.46/352.82		... 30 more
1274.46/352.82	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorDist(TseitinBasedIntensionCtrEncoder.java:294)
1274.46/352.82		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1274.46/352.82		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1274.46/352.82		at java.lang.reflect.Method.invoke(Method.java:498)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1274.46/352.82		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1274.46/352.82		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1274.46/352.82		at java.lang.reflect.Method.invoke(Method.java:498)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1274.46/352.82		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1274.46/352.82		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1274.46/352.82		at java.lang.reflect.Method.invoke(Method.java:498)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1274.46/352.82		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1274.46/352.82		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1274.46/352.82		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1274.46/352.82		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1274.46/352.82		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1274.46/352.82		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1274.46/352.82		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1274.46/352.82		at org.xcsp.parser.XCallbacks$$Lambda$60/2114889273.accept(Unknown Source)
1274.46/352.82		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1274.46/352.82		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1274.46/352.82		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1274.46/352.82		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1274.46/352.82		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1274.46/352.82		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1274.46/352.82		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1274.46/352.82		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1274.46/352.82	
1347.13/372.68	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1347.13/372.68	c This is free software under the dual EPL/GNU LGPL licenses.
1347.13/372.68	c See www.sat4j.org for details.
1347.13/372.68	c That software uses the Rhino library from the Mozilla project.
1347.13/372.68	c version CUSTOM.v20170705
1347.13/372.68	c java.runtime.name	Java(TM) SE Runtime Environment
1347.13/372.68	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1347.13/372.68	c java.vm.version	25.131-b11
1347.13/372.68	c java.vm.vendor	Oracle Corporation
1347.13/372.68	c sun.arch.data.model	64
1347.13/372.68	c java.version		1.8.0_131
1347.13/372.68	c os.name		Linux
1347.13/372.68	c os.version		3.10.0-514.16.1.el7.x86_64
1347.13/372.68	c os.arch		amd64
1347.13/372.68	c Free memory 		499604488
1347.13/372.68	c Max memory 		7247757312
1347.13/372.68	c Total memory 		504889344
1347.13/372.68	c Number of processors 	4
1347.13/372.68	c c --- Begin Solver configuration ---
1347.13/372.68	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1347.13/372.68	c Learn all clauses as in MiniSAT
1347.13/372.68	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1347.13/372.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1347.13/372.68	c No reason simplification
1347.13/372.68	c Glucose 2.1 dynamic restart strategy
1347.13/372.68	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
1347.13/372.68	c timeout=2147483s
1347.13/372.68	c DB Simplification allowed=false
1347.13/372.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1347.13/372.68	c --- End Solver configuration ---
1347.13/372.68	c starts		: 0
1347.13/372.68	c conflicts		: 0
1347.13/372.68	c decisions		: 0
1347.13/372.68	c propagations		: 0
1347.13/372.68	c inspects		: 0
1347.13/372.68	c shortcuts		: 0
1347.13/372.68	c learnt literals	: 0
1347.13/372.68	c learnt binary clauses	: 0
1347.13/372.68	c learnt ternary clauses	: 0
1347.13/372.68	c learnt constraints	: 0
1347.13/372.68	c ignored constraints	: 0
1347.13/372.68	c root simplifications	: 0
1347.13/372.68	c removed literals (reason simplification)	: 0
1347.13/372.68	c reason swapping (by a shorter reason)	: 0
1347.13/372.68	c Calls to reduceDB	: 0
1347.13/372.68	c Number of update (reduction) of LBD	: 0
1347.13/372.68	c Imported unit clauses	: 0
1347.13/372.68	c number of reductions to clauses (during analyze)	: 0
1347.13/372.68	c number of learned constraints concerned by reduction	: 0
1347.13/372.68	c number of learning phase by resolution	: 0
1347.13/372.68	c number of learning phase by cutting planes	: 0
1347.13/372.68	c number of rounding to 1 operations	: 0
1347.13/372.68	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1347.13/372.68	c number of reductions of the coefficients by power 2 	: 0
1347.13/372.68	c number of right shift for reduction by power 2 	: 0
1347.13/372.68	c number of reductions of the coefficients by GCD over coefficients 	: 0
1347.13/372.68	c speed (assignments/second)	: 0.0
1347.13/372.68	c non guided choices	0
1383.79/382.68	c learnt constraints type 
1383.79/382.68	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10902 MiB free)
  memory of node 1: 16384 MiB (15579 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262929-1502625856/watcher-4262929-1502625856 -o /tmp/evaluation-result-4262929-1502625856/solver-4262929-1502625856 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262929-1502625856.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26556, runsolver pid=26553

[startup+0.100161 s]*
/proc/loadavg: 4.67 4.14 3.34 3/207 26565
/proc/meminfo: memFree=27105072/32770624 swapFree=67105588/67108860
[pid=26556] ppid=26553 vsize=10484492 memory=24268 CPUtime=0.05 cores=1,3,5,7
/proc/26556/stat : 26556 (java) S 26553 26556 12560 0 -1 1077944320 5008 0 0 0 4 1 0 0 20 0 14 0 64781023 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 140730714416096 139936578199287 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
/proc/26556/statm: 2621123 6067 2592 1 0 2610620 0
[pid=26556/tid=26558] ppid=26553 vsize=10484492 memory=7077796292425249400 CPUtime=0.04 cores=1,3,5,7
/proc/26556/task/26558/stat : 26558 (java) D 26553 26556 12560 0 -1 4202560 3116 0 0 0 4 0 0 0 20 0 14 0 64781027 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936582436768 139936578221309 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26559] ppid=26553 vsize=10484492 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26559/stat : 26559 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64781028 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936545757840 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26560] ppid=26553 vsize=10484492 memory=140076196423296 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26560/stat : 26560 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64781028 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936188152336 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26561] ppid=26553 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26561/stat : 26561 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64781028 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936187099536 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26562] ppid=26553 vsize=10484492 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26562/stat : 26562 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64781028 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936186046736 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26563] ppid=26553 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26563/stat : 26563 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64781030 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936074296176 139936578210434 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26564] ppid=26553 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26564/stat : 26564 (java) S 26553 26556 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 64781030 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936073242144 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26565] ppid=26553 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26565/stat : 26565 (java) S 26553 26556 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 64781030 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936072189296 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26566] ppid=26553 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26566/stat : 26566 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64781033 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936071137616 139936578217883 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26567] ppid=26553 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26567/stat : 26567 (java) S 26553 26556 12560 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 14 0 64781033 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936070084976 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26568] ppid=26553 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26568/stat : 26568 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64781033 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936069032176 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26569] ppid=26553 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26569/stat : 26569 (java) S 26553 26556 12560 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 64781033 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936067979376 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26570] ppid=26553 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26570/stat : 26570 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64781033 10736119808 6067 18446744073709551615 4194304 4196468 140730714433552 139936066926816 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 24268 KiB

[startup+0.210288 s]*
/proc/loadavg: 4.67 4.14 3.34 5/213 26571
/proc/meminfo: memFree=27095916/32770624 swapFree=67105588/67108860
[pid=26556] ppid=26553 vsize=10551156 memory=30992 CPUtime=0.13 cores=1,3,5,7
/proc/26556/stat : 26556 (java) S 26553 26556 12560 0 -1 1077944320 7887 0 0 0 11 2 0 0 20 0 15 0 64781023 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 140730714416096 139936578199287 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
/proc/26556/statm: 2637789 7748 2811 1 0 2627261 0
[pid=26556/tid=26558] ppid=26553 vsize=10551156 memory=8316850467074736180 CPUtime=0.09 cores=1,3,5,7
/proc/26556/task/26558/stat : 26558 (java) R 26553 26556 12560 0 -1 4202560 5733 0 0 0 8 1 0 0 20 0 15 0 64781027 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936582387632 139936578221213 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26559] ppid=26553 vsize=10551156 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26559/stat : 26559 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64781028 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936545757840 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26560] ppid=26553 vsize=10551156 memory=288370452348135040 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26560/stat : 26560 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64781028 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936188152336 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26561] ppid=26553 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26561/stat : 26561 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64781028 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936187099536 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26562] ppid=26553 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26562/stat : 26562 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64781028 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936186046736 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26563] ppid=26553 vsize=10551156 memory=140076196423296 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26563/stat : 26563 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64781030 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936074296176 139936578210434 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26564] ppid=26553 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26564/stat : 26564 (java) S 26553 26556 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64781030 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936073242144 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26565] ppid=26553 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26565/stat : 26565 (java) S 26553 26556 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64781030 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936072189296 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26566] ppid=26553 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26566/stat : 26566 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64781033 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936071137616 139936578217883 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26567] ppid=26553 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26567/stat : 26567 (java) S 26553 26556 12560 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 64781033 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936070084976 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26568] ppid=26553 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26568/stat : 26568 (java) R 26553 26556 12560 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 64781033 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936069032176 139936578210434 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26569] ppid=26553 vsize=10551156 memory=140076196423296 CPUtime=0.02 cores=1,3,5,7
/proc/26556/task/26569/stat : 26569 (java) R 26553 26556 12560 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 15 0 64781033 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936067979376 139936578211222 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26570] ppid=26553 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26570/stat : 26570 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64781033 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936066926816 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26571] ppid=26553 vsize=10551156 memory=140076196423296 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26571/stat : 26571 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64781039 10804383744 7748 18446744073709551615 4194304 4196468 140730714433552 139936065875120 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30992 KiB

[startup+0.310338 s]*
/proc/loadavg: 4.67 4.14 3.34 6/213 26571
/proc/meminfo: memFree=27089936/32770624 swapFree=67105588/67108860
[pid=26556] ppid=26553 vsize=10551156 memory=39224 CPUtime=0.3 cores=1,3,5,7
/proc/26556/stat : 26556 (java) S 26553 26556 12560 0 -1 1077944320 9092 0 0 0 27 3 0 0 20 0 15 0 64781023 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 140730714416096 139936578199287 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
/proc/26556/statm: 2637789 9806 2926 1 0 2627261 0
[pid=26556/tid=26558] ppid=26553 vsize=10551156 memory=8316850467074736180 CPUtime=0.2 cores=1,3,5,7
/proc/26556/task/26558/stat : 26558 (java) R 26553 26556 12560 0 -1 4202560 6212 0 0 0 18 2 0 0 20 0 15 0 64781027 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936582437072 139936218739904 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26559] ppid=26553 vsize=10551156 memory=9220 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26559/stat : 26559 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64781028 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936545757840 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26560] ppid=26553 vsize=10551156 memory=320860356521499008 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26560/stat : 26560 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64781028 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936188152336 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26561] ppid=26553 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26561/stat : 26561 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64781028 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936187099536 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26562] ppid=26553 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26562/stat : 26562 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64781028 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936186046736 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26563] ppid=26553 vsize=10551156 memory=3471342472517260976 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26563/stat : 26563 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64781030 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936074296176 139936578210434 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26564] ppid=26553 vsize=10551156 memory=4050716536491829346 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26564/stat : 26564 (java) S 26553 26556 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64781030 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936073242144 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26565] ppid=26553 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26565/stat : 26565 (java) S 26553 26556 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64781030 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936072189296 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26566] ppid=26553 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26566/stat : 26566 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64781033 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936071137616 139936578217883 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26567] ppid=26553 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26556/task/26567/stat : 26567 (java) R 26553 26556 12560 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 15 0 64781033 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936070084976 139936578210434 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26568] ppid=26553 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26556/task/26568/stat : 26568 (java) R 26553 26556 12560 0 -1 4202560 245 0 0 0 1 0 0 0 20 0 15 0 64781033 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936069022288 139936570488669 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26569] ppid=26553 vsize=10551156 memory=140076196423296 CPUtime=0.06 cores=1,3,5,7
/proc/26556/task/26569/stat : 26569 (java) R 26553 26556 12560 0 -1 4202560 783 0 0 0 6 0 0 0 20 0 15 0 64781033 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936067977040 139936557069304 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26570] ppid=26553 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26570/stat : 26570 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64781033 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936066926816 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26571] ppid=26553 vsize=10551156 memory=140076196423296 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26571/stat : 26571 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64781039 10804383744 9806 18446744073709551615 4194304 4196468 140730714433552 139936065875120 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39224 KiB

[startup+0.70137 s]
/proc/loadavg: 4.67 4.14 3.34 7/213 26571
/proc/meminfo: memFree=27070736/32770624 swapFree=67105588/67108860
[pid=26556] ppid=26553 vsize=10551232 memory=92508 CPUtime=1.49 cores=1,3,5,7
/proc/26556/stat : 26556 (java) S 26553 26556 12560 0 -1 1077944320 13647 0 0 0 144 5 0 0 20 0 15 0 64781023 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 140730714416096 139936578199287 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
/proc/26556/statm: 2637808 23127 3061 1 0 2627261 0
[pid=26556/tid=26558] ppid=26553 vsize=10551232 memory=5808 CPUtime=0.58 cores=1,3,5,7
/proc/26556/task/26558/stat : 26558 (java) R 26553 26556 12560 0 -1 4202560 7907 0 0 0 55 3 0 0 20 0 15 0 64781027 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936582429912 139936222222525 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26559] ppid=26553 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26559/stat : 26559 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64781028 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936545757840 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26560] ppid=26553 vsize=10551232 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26560/stat : 26560 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64781028 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936188152336 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26561] ppid=26553 vsize=10551232 memory=22696 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26561/stat : 26561 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64781028 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936187099536 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26562] ppid=26553 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26562/stat : 26562 (java) S 26553 26556 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64781028 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936186046736 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26563] ppid=26553 vsize=10551232 memory=644 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26563/stat : 26563 (java) S 26553 26556 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64781030 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936074296176 139936578210434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26564] ppid=26553 vsize=10551232 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26564/stat : 26564 (java) S 26553 26556 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64781030 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936073242144 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26565] ppid=26553 vsize=10551232 memory=956 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26565/stat : 26565 (java) S 26553 26556 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64781030 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936072189296 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26566] ppid=26553 vsize=10551232 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26566/stat : 26566 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64781033 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936071137616 139936578217883 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26567] ppid=26553 vsize=10551232 memory=2240 CPUtime=0.31 cores=1,3,5,7
/proc/26556/task/26567/stat : 26567 (java) R 26553 26556 12560 0 -1 4202560 1476 0 0 0 31 0 0 0 20 0 15 0 64781033 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936070084976 139936557543525 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26568] ppid=26553 vsize=10551232 memory=4088 CPUtime=0.29 cores=1,3,5,7
/proc/26556/task/26568/stat : 26568 (java) R 26553 26556 12560 0 -1 4202560 1390 0 0 0 29 0 0 0 20 0 15 0 64781033 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936069014448 139936561610182 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26569] ppid=26553 vsize=10551232 memory=1620 CPUtime=0.28 cores=1,3,5,7
/proc/26556/task/26569/stat : 26569 (java) S 26553 26556 12560 0 -1 1077944384 1502 0 0 0 28 0 0 0 20 0 15 0 64781033 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936067979376 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26570] ppid=26553 vsize=10551232 memory=920 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26570/stat : 26570 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64781033 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936066926816 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26571] ppid=26553 vsize=10551232 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26571/stat : 26571 (java) S 26553 26556 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64781039 10804461568 23127 18446744073709551615 4194304 4196468 140730714433552 139936065875120 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 92508 KiB

[startup+1.50079 s]
/proc/loadavg: 4.67 4.14 3.34 5/213 26571
/proc/meminfo: memFree=26886488/32770624 swapFree=67105588/67108860
[pid=26556] ppid=26553 vsize=10551232 memory=356908 CPUtime=3.43 cores=1,3,5,7
/proc/26556/stat : 26556 (java) S 26553 26556 12560 0 -1 1077944320 15669 0 0 0 317 26 0 0 20 0 15 0 64781023 10804461568 89227 18446744073709551615 4194304 4196468 140730714433552 140730714416096 139936578199287 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
/proc/26556/statm: 2637808 89227 3088 1 0 2627261 0
[pid=26556/tid=26558] ppid=26553 vsize=10551232 memory=1292 CPUtime=1.19 cores=1,3,5,7
/proc/26556/task/26558/stat : 26558 (java) R 26553 26556 12560 0 -1 4202560 8026 0 0 0 114 5 0 0 20 0 15 0 64781027 10804461568 89227 18446744073709551615 4194304 4196468 140730714433552 139936582429936 139936222431207 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26559] ppid=26553 vsize=10551232 memory=340416 CPUtime=0.18 cores=1,3,5,7
/proc/26556/task/26559/stat : 26559 (java) S 26553 26556 12560 0 -1 1077944384 145 0 0 0 14 4 0 0 20 0 15 0 64781028 10804461568 89227 18446744073709551615 4194304 4196468 140730714433552 139936545757840 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26560] ppid=26553 vsize=10551232 memory=58 CPUtime=0.18 cores=1,3,5,7
/proc/26556/task/26560/stat : 26560 (java) S 26553 26556 12560 0 -1 1077944384 143 0 0 0 13 5 0 0 20 0 15 0 64781028 10804461568 89227 18446744073709551615 4194304 4196468 140730714433552 139936188152336 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26561] ppid=26553 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/26556/task/26561/stat : 26561 (java) S 26553 26556 12560 0 -1 1077944384 135 0 0 0 12 5 0 0 20 0 15 0 64781028 10804461568 89227 18446744073709551615 4194304 4196468 140730714433552 139936187099536 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26562] ppid=26553 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/26556/task/26562/stat : 26562 (java) S 26553 26556 12560 0 -1 1077944384 153 0 0 0 12 4 0 0 20 0 15 0 64781028 10804461568 89227 18446744073709551615 4194304 4196468 140730714433552 139936186046736 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26563] ppid=26553 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26563/stat : 26563 (java) S 26553 26556 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64781030 10804461568 89227 18446744073709551615 4194304 4196468 140730714433552 139936074296176 139936578210434 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26564] ppid=26553 vsize=10551232 memory=6154538792250073449 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26564/stat : 26564 (java) S 26553 26556 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64781030 10804461568 89227 18446744073709551615 4194304 4196468 140730714433552 139936073242144 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0

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

/proc/26556/task/26558/stat : 26558 (java) S 26553 26556 12560 0 -1 1077944384 16054 0 0 0 1316 10 0 0 20 0 16 0 64781027 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936582439968 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26559] ppid=26553 vsize=10686560 memory=4144 CPUtime=333.3 cores=1,3,5,7
/proc/26556/task/26559/stat : 26559 (java) R 26553 26556 12560 0 -1 4202560 241637 0 0 0 33168 162 0 0 20 0 16 0 64781028 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936545757960 139936570827495 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26560] ppid=26553 vsize=10686560 memory=36936 CPUtime=333.66 cores=1,3,5,7
/proc/26556/task/26560/stat : 26560 (java) R 26553 26556 12560 0 -1 4202560 271523 0 0 0 33194 172 0 0 20 0 16 0 64781028 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936188152456 139936570827495 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26561] ppid=26553 vsize=10686560 memory=1292 CPUtime=334.02 cores=1,3,5,7
/proc/26556/task/26561/stat : 26561 (java) R 26553 26556 12560 0 -1 4202560 174424 0 0 0 33239 163 0 0 20 0 16 0 64781028 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936187099736 139936559808896 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26562] ppid=26553 vsize=10686560 memory=8151028 CPUtime=332.66 cores=1,3,5,7
/proc/26556/task/26562/stat : 26562 (java) R 26553 26556 12560 0 -1 4202560 148222 0 0 0 33098 168 0 0 20 0 16 0 64781028 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936186046544 139936570827495 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26563] ppid=26553 vsize=10686560 memory=8151028 CPUtime=29.93 cores=1,3,5,7
/proc/26556/task/26563/stat : 26563 (java) S 26553 26556 12560 0 -1 1077944384 74656 0 0 0 2987 6 0 0 20 0 16 0 64781030 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936074294720 139936578209493 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26564] ppid=26553 vsize=10686560 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26564/stat : 26564 (java) S 26553 26556 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 64781030 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936073242208 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26565] ppid=26553 vsize=10686560 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26565/stat : 26565 (java) S 26553 26556 12560 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 64781030 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936072189312 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26566] ppid=26553 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26566/stat : 26566 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64781033 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936071137616 139936578217883 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26567] ppid=26553 vsize=10686560 memory=36936 CPUtime=0.78 cores=1,3,5,7
/proc/26556/task/26567/stat : 26567 (java) S 26553 26556 12560 0 -1 1077944384 3528 0 0 0 77 1 0 0 20 0 16 0 64781033 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936070085072 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26568] ppid=26553 vsize=10686560 memory=1292 CPUtime=0.67 cores=1,3,5,7
/proc/26556/task/26568/stat : 26568 (java) S 26553 26556 12560 0 -1 1077944384 2744 0 0 0 66 1 0 0 20 0 16 0 64781033 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936069031936 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26569] ppid=26553 vsize=10686560 memory=2384 CPUtime=0.37 cores=1,3,5,7
/proc/26556/task/26569/stat : 26569 (java) S 26553 26556 12560 0 -1 1077944384 3770 0 0 0 37 0 0 0 20 0 16 0 64781033 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936067974288 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26570] ppid=26553 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26570/stat : 26570 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64781033 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936066926816 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26571] ppid=26553 vsize=10686560 memory=1196 CPUtime=0.28 cores=1,3,5,7
/proc/26556/task/26571/stat : 26571 (java) S 26553 26556 12560 0 -1 1077944384 699 0 0 0 16 12 0 0 20 0 16 0 64781039 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936065875120 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26584] ppid=26553 vsize=10686560 memory=8604 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26584/stat : 26584 (java) S 26553 26556 12560 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 64816305 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936062722880 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
Current children cumulated CPU time: 1379.01 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8151028 KiB

[startup+381.601 s]
/proc/loadavg: 4.96 4.63 3.81 6/211 26586
/proc/meminfo: memFree=18806716/32770624 swapFree=67105588/67108860
[pid=26556] ppid=26553 vsize=10686560 memory=8151028 CPUtime=1382.1 cores=1,3,5,7
/proc/26556/stat : 26556 (java) S 26553 26556 12560 0 -1 1077944320 939022 0 0 0 137521 689 0 0 20 0 16 0 64781023 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 140730714416096 139936578199287 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
/proc/26556/statm: 2671640 2037757 3158 1 0 2661055 0
[pid=26556/tid=26558] ppid=26553 vsize=10686560 memory=4048 CPUtime=13.26 cores=1,3,5,7
/proc/26556/task/26558/stat : 26558 (java) S 26553 26556 12560 0 -1 1077944384 16054 0 0 0 1316 10 0 0 20 0 16 0 64781027 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936582439968 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26559] ppid=26553 vsize=10686560 memory=-8774313645642428999 CPUtime=334.07 cores=1,3,5,7
/proc/26556/task/26559/stat : 26559 (java) R 26553 26556 12560 0 -1 4202560 241637 0 0 0 33245 162 0 0 20 0 16 0 64781028 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936545757960 139936570827495 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26560] ppid=26553 vsize=10686560 memory=1292 CPUtime=334.42 cores=1,3,5,7
/proc/26556/task/26560/stat : 26560 (java) R 26553 26556 12560 0 -1 4202560 271523 0 0 0 33270 172 0 0 20 0 16 0 64781028 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936188152456 139936570827495 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26561] ppid=26553 vsize=10686560 memory=2384 CPUtime=334.82 cores=1,3,5,7
/proc/26556/task/26561/stat : 26561 (java) R 26553 26556 12560 0 -1 4202560 174424 0 0 0 33319 163 0 0 20 0 16 0 64781028 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936187099736 139936563188776 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26562] ppid=26553 vsize=10686560 memory=1688 CPUtime=333.43 cores=1,3,5,7
/proc/26556/task/26562/stat : 26562 (java) R 26553 26556 12560 0 -1 4202560 148222 0 0 0 33175 168 0 0 20 0 16 0 64781028 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936186046544 139936570827495 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26563] ppid=26553 vsize=10686560 memory=5808 CPUtime=29.93 cores=1,3,5,7
/proc/26556/task/26563/stat : 26563 (java) S 26553 26556 12560 0 -1 1077944384 74656 0 0 0 2987 6 0 0 20 0 16 0 64781030 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936074294720 139936578209493 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26564] ppid=26553 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26564/stat : 26564 (java) S 26553 26556 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 64781030 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936073242208 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26565] ppid=26553 vsize=10686560 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26565/stat : 26565 (java) S 26553 26556 12560 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 64781030 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936072189312 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26566] ppid=26553 vsize=10686560 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26566/stat : 26566 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64781033 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936071137616 139936578217883 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26567] ppid=26553 vsize=10686560 memory=1196 CPUtime=0.78 cores=1,3,5,7
/proc/26556/task/26567/stat : 26567 (java) S 26553 26556 12560 0 -1 1077944384 3528 0 0 0 77 1 0 0 20 0 16 0 64781033 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936070085072 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26568] ppid=26553 vsize=10686560 memory=8604 CPUtime=0.67 cores=1,3,5,7
/proc/26556/task/26568/stat : 26568 (java) S 26553 26556 12560 0 -1 1077944384 2744 0 0 0 66 1 0 0 20 0 16 0 64781033 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936069031936 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26569] ppid=26553 vsize=10686560 memory=1716 CPUtime=0.37 cores=1,3,5,7
/proc/26556/task/26569/stat : 26569 (java) S 26553 26556 12560 0 -1 1077944384 3770 0 0 0 37 0 0 0 20 0 16 0 64781033 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936067974288 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26570] ppid=26553 vsize=10686560 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26570/stat : 26570 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64781033 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936066926816 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26571] ppid=26553 vsize=10686560 memory=796 CPUtime=0.28 cores=1,3,5,7
/proc/26556/task/26571/stat : 26571 (java) S 26553 26556 12560 0 -1 1077944384 699 0 0 0 16 12 0 0 20 0 16 0 64781039 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936065875120 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26584] ppid=26553 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26584/stat : 26584 (java) S 26553 26556 12560 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 64816305 10943037440 2037757 18446744073709551615 4194304 4196468 140730714433552 139936062722880 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
Current children cumulated CPU time: 1382.1 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8151028 KiB

[startup+382.401 s]
/proc/loadavg: 4.96 4.63 3.81 3/211 26586
/proc/meminfo: memFree=18806716/32770624 swapFree=67105588/67108860
[pid=26556] ppid=26553 vsize=10686560 memory=8151060 CPUtime=1383.59 cores=1,3,5,7
/proc/26556/stat : 26556 (java) S 26553 26556 12560 0 -1 1077944320 939097 0 0 0 137670 689 0 0 20 0 16 0 64781023 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 140730714416096 139936578199287 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
/proc/26556/statm: 2671640 2037765 3158 1 0 2661055 0
[pid=26556/tid=26558] ppid=26553 vsize=10686560 memory=832 CPUtime=13.26 cores=1,3,5,7
/proc/26556/task/26558/stat : 26558 (java) S 26553 26556 12560 0 -1 1077944384 16054 0 0 0 1316 10 0 0 20 0 16 0 64781027 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936582439968 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26559] ppid=26553 vsize=10686560 memory=16448 CPUtime=334.3 cores=1,3,5,7
/proc/26556/task/26559/stat : 26559 (java) S 26553 26556 12560 0 -1 1077944384 241637 0 0 0 33268 162 0 0 20 0 16 0 64781028 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936545757840 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26560] ppid=26553 vsize=10686560 memory=-8774313645642428999 CPUtime=334.65 cores=1,3,5,7
/proc/26556/task/26560/stat : 26560 (java) S 26553 26556 12560 0 -1 1077944384 271523 0 0 0 33293 172 0 0 20 0 16 0 64781028 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936188152336 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26561] ppid=26553 vsize=10686560 memory=1688 CPUtime=335.06 cores=1,3,5,7
/proc/26556/task/26561/stat : 26561 (java) S 26553 26556 12560 0 -1 1077944384 174424 0 0 0 33343 163 0 0 20 0 16 0 64781028 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936187099536 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26562] ppid=26553 vsize=10686560 memory=5808 CPUtime=333.66 cores=1,3,5,7
/proc/26556/task/26562/stat : 26562 (java) S 26553 26556 12560 0 -1 1077944384 148222 0 0 0 33198 168 0 0 20 0 16 0 64781028 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936186046736 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26563] ppid=26553 vsize=10686560 memory=4612 CPUtime=30.48 cores=1,3,5,7
/proc/26556/task/26563/stat : 26563 (java) R 26553 26556 12560 0 -1 4202560 74731 0 0 0 3042 6 0 0 20 0 16 0 64781030 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936074294608 139936562656857 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26564] ppid=26553 vsize=10686560 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26564/stat : 26564 (java) S 26553 26556 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 64781030 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936073242208 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26565] ppid=26553 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26565/stat : 26565 (java) S 26553 26556 12560 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 64781030 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936072189312 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26566] ppid=26553 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26566/stat : 26566 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64781033 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936071137616 139936578217883 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26567] ppid=26553 vsize=10686560 memory=1412 CPUtime=0.78 cores=1,3,5,7
/proc/26556/task/26567/stat : 26567 (java) S 26553 26556 12560 0 -1 1077944384 3528 0 0 0 77 1 0 0 20 0 16 0 64781033 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936070085072 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26568] ppid=26553 vsize=10686560 memory=15584 CPUtime=0.67 cores=1,3,5,7
/proc/26556/task/26568/stat : 26568 (java) S 26553 26556 12560 0 -1 1077944384 2744 0 0 0 66 1 0 0 20 0 16 0 64781033 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936069031936 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26569] ppid=26553 vsize=10686560 memory=1004 CPUtime=0.37 cores=1,3,5,7
/proc/26556/task/26569/stat : 26569 (java) S 26553 26556 12560 0 -1 1077944384 3770 0 0 0 37 0 0 0 20 0 16 0 64781033 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936067974288 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26570] ppid=26553 vsize=10686560 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26570/stat : 26570 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64781033 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936066926816 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26571] ppid=26553 vsize=10686560 memory=1196 CPUtime=0.28 cores=1,3,5,7
/proc/26556/task/26571/stat : 26571 (java) S 26553 26556 12560 0 -1 1077944384 699 0 0 0 16 12 0 0 20 0 16 0 64781039 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936065875120 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26584] ppid=26553 vsize=10686560 memory=8604 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26584/stat : 26584 (java) S 26553 26556 12560 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 64816305 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936062722880 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
Current children cumulated CPU time: 1383.59 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8151060 KiB

[startup+382.601 s]
/proc/loadavg: 4.96 4.63 3.81 3/211 26586
/proc/meminfo: memFree=18806716/32770624 swapFree=67105588/67108860
[pid=26556] ppid=26553 vsize=10686560 memory=8151060 CPUtime=1383.79 cores=1,3,5,7
/proc/26556/stat : 26556 (java) S 26553 26556 12560 0 -1 1077944320 939097 0 0 0 137690 689 0 0 20 0 16 0 64781023 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 140730714416096 139936578199287 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
/proc/26556/statm: 2671640 2037765 3158 1 0 2661055 0
[pid=26556/tid=26558] ppid=26553 vsize=10686560 memory=-8774313645642428999 CPUtime=13.26 cores=1,3,5,7
/proc/26556/task/26558/stat : 26558 (java) S 26553 26556 12560 0 -1 1077944384 16054 0 0 0 1316 10 0 0 20 0 16 0 64781027 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936582439968 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26559] ppid=26553 vsize=10686560 memory=4048 CPUtime=334.3 cores=1,3,5,7
/proc/26556/task/26559/stat : 26559 (java) S 26553 26556 12560 0 -1 1077944384 241637 0 0 0 33268 162 0 0 20 0 16 0 64781028 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936545757840 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26560] ppid=26553 vsize=10686560 memory=644 CPUtime=334.65 cores=1,3,5,7
/proc/26556/task/26560/stat : 26560 (java) S 26553 26556 12560 0 -1 1077944384 271523 0 0 0 33293 172 0 0 20 0 16 0 64781028 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936188152336 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26561] ppid=26553 vsize=10686560 memory=1744 CPUtime=335.06 cores=1,3,5,7
/proc/26556/task/26561/stat : 26561 (java) S 26553 26556 12560 0 -1 1077944384 174424 0 0 0 33343 163 0 0 20 0 16 0 64781028 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936187099536 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26562] ppid=26553 vsize=10686560 memory=956 CPUtime=333.66 cores=1,3,5,7
/proc/26556/task/26562/stat : 26562 (java) S 26553 26556 12560 0 -1 1077944384 148222 0 0 0 33198 168 0 0 20 0 16 0 64781028 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936186046736 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26563] ppid=26553 vsize=10686560 memory=1412 CPUtime=30.68 cores=1,3,5,7
/proc/26556/task/26563/stat : 26563 (java) R 26553 26556 12560 0 -1 4202560 74731 0 0 0 3062 6 0 0 20 0 16 0 64781030 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936074294608 139936563195796 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26564] ppid=26553 vsize=10686560 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26564/stat : 26564 (java) S 26553 26556 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 64781030 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936073242208 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26565] ppid=26553 vsize=10686560 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26565/stat : 26565 (java) S 26553 26556 12560 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 16 0 64781030 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936072189312 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26566] ppid=26553 vsize=10686560 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26566/stat : 26566 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64781033 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936071137616 139936578217883 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26567] ppid=26553 vsize=10686560 memory=1620 CPUtime=0.78 cores=1,3,5,7
/proc/26556/task/26567/stat : 26567 (java) S 26553 26556 12560 0 -1 1077944384 3528 0 0 0 77 1 0 0 20 0 16 0 64781033 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936070085072 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26568] ppid=26553 vsize=10686560 memory=920 CPUtime=0.67 cores=1,3,5,7
/proc/26556/task/26568/stat : 26568 (java) S 26553 26556 12560 0 -1 1077944384 2744 0 0 0 66 1 0 0 20 0 16 0 64781033 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936069031936 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26569] ppid=26553 vsize=10686560 memory=2160 CPUtime=0.37 cores=1,3,5,7
/proc/26556/task/26569/stat : 26569 (java) S 26553 26556 12560 0 -1 1077944384 3770 0 0 0 37 0 0 0 20 0 16 0 64781033 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936067974288 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26570] ppid=26553 vsize=10686560 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26570/stat : 26570 (java) S 26553 26556 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64781033 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936066926816 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26571] ppid=26553 vsize=10686560 memory=22700 CPUtime=0.28 cores=1,3,5,7
/proc/26556/task/26571/stat : 26571 (java) S 26553 26556 12560 0 -1 1077944384 699 0 0 0 16 12 0 0 20 0 16 0 64781039 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936065875120 139936578210434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
[pid=26556/tid=26584] ppid=26553 vsize=10686560 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/26556/task/26584/stat : 26584 (java) S 26553 26556 12560 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 64816305 10943037440 2037765 18446744073709551615 4194304 4196468 140730714433552 139936062722880 139936578209493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22265856 140730714435984 140730714436137 140730714436137 140730714439631 0
Current children cumulated CPU time: 1383.79 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8151060 KiB

[startup+382.701 s]*
/proc/loadavg: 4.96 4.63 3.81 3/197 26586
/proc/meminfo: memFree=21797296/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 382.751
CPU time (s): 1383.96
CPU user time (s): 1376.99
CPU system time (s): 6.96508
CPU usage (%): 361.582
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8151060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1376.99
system time used= 6.96508
maximum resident set size= 8151212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 939176
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21860
involuntary context switches= 15758


# summary of solver processes directly reported to runsolver:
#   pid: 26556
#   total CPU time (s): 1383.96
#   total CPU user time (s): 1376.99
#   total CPU system time (s): 6.96508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.25642 second user time and 3.8087 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 13:50:15
IDJOB=4262929
IDBENCH=126246
IDSOLVER=2651
FILE ID=node126/4262929-1502625856
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-12-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262929-1502625856/watcher-4262929-1502625856 -o /tmp/evaluation-result-4262929-1502625856/solver-4262929-1502625856 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262929-1502625856.xml

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

MD5SUM BENCH= 72e40c8851280ca3f4afc7fa1ebce33e
RANDOM SEED=489299742

node126.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.81
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.81
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.81
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.81
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:        27117708 kB
MemAvailable:   27363964 kB
Buffers:          262144 kB
Cached:           253996 kB
SwapCached:          524 kB
Active:          5015320 kB
Inactive:         150636 kB
Active(anon):    4597328 kB
Inactive(anon):    85544 kB
Active(file):     417992 kB
Inactive(file):    65092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1696 kB
Writeback:             0 kB
AnonPages:       4757320 kB
Mapped:            58904 kB
Shmem:             33440 kB
Slab:             183732 kB
SReclaimable:     158016 kB
SUnreclaim:        25716 kB
KernelStack:        3808 kB
PageTables:        14544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6214676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4560896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 13:56:37