Trace number 4262935

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? 1295.29 360.871

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-19-a4.xml
MD5SUM264cffe383a4c1beb81f164e203eb53e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark313
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints13568
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":19}]
Minimum variable degree2755
Maximum variable degree2756
Distribution of variable degrees[{"degree":2755,"count":17},{"degree":2756,"count":2}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1938},{"arity":4,"count":11628},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints13567
Distribution of constraint types[{"type":"intension","count":13567},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262935-1502625943/watcher-4262935-1502625943 -o /tmp/evaluation-result-4262935-1502625943/solver-4262935-1502625943 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262935-1502625943.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=23991, runsolver pid=23988

[startup+0.100112 s]*
/proc/loadavg: 4.33 4.31 4.02 3/211 24000
/proc/meminfo: memFree=25148624/32770624 swapFree=67108776/67108860
[pid=23991] ppid=23988 vsize=10151672 memory=20220 CPUtime=0.04 cores=1,3,5,7
/proc/23991/stat : 23991 (java) S 23988 23991 7084 0 -1 1077944320 3915 0 0 0 3 1 0 0 20 0 9 0 162246996 10395312128 5055 18446744073709551615 4194304 4196468 140732656637056 140732656619600 140544167026423 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
/proc/23991/statm: 2537918 5055 2158 1 0 2527415 0
[pid=23991/tid=23993] ppid=23988 vsize=10151672 memory=7077796292425249400 CPUtime=0.04 cores=1,3,5,7
/proc/23991/task/23993/stat : 23993 (java) R 23988 23991 7084 0 -1 4202560 2554 0 0 0 3 1 0 0 20 0 9 0 162247003 10395312128 5055 18446744073709551615 4194304 4196468 140732656637056 140544171261816 140544167048349 0 4 1 16800970 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23994] ppid=23988 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23994/stat : 23994 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162247003 10395312128 5055 18446744073709551615 4194304 4196468 140732656637056 140544097446160 140544167036629 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23995] ppid=23988 vsize=10151672 memory=140543836939904 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23995/stat : 23995 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162247003 10395312128 5055 18446744073709551615 4194304 4196468 140732656637056 140544096393616 140544167036629 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23996] ppid=23988 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23996/stat : 23996 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162247003 10395312128 5055 18446744073709551615 4194304 4196468 140732656637056 140544095341072 140544167036629 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23997] ppid=23988 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23997/stat : 23997 (java) S 23988 23991 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162247003 10395312128 5055 18446744073709551615 4194304 4196468 140732656637056 140544094288528 140544167036629 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23998] ppid=23988 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23998/stat : 23998 (java) S 23988 23991 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162247005 10395312128 5055 18446744073709551615 4194304 4196468 140732656637056 140543206083056 140544167037570 0 0 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23999] ppid=23988 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23999/stat : 23999 (java) S 23988 23991 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 162247005 10395312128 5055 18446744073709551615 4194304 4196468 140732656637056 140543205029280 140544167036629 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24000] ppid=23988 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24000/stat : 24000 (java) S 23988 23991 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 162247005 10395312128 5055 18446744073709551615 4194304 4196468 140732656637056 140543203976688 140544167036629 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20220 KiB

