Trace number 4263752

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1173.36 322.51001

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-21.xml
MD5SUM25b27bae3543dabdafa06e8069fa9092
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables441
Number of constraints1330
Number of domains1
Minimum domain size210
Maximum domain size210
Distribution of domain sizes[{"size":210,"count":210}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":231},{"degree":20,"count":210}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1330}]
Number of extensional constraints0
Number of intensional constraints1330
Distribution of constraint types[{"type":"intension","count":1330}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263752-1502640798/watcher-4263752-1502640798 -o /tmp/evaluation-result-4263752-1502640798/solver-4263752-1502640798 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263752-1502640798.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=31764, runsolver pid=31761

[startup+0.100135 s]*
/proc/loadavg: 2.02 2.03 2.16 3/204 31773
/proc/meminfo: memFree=30839944/32770624 swapFree=67108860/67108860
[pid=31764] ppid=31761 vsize=10151672 memory=21628 CPUtime=0.03 cores=1,3,5,7
/proc/31764/stat : 31764 (java) S 31761 31764 897 0 -1 1077944320 4301 0 0 0 3 0 0 0 20 0 9 0 66300482 10395312128 5407 18446744073709551615 4194304 4196468 140729673382192 140729673364736 139660491906807 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
/proc/31764/statm: 2537918 5407 2123 1 0 2527415 0
[pid=31764/tid=31766] ppid=31761 vsize=10151672 memory=8390339637985935414 CPUtime=0.03 cores=1,3,5,7
/proc/31764/task/31766/stat : 31766 (java) R 31761 31764 897 0 -1 4202560 2943 0 0 0 3 0 0 0 20 0 9 0 66300489 10395312128 5407 18446744073709551615 4194304 4196468 140729673382192 139660496144752 139660477589333 0 4 1 16800970 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31767] ppid=31761 vsize=10151672 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31767/stat : 31767 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66300490 10395312128 5407 18446744073709551615 4194304 4196468 140729673382192 139660459465360 139660491917013 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31768] ppid=31761 vsize=10151672 memory=288370303375562368 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31768/stat : 31768 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66300490 10395312128 5407 18446744073709551615 4194304 4196468 140729673382192 139660102285840 139660491917013 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31769] ppid=31761 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31769/stat : 31769 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66300490 10395312128 5407 18446744073709551615 4194304 4196468 140729673382192 139660101233040 139660491917013 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31770] ppid=31761 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31770/stat : 31770 (java) S 31761 31764 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66300490 10395312128 5407 18446744073709551615 4194304 4196468 140729673382192 139660100180240 139660491917013 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31771] ppid=31761 vsize=10151672 memory=139927223850624 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31771/stat : 31771 (java) S 31761 31764 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66300491 10395312128 5407 18446744073709551615 4194304 4196468 140729673382192 139659532299120 139660491917954 0 0 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31772] ppid=31761 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31772/stat : 31772 (java) S 31761 31764 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 66300492 10395312128 5407 18446744073709551615 4194304 4196468 140729673382192 139659531245088 139660491917013 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31773] ppid=31761 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31773/stat : 31773 (java) S 31761 31764 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 66300492 10395312128 5407 18446744073709551615 4194304 4196468 140729673382192 139659530192240 139660491917013 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21628 KiB

