Trace number 4263533

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? 1232.51 338.77899

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0120-m1.xml
MD5SUM811bab41ab4f320547ec1b0722faadf8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.1970601
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints7141
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":120}]
Minimum variable degree120
Maximum variable degree120
Distribution of variable degrees[{"degree":120,"count":120}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":7140},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints7140
Distribution of constraint types[{"type":"intension","count":7140},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263533-1502636138/watcher-4263533-1502636138 -o /tmp/evaluation-result-4263533-1502636138/solver-4263533-1502636138 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263533-1502636138.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=22852, runsolver pid=22849

[startup+0.100087 s]*
/proc/loadavg: 4.58 4.16 3.38 2/201 22854
/proc/meminfo: memFree=28280920/32770624 swapFree=67108860/67108860
[pid=22852] ppid=22849 vsize=9936560 memory=16312 CPUtime=0 cores=1,3,5,7
/proc/22852/stat : 22852 (java) S 22849 22852 7968 0 -1 1077944320 3381 0 0 0 0 0 0 0 20 0 6 0 17496449 10175037440 4078 18446744073709551615 4194304 4196468 140726168713376 140726168695920 140526199811831 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
/proc/22852/statm: 2484140 4078 1910 1 0 2473637 0
[pid=22852/tid=22854] ppid=22849 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22854/stat : 22854 (java) R 22849 22852 7968 0 -1 4202560 2081 0 0 0 0 0 0 0 20 0 6 0 17496459 10175037440 4078 18446744073709551615 4194304 4196468 140726168713376 140526204047952 140526199833757 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22855] ppid=22849 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22855/stat : 22855 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17496460 10175037440 4078 18446744073709551615 4194304 4196468 140726168713376 140525811083920 140526199822037 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22856] ppid=22849 vsize=9936560 memory=140069877462656 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22856/stat : 22856 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17496460 10175037440 4078 18446744073709551615 4194304 4196468 140726168713376 140525810031120 140526199822037 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22857] ppid=22849 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22857/stat : 22857 (java) S 22849 22852 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 17496460 10175037440 4078 18446744073709551615 4194304 4196468 140726168713376 140525808978320 140526199822037 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22858] ppid=22849 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22858/stat : 22858 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 17496460 10175037440 4078 18446744073709551615 4194304 4196468 140726168713376 140525807925520 140526199822037 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16312 KiB

[startup+0.21007 s]*
/proc/loadavg: 4.58 4.16 3.38 4/214 22867
/proc/meminfo: memFree=28267108/32770624 swapFree=67108860/67108860
[pid=22852] ppid=22849 vsize=10551156 memory=26668 CPUtime=0.1 cores=1,3,5,7
/proc/22852/stat : 22852 (java) S 22849 22852 7968 0 -1 1077944320 5160 0 0 0 9 1 0 0 20 0 15 0 17496449 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140726168695920 140526199811831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
/proc/22852/statm: 2637789 6667 2789 1 0 2627261 0
[pid=22852/tid=22854] ppid=22849 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/22852/task/22854/stat : 22854 (java) R 22849 22852 7968 0 -1 4202560 3073 0 0 0 7 0 0 0 20 0 15 0 17496459 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140526204046800 140526199833757 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22855] ppid=22849 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22855/stat : 22855 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496460 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525811083920 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22856] ppid=22849 vsize=10551156 memory=288370446029174400 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22856/stat : 22856 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496460 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525810031120 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22857] ppid=22849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22857/stat : 22857 (java) S 22849 22852 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17496460 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525808978320 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22858] ppid=22849 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22858/stat : 22858 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496460 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525807925520 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22859] ppid=22849 vsize=10551156 memory=140069877462656 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22859/stat : 22859 (java) S 22849 22852 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17496461 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525764025200 140526199822978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22860] ppid=22849 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22860/stat : 22860 (java) S 22849 22852 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17496462 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525762971168 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22861] ppid=22849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22861/stat : 22861 (java) S 22849 22852 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17496462 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525761918320 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22862] ppid=22849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22862/stat : 22862 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17496464 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525692774736 140526199830427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22863] ppid=22849 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22863/stat : 22863 (java) S 22849 22852 7968 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 17496464 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525691722096 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22864] ppid=22849 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22864/stat : 22864 (java) R 22849 22852 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17496464 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525690669296 140526199822978 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22865] ppid=22849 vsize=10551156 memory=140069877462656 CPUtime=0.01 cores=1,3,5,7
/proc/22852/task/22865/stat : 22865 (java) R 22849 22852 7968 0 -1 4202560 277 0 0 0 1 0 0 0 20 0 15 0 17496464 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525689616496 140526199833178 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22866] ppid=22849 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22866/stat : 22866 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17496464 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525688563936 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22867] ppid=22849 vsize=10551156 memory=140069877462656 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22867/stat : 22867 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496468 10804383744 6667 18446744073709551615 4194304 4196468 140726168713376 140525687512240 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26668 KiB