[startup+0.210208 s]*
/proc/loadavg: 4.33 4.31 4.02 4/216 24006
/proc/meminfo: memFree=25145736/32770624 swapFree=67108776/67108860
[pid=23991] ppid=23988 vsize=10551156 memory=24636 CPUtime=0.08 cores=1,3,5,7
/proc/23991/stat : 23991 (java) S 23988 23991 7084 0 -1 1077944320 4666 0 0 0 6 2 0 0 20 0 15 0 162246996 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140732656619600 140544167026423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
/proc/23991/statm: 2637789 6159 2614 1 0 2627261 0
[pid=23991/tid=23993] ppid=23988 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=1,3,5,7
/proc/23991/task/23993/stat : 23993 (java) R 23988 23991 7084 0 -1 4202560 2768 0 0 0 5 1 0 0 20 0 15 0 162247003 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140544171252112 140544167038358 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23994] ppid=23988 vsize=10551156 memory=8333 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23994/stat : 23994 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247003 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140544097446160 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23995] ppid=23988 vsize=10551156 memory=3546224084381460128 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23995/stat : 23995 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247003 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140544096393616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23996] ppid=23988 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23996/stat : 23996 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247003 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140544095341072 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23997] ppid=23988 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23997/stat : 23997 (java) S 23988 23991 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162247003 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140544094288528 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23998] ppid=23988 vsize=10551156 memory=140543836939904 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23998/stat : 23998 (java) S 23988 23991 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162247005 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140543206083056 140544167037570 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23999] ppid=23988 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23999/stat : 23999 (java) S 23988 23991 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162247005 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140543205029280 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24000] ppid=23988 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24000/stat : 24000 (java) S 23988 23991 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162247005 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140543203976688 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24001] ppid=23988 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24001/stat : 24001 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162247008 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140543202925264 140544167045019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24002] ppid=23988 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24002/stat : 24002 (java) S 23988 23991 7084 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 162247008 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140543201871856 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24003] ppid=23988 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24003/stat : 24003 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162247008 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140543200819312 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24004] ppid=23988 vsize=10551156 memory=140543836939904 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24004/stat : 24004 (java) R 23988 23991 7084 0 -1 4202560 219 0 0 0 0 0 0 0 20 0 15 0 162247008 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140543199766768 140544145687664 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24005] ppid=23988 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24005/stat : 24005 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162247008 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140543198714464 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24006] ppid=23988 vsize=10551156 memory=140543836939904 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24006/stat : 24006 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247016 10804383744 6159 18446744073709551615 4194304 4196468 140732656637056 140543197662000 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24636 KiB

[startup+0.310343 s]*
/proc/loadavg: 4.33 4.31 4.02 3/216 24006
/proc/meminfo: memFree=25133164/32770624 swapFree=67108776/67108860
[pid=23991] ppid=23988 vsize=10551156 memory=36444 CPUtime=0.23 cores=1,3,5,7
/proc/23991/stat : 23991 (java) S 23988 23991 7084 0 -1 1077944320 7928 0 0 0 20 3 0 0 20 0 15 0 162246996 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140732656619600 140544167026423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
/proc/23991/statm: 2637789 9111 2863 1 0 2627261 0
[pid=23991/tid=23993] ppid=23988 vsize=10551156 memory=8316850467074736180 CPUtime=0.15 cores=1,3,5,7
/proc/23991/task/23993/stat : 23993 (java) R 23988 23991 7084 0 -1 4202560 5586 0 0 0 13 2 0 0 20 0 15 0 162247003 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140544171265296 140544167048349 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23994] ppid=23988 vsize=10551156 memory=8333 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23994/stat : 23994 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247003 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140544097446160 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23995] ppid=23988 vsize=10551156 memory=3546224084381460128 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23995/stat : 23995 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247003 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140544096393616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23996] ppid=23988 vsize=10551156 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23996/stat : 23996 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247003 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140544095341072 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23997] ppid=23988 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23997/stat : 23997 (java) S 23988 23991 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162247003 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140544094288528 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23998] ppid=23988 vsize=10551156 memory=3184238463912908464 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23998/stat : 23998 (java) S 23988 23991 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162247005 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140543206083056 140544167037570 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23999] ppid=23988 vsize=10551156 memory=734703776563802376 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23999/stat : 23999 (java) S 23988 23991 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162247005 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140543205029280 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24000] ppid=23988 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24000/stat : 24000 (java) S 23988 23991 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162247005 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140543203976688 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24001] ppid=23988 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24001/stat : 24001 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162247008 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140543202925264 140544167045019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24002] ppid=23988 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23991/task/24002/stat : 24002 (java) S 23988 23991 7084 0 -1 1077944384 508 0 0 0 1 0 0 0 20 0 15 0 162247008 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140543201871856 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24003] ppid=23988 vsize=10551156 memory=3472328296227418159 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24003/stat : 24003 (java) S 23988 23991 7084 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 162247008 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140543200819312 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24004] ppid=23988 vsize=10551156 memory=7599810293861079779 CPUtime=0.04 cores=1,3,5,7
/proc/23991/task/24004/stat : 24004 (java) S 23988 23991 7084 0 -1 1077944384 392 0 0 0 4 0 0 0 20 0 15 0 162247008 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140543199766768 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24005] ppid=23988 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24005/stat : 24005 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162247008 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140543198714464 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24006] ppid=23988 vsize=10551156 memory=140543836939904 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24006/stat : 24006 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247016 10804383744 9111 18446744073709551615 4194304 4196468 140732656637056 140543197662000 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36444 KiB

