Trace number 4263350

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1299.09 358.06699

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-080-25.xml
MD5SUM86f21c6f99b90e2b5de67b4ee346bae4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains1
Minimum domain size6400
Maximum domain size6400
Distribution of domain sizes[{"size":6400,"count":25}]
Minimum variable degree23
Maximum variable degree23
Distribution of variable degrees[{"degree":23,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263350-1502613688/watcher-4263350-1502613688 -o /tmp/evaluation-result-4263350-1502613688/solver-4263350-1502613688 -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-4263350-1502613688.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
solver pid=20799, runsolver pid=20796
Current StackSize limit: 8192 KiB


[startup+0.100151 s]*
/proc/loadavg: 2.03 2.16 2.29 3/204 20805
/proc/meminfo: memFree=28362416/32770624 swapFree=67108776/67108860
[pid=20799] ppid=20796 vsize=9936560 memory=17012 CPUtime=0.01 cores=1,3,5,7
/proc/20799/stat : 20799 (java) S 20796 20799 7084 0 -1 1077944320 3590 0 0 0 1 0 0 0 20 0 6 0 161021570 10175037440 4253 18446744073709551615 4194304 4196468 140722398140512 140722398123056 140132916170487 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
/proc/20799/statm: 2484140 4253 1923 1 0 2473637 0
[pid=20799/tid=20801] ppid=20796 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/20799/task/20801/stat : 20801 (java) R 20796 20799 7084 0 -1 4202560 2305 0 0 0 1 0 0 0 20 0 6 0 161021579 10175037440 4319 18446744073709551615 4194304 4196468 140722398140512 140132920406608 140132900250974 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20802] ppid=20796 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20802/stat : 20802 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 161021580 10175037440 4319 18446744073709551615 4194304 4196468 140722398140512 140132846590224 140132916180693 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20803] ppid=20796 vsize=9936560 memory=140198324741760 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20803/stat : 20803 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 161021580 10175037440 4319 18446744073709551615 4194304 4196468 140722398140512 140132845537680 140132916180693 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20804] ppid=20796 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20804/stat : 20804 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 161021580 10175037440 4319 18446744073709551615 4194304 4196468 140722398140512 140132844485136 140132916180693 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20805] ppid=20796 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20805/stat : 20805 (java) S 20796 20799 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 161021580 10175037440 4319 18446744073709551615 4194304 4196468 140722398140512 140132843432592 140132916180693 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 17012 KiB

[startup+0.209937 s]*
/proc/loadavg: 2.03 2.16 2.29 3/212 20813
/proc/meminfo: memFree=28357544/32770624 swapFree=67108776/67108860
[pid=20799] ppid=20796 vsize=10551056 memory=23684 CPUtime=0.06 cores=1,3,5,7
/proc/20799/stat : 20799 (java) S 20796 20799 7084 0 -1 1077944320 4882 0 0 0 6 0 0 0 20 0 15 0 161021570 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140722398123056 140132916170487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
/proc/20799/statm: 2637764 5921 2612 1 0 2627261 0
[pid=20799/tid=20801] ppid=20796 vsize=10551056 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/20799/task/20801/stat : 20801 (java) R 20796 20799 7084 0 -1 4202560 2980 0 0 0 4 0 0 0 20 0 15 0 161021579 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140132920412768 140132908848501 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20802] ppid=20796 vsize=10551056 memory=329 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20802/stat : 20802 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021580 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140132846590224 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20803] ppid=20796 vsize=10551056 memory=3546780126095877792 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20803/stat : 20803 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021580 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140132845537680 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20804] ppid=20796 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20804/stat : 20804 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021580 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140132844485136 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20805] ppid=20796 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20805/stat : 20805 (java) S 20796 20799 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161021580 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140132843432592 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20806] ppid=20796 vsize=10551056 memory=140198324741760 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20806/stat : 20806 (java) S 20796 20799 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161021581 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140131955575280 140132916181634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20807] ppid=20796 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20807/stat : 20807 (java) S 20796 20799 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161021581 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140131954521504 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20808] ppid=20796 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20808/stat : 20808 (java) S 20796 20799 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161021582 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140131953468912 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20809] ppid=20796 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20809/stat : 20809 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161021584 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140131952417488 140132916189083 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20810] ppid=20796 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20810/stat : 20810 (java) S 20796 20799 7084 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 15 0 161021584 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140131951364080 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20811] ppid=20796 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20811/stat : 20811 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161021584 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140131950311536 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20812] ppid=20796 vsize=10551056 memory=140198324741760 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20812/stat : 20812 (java) R 20796 20799 7084 0 -1 4202560 216 0 0 0 0 0 0 0 20 0 15 0 161021584 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140131949258992 140132895080584 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20813] ppid=20796 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20813/stat : 20813 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161021584 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140131948206688 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20814] ppid=20796 vsize=10551056 memory=140198324741760 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20814/stat : 20814 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021591 10804281344 5921 18446744073709551615 4194304 4196468 140722398140512 140131947154224 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 23684 KiB