[startup+0.209629 s]*
/proc/loadavg: 2.02 2.03 2.16 3/210 31779
/proc/meminfo: memFree=30833460/32770624 swapFree=67108860/67108860
[pid=31764] ppid=31761 vsize=10552180 memory=33472 CPUtime=0.11 cores=1,3,5,7
/proc/31764/stat : 31764 (java) S 31761 31764 897 0 -1 1077944320 7765 0 0 0 10 1 0 0 20 0 15 0 66300482 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 140729673364736 139660491906807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
/proc/31764/statm: 2638045 8368 2798 1 0 2627517 0
[pid=31764/tid=31766] ppid=31761 vsize=10552180 memory=8318255677412212789 CPUtime=0.09 cores=1,3,5,7
/proc/31764/task/31766/stat : 31766 (java) R 31761 31764 897 0 -1 4202560 5683 0 0 0 8 1 0 0 20 0 15 0 66300489 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139660496095152 139660484586525 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31767] ppid=31761 vsize=10552180 memory=328 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31767/stat : 31767 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300490 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139660459465360 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31768] ppid=31761 vsize=10552180 memory=288370303375562368 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31768/stat : 31768 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300490 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139660102285840 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31769] ppid=31761 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31769/stat : 31769 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300490 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139660101233040 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31770] ppid=31761 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31770/stat : 31770 (java) S 31761 31764 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66300490 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139660100180240 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31771] ppid=31761 vsize=10552180 memory=139927223850624 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31771/stat : 31771 (java) S 31761 31764 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66300491 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139659532299120 139660491917954 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31772] ppid=31761 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31772/stat : 31772 (java) S 31761 31764 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66300492 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139659531245088 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31773] ppid=31761 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31773/stat : 31773 (java) S 31761 31764 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66300492 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139659530192240 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31774] ppid=31761 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31774/stat : 31774 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66300494 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139659529140560 139660491925403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31775] ppid=31761 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31775/stat : 31775 (java) S 31761 31764 897 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 66300494 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139659528087920 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31776] ppid=31761 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31776/stat : 31776 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66300494 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139659527035120 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31777] ppid=31761 vsize=10552180 memory=139927223850624 CPUtime=0.01 cores=1,3,5,7
/proc/31764/task/31777/stat : 31777 (java) S 31761 31764 897 0 -1 1077944384 294 0 0 0 1 0 0 0 20 0 15 0 66300494 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139659525982320 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31778] ppid=31761 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31778/stat : 31778 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66300495 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139659524929760 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31779] ppid=31761 vsize=10552180 memory=139927223850624 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31779/stat : 31779 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300500 10805432320 8368 18446744073709551615 4194304 4196468 140729673382192 139659523878064 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 33472 KiB

[startup+0.318344 s]*
/proc/loadavg: 2.02 2.03 2.16 5/210 31779
/proc/meminfo: memFree=30823708/32770624 swapFree=67108860/67108860
[pid=31764] ppid=31761 vsize=10551156 memory=41140 CPUtime=0.29 cores=1,3,5,7
/proc/31764/stat : 31764 (java) S 31761 31764 897 0 -1 1077944320 9068 0 0 0 27 2 0 0 20 0 15 0 66300482 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 140729673364736 139660491906807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
/proc/31764/statm: 2637789 10285 2912 1 0 2627261 0
[pid=31764/tid=31766] ppid=31761 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/31764/task/31766/stat : 31766 (java) R 31761 31764 897 0 -1 4202560 6214 0 0 0 18 1 0 0 20 0 15 0 66300489 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139660496144960 139660475987294 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31767] ppid=31761 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31767/stat : 31767 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300490 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139660459465360 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31768] ppid=31761 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31768/stat : 31768 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300490 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139660102285840 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31769] ppid=31761 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31769/stat : 31769 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300490 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139660101233040 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31770] ppid=31761 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31770/stat : 31770 (java) S 31761 31764 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66300490 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139660100180240 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31771] ppid=31761 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31771/stat : 31771 (java) S 31761 31764 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66300491 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139659532299120 139660491917954 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31772] ppid=31761 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31772/stat : 31772 (java) S 31761 31764 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66300492 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139659531245088 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31773] ppid=31761 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31773/stat : 31773 (java) S 31761 31764 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66300492 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139659530192240 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31774] ppid=31761 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31774/stat : 31774 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66300494 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139659529140560 139660491925403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31775] ppid=31761 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31764/task/31775/stat : 31775 (java) R 31761 31764 897 0 -1 4202560 598 0 0 0 2 0 0 0 20 0 15 0 66300494 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139659528078032 139660469130960 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31776] ppid=31761 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/31764/task/31776/stat : 31776 (java) R 31761 31764 897 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 15 0 66300494 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139659527035216 139660491917013 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31777] ppid=31761 vsize=10551156 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/31764/task/31777/stat : 31777 (java) R 31761 31764 897 0 -1 4202560 768 0 0 0 5 0 0 0 20 0 15 0 66300494 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139659525978264 139660470467418 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31778] ppid=31761 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31778/stat : 31778 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66300495 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139659524929760 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31779] ppid=31761 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31779/stat : 31779 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300500 10804383744 10285 18446744073709551615 4194304 4196468 140729673382192 139659523878064 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 41140 KiB