[startup+0.701124 s]
/proc/loadavg: 4.33 4.31 4.02 6/216 24006
/proc/meminfo: memFree=25114412/32770624 swapFree=67108776/67108860
[pid=23991] ppid=23988 vsize=10551232 memory=92680 CPUtime=1.36 cores=1,3,5,7
/proc/23991/stat : 23991 (java) S 23988 23991 7084 0 -1 1077944320 12295 0 0 0 130 6 0 0 20 0 15 0 162246996 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140732656619600 140544167026423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
/proc/23991/statm: 2637808 23170 3053 1 0 2627261 0
[pid=23991/tid=23993] ppid=23988 vsize=10551232 memory=1236 CPUtime=0.53 cores=1,3,5,7
/proc/23991/task/23993/stat : 23993 (java) R 23988 23991 7084 0 -1 4202560 6820 0 0 0 49 4 0 0 20 0 15 0 162247003 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140544171262960 140543761979984 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23994] ppid=23988 vsize=10551232 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23994/stat : 23994 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247003 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140544097446160 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23995] ppid=23988 vsize=10551232 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23995/stat : 23995 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247003 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140544096393616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23996] ppid=23988 vsize=10551232 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23996/stat : 23996 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247003 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140544095341072 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23997] ppid=23988 vsize=10551232 memory=932 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23997/stat : 23997 (java) S 23988 23991 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162247003 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140544094288528 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23998] ppid=23988 vsize=10551232 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23998/stat : 23998 (java) S 23988 23991 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 162247005 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140543206083056 140544167037570 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23999] ppid=23988 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23999/stat : 23999 (java) S 23988 23991 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162247005 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140543205029280 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24000] ppid=23988 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24000/stat : 24000 (java) S 23988 23991 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162247005 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140543203976688 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24001] ppid=23988 vsize=10551232 memory=737 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24001/stat : 24001 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162247008 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140543202925264 140544167045019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24002] ppid=23988 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/23991/task/24002/stat : 24002 (java) R 23988 23991 7084 0 -1 4202560 1541 0 0 0 27 0 0 0 20 0 15 0 162247008 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140543201871856 140544153040732 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24003] ppid=23988 vsize=10551232 memory=836 CPUtime=0.29 cores=1,3,5,7
/proc/23991/task/24003/stat : 24003 (java) R 23988 23991 7084 0 -1 4202560 1087 0 0 0 29 0 0 0 20 0 15 0 162247008 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140543200809344 140544148546098 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24004] ppid=23988 vsize=10551232 memory=3908 CPUtime=0.23 cores=1,3,5,7
/proc/23991/task/24004/stat : 24004 (java) S 23988 23991 7084 0 -1 1077944384 1476 0 0 0 23 0 0 0 20 0 15 0 162247008 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140543199766768 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24005] ppid=23988 vsize=10551232 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24005/stat : 24005 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162247008 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140543198714464 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24006] ppid=23988 vsize=10551232 memory=3048 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24006/stat : 24006 (java) S 23988 23991 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162247016 10804461568 23170 18446744073709551615 4194304 4196468 140732656637056 140543197662000 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 92680 KiB