[startup+0.311004 s]*
/proc/loadavg: 2.03 2.16 2.29 3/213 20814
/proc/meminfo: memFree=28347228/32770624 swapFree=67108776/67108860
[pid=20799] ppid=20796 vsize=10551156 memory=35792 CPUtime=0.22 cores=1,3,5,7
/proc/20799/stat : 20799 (java) S 20796 20799 7084 0 -1 1077944320 8170 0 0 0 20 2 0 0 20 0 15 0 161021570 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140722398123056 140132916170487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
/proc/20799/statm: 2637789 8948 2893 1 0 2627261 0
[pid=20799/tid=20801] ppid=20796 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/20799/task/20801/stat : 20801 (java) R 20796 20799 7084 0 -1 4202560 5841 0 0 0 13 2 0 0 20 0 15 0 161021579 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140132920408976 140132900250974 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20802] ppid=20796 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20802/stat : 20802 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021580 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140132846590224 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20803] ppid=20796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20803/stat : 20803 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021580 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140132845537680 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20804] ppid=20796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20804/stat : 20804 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021580 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140132844485136 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20805] ppid=20796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20805/stat : 20805 (java) S 20796 20799 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161021580 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140132843432592 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20806] ppid=20796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20806/stat : 20806 (java) S 20796 20799 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161021581 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140131955575280 140132916181634 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20807] ppid=20796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20807/stat : 20807 (java) S 20796 20799 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161021581 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140131954521504 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20808] ppid=20796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20808/stat : 20808 (java) S 20796 20799 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161021582 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140131953468912 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20809] ppid=20796 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20809/stat : 20809 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161021584 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140131952417488 140132916189083 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20810] ppid=20796 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/20799/task/20810/stat : 20810 (java) S 20796 20799 7084 0 -1 1077944384 533 0 0 0 1 0 0 0 20 0 15 0 161021584 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140131951364080 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20811] ppid=20796 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20811/stat : 20811 (java) S 20796 20799 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 161021584 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140131950311536 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20812] ppid=20796 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/20799/task/20812/stat : 20812 (java) S 20796 20799 7084 0 -1 1077944384 364 0 0 0 3 0 0 0 20 0 15 0 161021584 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140131949258992 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20813] ppid=20796 vsize=10551156 memory=140198324741760 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20813/stat : 20813 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161021584 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140131948206688 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20814] ppid=20796 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20814/stat : 20814 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021591 10804383744 8948 18446744073709551615 4194304 4196468 140722398140512 140131947154224 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35792 KiB