[startup+0.310443 s]*
/proc/loadavg: 4.58 4.16 3.38 3/214 22867
/proc/meminfo: memFree=28255852/32770624 swapFree=67108860/67108860
[pid=22852] ppid=22849 vsize=10551156 memory=36988 CPUtime=0.24 cores=1,3,5,7
/proc/22852/stat : 22852 (java) S 22849 22852 7968 0 -1 1077944320 8515 0 0 0 22 2 0 0 20 0 15 0 17496449 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140726168695920 140526199811831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
/proc/22852/statm: 2637789 9247 2874 1 0 2627261 0
[pid=22852/tid=22854] ppid=22849 vsize=10551156 memory=8318255677412212789 CPUtime=0.18 cores=1,3,5,7
/proc/22852/task/22854/stat : 22854 (java) R 22849 22852 7968 0 -1 4202560 6143 0 0 0 16 2 0 0 20 0 15 0 17496459 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140526204050320 140526199823766 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22855] ppid=22849 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22855/stat : 22855 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496460 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525811083920 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22856] ppid=22849 vsize=10551156 memory=321988479723214208 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22856/stat : 22856 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496460 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525810031120 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22857] ppid=22849 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22857/stat : 22857 (java) S 22849 22852 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17496460 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525808978320 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22858] ppid=22849 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22858/stat : 22858 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496460 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525807925520 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22859] ppid=22849 vsize=10551156 memory=3472468366105141936 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22859/stat : 22859 (java) S 22849 22852 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17496461 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525764025200 140526199822978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22860] ppid=22849 vsize=10551156 memory=7959387142431338349 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22860/stat : 22860 (java) S 22849 22852 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17496462 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525762971168 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22861] ppid=22849 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22861/stat : 22861 (java) S 22849 22852 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17496462 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525761918320 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22862] ppid=22849 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22862/stat : 22862 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17496464 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525692774736 140526199830427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22863] ppid=22849 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22852/task/22863/stat : 22863 (java) S 22849 22852 7968 0 -1 1077944384 541 0 0 0 1 0 0 0 20 0 15 0 17496464 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525691722096 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22864] ppid=22849 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22864/stat : 22864 (java) S 22849 22852 7968 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 17496464 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525690669296 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22865] ppid=22849 vsize=10551156 memory=7160715534588093685 CPUtime=0.04 cores=1,3,5,7
/proc/22852/task/22865/stat : 22865 (java) R 22849 22852 7968 0 -1 4202560 408 0 0 0 4 0 0 0 20 0 15 0 17496464 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525689616496 140526199823766 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22866] ppid=22849 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22866/stat : 22866 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17496464 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525688563936 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22867] ppid=22849 vsize=10551156 memory=140069877462656 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22867/stat : 22867 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496468 10804383744 9247 18446744073709551615 4194304 4196468 140726168713376 140525687512240 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36988 KiB