[startup+1.50113 s]
/proc/loadavg: 4.33 4.31 4.02 5/216 24006
/proc/meminfo: memFree=25000800/32770624 swapFree=67108776/67108860
[pid=23991] ppid=23988 vsize=10551232 memory=273208 CPUtime=3.52 cores=1,3,5,7
/proc/23991/stat : 23991 (java) S 23988 23991 7084 0 -1 1077944320 14011 0 0 0 334 18 0 0 20 0 15 0 162246996 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140732656619600 140544167026423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
/proc/23991/statm: 2637808 68302 3097 1 0 2627261 0
[pid=23991/tid=23993] ppid=23988 vsize=10551232 memory=2257 CPUtime=1.23 cores=1,3,5,7
/proc/23991/task/23993/stat : 23993 (java) R 23988 23991 7084 0 -1 4202560 7374 0 0 0 117 6 0 0 20 0 15 0 162247003 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140544171263672 140543765893348 0 4 1 16800974 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23994] ppid=23988 vsize=10551232 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23991/task/23994/stat : 23994 (java) S 23988 23991 7084 0 -1 1077944384 125 0 0 0 7 2 0 0 20 0 15 0 162247003 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140544097446160 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23995] ppid=23988 vsize=10551232 memory=-7522837582236181595 CPUtime=0.09 cores=1,3,5,7
/proc/23991/task/23995/stat : 23995 (java) S 23988 23991 7084 0 -1 1077944384 154 0 0 0 7 2 0 0 20 0 15 0 162247003 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140544096393616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23996] ppid=23988 vsize=10551232 memory=155624 CPUtime=0.09 cores=1,3,5,7
/proc/23991/task/23996/stat : 23996 (java) S 23988 23991 7084 0 -1 1077944384 155 0 0 0 7 2 0 0 20 0 15 0 162247003 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140544095341072 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23997] ppid=23988 vsize=10551232 memory=3908 CPUtime=0.09 cores=1,3,5,7
/proc/23991/task/23997/stat : 23997 (java) S 23988 23991 7084 0 -1 1077944384 107 0 0 0 7 2 0 0 20 0 15 0 162247003 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140544094288528 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23998] ppid=23988 vsize=10551232 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23998/stat : 23998 (java) S 23988 23991 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 162247005 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140543206083056 140544167037570 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23999] ppid=23988 vsize=10551232 memory=3048 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23999/stat : 23999 (java) S 23988 23991 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162247005 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140543205029344 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24000] ppid=23988 vsize=10551232 memory=281087356154464 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24000/stat : 24000 (java) S 23988 23991 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162247005 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140543203976704 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24001] ppid=23988 vsize=10551232 memory=7237113534370639718 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24001/stat : 24001 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162247008 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140543202925264 140544167045019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24002] ppid=23988 vsize=10551232 memory=7237113534370639718 CPUtime=0.76 cores=1,3,5,7
/proc/23991/task/24002/stat : 24002 (java) S 23988 23991 7084 0 -1 1077944384 1740 0 0 0 76 0 0 0 20 0 15 0 162247008 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140543201871856 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24003] ppid=23988 vsize=10551232 memory=7237113534370639718 CPUtime=0.78 cores=1,3,5,7
/proc/23991/task/24003/stat : 24003 (java) S 23988 23991 7084 0 -1 1077944384 1281 0 0 0 78 0 0 0 20 0 15 0 162247008 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140543200819312 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24004] ppid=23988 vsize=10551232 memory=7237113534370639718 CPUtime=0.32 cores=1,3,5,7
/proc/23991/task/24004/stat : 24004 (java) S 23988 23991 7084 0 -1 1077944384 1630 0 0 0 32 0 0 0 20 0 15 0 162247008 10804461568 68302 18446744073709551615 4194304 4196468 140732656637056 140543199766768 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0

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