[startup+0.700779 s]
/proc/loadavg: 2.02 2.03 2.16 5/210 31779
/proc/meminfo: memFree=30801576/32770624 swapFree=67108860/67108860
[pid=31764] ppid=31761 vsize=10551232 memory=170048 CPUtime=1.45 cores=1,3,5,7
/proc/31764/stat : 31764 (java) S 31761 31764 897 0 -1 1077944320 12099 0 0 0 140 5 0 0 20 0 15 0 66300482 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 140729673364736 139660491906807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
/proc/31764/statm: 2637808 42512 3070 1 0 2627261 0
[pid=31764/tid=31766] ppid=31761 vsize=10551232 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/31764/task/31766/stat : 31766 (java) R 31761 31764 897 0 -1 4202560 6938 0 0 0 53 4 0 0 20 0 15 0 66300489 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139660496132384 139660136331971 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31767] ppid=31761 vsize=10551232 memory=304 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31767/stat : 31767 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300490 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139660459465360 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31768] ppid=31761 vsize=10551232 memory=251 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31768/stat : 31768 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300490 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139660102285840 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31769] ppid=31761 vsize=10551232 memory=279854163970944 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31769/stat : 31769 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300490 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139660101233040 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31770] ppid=31761 vsize=10551232 memory=279854164026544 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31770/stat : 31770 (java) S 31761 31764 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66300490 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139660100180240 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31771] ppid=31761 vsize=10551232 memory=139927081989968 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31771/stat : 31771 (java) S 31761 31764 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66300491 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139659532299120 139660491917954 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31772] ppid=31761 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31772/stat : 31772 (java) S 31761 31764 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66300492 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139659531245088 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31773] ppid=31761 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31773/stat : 31773 (java) S 31761 31764 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66300492 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139659530192240 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31774] ppid=31761 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31774/stat : 31774 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66300494 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139659529140560 139660491925403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31775] ppid=31761 vsize=10551232 memory=2000 CPUtime=0.27 cores=1,3,5,7
/proc/31764/task/31775/stat : 31775 (java) R 31761 31764 897 0 -1 4202560 1231 0 0 0 27 0 0 0 20 0 15 0 66300494 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139659528068936 139660476294886 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31776] ppid=31761 vsize=10551232 memory=10976 CPUtime=0.3 cores=1,3,5,7
/proc/31764/task/31776/stat : 31776 (java) R 31761 31764 897 0 -1 4202560 1068 0 0 0 30 0 0 0 20 0 15 0 66300494 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139659527035120 139660477032872 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31777] ppid=31761 vsize=10551232 memory=1200 CPUtime=0.27 cores=1,3,5,7
/proc/31764/task/31777/stat : 31777 (java) S 31761 31764 897 0 -1 1077944384 1491 0 0 0 27 0 0 0 20 0 15 0 66300494 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139659525982320 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31778] ppid=31761 vsize=10551232 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31778/stat : 31778 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66300495 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139659524929760 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31779] ppid=31761 vsize=10551232 memory=20856 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31779/stat : 31779 (java) S 31761 31764 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66300500 10804461568 42512 18446744073709551615 4194304 4196468 140729673382192 139659523878064 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 170048 KiB