[startup+0.701311 s]
/proc/loadavg: 4.61 4.17 3.39 5/214 22867
/proc/meminfo: memFree=28239136/32770624 swapFree=67108860/67108860
[pid=22852] ppid=22849 vsize=10551232 memory=92172 CPUtime=1.42 cores=1,3,5,7
/proc/22852/stat : 22852 (java) S 22849 22852 7968 0 -1 1077944320 13240 0 0 0 137 5 0 0 20 0 15 0 17496449 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140726168695920 140526199811831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
/proc/22852/statm: 2637808 23043 3056 1 0 2627261 0
[pid=22852/tid=22854] ppid=22849 vsize=10551232 memory=2241 CPUtime=0.55 cores=1,3,5,7
/proc/22852/task/22854/stat : 22854 (java) R 22849 22852 7968 0 -1 4202560 7384 0 0 0 52 3 0 0 20 0 15 0 17496459 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140526204050016 140525844787514 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22855] ppid=22849 vsize=10551232 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22855/stat : 22855 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496460 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525811083920 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22856] ppid=22849 vsize=10551232 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22856/stat : 22856 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496460 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525810031120 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22857] ppid=22849 vsize=10551232 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22857/stat : 22857 (java) S 22849 22852 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17496460 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525808978320 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22858] ppid=22849 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22858/stat : 22858 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496460 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525807925520 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22859] ppid=22849 vsize=10551232 memory=792 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22859/stat : 22859 (java) S 22849 22852 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17496461 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525764025200 140526199822978 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22860] ppid=22849 vsize=10551232 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22860/stat : 22860 (java) S 22849 22852 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17496462 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525762971168 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22861] ppid=22849 vsize=10551232 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22861/stat : 22861 (java) S 22849 22852 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17496462 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525761918320 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22862] ppid=22849 vsize=10551232 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22862/stat : 22862 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17496464 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525692774736 140526199830427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22863] ppid=22849 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/22852/task/22863/stat : 22863 (java) R 22849 22852 7968 0 -1 4202560 1636 0 0 0 29 0 0 0 20 0 15 0 17496464 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525691708120 140526184733813 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22864] ppid=22849 vsize=10551232 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/22852/task/22864/stat : 22864 (java) R 22849 22852 7968 0 -1 4202560 1270 0 0 0 29 0 0 0 20 0 15 0 17496464 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525690655096 140526181356007 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22865] ppid=22849 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/22852/task/22865/stat : 22865 (java) R 22849 22852 7968 0 -1 4202560 1581 0 0 0 25 0 0 0 20 0 15 0 17496464 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525689613432 140526192908667 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22866] ppid=22849 vsize=10551232 memory=30305 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22866/stat : 22866 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17496464 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525688563936 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22867] ppid=22849 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22867/stat : 22867 (java) S 22849 22852 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17496468 10804461568 23043 18446744073709551615 4194304 4196468 140726168713376 140525687512240 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 92172 KiB