[startup+358.401 s]
/proc/loadavg: 4.53 4.38 4.12 6/215 24021
/proc/meminfo: memFree=17071848/32770624 swapFree=67108776/67108860
[pid=23991] ppid=23988 vsize=10686560 memory=8085676 CPUtime=1288.51 cores=1,3,5,7
/proc/23991/stat : 23991 (java) S 23988 23991 7084 0 -1 1077944320 733823 0 0 0 128144 707 0 0 20 0 16 0 162246996 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140732656619600 140544167026423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
/proc/23991/statm: 2671640 2021419 3165 1 0 2661055 0
[pid=23991/tid=23993] ppid=23988 vsize=10686560 memory=8085672 CPUtime=14.2 cores=1,3,5,7
/proc/23991/task/23993/stat : 23993 (java) S 23988 23991 7084 0 -1 1077944384 20025 0 0 0 1407 13 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544171267104 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23994] ppid=23988 vsize=10686560 memory=8085644 CPUtime=311.06 cores=1,3,5,7
/proc/23991/task/23994/stat : 23994 (java) R 23988 23991 7084 0 -1 4202560 226634 0 0 0 30943 163 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544097446048 140544160122862 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23995] ppid=23988 vsize=10686560 memory=1296 CPUtime=310.1 cores=1,3,5,7
/proc/23991/task/23995/stat : 23995 (java) R 23988 23991 7084 0 -1 4202560 141092 0 0 0 30837 173 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544096393424 140544159654631 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23996] ppid=23988 vsize=10686560 memory=2460 CPUtime=310.11 cores=1,3,5,7
/proc/23991/task/23996/stat : 23996 (java) R 23988 23991 7084 0 -1 4202560 106170 0 0 0 30846 165 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544095340880 140544159654631 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23997] ppid=23988 vsize=10686560 memory=1296 CPUtime=310.15 cores=1,3,5,7
/proc/23991/task/23997/stat : 23997 (java) R 23988 23991 7084 0 -1 4202560 168417 0 0 0 30833 182 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544094288648 140544159654631 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23998] ppid=23988 vsize=10686560 memory=2460 CPUtime=30.33 cores=1,3,5,7
/proc/23991/task/23998/stat : 23998 (java) S 23988 23991 7084 0 -1 1077944384 59113 0 0 0 3029 4 0 0 20 0 16 0 162247005 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543206081600 140544167036629 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23999] ppid=23988 vsize=10686560 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23999/stat : 23999 (java) S 23988 23991 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 162247005 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543205029344 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24000] ppid=23988 vsize=10686560 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24000/stat : 24000 (java) S 23988 23991 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 162247005 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543203976704 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24001] ppid=23988 vsize=10686560 memory=8085664 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24001/stat : 24001 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543202925264 140544167045019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24002] ppid=23988 vsize=10686560 memory=3036 CPUtime=0.91 cores=1,3,5,7
/proc/23991/task/24002/stat : 24002 (java) S 23988 23991 7084 0 -1 1077944384 3569 0 0 0 91 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543201871616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24003] ppid=23988 vsize=10686560 memory=4064 CPUtime=0.86 cores=1,3,5,7
/proc/23991/task/24003/stat : 24003 (java) S 23988 23991 7084 0 -1 1077944384 2729 0 0 0 86 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543200819360 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24004] ppid=23988 vsize=10686560 memory=8085664 CPUtime=0.4 cores=1,3,5,7
/proc/23991/task/24004/stat : 24004 (java) S 23988 23991 7084 0 -1 1077944384 4063 0 0 0 40 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543199761680 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24005] ppid=23988 vsize=10686560 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24005/stat : 24005 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543198714464 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24006] ppid=23988 vsize=10686560 memory=39428 CPUtime=0.31 cores=1,3,5,7
/proc/23991/task/24006/stat : 24006 (java) S 23988 23991 7084 0 -1 1077944384 563 0 0 0 16 15 0 0 20 0 16 0 162247016 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543197662000 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24020] ppid=23988 vsize=10686560 memory=11364 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24020/stat : 24020 (java) S 23988 23991 7084 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 162280198 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543194509808 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
Current children cumulated CPU time: 1288.51 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8085676 KiB