[startup+1.50385 s]
/proc/loadavg: 2.02 2.03 2.16 6/210 31779
/proc/meminfo: memFree=30595912/32770624 swapFree=67108860/67108860
[pid=31764] ppid=31761 vsize=10551232 memory=504096 CPUtime=3.39 cores=1,3,5,7
/proc/31764/stat : 31764 (java) S 31761 31764 897 0 -1 1077944320 14136 0 0 0 306 33 0 0 20 0 15 0 66300482 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 140729673364736 139660491906807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
/proc/31764/statm: 2637808 126024 3102 1 0 2627261 0
[pid=31764/tid=31766] ppid=31761 vsize=10551232 memory=103 CPUtime=1.13 cores=1,3,5,7
/proc/31764/task/31766/stat : 31766 (java) S 31761 31764 897 0 -1 1077944384 7034 0 0 0 108 5 0 0 20 0 15 0 66300489 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139660496142544 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31767] ppid=31761 vsize=10551232 memory=12 CPUtime=0.22 cores=1,3,5,7
/proc/31764/task/31767/stat : 31767 (java) R 31761 31764 897 0 -1 4202560 199 0 0 0 16 6 0 0 20 0 15 0 66300490 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139660459465560 139660476931051 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31768] ppid=31761 vsize=10551232 memory=11 CPUtime=0.21 cores=1,3,5,7
/proc/31764/task/31768/stat : 31768 (java) R 31761 31764 897 0 -1 4202560 187 0 0 0 15 6 0 0 20 0 15 0 66300490 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139660102286040 139660476928928 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31769] ppid=31761 vsize=10551232 memory=2000 CPUtime=0.21 cores=1,3,5,7
/proc/31764/task/31769/stat : 31769 (java) R 31761 31764 897 0 -1 4202560 1082 0 0 0 15 6 0 0 20 0 15 0 66300490 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139660101232424 139660476934226 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31770] ppid=31761 vsize=10551232 memory=10976 CPUtime=0.23 cores=1,3,5,7
/proc/31764/task/31770/stat : 31770 (java) R 31761 31764 897 0 -1 4202560 233 0 0 0 17 6 0 0 20 0 15 0 66300490 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139660100180128 139660473532843 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31771] ppid=31761 vsize=10551232 memory=7446534215326327126 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31771/stat : 31771 (java) S 31761 31764 897 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 66300491 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139659532297632 139660491917013 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31772] ppid=31761 vsize=10551232 memory=7518875397717978477 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31772/stat : 31772 (java) S 31761 31764 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 66300492 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139659531245088 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31773] ppid=31761 vsize=10551232 memory=7883384513255002983 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31773/stat : 31773 (java) S 31761 31764 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 66300492 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139659530192240 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31774] ppid=31761 vsize=10551232 memory=180 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31774/stat : 31774 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66300494 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139659529140560 139660491925403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31775] ppid=31761 vsize=10551232 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/31764/task/31775/stat : 31775 (java) S 31761 31764 897 0 -1 1077944384 1326 0 0 0 50 0 0 0 20 0 15 0 66300494 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139659528087920 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31776] ppid=31761 vsize=10551232 memory=4532 CPUtime=0.5 cores=1,3,5,7
/proc/31764/task/31776/stat : 31776 (java) S 31761 31764 897 0 -1 1077944384 1102 0 0 0 50 0 0 0 20 0 15 0 66300494 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139659527035120 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31777] ppid=31761 vsize=10551232 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/31764/task/31777/stat : 31777 (java) S 31761 31764 897 0 -1 1077944384 1524 0 0 0 30 0 0 0 20 0 15 0 66300494 10804461568 126024 18446744073709551615 4194304 4196468 140729673382192 139659525982320 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0

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

/proc/31764/task/31770/stat : 31770 (java) R 31761 31764 897 0 -1 4202560 99700 0 0 0 28015 181 0 0 20 0 17 0 66300490 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139660100180360 139660484535015 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31771] ppid=31761 vsize=10686560 memory=4116 CPUtime=22.15 cores=1,3,5,7
/proc/31764/task/31771/stat : 31771 (java) S 31761 31764 897 0 -1 1077944384 62304 0 0 0 2211 4 0 0 20 0 17 0 66300491 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659532297664 139660491917013 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31772] ppid=31761 vsize=10686560 memory=37472 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31772/stat : 31772 (java) S 31761 31764 897 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 66300492 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659531245152 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31773] ppid=31761 vsize=10686560 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31773/stat : 31773 (java) S 31761 31764 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 66300492 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659530191248 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31774] ppid=31761 vsize=10686560 memory=8126712 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31774/stat : 31774 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66300494 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659529140560 139660491925403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31775] ppid=31761 vsize=10686560 memory=8126696 CPUtime=0.74 cores=1,3,5,7
/proc/31764/task/31775/stat : 31775 (java) S 31761 31764 897 0 -1 1077944384 4862 0 0 0 74 0 0 0 20 0 17 0 66300494 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659528088016 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31776] ppid=31761 vsize=10686560 memory=-8774313645642428999 CPUtime=1.49 cores=1,3,5,7
/proc/31764/task/31776/stat : 31776 (java) S 31761 31764 897 0 -1 1077944384 12516 0 0 0 147 2 0 0 20 0 17 0 66300494 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659527034880 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31777] ppid=31761 vsize=10686560 memory=1728 CPUtime=0.43 cores=1,3,5,7
/proc/31764/task/31777/stat : 31777 (java) S 31761 31764 897 0 -1 1077944384 5071 0 0 0 42 1 0 0 20 0 17 0 66300494 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659525978192 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31778] ppid=31761 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31778/stat : 31778 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66300495 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659524929760 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31779] ppid=31761 vsize=10686560 memory=796 CPUtime=0.23 cores=1,3,5,7
/proc/31764/task/31779/stat : 31779 (java) S 31761 31764 897 0 -1 1077944384 595 0 0 0 13 10 0 0 20 0 17 0 66300500 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659523878064 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31828] ppid=31761 vsize=10686560 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31828/stat : 31828 (java) S 31761 31764 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 66330977 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659520724784 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31829] ppid=31761 vsize=10686560 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31829/stat : 31829 (java) S 31761 31764 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 66330977 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139658914685360 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
Current children cumulated CPU time: 1165.7 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8127616 KiB