[startup+1.50076 s]
/proc/loadavg: 4.61 4.17 3.39 4/214 22867
/proc/meminfo: memFree=28154824/32770624 swapFree=67108860/67108860
[pid=22852] ppid=22849 vsize=10551232 memory=220600 CPUtime=3.09 cores=1,3,5,7
/proc/22852/stat : 22852 (java) S 22849 22852 7968 0 -1 1077944320 17053 0 0 0 297 12 0 0 20 0 15 0 17496449 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140726168695920 140526199811831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
/proc/22852/statm: 2637808 55150 3095 1 0 2627261 0
[pid=22852/tid=22854] ppid=22849 vsize=10551232 memory=288230613214036277 CPUtime=1.31 cores=1,3,5,7
/proc/22852/task/22854/stat : 22854 (java) R 22849 22852 7968 0 -1 4202560 7568 0 0 0 126 5 0 0 20 0 15 0 17496459 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140526204050704 140525841905501 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22855] ppid=22849 vsize=10551232 memory=15816711811106768 CPUtime=0.03 cores=1,3,5,7
/proc/22852/task/22855/stat : 22855 (java) S 22849 22852 7968 0 -1 1077944384 268 0 0 0 2 1 0 0 20 0 15 0 17496460 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525811083920 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22856] ppid=22849 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22852/task/22856/stat : 22856 (java) S 22849 22852 7968 0 -1 1077944384 274 0 0 0 2 1 0 0 20 0 15 0 17496460 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525810031120 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22857] ppid=22849 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22852/task/22857/stat : 22857 (java) S 22849 22852 7968 0 -1 1077944384 143 0 0 0 2 1 0 0 20 0 15 0 17496460 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525808978320 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22858] ppid=22849 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22852/task/22858/stat : 22858 (java) S 22849 22852 7968 0 -1 1077944384 148 0 0 0 2 1 0 0 20 0 15 0 17496460 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525807925520 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22859] ppid=22849 vsize=10551232 memory=8881 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22859/stat : 22859 (java) S 22849 22852 7968 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 17496461 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525764025200 140526199822978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22860] ppid=22849 vsize=10551232 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22860/stat : 22860 (java) S 22849 22852 7968 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 17496462 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525762971168 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22861] ppid=22849 vsize=10551232 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22861/stat : 22861 (java) S 22849 22852 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 17496462 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525761918320 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22862] ppid=22849 vsize=10551232 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22862/stat : 22862 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17496464 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525692774736 140526199830427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22863] ppid=22849 vsize=10551232 memory=4124 CPUtime=0.59 cores=1,3,5,7
/proc/22852/task/22863/stat : 22863 (java) S 22849 22852 7968 0 -1 1077944384 1694 0 0 0 59 0 0 0 20 0 15 0 17496464 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525691722096 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22864] ppid=22849 vsize=10551232 memory=13200 CPUtime=0.71 cores=1,3,5,7
/proc/22852/task/22864/stat : 22864 (java) S 22849 22852 7968 0 -1 1077944384 3290 0 0 0 71 0 0 0 20 0 15 0 17496464 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525690669296 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22865] ppid=22849 vsize=10551232 memory=2424 CPUtime=0.28 cores=1,3,5,7
/proc/22852/task/22865/stat : 22865 (java) S 22849 22852 7968 0 -1 1077944384 1822 0 0 0 28 0 0 0 20 0 15 0 17496464 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525689616496 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22866] ppid=22849 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22866/stat : 22866 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17496464 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525688563936 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22867] ppid=22849 vsize=10551232 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22867/stat : 22867 (java) S 22849 22852 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 17496468 10804461568 55150 18446744073709551615 4194304 4196468 140726168713376 140525687512240 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 10551232 KiB

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

[pid=22852/tid=22855] ppid=22849 vsize=10686560 memory=1700 CPUtime=297.18 cores=1,3,5,7
/proc/22852/task/22855/stat : 22855 (java) R 22849 22852 7968 0 -1 4202560 129737 0 0 0 29525 193 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525811083920 140526184808419 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22856] ppid=22849 vsize=10686560 memory=1228 CPUtime=296.74 cores=1,3,5,7
/proc/22852/task/22856/stat : 22856 (java) R 22849 22852 7968 0 -1 4202560 102565 0 0 0 29490 184 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525810031320 140526184808235 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22857] ppid=22849 vsize=10686560 memory=1000 CPUtime=296.68 cores=1,3,5,7
/proc/22852/task/22857/stat : 22857 (java) R 22849 22852 7968 0 -1 4202560 167377 0 0 0 29471 197 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525808978320 140526184808232 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22858] ppid=22849 vsize=10686560 memory=792 CPUtime=295.86 cores=1,3,5,7
/proc/22852/task/22858/stat : 22858 (java) R 22849 22852 7968 0 -1 4202560 140954 0 0 0 29368 218 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525807925720 140526181421453 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22859] ppid=22849 vsize=10686560 memory=8684 CPUtime=23.08 cores=1,3,5,7
/proc/22852/task/22859/stat : 22859 (java) S 22849 22852 7968 0 -1 1077944384 73147 0 0 0 2304 4 0 0 20 0 17 0 17496461 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525764023744 140526199822037 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22860] ppid=22849 vsize=10686560 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22860/stat : 22860 (java) S 22849 22852 7968 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 17496462 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525762971232 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22861] ppid=22849 vsize=10686560 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22861/stat : 22861 (java) S 22849 22852 7968 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 17496462 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525761918336 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22862] ppid=22849 vsize=10686560 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22862/stat : 22862 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525692774736 140526199830427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22863] ppid=22849 vsize=10686560 memory=13200 CPUtime=1.39 cores=1,3,5,7
/proc/22852/task/22863/stat : 22863 (java) S 22849 22852 7968 0 -1 1077944384 8553 0 0 0 138 1 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525691722096 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22864] ppid=22849 vsize=10686560 memory=2424 CPUtime=2.06 cores=1,3,5,7
/proc/22852/task/22864/stat : 22864 (java) S 22849 22852 7968 0 -1 1077944384 15407 0 0 0 204 2 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525690669296 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22865] ppid=22849 vsize=10686560 memory=1296 CPUtime=0.48 cores=1,3,5,7
/proc/22852/task/22865/stat : 22865 (java) S 22849 22852 7968 0 -1 1077944384 3545 0 0 0 48 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525689615328 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22866] ppid=22849 vsize=10686560 memory=8321000 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22866/stat : 22866 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525688563936 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22867] ppid=22849 vsize=10686560 memory=1700 CPUtime=0.27 cores=1,3,5,7
/proc/22852/task/22867/stat : 22867 (java) S 22849 22852 7968 0 -1 1077944384 539 0 0 0 15 12 0 0 20 0 17 0 17496468 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525687512240 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22889] ppid=22849 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22889/stat : 22889 (java) S 22849 22852 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 17527942 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525684359280 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22890] ppid=22849 vsize=10686560 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22890/stat : 22890 (java) S 22849 22852 7968 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 17 0 17527942 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525683307200 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
Current children cumulated CPU time: 1228.24 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8321000 KiB