[startup+360.001 s]*
/proc/loadavg: 4.57 4.39 4.13 3/215 24021
/proc/meminfo: memFree=17071848/32770624 swapFree=67108776/67108860
[pid=23991] ppid=23988 vsize=10686560 memory=8085676 CPUtime=1294.43 cores=1,3,5,7
/proc/23991/stat : 23991 (java) S 23988 23991 7084 0 -1 1077944320 733845 0 0 0 128734 709 0 0 20 0 16 0 162246996 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140732656619600 140544167026423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
/proc/23991/statm: 2671640 2021419 3165 1 0 2661055 0
[pid=23991/tid=23993] ppid=23988 vsize=10686560 memory=-8774313645642428999 CPUtime=14.2 cores=1,3,5,7
/proc/23991/task/23993/stat : 23993 (java) S 23988 23991 7084 0 -1 1077944384 20025 0 0 0 1407 13 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544171267104 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23994] ppid=23988 vsize=10686560 memory=4872558044660077418 CPUtime=312.56 cores=1,3,5,7
/proc/23991/task/23994/stat : 23994 (java) S 23988 23991 7084 0 -1 1077944384 226650 0 0 0 31093 163 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544097446160 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23995] ppid=23988 vsize=10686560 memory=960 CPUtime=311.55 cores=1,3,5,7
/proc/23991/task/23995/stat : 23995 (java) S 23988 23991 7084 0 -1 1077944384 141093 0 0 0 30981 174 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544096393616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23996] ppid=23988 vsize=10686560 memory=8084692 CPUtime=311.54 cores=1,3,5,7
/proc/23991/task/23996/stat : 23996 (java) S 23988 23991 7084 0 -1 1077944384 106171 0 0 0 30988 166 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544095341072 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23997] ppid=23988 vsize=10686560 memory=3908 CPUtime=311.58 cores=1,3,5,7
/proc/23991/task/23997/stat : 23997 (java) S 23988 23991 7084 0 -1 1077944384 168417 0 0 0 30975 183 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544094288528 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23998] ppid=23988 vsize=10686560 memory=8085676 CPUtime=30.44 cores=1,3,5,7
/proc/23991/task/23998/stat : 23998 (java) R 23988 23991 7084 0 -1 4202560 59115 0 0 0 3040 4 0 0 20 0 16 0 162247005 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543206081488 140544152022932 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23999] ppid=23988 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23999/stat : 23999 (java) S 23988 23991 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 162247005 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543205029344 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24000] ppid=23988 vsize=10686560 memory=15884 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24000/stat : 24000 (java) S 23988 23991 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 162247005 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543203976704 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24001] ppid=23988 vsize=10686560 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24001/stat : 24001 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543202925264 140544167045019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24002] ppid=23988 vsize=10686560 memory=12320 CPUtime=0.91 cores=1,3,5,7
/proc/23991/task/24002/stat : 24002 (java) S 23988 23991 7084 0 -1 1077944384 3569 0 0 0 91 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543201871616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24003] ppid=23988 vsize=10686560 memory=8085624 CPUtime=0.86 cores=1,3,5,7
/proc/23991/task/24003/stat : 24003 (java) S 23988 23991 7084 0 -1 1077944384 2729 0 0 0 86 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543200819360 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24004] ppid=23988 vsize=10686560 memory=8085624 CPUtime=0.4 cores=1,3,5,7
/proc/23991/task/24004/stat : 24004 (java) S 23988 23991 7084 0 -1 1077944384 4063 0 0 0 40 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543199761680 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24005] ppid=23988 vsize=10686560 memory=8085624 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24005/stat : 24005 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543198714464 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24006] ppid=23988 vsize=10686560 memory=8085644 CPUtime=0.31 cores=1,3,5,7
/proc/23991/task/24006/stat : 24006 (java) S 23988 23991 7084 0 -1 1077944384 565 0 0 0 16 15 0 0 20 0 16 0 162247016 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543197662000 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24020] ppid=23988 vsize=10686560 memory=8085644 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24020/stat : 24020 (java) S 23988 23991 7084 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 162280198 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543194509808 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
Current children cumulated CPU time: 1294.43 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8085676 KiB