[startup+0.701573 s]
/proc/loadavg: 2.03 2.16 2.29 5/213 20814
/proc/meminfo: memFree=28335708/32770624 swapFree=67108776/67108860
[pid=20799] ppid=20796 vsize=10551232 memory=138656 CPUtime=1.07 cores=1,3,5,7
/proc/20799/stat : 20799 (java) S 20796 20799 7084 0 -1 1077944320 10868 0 0 0 103 4 0 0 20 0 15 0 161021570 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140722398123056 140132916170487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
/proc/20799/statm: 2637808 34664 3051 1 0 2627261 0
[pid=20799/tid=20801] ppid=20796 vsize=10551232 memory=280396403185080 CPUtime=0.52 cores=1,3,5,7
/proc/20799/task/20801/stat : 20801 (java) R 20796 20799 7084 0 -1 4202560 7337 0 0 0 49 3 0 0 20 0 15 0 161021579 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140132920401360 140132521468677 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20802] ppid=20796 vsize=10551232 memory=2402765768193 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20802/stat : 20802 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021580 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140132846590224 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20803] ppid=20796 vsize=10551232 memory=2110548808915764 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20803/stat : 20803 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021580 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140132845537680 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20804] ppid=20796 vsize=10551232 memory=6111 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20804/stat : 20804 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021580 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140132844485136 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20805] ppid=20796 vsize=10551232 memory=55 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20805/stat : 20805 (java) S 20796 20799 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161021580 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140132843432592 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20806] ppid=20796 vsize=10551232 memory=490 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20806/stat : 20806 (java) S 20796 20799 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 161021581 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140131955575280 140132916181634 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20807] ppid=20796 vsize=10551232 memory=1033 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20807/stat : 20807 (java) S 20796 20799 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161021581 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140131954521504 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20808] ppid=20796 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20808/stat : 20808 (java) S 20796 20799 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161021582 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140131953468912 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20809] ppid=20796 vsize=10551232 memory=712 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20809/stat : 20809 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161021584 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140131952417488 140132916189083 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20810] ppid=20796 vsize=10551232 memory=108 CPUtime=0.16 cores=1,3,5,7
/proc/20799/task/20810/stat : 20810 (java) R 20796 20799 7084 0 -1 4202560 797 0 0 0 16 0 0 0 20 0 15 0 161021584 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140131951357040 140132902184796 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20811] ppid=20796 vsize=10551232 memory=280396403134176 CPUtime=0.17 cores=1,3,5,7
/proc/20799/task/20811/stat : 20811 (java) R 20796 20799 7084 0 -1 4202560 343 0 0 0 17 0 0 0 20 0 15 0 161021584 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140131950302368 140132896870784 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20812] ppid=20796 vsize=10551232 memory=288230621803970871 CPUtime=0.19 cores=1,3,5,7
/proc/20799/task/20812/stat : 20812 (java) S 20796 20799 7084 0 -1 1077944384 1028 0 0 0 19 0 0 0 20 0 15 0 161021584 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140131949258992 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20813] ppid=20796 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20813/stat : 20813 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161021584 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140131948206688 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20814] ppid=20796 vsize=10551232 memory=39108 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20814/stat : 20814 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021591 10804461568 34664 18446744073709551615 4194304 4196468 140722398140512 140131947154224 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 138656 KiB