[startup+321.601 s]
/proc/loadavg: 4.91 3.71 2.84 8/212 31829
/proc/meminfo: memFree=22374120/32770624 swapFree=67108860/67108860
[pid=31764] ppid=31761 vsize=10686560 memory=8127616 CPUtime=1171.87 cores=1,3,5,7
/proc/31764/stat : 31764 (java) S 31761 31764 897 0 -1 1077944320 566005 0 0 0 116462 725 0 0 20 0 17 0 66300482 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 140729673364736 139660491906807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
/proc/31764/statm: 2671640 2031904 3170 1 0 2661055 0
[pid=31764/tid=31766] ppid=31761 vsize=10686560 memory=4616 CPUtime=12.76 cores=1,3,5,7
/proc/31764/task/31766/stat : 31766 (java) S 31761 31764 897 0 -1 1077944384 23970 0 0 0 1266 10 0 0 20 0 17 0 66300489 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139660496147488 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31767] ppid=31761 vsize=10686560 memory=1012 CPUtime=283.04 cores=1,3,5,7
/proc/31764/task/31767/stat : 31767 (java) R 31761 31764 897 0 -1 4202560 53887 0 0 0 28133 171 0 0 20 0 17 0 66300490 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139660459465168 139660484535015 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31768] ppid=31761 vsize=10686560 memory=8127608 CPUtime=283.43 cores=1,3,5,7
/proc/31764/task/31768/stat : 31768 (java) R 31761 31764 897 0 -1 4202560 149308 0 0 0 28167 176 0 0 20 0 17 0 66300490 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139660102285960 139660484535015 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31769] ppid=31761 vsize=10686560 memory=-8774313645642428999 CPUtime=284.01 cores=1,3,5,7
/proc/31764/task/31769/stat : 31769 (java) R 31761 31764 897 0 -1 4202560 152265 0 0 0 28228 173 0 0 20 0 17 0 66300490 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139660101233240 139660476903211 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31770] ppid=31761 vsize=10686560 memory=68 CPUtime=283.49 cores=1,3,5,7
/proc/31764/task/31770/stat : 31770 (java) R 31761 31764 897 0 -1 4202560 99700 0 0 0 28168 181 0 0 20 0 17 0 66300490 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139660100180048 139660484535015 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31771] ppid=31761 vsize=10686560 memory=6944656592455360604 CPUtime=22.15 cores=1,3,5,7
/proc/31764/task/31771/stat : 31771 (java) S 31761 31764 897 0 -1 1077944384 62304 0 0 0 2211 4 0 0 20 0 17 0 66300491 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659532297664 139660491917013 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31772] ppid=31761 vsize=10686560 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31772/stat : 31772 (java) S 31761 31764 897 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 66300492 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659531245152 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31773] ppid=31761 vsize=10686560 memory=164 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31773/stat : 31773 (java) S 31761 31764 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 66300492 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659530191248 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31774] ppid=31761 vsize=10686560 memory=592896258094495021 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31774/stat : 31774 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66300494 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659529140560 139660491925403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31775] ppid=31761 vsize=10686560 memory=288283359757730599 CPUtime=0.74 cores=1,3,5,7
/proc/31764/task/31775/stat : 31775 (java) S 31761 31764 897 0 -1 1077944384 4862 0 0 0 74 0 0 0 20 0 17 0 66300494 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659528088016 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31776] ppid=31761 vsize=10686560 memory=4122825767845626145 CPUtime=1.49 cores=1,3,5,7
/proc/31764/task/31776/stat : 31776 (java) S 31761 31764 897 0 -1 1077944384 12516 0 0 0 147 2 0 0 20 0 17 0 66300494 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659527034880 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31777] ppid=31761 vsize=10686560 memory=8127616 CPUtime=0.43 cores=1,3,5,7
/proc/31764/task/31777/stat : 31777 (java) S 31761 31764 897 0 -1 1077944384 5071 0 0 0 42 1 0 0 20 0 17 0 66300494 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659525978192 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31778] ppid=31761 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31778/stat : 31778 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66300495 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659524929760 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31779] ppid=31761 vsize=10686560 memory=3128 CPUtime=0.24 cores=1,3,5,7
/proc/31764/task/31779/stat : 31779 (java) S 31761 31764 897 0 -1 1077944384 595 0 0 0 13 11 0 0 20 0 17 0 66300500 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659523878064 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31828] ppid=31761 vsize=10686560 memory=8127616 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31828/stat : 31828 (java) S 31761 31764 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 66330977 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139659520724784 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31829] ppid=31761 vsize=10686560 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31829/stat : 31829 (java) S 31761 31764 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 66330977 10943037440 2031904 18446744073709551615 4194304 4196468 140729673382192 139658914685360 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
Current children cumulated CPU time: 1171.87 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8127616 KiB