[startup+360.401 s]
/proc/loadavg: 4.57 4.39 4.13 3/215 24021
/proc/meminfo: memFree=17071848/32770624 swapFree=67108776/67108860
[pid=23991] ppid=23988 vsize=10686560 memory=8085676 CPUtime=1294.82 cores=1,3,5,7
/proc/23991/stat : 23991 (java) S 23988 23991 7084 0 -1 1077944320 733845 0 0 0 128773 709 0 0 20 0 16 0 162246996 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140732656619600 140544167026423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
/proc/23991/statm: 2671640 2021419 3165 1 0 2661055 0
[pid=23991/tid=23993] ppid=23988 vsize=10686560 memory=15884 CPUtime=14.2 cores=1,3,5,7
/proc/23991/task/23993/stat : 23993 (java) S 23988 23991 7084 0 -1 1077944384 20025 0 0 0 1407 13 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544171267104 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23994] ppid=23988 vsize=10686560 memory=8085676 CPUtime=312.56 cores=1,3,5,7
/proc/23991/task/23994/stat : 23994 (java) S 23988 23991 7084 0 -1 1077944384 226650 0 0 0 31093 163 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544097446160 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23995] ppid=23988 vsize=10686560 memory=-8774313645642428999 CPUtime=311.55 cores=1,3,5,7
/proc/23991/task/23995/stat : 23995 (java) S 23988 23991 7084 0 -1 1077944384 141093 0 0 0 30981 174 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544096393616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23996] ppid=23988 vsize=10686560 memory=836 CPUtime=311.54 cores=1,3,5,7
/proc/23991/task/23996/stat : 23996 (java) S 23988 23991 7084 0 -1 1077944384 106171 0 0 0 30988 166 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544095341072 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23997] ppid=23988 vsize=10686560 memory=3908 CPUtime=311.58 cores=1,3,5,7
/proc/23991/task/23997/stat : 23997 (java) S 23988 23991 7084 0 -1 1077944384 168417 0 0 0 30975 183 0 0 20 0 16 0 162247003 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140544094288528 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23998] ppid=23988 vsize=10686560 memory=16444 CPUtime=30.83 cores=1,3,5,7
/proc/23991/task/23998/stat : 23998 (java) R 23988 23991 7084 0 -1 4202560 59115 0 0 0 3079 4 0 0 20 0 16 0 162247005 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543206081488 140544152022804 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23999] ppid=23988 vsize=10686560 memory=8085676 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23999/stat : 23999 (java) S 23988 23991 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 162247005 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543205029344 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24000] ppid=23988 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24000/stat : 24000 (java) S 23988 23991 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 162247005 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543203976704 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24001] ppid=23988 vsize=10686560 memory=39428 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24001/stat : 24001 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543202925264 140544167045019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24002] ppid=23988 vsize=10686560 memory=636 CPUtime=0.91 cores=1,3,5,7
/proc/23991/task/24002/stat : 24002 (java) S 23988 23991 7084 0 -1 1077944384 3569 0 0 0 91 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543201871616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24003] ppid=23988 vsize=10686560 memory=1796 CPUtime=0.86 cores=1,3,5,7
/proc/23991/task/24003/stat : 24003 (java) S 23988 23991 7084 0 -1 1077944384 2729 0 0 0 86 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543200819360 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24004] ppid=23988 vsize=10686560 memory=960 CPUtime=0.4 cores=1,3,5,7
/proc/23991/task/24004/stat : 24004 (java) S 23988 23991 7084 0 -1 1077944384 4063 0 0 0 40 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543199761680 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24005] ppid=23988 vsize=10686560 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24005/stat : 24005 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162247008 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543198714464 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24006] ppid=23988 vsize=10686560 memory=2240 CPUtime=0.31 cores=1,3,5,7
/proc/23991/task/24006/stat : 24006 (java) S 23988 23991 7084 0 -1 1077944384 565 0 0 0 16 15 0 0 20 0 16 0 162247016 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543197662000 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24020] ppid=23988 vsize=10686560 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24020/stat : 24020 (java) S 23988 23991 7084 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 162280198 10943037440 2021419 18446744073709551615 4194304 4196468 140732656637056 140543194509808 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
Current children cumulated CPU time: 1294.82 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8085676 KiB