[startup+1.50553 s]
/proc/loadavg: 2.03 2.16 2.29 3/213 20814
/proc/meminfo: memFree=28151580/32770624 swapFree=67108776/67108860
[pid=20799] ppid=20796 vsize=10551232 memory=444796 CPUtime=2.6 cores=1,3,5,7
/proc/20799/stat : 20799 (java) S 20796 20799 7084 0 -1 1077944320 12569 0 0 0 234 26 0 0 20 0 15 0 161021570 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140722398123056 140132916170487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
/proc/20799/statm: 2637808 111199 3084 1 0 2627261 0
[pid=20799/tid=20801] ppid=20796 vsize=10551232 memory=93675115776500 CPUtime=1.14 cores=1,3,5,7
/proc/20799/task/20801/stat : 20801 (java) S 20796 20799 7084 0 -1 1077944384 7423 0 0 0 108 6 0 0 20 0 15 0 161021579 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140132920404016 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20802] ppid=20796 vsize=10551232 memory=93675115776500 CPUtime=0.18 cores=1,3,5,7
/proc/20799/task/20802/stat : 20802 (java) R 20796 20799 7084 0 -1 4202560 158 0 0 0 13 5 0 0 20 0 15 0 161021580 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140132846590224 140132901197582 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20803] ppid=20796 vsize=10551232 memory=10965483149 CPUtime=0.18 cores=1,3,5,7
/proc/20799/task/20803/stat : 20803 (java) R 20796 20799 7084 0 -1 4202560 163 0 0 0 14 4 0 0 20 0 15 0 161021580 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140132845537680 140132901192608 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20804] ppid=20796 vsize=10551232 memory=133052514 CPUtime=0.18 cores=1,3,5,7
/proc/20799/task/20804/stat : 20804 (java) R 20796 20799 7084 0 -1 4202560 177 0 0 0 14 4 0 0 20 0 15 0 161021580 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140132844485136 140132901192608 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20805] ppid=20796 vsize=10551232 memory=2372 CPUtime=0.18 cores=1,3,5,7
/proc/20799/task/20805/stat : 20805 (java) R 20796 20799 7084 0 -1 4202560 185 0 0 0 14 4 0 0 20 0 15 0 161021580 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140132843432792 140132901198361 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20806] ppid=20796 vsize=10551232 memory=116 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20806/stat : 20806 (java) S 20796 20799 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 161021581 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140131955573792 140132916180693 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20807] ppid=20796 vsize=10551232 memory=8251 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20807/stat : 20807 (java) S 20796 20799 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161021581 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140131954521504 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20808] ppid=20796 vsize=10551232 memory=18568 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20808/stat : 20808 (java) S 20796 20799 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 161021582 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140131953468912 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20809] ppid=20796 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20809/stat : 20809 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161021584 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140131952417488 140132916189083 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20810] ppid=20796 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/20799/task/20810/stat : 20810 (java) S 20796 20799 7084 0 -1 1077944384 1278 0 0 0 22 0 0 0 20 0 15 0 161021584 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140131951364080 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20811] ppid=20796 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/20799/task/20811/stat : 20811 (java) S 20796 20799 7084 0 -1 1077944384 627 0 0 0 24 0 0 0 20 0 15 0 161021584 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140131950311536 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20812] ppid=20796 vsize=10551232 memory=-6661322557256342470 CPUtime=0.2 cores=1,3,5,7
/proc/20799/task/20812/stat : 20812 (java) S 20796 20799 7084 0 -1 1077944384 1112 0 0 0 20 0 0 0 20 0 15 0 161021584 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140131949258992 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20813] ppid=20796 vsize=10551232 memory=7378954898041824609 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20813/stat : 20813 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161021584 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140131948206688 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20814] ppid=20796 vsize=10551232 memory=4715425595467472516 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20814/stat : 20814 (java) S 20796 20799 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161021591 10804461568 111199 18446744073709551615 4194304 4196468 140722398140512 140131947154224 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 10551232 KiB

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

[pid=20799/tid=20802] ppid=20796 vsize=10684512 memory=8008092 CPUtime=312.8 cores=1,3,5,7
/proc/20799/task/20802/stat : 20802 (java) R 20796 20799 7084 0 -1 4202560 33568 0 0 0 31087 193 0 0 20 0 17 0 161021580 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140132846590032 140132908798695 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20803] ppid=20796 vsize=10684512 memory=8008092 CPUtime=311.38 cores=1,3,5,7
/proc/20799/task/20803/stat : 20803 (java) R 20796 20799 7084 0 -1 4202560 21970 0 0 0 30954 184 0 0 20 0 17 0 161021580 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140132845537488 140132908798695 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20804] ppid=20796 vsize=10684512 memory=8008092 CPUtime=312.63 cores=1,3,5,7
/proc/20799/task/20804/stat : 20804 (java) R 20796 20799 7084 0 -1 4202560 24842 0 0 0 31060 203 0 0 20 0 17 0 161021580 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140132844485336 140132901160047 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20805] ppid=20796 vsize=10684512 memory=2756 CPUtime=312.24 cores=1,3,5,7
/proc/20799/task/20805/stat : 20805 (java) R 20796 20799 7084 0 -1 4202560 29611 0 0 0 31032 192 0 0 20 0 17 0 161021580 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140132843432400 140132908798695 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20806] ppid=20796 vsize=10684512 memory=4156 CPUtime=24.73 cores=1,3,5,7
/proc/20799/task/20806/stat : 20806 (java) S 20796 20799 7084 0 -1 1077944384 70621 0 0 0 2469 4 0 0 20 0 17 0 161021581 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131955573824 140132916180693 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20807] ppid=20796 vsize=10684512 memory=67700 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20807/stat : 20807 (java) S 20796 20799 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 161021581 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131954521568 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20808] ppid=20796 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20808/stat : 20808 (java) S 20796 20799 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 161021582 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131953468928 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20809] ppid=20796 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20809/stat : 20809 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161021584 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131952417488 140132916189083 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20810] ppid=20796 vsize=10684512 memory=2460 CPUtime=0.34 cores=1,3,5,7
/proc/20799/task/20810/stat : 20810 (java) S 20796 20799 7084 0 -1 1077944384 2943 0 0 0 34 0 0 0 20 0 17 0 161021584 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131951364176 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20811] ppid=20796 vsize=10684512 memory=1836 CPUtime=0.35 cores=1,3,5,7
/proc/20799/task/20811/stat : 20811 (java) S 20796 20799 7084 0 -1 1077944384 2282 0 0 0 35 0 0 0 20 0 17 0 161021584 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131950311296 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20812] ppid=20796 vsize=10684512 memory=796 CPUtime=0.22 cores=1,3,5,7
/proc/20799/task/20812/stat : 20812 (java) S 20796 20799 7084 0 -1 1077944384 1456 0 0 0 22 0 0 0 20 0 17 0 161021584 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131949254864 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20813] ppid=20796 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20813/stat : 20813 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161021584 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131948206688 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20814] ppid=20796 vsize=10684512 memory=288230621803970871 CPUtime=0.31 cores=1,3,5,7
/proc/20799/task/20814/stat : 20814 (java) S 20796 20799 7084 0 -1 1077944384 507 0 0 0 20 11 0 0 20 0 17 0 161021591 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131947154224 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20842] ppid=20796 vsize=10684512 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20842/stat : 20842 (java) S 20796 20799 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 161055419 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131946098352 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20843] ppid=20796 vsize=10684512 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20843/stat : 20843 (java) S 20796 20799 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 161055419 10940940288 2002023 18446744073709551615 4194304 4196468 140722398140512 140131945046576 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
Current children cumulated CPU time: 1290.1 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8008092 KiB