[startup+338.401 s]
/proc/loadavg: 4.89 4.55 3.78 6/214 22892
/proc/meminfo: memFree=19957828/32770624 swapFree=67108860/67108860
[pid=22852] ppid=22849 vsize=10686560 memory=8321000 CPUtime=1231.42 cores=1,3,5,7
/proc/22852/stat : 22852 (java) S 22849 22852 7968 0 -1 1077944320 664878 0 0 0 122327 815 0 0 20 0 17 0 17496449 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140726168695920 140526199811831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
/proc/22852/statm: 2671640 2080250 3184 1 0 2661055 0
[pid=22852/tid=22854] ppid=22849 vsize=10686560 memory=8321000 CPUtime=14.43 cores=1,3,5,7
/proc/22852/task/22854/stat : 22854 (java) S 22849 22852 7968 0 -1 1077944384 21305 0 0 0 1432 11 0 0 20 0 17 0 17496459 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140526204052512 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22855] ppid=22849 vsize=10686560 memory=5520 CPUtime=297.98 cores=1,3,5,7
/proc/22852/task/22855/stat : 22855 (java) R 22849 22852 7968 0 -1 4202560 129737 0 0 0 29605 193 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525811083808 140526184808238 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22856] ppid=22849 vsize=10686560 memory=4612 CPUtime=297.53 cores=1,3,5,7
/proc/22852/task/22856/stat : 22856 (java) R 22849 22852 7968 0 -1 4202560 102565 0 0 0 29569 184 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525810031320 140526181421523 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22857] ppid=22849 vsize=10686560 memory=8321000 CPUtime=297.48 cores=1,3,5,7
/proc/22852/task/22857/stat : 22857 (java) R 22849 22852 7968 0 -1 4202560 167377 0 0 0 29551 197 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525808978320 140526184510704 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22858] ppid=22849 vsize=10686560 memory=3904 CPUtime=296.64 cores=1,3,5,7
/proc/22852/task/22858/stat : 22858 (java) R 22849 22852 7968 0 -1 4202560 140954 0 0 0 29446 218 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525807925720 140526184808384 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22859] ppid=22849 vsize=10686560 memory=3052 CPUtime=23.08 cores=1,3,5,7
/proc/22852/task/22859/stat : 22859 (java) S 22849 22852 7968 0 -1 1077944384 73147 0 0 0 2304 4 0 0 20 0 17 0 17496461 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525764023744 140526199822037 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22860] ppid=22849 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22860/stat : 22860 (java) S 22849 22852 7968 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 17496462 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525762971232 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22861] ppid=22849 vsize=10686560 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22861/stat : 22861 (java) S 22849 22852 7968 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 17496462 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525761918336 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22862] ppid=22849 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22862/stat : 22862 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525692774736 140526199830427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22863] ppid=22849 vsize=10686560 memory=3184 CPUtime=1.39 cores=1,3,5,7
/proc/22852/task/22863/stat : 22863 (java) S 22849 22852 7968 0 -1 1077944384 8553 0 0 0 138 1 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525691722096 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22864] ppid=22849 vsize=10686560 memory=3151160 CPUtime=2.06 cores=1,3,5,7
/proc/22852/task/22864/stat : 22864 (java) S 22849 22852 7968 0 -1 1077944384 15407 0 0 0 204 2 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525690669296 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22865] ppid=22849 vsize=10686560 memory=1152 CPUtime=0.48 cores=1,3,5,7
/proc/22852/task/22865/stat : 22865 (java) S 22849 22852 7968 0 -1 1077944384 3545 0 0 0 48 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525689615328 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22866] ppid=22849 vsize=10686560 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22866/stat : 22866 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525688563936 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22867] ppid=22849 vsize=10686560 memory=13200 CPUtime=0.27 cores=1,3,5,7
/proc/22852/task/22867/stat : 22867 (java) S 22849 22852 7968 0 -1 1077944384 539 0 0 0 15 12 0 0 20 0 17 0 17496468 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525687512240 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22889] ppid=22849 vsize=10686560 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22889/stat : 22889 (java) S 22849 22852 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 17527942 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525684359280 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22890] ppid=22849 vsize=10686560 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22890/stat : 22890 (java) S 22849 22852 7968 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 17 0 17527942 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525683307200 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
Current children cumulated CPU time: 1231.42 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8321000 KiB