[startup+322.001 s]*
/proc/loadavg: 4.91 3.71 2.84 4/212 31829
/proc/meminfo: memFree=22374120/32770624 swapFree=67108860/67108860
[pid=31764] ppid=31761 vsize=10686560 memory=8127620 CPUtime=1172.86 cores=1,3,5,7
/proc/31764/stat : 31764 (java) S 31761 31764 897 0 -1 1077944320 566300 0 0 0 116560 726 0 0 20 0 17 0 66300482 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 140729673364736 139660491906807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
/proc/31764/statm: 2671640 2031905 3170 1 0 2661055 0
[pid=31764/tid=31766] ppid=31761 vsize=10686560 memory=-8774313645642428999 CPUtime=12.76 cores=1,3,5,7
/proc/31764/task/31766/stat : 31766 (java) S 31761 31764 897 0 -1 1077944384 23970 0 0 0 1266 10 0 0 20 0 17 0 66300489 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139660496147488 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31767] ppid=31761 vsize=10686560 memory=4872558044660077418 CPUtime=283.23 cores=1,3,5,7
/proc/31764/task/31767/stat : 31767 (java) S 31761 31764 897 0 -1 1077944384 53887 0 0 0 28152 171 0 0 20 0 17 0 66300490 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139660459465360 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31768] ppid=31761 vsize=10686560 memory=3128 CPUtime=283.62 cores=1,3,5,7
/proc/31764/task/31768/stat : 31768 (java) S 31761 31764 897 0 -1 1077944384 149308 0 0 0 28186 176 0 0 20 0 17 0 66300490 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139660102285840 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31769] ppid=31761 vsize=10686560 memory=8127616 CPUtime=284.21 cores=1,3,5,7
/proc/31764/task/31769/stat : 31769 (java) S 31761 31764 897 0 -1 1077944384 152265 0 0 0 28248 173 0 0 20 0 17 0 66300490 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139660101233040 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31770] ppid=31761 vsize=10686560 memory=-8774313645642428999 CPUtime=283.69 cores=1,3,5,7
/proc/31764/task/31770/stat : 31770 (java) S 31761 31764 897 0 -1 1077944384 99700 0 0 0 28187 182 0 0 20 0 17 0 66300490 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139660100180240 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31771] ppid=31761 vsize=10686560 memory=4872558044660077418 CPUtime=22.35 cores=1,3,5,7
/proc/31764/task/31771/stat : 31771 (java) R 31761 31764 897 0 -1 4202560 62599 0 0 0 2231 4 0 0 20 0 17 0 66300491 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659532297552 139660476364377 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31772] ppid=31761 vsize=10686560 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31772/stat : 31772 (java) S 31761 31764 897 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 66300492 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659531245152 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31773] ppid=31761 vsize=10686560 memory=840 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31773/stat : 31773 (java) S 31761 31764 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 66300492 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659530191248 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31774] ppid=31761 vsize=10686560 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31774/stat : 31774 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66300494 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659529140560 139660491925403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31775] ppid=31761 vsize=10686560 memory=2752 CPUtime=0.74 cores=1,3,5,7
/proc/31764/task/31775/stat : 31775 (java) S 31761 31764 897 0 -1 1077944384 4862 0 0 0 74 0 0 0 20 0 17 0 66300494 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659528088016 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31776] ppid=31761 vsize=10686560 memory=2832 CPUtime=1.49 cores=1,3,5,7
/proc/31764/task/31776/stat : 31776 (java) S 31761 31764 897 0 -1 1077944384 12516 0 0 0 147 2 0 0 20 0 17 0 66300494 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659527034880 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31777] ppid=31761 vsize=10686560 memory=4068 CPUtime=0.43 cores=1,3,5,7
/proc/31764/task/31777/stat : 31777 (java) S 31761 31764 897 0 -1 1077944384 5071 0 0 0 42 1 0 0 20 0 17 0 66300494 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659525978192 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31778] ppid=31761 vsize=10686560 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31778/stat : 31778 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66300495 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659524929760 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31779] ppid=31761 vsize=10686560 memory=3012 CPUtime=0.24 cores=1,3,5,7
/proc/31764/task/31779/stat : 31779 (java) S 31761 31764 897 0 -1 1077944384 595 0 0 0 13 11 0 0 20 0 17 0 66300500 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659523878064 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31828] ppid=31761 vsize=10686560 memory=647696 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31828/stat : 31828 (java) S 31761 31764 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 66330977 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659520724784 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31829] ppid=31761 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31829/stat : 31829 (java) S 31761 31764 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 66330977 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139658914685360 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
Current children cumulated CPU time: 1172.86 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8127620 KiB