[startup+356.802 s]
/proc/loadavg: 4.71 3.87 3.00 6/217 20844
/proc/meminfo: memFree=20358028/32770624 swapFree=67108776/67108860
[pid=20799] ppid=20796 vsize=10684512 memory=8008104 CPUtime=1296.31 cores=1,3,5,7
/proc/20799/stat : 20799 (java) S 20796 20799 7084 0 -1 1077944320 205080 0 0 0 128839 792 0 0 20 0 17 0 161021570 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140722398123056 140132916170487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
/proc/20799/statm: 2671128 2002026 3152 1 0 2660543 0
[pid=20799/tid=20801] ppid=20796 vsize=10684512 memory=8008092 CPUtime=15.04 cores=1,3,5,7
/proc/20799/task/20801/stat : 20801 (java) S 20796 20799 7084 0 -1 1077944384 15383 0 0 0 1494 10 0 0 20 0 17 0 161021579 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132920411168 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20802] ppid=20796 vsize=10684512 memory=-8774313645642428999 CPUtime=314.33 cores=1,3,5,7
/proc/20799/task/20802/stat : 20802 (java) R 20796 20799 7084 0 -1 4202560 33568 0 0 0 31240 193 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132846590032 140132908798695 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20803] ppid=20796 vsize=10684512 memory=4156 CPUtime=312.91 cores=1,3,5,7
/proc/20799/task/20803/stat : 20803 (java) R 20796 20799 7084 0 -1 4202560 21970 0 0 0 31107 184 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132845537488 140132908798695 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20804] ppid=20796 vsize=10684512 memory=-8774313645642428999 CPUtime=314.21 cores=1,3,5,7
/proc/20799/task/20804/stat : 20804 (java) R 20796 20799 7084 0 -1 4202560 25279 0 0 0 31218 203 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132844485336 140132901166911 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20805] ppid=20796 vsize=10684512 memory=1796 CPUtime=313.77 cores=1,3,5,7
/proc/20799/task/20805/stat : 20805 (java) R 20796 20799 7084 0 -1 4202560 29611 0 0 0 31185 192 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132843432400 140132908798695 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20806] ppid=20796 vsize=10684512 memory=8008092 CPUtime=24.73 cores=1,3,5,7
/proc/20799/task/20806/stat : 20806 (java) S 20796 20799 7084 0 -1 1077944384 70621 0 0 0 2469 4 0 0 20 0 17 0 161021581 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131955573824 140132916180693 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20807] ppid=20796 vsize=10684512 memory=8008092 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20807/stat : 20807 (java) S 20796 20799 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 161021581 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131954521568 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20808] ppid=20796 vsize=10684512 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20808/stat : 20808 (java) S 20796 20799 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 161021582 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131953468928 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20809] ppid=20796 vsize=10684512 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20809/stat : 20809 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131952417488 140132916189083 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20810] ppid=20796 vsize=10684512 memory=-8774313645642428999 CPUtime=0.34 cores=1,3,5,7
/proc/20799/task/20810/stat : 20810 (java) S 20796 20799 7084 0 -1 1077944384 2943 0 0 0 34 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131951364176 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20811] ppid=20796 vsize=10684512 memory=2160 CPUtime=0.35 cores=1,3,5,7
/proc/20799/task/20811/stat : 20811 (java) S 20796 20799 7084 0 -1 1077944384 2282 0 0 0 35 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131950311296 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20812] ppid=20796 vsize=10684512 memory=932 CPUtime=0.22 cores=1,3,5,7
/proc/20799/task/20812/stat : 20812 (java) S 20796 20799 7084 0 -1 1077944384 1456 0 0 0 22 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131949254864 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20813] ppid=20796 vsize=10684512 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20813/stat : 20813 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131948206688 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20814] ppid=20796 vsize=10684512 memory=836 CPUtime=0.31 cores=1,3,5,7
/proc/20799/task/20814/stat : 20814 (java) S 20796 20799 7084 0 -1 1077944384 507 0 0 0 20 11 0 0 20 0 17 0 161021591 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131947154224 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20842] ppid=20796 vsize=10684512 memory=8008092 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20842/stat : 20842 (java) S 20796 20799 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 161055419 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131946098352 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20843] ppid=20796 vsize=10684512 memory=8008104 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20843/stat : 20843 (java) S 20796 20799 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 161055419 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131945046576 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
Current children cumulated CPU time: 1296.31 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8008104 KiB