[startup+338.601 s]
/proc/loadavg: 4.89 4.55 3.78 6/214 22892
/proc/meminfo: memFree=19957828/32770624 swapFree=67108860/67108860
[pid=22852] ppid=22849 vsize=10686560 memory=8321000 CPUtime=1232.22 cores=1,3,5,7
/proc/22852/stat : 22852 (java) S 22849 22852 7968 0 -1 1077944320 664878 0 0 0 122406 816 0 0 20 0 17 0 17496449 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140726168695920 140526199811831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
/proc/22852/statm: 2671640 2080250 3184 1 0 2661055 0
[pid=22852/tid=22854] ppid=22849 vsize=10686560 memory=1700 CPUtime=14.43 cores=1,3,5,7
/proc/22852/task/22854/stat : 22854 (java) S 22849 22852 7968 0 -1 1077944384 21305 0 0 0 1432 11 0 0 20 0 17 0 17496459 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140526204052512 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22855] ppid=22849 vsize=10686560 memory=1228 CPUtime=298.17 cores=1,3,5,7
/proc/22852/task/22855/stat : 22855 (java) R 22849 22852 7968 0 -1 4202560 129737 0 0 0 29624 193 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525811083728 140526192440039 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22856] ppid=22849 vsize=10686560 memory=-8774313645642428999 CPUtime=297.73 cores=1,3,5,7
/proc/22852/task/22856/stat : 22856 (java) R 22849 22852 7968 0 -1 4202560 102565 0 0 0 29589 184 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525810030928 140526192440039 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22857] ppid=22849 vsize=10686560 memory=-6737208495982354336 CPUtime=297.68 cores=1,3,5,7
/proc/22852/task/22857/stat : 22857 (java) R 22849 22852 7968 0 -1 4202560 167377 0 0 0 29571 197 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525808978320 140526192440039 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22858] ppid=22849 vsize=10686560 memory=0 CPUtime=296.84 cores=1,3,5,7
/proc/22852/task/22858/stat : 22858 (java) R 22849 22852 7968 0 -1 4202560 140954 0 0 0 29466 218 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525807925720 140526184808198 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22859] ppid=22849 vsize=10686560 memory=0 CPUtime=23.08 cores=1,3,5,7
/proc/22852/task/22859/stat : 22859 (java) S 22849 22852 7968 0 -1 1077944384 73147 0 0 0 2304 4 0 0 20 0 17 0 17496461 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525764023744 140526199822037 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22860] ppid=22849 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22860/stat : 22860 (java) S 22849 22852 7968 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 17496462 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525762971232 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22861] ppid=22849 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22861/stat : 22861 (java) S 22849 22852 7968 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 17496462 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525761918336 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22862] ppid=22849 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22862/stat : 22862 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525692774736 140526199830427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22863] ppid=22849 vsize=10686560 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/22852/task/22863/stat : 22863 (java) S 22849 22852 7968 0 -1 1077944384 8553 0 0 0 138 1 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525691722096 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22864] ppid=22849 vsize=10686560 memory=0 CPUtime=2.06 cores=1,3,5,7
/proc/22852/task/22864/stat : 22864 (java) S 22849 22852 7968 0 -1 1077944384 15407 0 0 0 204 2 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525690669296 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22865] ppid=22849 vsize=10686560 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/22852/task/22865/stat : 22865 (java) S 22849 22852 7968 0 -1 1077944384 3545 0 0 0 48 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525689615328 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22866] ppid=22849 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22866/stat : 22866 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525688563936 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22867] ppid=22849 vsize=10686560 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/22852/task/22867/stat : 22867 (java) S 22849 22852 7968 0 -1 1077944384 539 0 0 0 15 12 0 0 20 0 17 0 17496468 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525687512240 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22889] ppid=22849 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22889/stat : 22889 (java) S 22849 22852 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 17527942 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525684359280 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22890] ppid=22849 vsize=10686560 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22890/stat : 22890 (java) S 22849 22852 7968 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 17 0 17527942 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525683307200 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
Current children cumulated CPU time: 1232.22 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8321000 KiB