[startup+322.401 s]
/proc/loadavg: 4.91 3.71 2.84 4/212 31829
/proc/meminfo: memFree=22374120/32770624 swapFree=67108860/67108860
[pid=31764] ppid=31761 vsize=10686560 memory=8127620 CPUtime=1173.25 cores=1,3,5,7
/proc/31764/stat : 31764 (java) S 31761 31764 897 0 -1 1077944320 566300 0 0 0 116599 726 0 0 20 0 17 0 66300482 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 140729673364736 139660491906807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
/proc/31764/statm: 2671640 2031905 3170 1 0 2661055 0
[pid=31764/tid=31766] ppid=31761 vsize=10686560 memory=4116 CPUtime=12.76 cores=1,3,5,7
/proc/31764/task/31766/stat : 31766 (java) S 31761 31764 897 0 -1 1077944384 23970 0 0 0 1266 10 0 0 20 0 17 0 66300489 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139660496147488 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31767] ppid=31761 vsize=10686560 memory=37472 CPUtime=283.23 cores=1,3,5,7
/proc/31764/task/31767/stat : 31767 (java) S 31761 31764 897 0 -1 1077944384 53887 0 0 0 28152 171 0 0 20 0 17 0 66300490 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139660459465360 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31768] ppid=31761 vsize=10686560 memory=1292 CPUtime=283.62 cores=1,3,5,7
/proc/31764/task/31768/stat : 31768 (java) S 31761 31764 897 0 -1 1077944384 149308 0 0 0 28186 176 0 0 20 0 17 0 66300490 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139660102285840 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31769] ppid=31761 vsize=10686560 memory=-8774313645642428999 CPUtime=284.21 cores=1,3,5,7
/proc/31764/task/31769/stat : 31769 (java) S 31761 31764 897 0 -1 1077944384 152265 0 0 0 28248 173 0 0 20 0 17 0 66300490 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139660101233040 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31770] ppid=31761 vsize=10686560 memory=2832 CPUtime=283.69 cores=1,3,5,7
/proc/31764/task/31770/stat : 31770 (java) S 31761 31764 897 0 -1 1077944384 99700 0 0 0 28187 182 0 0 20 0 17 0 66300490 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139660100180240 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31771] ppid=31761 vsize=10686560 memory=4068 CPUtime=22.74 cores=1,3,5,7
/proc/31764/task/31771/stat : 31771 (java) R 31761 31764 897 0 -1 4202560 62599 0 0 0 2270 4 0 0 20 0 17 0 66300491 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659532297552 139660476364398 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31772] ppid=31761 vsize=10686560 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31772/stat : 31772 (java) S 31761 31764 897 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 66300492 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659531245152 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31773] ppid=31761 vsize=10686560 memory=3024 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31773/stat : 31773 (java) S 31761 31764 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 66300492 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659530191248 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31774] ppid=31761 vsize=10686560 memory=647696 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31774/stat : 31774 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66300494 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659529140560 139660491925403 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31775] ppid=31761 vsize=10686560 memory=16436 CPUtime=0.74 cores=1,3,5,7
/proc/31764/task/31775/stat : 31775 (java) S 31761 31764 897 0 -1 1077944384 4862 0 0 0 74 0 0 0 20 0 17 0 66300494 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659528088016 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31776] ppid=31761 vsize=10686560 memory=2752 CPUtime=1.49 cores=1,3,5,7
/proc/31764/task/31776/stat : 31776 (java) S 31761 31764 897 0 -1 1077944384 12516 0 0 0 147 2 0 0 20 0 17 0 66300494 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659527034880 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31777] ppid=31761 vsize=10686560 memory=2832 CPUtime=0.43 cores=1,3,5,7
/proc/31764/task/31777/stat : 31777 (java) S 31761 31764 897 0 -1 1077944384 5071 0 0 0 42 1 0 0 20 0 17 0 66300494 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659525978192 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31778] ppid=31761 vsize=10686560 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31778/stat : 31778 (java) S 31761 31764 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66300495 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659524929760 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31779] ppid=31761 vsize=10686560 memory=1156 CPUtime=0.24 cores=1,3,5,7
/proc/31764/task/31779/stat : 31779 (java) S 31761 31764 897 0 -1 1077944384 595 0 0 0 13 11 0 0 20 0 17 0 66300500 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659523878064 139660491917954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31828] ppid=31761 vsize=10686560 memory=3008 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31828/stat : 31828 (java) S 31761 31764 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 66330977 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139659520724784 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
[pid=31764/tid=31829] ppid=31761 vsize=10686560 memory=647696 CPUtime=0 cores=1,3,5,7
/proc/31764/task/31829/stat : 31829 (java) S 31761 31764 897 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 66330977 10943037440 2031905 18446744073709551615 4194304 4196468 140729673382192 139658914685360 139660491917013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140729673384336 140729673384489 140729673384489 140729673387983 0
Current children cumulated CPU time: 1173.25 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8127620 KiB