[startup+357.601 s]
/proc/loadavg: 4.73 3.89 3.01 6/217 20844
/proc/meminfo: memFree=20358028/32770624 swapFree=67108776/67108860
[pid=20799] ppid=20796 vsize=10684512 memory=8008104 CPUtime=1298.62 cores=1,3,5,7
/proc/20799/stat : 20799 (java) S 20796 20799 7084 0 -1 1077944320 205080 0 0 0 129069 793 0 0 20 0 17 0 161021570 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140722398123056 140132916170487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
/proc/20799/statm: 2671128 2002026 3152 1 0 2660543 0
[pid=20799/tid=20801] ppid=20796 vsize=10684512 memory=1196 CPUtime=15.04 cores=1,3,5,7
/proc/20799/task/20801/stat : 20801 (java) S 20796 20799 7084 0 -1 1077944384 15383 0 0 0 1494 10 0 0 20 0 17 0 161021579 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132920411168 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20802] ppid=20796 vsize=10684512 memory=15884 CPUtime=314.84 cores=1,3,5,7
/proc/20799/task/20802/stat : 20802 (java) S 20796 20799 7084 0 -1 1077944384 33568 0 0 0 31291 193 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132846590224 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20803] ppid=20796 vsize=10684512 memory=4044 CPUtime=313.43 cores=1,3,5,7
/proc/20799/task/20803/stat : 20803 (java) S 20796 20799 7084 0 -1 1077944384 21970 0 0 0 31158 185 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132845537680 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20804] ppid=20796 vsize=10684512 memory=39116 CPUtime=314.73 cores=1,3,5,7
/proc/20799/task/20804/stat : 20804 (java) S 20796 20799 7084 0 -1 1077944384 25279 0 0 0 31270 203 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132844485136 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20805] ppid=20796 vsize=10684512 memory=3395476 CPUtime=314.28 cores=1,3,5,7
/proc/20799/task/20805/stat : 20805 (java) S 20796 20799 7084 0 -1 1077944384 29611 0 0 0 31235 193 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132843432592 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20806] ppid=20796 vsize=10684512 memory=4072 CPUtime=25 cores=1,3,5,7
/proc/20799/task/20806/stat : 20806 (java) R 20796 20799 7084 0 -1 4202560 70621 0 0 0 2496 4 0 0 20 0 17 0 161021581 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131955573824 140132901166839 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20807] ppid=20796 vsize=10684512 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20807/stat : 20807 (java) S 20796 20799 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 161021581 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131954521568 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20808] ppid=20796 vsize=10684512 memory=2209 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20808/stat : 20808 (java) S 20796 20799 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 161021582 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131953468928 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20809] ppid=20796 vsize=10684512 memory=8996 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20809/stat : 20809 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131952417488 140132916189083 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20810] ppid=20796 vsize=10684512 memory=4156 CPUtime=0.34 cores=1,3,5,7
/proc/20799/task/20810/stat : 20810 (java) S 20796 20799 7084 0 -1 1077944384 2943 0 0 0 34 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131951364176 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20811] ppid=20796 vsize=10684512 memory=67700 CPUtime=0.35 cores=1,3,5,7
/proc/20799/task/20811/stat : 20811 (java) S 20796 20799 7084 0 -1 1077944384 2282 0 0 0 35 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131950311296 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20812] ppid=20796 vsize=10684512 memory=1296 CPUtime=0.22 cores=1,3,5,7
/proc/20799/task/20812/stat : 20812 (java) S 20796 20799 7084 0 -1 1077944384 1456 0 0 0 22 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131949254864 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20813] ppid=20796 vsize=10684512 memory=2460 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20813/stat : 20813 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131948206688 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20814] ppid=20796 vsize=10684512 memory=1836 CPUtime=0.31 cores=1,3,5,7
/proc/20799/task/20814/stat : 20814 (java) S 20796 20799 7084 0 -1 1077944384 507 0 0 0 20 11 0 0 20 0 17 0 161021591 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131947154224 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20842] ppid=20796 vsize=10684512 memory=796 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20842/stat : 20842 (java) S 20796 20799 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 161055419 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131946098352 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20843] ppid=20796 vsize=10684512 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20843/stat : 20843 (java) S 20796 20799 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 161055419 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131945046576 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
Current children cumulated CPU time: 1298.62 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8008104 KiB