[startup+338.701 s]
/proc/loadavg: 4.89 4.55 3.78 6/214 22892
/proc/meminfo: memFree=19957828/32770624 swapFree=67108860/67108860
[pid=22852] ppid=22849 vsize=10686560 memory=8321000 CPUtime=1232.42 cores=1,3,5,7
/proc/22852/stat : 22852 (java) S 22849 22852 7968 0 -1 1077944320 664878 0 0 0 122426 816 0 0 20 0 17 0 17496449 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140726168695920 140526199811831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
/proc/22852/statm: 2671640 2080250 3184 1 0 2661055 0
[pid=22852/tid=22854] ppid=22849 vsize=10686560 memory=8321000 CPUtime=14.43 cores=1,3,5,7
/proc/22852/task/22854/stat : 22854 (java) S 22849 22852 7968 0 -1 1077944384 21305 0 0 0 1432 11 0 0 20 0 17 0 17496459 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140526204052512 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22855] ppid=22849 vsize=10686560 memory=8321000 CPUtime=298.2 cores=1,3,5,7
/proc/22852/task/22855/stat : 22855 (java) S 22849 22852 7968 0 -1 1077944384 129737 0 0 0 29627 193 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525811083920 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22856] ppid=22849 vsize=10686560 memory=8319772 CPUtime=297.76 cores=1,3,5,7
/proc/22852/task/22856/stat : 22856 (java) S 22849 22852 7968 0 -1 1077944384 102565 0 0 0 29592 184 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525810031120 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22857] ppid=22849 vsize=10686560 memory=8319800 CPUtime=297.71 cores=1,3,5,7
/proc/22852/task/22857/stat : 22857 (java) S 22849 22852 7968 0 -1 1077944384 167377 0 0 0 29574 197 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525808978320 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22858] ppid=22849 vsize=10686560 memory=8320808 CPUtime=296.88 cores=1,3,5,7
/proc/22852/task/22858/stat : 22858 (java) S 22849 22852 7968 0 -1 1077944384 140954 0 0 0 29470 218 0 0 20 0 17 0 17496460 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525807925520 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22859] ppid=22849 vsize=10686560 memory=8321000 CPUtime=23.14 cores=1,3,5,7
/proc/22852/task/22859/stat : 22859 (java) R 22849 22852 7968 0 -1 4202560 73147 0 0 0 2310 4 0 0 20 0 17 0 17496461 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525764023744 140526178181992 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22860] ppid=22849 vsize=10686560 memory=8321000 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22860/stat : 22860 (java) S 22849 22852 7968 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 17496462 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525762971232 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22861] ppid=22849 vsize=10686560 memory=8321000 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22861/stat : 22861 (java) S 22849 22852 7968 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 17496462 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525761918336 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22862] ppid=22849 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22862/stat : 22862 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525692774736 140526199830427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22863] ppid=22849 vsize=10686560 memory=8321000 CPUtime=1.39 cores=1,3,5,7
/proc/22852/task/22863/stat : 22863 (java) S 22849 22852 7968 0 -1 1077944384 8553 0 0 0 138 1 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525691722096 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22864] ppid=22849 vsize=10686560 memory=8321000 CPUtime=2.06 cores=1,3,5,7
/proc/22852/task/22864/stat : 22864 (java) S 22849 22852 7968 0 -1 1077944384 15407 0 0 0 204 2 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525690669296 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22865] ppid=22849 vsize=10686560 memory=960 CPUtime=0.48 cores=1,3,5,7
/proc/22852/task/22865/stat : 22865 (java) S 22849 22852 7968 0 -1 1077944384 3545 0 0 0 48 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525689615328 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22866] ppid=22849 vsize=10686560 memory=8319800 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22866/stat : 22866 (java) S 22849 22852 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17496464 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525688563936 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22867] ppid=22849 vsize=10686560 memory=280139511994000 CPUtime=0.27 cores=1,3,5,7
/proc/22852/task/22867/stat : 22867 (java) S 22849 22852 7968 0 -1 1077944384 539 0 0 0 15 12 0 0 20 0 17 0 17496468 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525687512240 140526199822978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22889] ppid=22849 vsize=10686560 memory=8320808 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22889/stat : 22889 (java) S 22849 22852 7968 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 17 0 17527942 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525684359280 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
[pid=22852/tid=22890] ppid=22849 vsize=10686560 memory=13200 CPUtime=0 cores=1,3,5,7
/proc/22852/task/22890/stat : 22890 (java) S 22849 22852 7968 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 17 0 17527942 10943037440 2080250 18446744073709551615 4194304 4196468 140726168713376 140525683307200 140526199822037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10526720 140726168715665 140726168715818 140726168715818 140726168719311 0
Current children cumulated CPU time: 1232.42 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8321000 KiB