[startup+322.501 s]*
/proc/loadavg: 4.91 3.71 2.84 2/196 31829
/proc/meminfo: memFree=30505140/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 322.51
CPU time (s): 1173.36
CPU user time (s): 1166.05
CPU system time (s): 7.3067
CPU usage (%): 363.82
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8127620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1166.05
system time used= 7.3067
maximum resident set size= 8127788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 569557
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17312
involuntary context switches= 9946


# summary of solver processes directly reported to runsolver:
#   pid: 31764
#   total CPU time (s): 1173.36
#   total CPU user time (s): 1166.05
#   total CPU system time (s): 7.3067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.77244 second user time and 3.23516 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 17:59:12
IDJOB=4263752
IDBENCH=140566
IDSOLVER=2651
FILE ID=node125/4263752-1502640798
RUNJOBID= node125-1502623975-28611
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-21.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263752-1502640798/watcher-4263752-1502640798 -o /tmp/evaluation-result-4263752-1502640798/solver-4263752-1502640798 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263752-1502640798.xml

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

MD5SUM BENCH= 25b27bae3543dabdafa06e8069fa9092
RANDOM SEED=1322934519

node125.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.07
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.07
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.07
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.07
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:        30852440 kB
MemAvailable:   31703056 kB
Buffers:          285412 kB
Cached:           860804 kB
SwapCached:            0 kB
Active:           907556 kB
Inactive:         584240 kB
Active(anon):     345912 kB
Inactive(anon):    33100 kB
Active(file):     561644 kB
Inactive(file):   551140 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1648 kB
Writeback:            52 kB
AnonPages:        345580 kB
Mapped:            58708 kB
Shmem:             33444 kB
Slab:             132668 kB
SReclaimable:     107336 kB
SUnreclaim:        25332 kB
KernelStack:        3424 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1160080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 18:04:35