[startup+358.001 s]*
/proc/loadavg: 4.73 3.89 3.01 3/217 20844
/proc/meminfo: memFree=20358028/32770624 swapFree=67108776/67108860
[pid=20799] ppid=20796 vsize=10684512 memory=8008104 CPUtime=1299.03 cores=1,3,5,7
/proc/20799/stat : 20799 (java) S 20796 20799 7084 0 -1 1077944320 205080 0 0 0 129110 793 0 0 20 0 17 0 161021570 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140722398123056 140132916170487 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
/proc/20799/statm: 2671128 2002026 3152 1 0 2660543 0
[pid=20799/tid=20801] ppid=20796 vsize=10684512 memory=-8774313645642428999 CPUtime=15.04 cores=1,3,5,7
/proc/20799/task/20801/stat : 20801 (java) S 20796 20799 7084 0 -1 1077944384 15383 0 0 0 1494 10 0 0 20 0 17 0 161021579 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132920411168 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20802] ppid=20796 vsize=10684512 memory=4872558044660077418 CPUtime=314.84 cores=1,3,5,7
/proc/20799/task/20802/stat : 20802 (java) S 20796 20799 7084 0 -1 1077944384 33568 0 0 0 31291 193 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132846590224 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20803] ppid=20796 vsize=10684512 memory=-8774313645642428999 CPUtime=313.43 cores=1,3,5,7
/proc/20799/task/20803/stat : 20803 (java) S 20796 20799 7084 0 -1 1077944384 21970 0 0 0 31158 185 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132845537680 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20804] ppid=20796 vsize=10684512 memory=0 CPUtime=314.73 cores=1,3,5,7
/proc/20799/task/20804/stat : 20804 (java) S 20796 20799 7084 0 -1 1077944384 25279 0 0 0 31270 203 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132844485136 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20805] ppid=20796 vsize=10684512 memory=0 CPUtime=314.28 cores=1,3,5,7
/proc/20799/task/20805/stat : 20805 (java) S 20796 20799 7084 0 -1 1077944384 29611 0 0 0 31235 193 0 0 20 0 17 0 161021580 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140132843432592 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20806] ppid=20796 vsize=10684512 memory=0 CPUtime=25.41 cores=1,3,5,7
/proc/20799/task/20806/stat : 20806 (java) R 20796 20799 7084 0 -1 4202560 70621 0 0 0 2537 4 0 0 20 0 17 0 161021581 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131955573824 140132894540667 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20807] ppid=20796 vsize=10684512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20807/stat : 20807 (java) S 20796 20799 7084 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 161021581 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131954521568 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20808] ppid=20796 vsize=10684512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20808/stat : 20808 (java) S 20796 20799 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 161021582 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131953468928 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20809] ppid=20796 vsize=10684512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20809/stat : 20809 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131952417488 140132916189083 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20810] ppid=20796 vsize=10684512 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/20799/task/20810/stat : 20810 (java) S 20796 20799 7084 0 -1 1077944384 2943 0 0 0 34 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131951364176 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20811] ppid=20796 vsize=10684512 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/20799/task/20811/stat : 20811 (java) S 20796 20799 7084 0 -1 1077944384 2282 0 0 0 35 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131950311296 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20812] ppid=20796 vsize=10684512 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/20799/task/20812/stat : 20812 (java) S 20796 20799 7084 0 -1 1077944384 1456 0 0 0 22 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131949254864 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20813] ppid=20796 vsize=10684512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20813/stat : 20813 (java) S 20796 20799 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 161021584 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131948206688 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20814] ppid=20796 vsize=10684512 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/20799/task/20814/stat : 20814 (java) S 20796 20799 7084 0 -1 1077944384 507 0 0 0 20 11 0 0 20 0 17 0 161021591 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131947154224 140132916181634 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20842] ppid=20796 vsize=10684512 memory=3976732485301903407 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20842/stat : 20842 (java) S 20796 20799 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 161055419 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131946098352 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
[pid=20799/tid=20843] ppid=20796 vsize=10684512 memory=3976732485301903407 CPUtime=0 cores=1,3,5,7
/proc/20799/task/20843/stat : 20843 (java) S 20796 20799 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 161055419 10940940288 2002026 18446744073709551615 4194304 4196468 140722398140512 140131945046576 140132916180693 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31621120 140722398142864 140722398143017 140722398143017 140722398146511 0
Current children cumulated CPU time: 1299.03 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8008104 KiB