Child status: 0
Real time (s): 338.779
CPU time (s): 1232.51
CPU user time (s): 1224.3
CPU system time (s): 8.21021
CPU usage (%): 363.809
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8321000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1224.3
system time used= 8.21021
maximum resident set size= 8321000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 665029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18355
involuntary context switches= 10669


# summary of solver processes directly reported to runsolver:
#   pid: 22852
#   total CPU time (s): 1232.51
#   total CPU user time (s): 1224.3
#   total CPU system time (s): 8.21021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.14426 second user time and 3.461 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 16:41:41
IDJOB=4263533
IDBENCH=138791
IDSOLVER=2651
FILE ID=node128/4263533-1502636138
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0120-m1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263533-1502636138/watcher-4263533-1502636138 -o /tmp/evaluation-result-4263533-1502636138/solver-4263533-1502636138 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263533-1502636138.xml

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

MD5SUM BENCH= 811bab41ab4f320547ec1b0722faadf8
RANDOM SEED=1420178155

node128.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.94
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.94
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.94
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.94
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:        28281528 kB
MemAvailable:   28872172 kB
Buffers:          145336 kB
Cached:           732736 kB
SwapCached:            0 kB
Active:          3389376 kB
Inactive:         684700 kB
Active(anon):    3196228 kB
Inactive(anon):    16764 kB
Active(file):     193148 kB
Inactive(file):   667936 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       3195796 kB
Mapped:            45580 kB
Shmem:             17116 kB
Slab:             115696 kB
SReclaimable:      90792 kB
SUnreclaim:        24904 kB
KernelStack:        3552 kB
PageTables:        11852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4584660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3055616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 16:47:20