[startup+360.801 s]
/proc/loadavg: 4.57 4.39 4.13 3/215 24021
/proc/meminfo: memFree=17071848/32770624 swapFree=67108776/67108860
[pid=23991] ppid=23988 vsize=10686560 memory=8085720 CPUtime=1295.22 cores=1,3,5,7
/proc/23991/stat : 23991 (java) S 23988 23991 7084 0 -1 1077944320 734500 0 0 0 128813 709 0 0 20 0 16 0 162246996 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140732656619600 140544167026423 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
/proc/23991/statm: 2671640 2021430 3165 1 0 2661055 0
[pid=23991/tid=23993] ppid=23988 vsize=10686560 memory=4600 CPUtime=14.2 cores=1,3,5,7
/proc/23991/task/23993/stat : 23993 (java) S 23988 23991 7084 0 -1 1077944384 20025 0 0 0 1407 13 0 0 20 0 16 0 162247003 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140544171267104 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23994] ppid=23988 vsize=10686560 memory=1440 CPUtime=312.56 cores=1,3,5,7
/proc/23991/task/23994/stat : 23994 (java) S 23988 23991 7084 0 -1 1077944384 226650 0 0 0 31093 163 0 0 20 0 16 0 162247003 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140544097446160 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23995] ppid=23988 vsize=10686560 memory=-8774313645642428999 CPUtime=311.55 cores=1,3,5,7
/proc/23991/task/23995/stat : 23995 (java) S 23988 23991 7084 0 -1 1077944384 141093 0 0 0 30981 174 0 0 20 0 16 0 162247003 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140544096393616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23996] ppid=23988 vsize=10686560 memory=796 CPUtime=311.54 cores=1,3,5,7
/proc/23991/task/23996/stat : 23996 (java) S 23988 23991 7084 0 -1 1077944384 106171 0 0 0 30988 166 0 0 20 0 16 0 162247003 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140544095341072 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23997] ppid=23988 vsize=10686560 memory=5768 CPUtime=311.58 cores=1,3,5,7
/proc/23991/task/23997/stat : 23997 (java) S 23988 23991 7084 0 -1 1077944384 168417 0 0 0 30975 183 0 0 20 0 16 0 162247003 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140544094288528 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23998] ppid=23988 vsize=10686560 memory=2008 CPUtime=31.23 cores=1,3,5,7
/proc/23991/task/23998/stat : 23998 (java) R 23988 23991 7084 0 -1 4202560 59770 0 0 0 3119 4 0 0 20 0 16 0 162247005 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140543206081488 140544145396603 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=23999] ppid=23988 vsize=10686560 memory=140543836938897 CPUtime=0 cores=1,3,5,7
/proc/23991/task/23999/stat : 23999 (java) S 23988 23991 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 162247005 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140543205029344 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24000] ppid=23988 vsize=10686560 memory=-2317720213663324238 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24000/stat : 24000 (java) S 23988 23991 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 162247005 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140543203976704 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24001] ppid=23988 vsize=10686560 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24001/stat : 24001 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162247008 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140543202925264 140544167045019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24002] ppid=23988 vsize=10686560 memory=7236547281622689387 CPUtime=0.91 cores=1,3,5,7
/proc/23991/task/24002/stat : 24002 (java) S 23988 23991 7084 0 -1 1077944384 3569 0 0 0 91 0 0 0 20 0 16 0 162247008 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140543201871616 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24003] ppid=23988 vsize=10686560 memory=1724 CPUtime=0.86 cores=1,3,5,7
/proc/23991/task/24003/stat : 24003 (java) S 23988 23991 7084 0 -1 1077944384 2729 0 0 0 86 0 0 0 20 0 16 0 162247008 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140543200819360 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24004] ppid=23988 vsize=10686560 memory=988 CPUtime=0.4 cores=1,3,5,7
/proc/23991/task/24004/stat : 24004 (java) S 23988 23991 7084 0 -1 1077944384 4063 0 0 0 40 0 0 0 20 0 16 0 162247008 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140543199761680 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24005] ppid=23988 vsize=10686560 memory=12320 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24005/stat : 24005 (java) S 23988 23991 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162247008 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140543198714464 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24006] ppid=23988 vsize=10686560 memory=8085676 CPUtime=0.31 cores=1,3,5,7
/proc/23991/task/24006/stat : 24006 (java) S 23988 23991 7084 0 -1 1077944384 565 0 0 0 16 15 0 0 20 0 16 0 162247016 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140543197662000 140544167037570 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
[pid=23991/tid=24020] ppid=23988 vsize=10686560 memory=15884 CPUtime=0 cores=1,3,5,7
/proc/23991/task/24020/stat : 24020 (java) S 23988 23991 7084 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 162280198 10943037440 2021430 18446744073709551615 4194304 4196468 140732656637056 140543194509808 140544167036629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31416320 140732656644496 140732656644649 140732656644649 140732656648143 0
Current children cumulated CPU time: 1295.22 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8085720 KiB

Child status: 0
Real time (s): 360.871
CPU time (s): 1295.29
CPU user time (s): 1288.14
CPU system time (s): 7.1558
CPU usage (%): 358.935
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8085720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1288.14
system time used= 7.1558
maximum resident set size= 8086064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 734710
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20550
involuntary context switches= 13173


# summary of solver processes directly reported to runsolver:
#   pid: 23991
#   total CPU time (s): 1295.29
#   total CPU user time (s): 1288.14
#   total CPU system time (s): 7.1558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.17879 second user time and 3.65445 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 13:51:17
IDJOB=4262935
IDBENCH=126252
IDSOLVER=2651
FILE ID=node132/4262935-1502625943
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 264cffe383a4c1beb81f164e203eb53e
RANDOM SEED=1167707955

node132.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.74
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.74
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.74
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.74
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:        25159708 kB
MemAvailable:   25391288 kB
Buffers:          225448 kB
Cached:           330544 kB
SwapCached:           84 kB
Active:          7037828 kB
Inactive:         155256 kB
Active(anon):    6584748 kB
Inactive(anon):   101972 kB
Active(file):     453080 kB
Inactive(file):    53284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1964 kB
Writeback:             0 kB
AnonPages:       6636612 kB
Mapped:            77196 kB
Shmem:             49768 kB
Slab:             109020 kB
SReclaimable:      82104 kB
SUnreclaim:        26916 kB
KernelStack:        3520 kB
PageTables:        18508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8056984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6477824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 13:57:18