Child status: 0
Real time (s): 358.067
CPU time (s): 1299.09
CPU user time (s): 1291.12
CPU system time (s): 7.96762
CPU usage (%): 362.806
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8008104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1291.12
system time used= 7.96762
maximum resident set size= 8008360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205142
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= 16202
involuntary context switches= 12035


# summary of solver processes directly reported to runsolver:
#   pid: 20799
#   total CPU time (s): 1299.09
#   total CPU user time (s): 1291.12
#   total CPU system time (s): 7.96762

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.11336 second user time and 3.72888 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 10:27:03
IDJOB=4263350
IDBENCH=120660
IDSOLVER=2651
FILE ID=node132/4263350-1502613688
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-080-25.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263350-1502613688/watcher-4263350-1502613688 -o /tmp/evaluation-result-4263350-1502613688/solver-4263350-1502613688 -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-4263350-1502613688.xml

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

MD5SUM BENCH= 86f21c6f99b90e2b5de67b4ee346bae4
RANDOM SEED=1227515909

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:        28370412 kB
MemAvailable:   28591768 kB
Buffers:          222076 kB
Cached:           323932 kB
SwapCached:           84 kB
Active:          3841212 kB
Inactive:         146924 kB
Active(anon):    3390056 kB
Inactive(anon):   101972 kB
Active(file):     451156 kB
Inactive(file):    44952 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1640 kB
Writeback:             4 kB
AnonPages:       3441656 kB
Mapped:            75748 kB
Shmem:             49768 kB
Slab:             109172 kB
SReclaimable:      82164 kB
SUnreclaim:        27008 kB
KernelStack:        3536 kB
PageTables:        11904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4733752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3319808 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 10:33:01