Trace number 4289971

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 2018-07-11? (problem) 1460.83 399.997

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-5_c18.xml
MD5SUMee128878a96f2bf381e98278be1f86f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark227
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables282
Number of constraints3247
Number of domains1
Minimum domain size282
Maximum domain size282
Distribution of domain sizes[{"size":282,"count":282}]
Minimum variable degree9
Maximum variable degree96
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":6},{"degree":11,"count":11},{"degree":12,"count":8},{"degree":13,"count":13},{"degree":14,"count":13},{"degree":15,"count":13},{"degree":16,"count":16},{"degree":17,"count":15},{"degree":18,"count":15},{"degree":19,"count":11},{"degree":20,"count":11},{"degree":21,"count":12},{"degree":22,"count":12},{"degree":23,"count":9},{"degree":24,"count":9},{"degree":25,"count":10},{"degree":26,"count":10},{"degree":27,"count":10},{"degree":28,"count":10},{"degree":29,"count":4},{"degree":30,"count":4},{"degree":31,"count":4},{"degree":32,"count":4},{"degree":33,"count":3},{"degree":34,"count":3},{"degree":35,"count":6},{"degree":36,"count":3},{"degree":37,"count":3},{"degree":38,"count":3},{"degree":39,"count":3},{"degree":40,"count":3},{"degree":45,"count":3},{"degree":46,"count":3},{"degree":47,"count":3},{"degree":48,"count":3},{"degree":65,"count":3},{"degree":66,"count":3},{"degree":96,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3247}]
Number of extensional constraints0
Number of intensional constraints3247
Distribution of constraint types[{"type":"intension","count":3247}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1241.95/342.89	Jul 22, 2018 12:52:29 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1241.95/342.89	INFO: Runtime exception
1241.95/342.89	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1241.95/342.89		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1241.95/342.89		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1241.95/342.89		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1241.95/342.89		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1241.95/342.89		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1241.95/342.89		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1241.95/342.89		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1241.95/342.89		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1241.95/342.89		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1241.95/342.89		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1241.95/342.89		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1241.95/342.89		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1241.95/342.89		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1241.95/342.89		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1241.95/342.89		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1241.95/342.89		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1241.95/342.89		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1241.95/342.89		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1241.95/342.89		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1241.95/342.89	Caused by: java.lang.reflect.InvocationTargetException
1241.95/342.89		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1241.95/342.89		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1241.95/342.89		at java.lang.reflect.Method.invoke(Method.java:498)
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1241.95/342.89		... 21 more
1241.95/342.89	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1241.95/342.89		... 25 more
1241.95/342.89	Caused by: java.lang.reflect.InvocationTargetException
1241.95/342.89		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1241.95/342.89		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1241.95/342.89		at java.lang.reflect.Method.invoke(Method.java:498)
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1241.95/342.89		... 25 more
1241.95/342.89	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1241.95/342.89		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1241.95/342.89		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1241.95/342.89		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1241.95/342.89		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1241.95/342.89		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1241.95/342.89		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1241.95/342.89		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1241.95/342.89		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1241.95/342.89		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1241.95/342.89		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:375)
1241.95/342.89		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1241.95/342.89		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1241.95/342.89		at java.lang.reflect.Method.invoke(Method.java:498)
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1241.95/342.89		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1241.95/342.89		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1241.95/342.89		at java.lang.reflect.Method.invoke(Method.java:498)
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1241.95/342.89		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1241.95/342.89		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1241.95/342.89		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1241.95/342.89		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1241.95/342.89		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1241.95/342.89		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1241.95/342.89		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1241.95/342.89		at org.xcsp.parser.XCallbacks$$Lambda$83/764577347.accept(Unknown Source)
1241.95/342.89		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1241.95/342.89		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1241.95/342.89		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1241.95/342.89	
1309.46/361.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1309.46/361.09	c This is free software under the dual EPL/GNU LGPL licenses.
1309.46/361.09	c See www.sat4j.org for details.
1309.46/361.09	c That software uses the Rhino library from the Mozilla project.
1309.46/361.09	c version 2.3.6-SNAPSHOT
1309.46/361.09	c java.runtime.name	Java(TM) SE Runtime Environment
1309.46/361.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1309.46/361.09	c java.vm.version	25.131-b11
1309.46/361.09	c java.vm.vendor	Oracle Corporation
1309.46/361.09	c sun.arch.data.model	64
1309.46/361.09	c java.version		1.8.0_131
1309.46/361.09	c os.name		Linux
1309.46/361.09	c os.version		3.10.0-514.16.1.el7.x86_64
1309.46/361.09	c os.arch		amd64
1309.46/361.09	c Free memory 		499604488
1309.46/361.09	c Max memory 		7247757312
1309.46/361.09	c Total memory 		504889344
1309.46/361.09	c Number of processors 	4
1309.46/361.09	c c --- Begin Solver configuration ---
1309.46/361.09	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1309.46/361.09	c Learn all clauses as in MiniSAT
1309.46/361.09	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1309.46/361.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1309.46/361.09	c No reason simplification
1309.46/361.09	c Glucose 2.1 dynamic restart strategy
1309.46/361.09	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
1309.46/361.09	c timeout=2147483s
1309.46/361.09	c DB Simplification allowed=false
1309.46/361.09	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1309.46/361.09	c --- End Solver configuration ---
1329.10/366.06	c starts		: 0
1368.14/375.99	c conflicts		: 0
1368.14/375.99	c decisions		: 0
1368.14/375.99	c propagations		: 0
1368.14/375.99	c inspects		: 0
1387.87/380.95	c shortcuts		: 0
1407.54/385.93	c learnt literals	: 0
1407.54/385.93	Exception in thread "Thread-1" c learnt binary clauses	: 0
1407.54/385.93	c learnt ternary clauses	: 0
1407.54/385.93	c learnt constraints	: 0
1407.54/385.93	c ignored constraints	: 0
1407.54/385.93	c root simplifications	: 0
1407.54/385.93	c removed literals (reason simplification)	: 0
1407.54/385.93	c reason swapping (by a shorter reason)	: 0
1407.54/385.93	c Calls to reduceDB	: 0
1407.54/385.93	c Number of update (reduction) of LBD	: 0
1426.93/390.89	c Imported unit clauses	: 0
1426.93/390.89	java.lang.OutOfMemoryError: GC overhead limit exceeded
1426.93/390.89		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1426.93/390.89		at java.util.Hashtable.keys(Hashtable.java:257)
1426.93/390.89		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1426.93/390.89		at java.util.logging.LogManager.reset(LogManager.java:1327)
1426.93/390.89		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1460.72/399.96	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1460.72/399.96		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:92)
1460.72/399.96		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2017)
1460.72/399.96		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1460.72/399.96		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1460.72/399.96		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1460.72/399.96		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1460.72/399.96		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1460.72/399.96		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (8214 MiB free)
  memory of node 1: 16384 MiB (10964 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289971-1532213206/watcher-4289971-1532213206 -o /tmp/evaluation-result-4289971-1532213206/solver-4289971-1532213206 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289971-1532213206.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 3.86 4.02 3.30 2/216 30178
/proc/meminfo: memFree=19621324/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10659012 memory=31536 CPUtime=0.13 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26594 0 -1 1077944320 6434 0 0 0 11 2 0 0 20 0 15 0 38883817 10914828288 7884 33554432000 4194304 4196468 140727487686576 140727487669120 140016132759287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
/proc/30163/statm: 2664753 7884 2846 1 0 2627263 0
[pid=30163/tid=30165] ppid=30160 vsize=10659012 memory=-8701690554792448382 CPUtime=0.09 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26594 0 -1 4202560 4276 0 0 0 8 1 0 0 20 0 15 0 38883817 10914828288 7884 33554432000 4194304 4196468 140727487686576 140016136963952 140016132781213 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30166] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38883818 10914828288 7884 33554432000 4194304 4196468 140727487686576 140016069450512 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30167] ppid=30160 vsize=10659012 memory=140020663629440 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38883818 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015738678160 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30168] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38883818 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015737625616 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30169] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38883818 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015736573072 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30170] ppid=30160 vsize=10659012 memory=140020663629440 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38883819 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015370373104 140016132770434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30171] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38883820 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015369319328 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30172] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38883820 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015368266736 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30173] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38883822 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015367215312 140016132777883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30174] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26594 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 38883822 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015366162928 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30175] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26594 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 38883822 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015365110384 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30176] ppid=30160 vsize=10659012 memory=140020663629440 CPUtime=0.01 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) R 30160 30163 26594 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 38883822 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015364057840 140016111894770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30177] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38883823 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015363005536 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30178] ppid=30160 vsize=10659012 memory=140020663629440 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38883823 10914828288 7884 33554432000 4194304 4196468 140727487686576 140015361952048 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31536 KiB

[startup+0.210621 s]*
/proc/loadavg: 3.86 4.02 3.30 4/216 30178
/proc/meminfo: memFree=19610664/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10659012 memory=42268 CPUtime=0.33 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26594 0 -1 1077944320 7623 0 0 0 31 2 0 0 20 0 15 0 38883817 10914828288 10567 33554432000 4194304 4196468 140727487686576 140727487669120 140016132759287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
/proc/30163/statm: 2664753 10567 3007 1 0 2627263 0
[pid=30163/tid=30165] ppid=30160 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26594 0 -1 4202560 4619 0 0 0 19 1 0 0 20 0 15 0 38883817 10914828288 10567 33554432000 4194304 4196468 140727487686576 140016136994192 140016132781213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30166] ppid=30160 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38883818 10914828288 10567 33554432000 4194304 4196468 140727487686576 140016069450512 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30167] ppid=30160 vsize=10659012 memory=140020663657207 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38883818 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015738678160 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30168] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38883818 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015737625616 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30169] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38883818 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015736573072 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30170] ppid=30160 vsize=10659012 memory=140020663629440 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38883819 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015370373104 140016132770434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30171] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38883820 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015369319328 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30172] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38883820 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015368266736 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30173] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38883822 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015367215312 140016132777883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30174] ppid=30160 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26594 0 -1 1077944384 552 0 0 0 2 0 0 0 20 0 15 0 38883822 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015366162928 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30175] ppid=30160 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26594 0 -1 1077944384 423 0 0 0 2 0 0 0 20 0 15 0 38883822 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015365110384 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30176] ppid=30160 vsize=10659012 memory=140020663629440 CPUtime=0.07 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) R 30160 30163 26594 0 -1 4202560 660 0 0 0 7 0 0 0 20 0 15 0 38883822 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015364057840 140016125009777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30177] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38883823 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015363005536 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30178] ppid=30160 vsize=10659012 memory=140020663629440 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38883823 10914828288 10567 33554432000 4194304 4196468 140727487686576 140015361952048 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42268 KiB

[startup+0.310581 s]*
/proc/loadavg: 3.86 4.02 3.30 5/216 30178
/proc/meminfo: memFree=19599312/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10659088 memory=52580 CPUtime=0.58 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26594 0 -1 1077944320 9166 0 0 0 56 2 0 0 20 0 15 0 38883817 10914906112 13145 33554432000 4194304 4196468 140727487686576 140727487669120 140016132759287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
/proc/30163/statm: 2664772 13145 3069 1 0 2627263 0
[pid=30163/tid=30165] ppid=30160 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26594 0 -1 4202560 5091 0 0 0 28 1 0 0 20 0 15 0 38883817 10914906112 13145 33554432000 4194304 4196468 140727487686576 140016136991600 140016132771222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30166] ppid=30160 vsize=10659088 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38883818 10914906112 13145 33554432000 4194304 4196468 140727487686576 140016069450512 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30167] ppid=30160 vsize=10659088 memory=140020663656329 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38883818 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015738678160 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30168] ppid=30160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38883818 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015737625616 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30169] ppid=30160 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38883818 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015736573072 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30170] ppid=30160 vsize=10659088 memory=140020663629440 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26594 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 38883819 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015370373104 140016132770434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30171] ppid=30160 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38883820 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015369319328 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30172] ppid=30160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38883820 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015368266736 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30173] ppid=30160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38883822 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015367215312 140016132777883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30174] ppid=30160 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) R 30160 30163 26594 0 -1 1077944384 798 0 0 0 7 0 0 0 20 0 15 0 38883822 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015366162928 140016132770434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30175] ppid=30160 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) R 30160 30163 26594 0 -1 4202560 962 0 0 0 7 0 0 0 20 0 15 0 38883822 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015365091400 140016116245563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30176] ppid=30160 vsize=10659088 memory=140020663629440 CPUtime=0.13 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) R 30160 30163 26594 0 -1 4202560 942 0 0 0 13 0 0 0 20 0 15 0 38883822 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015364053568 140016132773169 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30177] ppid=30160 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38883823 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015363005536 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30178] ppid=30160 vsize=10659088 memory=140020663629440 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38883823 10914906112 13145 33554432000 4194304 4196468 140727487686576 140015361952048 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52580 KiB

[startup+0.700774 s]
/proc/loadavg: 3.86 4.02 3.30 8/216 30178
/proc/meminfo: memFree=19575736/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10659088 memory=194516 CPUtime=1.87 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26594 0 -1 1077944320 11519 0 0 0 180 7 0 0 20 0 15 0 38883817 10914906112 48629 33554432000 4194304 4196468 140727487686576 140727487669120 140016132759287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
/proc/30163/statm: 2664772 48629 3132 1 0 2627263 0
[pid=30163/tid=30165] ppid=30160 vsize=10659088 memory=1728 CPUtime=0.65 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26594 0 -1 4202560 5398 0 0 0 62 3 0 0 20 0 15 0 38883817 10914906112 48629 33554432000 4194304 4196468 140727487686576 140016136981488 140015753346066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30166] ppid=30160 vsize=10659088 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38883818 10914906112 48629 33554432000 4194304 4196468 140727487686576 140016069450512 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30167] ppid=30160 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38883818 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015738678160 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30168] ppid=30160 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26594 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 38883818 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015737625616 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30169] ppid=30160 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26594 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 38883818 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015736573072 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30170] ppid=30160 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26594 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 38883819 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015370373104 140016132770434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30171] ppid=30160 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38883820 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015369319328 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30172] ppid=30160 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38883820 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015368266736 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30173] ppid=30160 vsize=10659088 memory=12972 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38883822 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015367215312 140016132777883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30174] ppid=30160 vsize=10659088 memory=7662705889289527641 CPUtime=0.39 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) R 30160 30163 26594 0 -1 4202560 1381 0 0 0 39 0 0 0 20 0 15 0 38883822 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015366153760 140016117640976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30175] ppid=30160 vsize=10659088 memory=7597685182856913236 CPUtime=0.42 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) R 30160 30163 26594 0 -1 4202560 1374 0 0 0 42 0 0 0 20 0 15 0 38883822 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015365101216 140016112454192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30176] ppid=30160 vsize=10659088 memory=6935658124599644240 CPUtime=0.33 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) R 30160 30163 26594 0 -1 1077944384 1854 0 0 0 33 0 0 0 20 0 15 0 38883822 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015364057840 140016132770434 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30177] ppid=30160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38883823 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015363005536 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30178] ppid=30160 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38883823 10914906112 48629 33554432000 4194304 4196468 140727487686576 140015361952048 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 194516 KiB

[startup+1.50082 s]
/proc/loadavg: 3.86 4.02 3.30 5/216 30178
/proc/meminfo: memFree=19418540/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10659088 memory=518372 CPUtime=4.13 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26594 0 -1 1077944320 13534 0 0 0 378 35 0 0 20 0 15 0 38883817 10914906112 129593 33554432000 4194304 4196468 140727487686576 140727487669120 140016132759287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
/proc/30163/statm: 2664772 129593 3148 1 0 2627263 0
[pid=30163/tid=30165] ppid=30160 vsize=10659088 memory=0 CPUtime=1.21 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26594 0 -1 4202560 5487 0 0 0 116 5 0 0 20 0 15 0 38883817 10914906112 129593 33554432000 4194304 4196468 140727487686576 140016136996160 140015753757694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30166] ppid=30160 vsize=10659088 memory=-6951259422114956437 CPUtime=0.24 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26594 0 -1 1077944384 207 0 0 0 18 6 0 0 20 0 15 0 38883818 10914906112 129593 33554432000 4194304 4196468 140727487686576 140016069450512 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30167] ppid=30160 vsize=10659088 memory=-6509546260019855295 CPUtime=0.24 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26594 0 -1 1077944384 197 0 0 0 18 6 0 0 20 0 15 0 38883818 10914906112 129593 33554432000 4194304 4196468 140727487686576 140015738678160 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30168] ppid=30160 vsize=10659088 memory=-7390251449858225344 CPUtime=0.23 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26594 0 -1 1077944384 122 0 0 0 17 6 0 0 20 0 15 0 38883818 10914906112 129593 33554432000 4194304 4196468 140727487686576 140015737625616 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30169] ppid=30160 vsize=10659088 memory=-7096649868621430206 CPUtime=0.23 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26594 0 -1 1077944384 198 0 0 0 17 6 0 0 20 0 15 0 38883818 10914906112 129593 33554432000 4194304 4196468 140727487686576 140015736573072 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30170] ppid=30160 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26594 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 38883819 10914906112 129593 33554432000 4194304 4196468 140727487686576 140015370373104 140016132770434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0

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

[startup+399.201 s]
/proc/loadavg: 4.95 4.59 3.78 6/218 30194
/proc/meminfo: memFree=10952420/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10794416 memory=8317084 CPUtime=1459.69 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26594 0 -1 1077944320 171583 0 0 0 145211 758 0 0 20 0 16 0 38883817 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140727487669120 140016132759287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
/proc/30163/statm: 2698604 2079271 3215 1 0 2661057 0
[pid=30163/tid=30165] ppid=30160 vsize=10794416 memory=6791534058613427641 CPUtime=13.49 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) S 30160 30163 26594 0 -1 1077944384 16485 0 0 0 1338 11 0 0 20 0 16 0 38883817 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140016136999968 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30166] ppid=30160 vsize=10794416 memory=3144 CPUtime=354.58 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) R 30160 30163 26594 0 -1 4202560 20625 0 0 0 35282 176 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140016069450320 140016125387495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30167] ppid=30160 vsize=10794416 memory=2630368 CPUtime=354.17 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) R 30160 30163 26594 0 -1 4202560 21114 0 0 0 35231 186 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015738677968 140016125387495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30168] ppid=30160 vsize=10794416 memory=8317084 CPUtime=353.56 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) R 30160 30163 26594 0 -1 4202560 16831 0 0 0 35172 184 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015737625816 140016117216890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30169] ppid=30160 vsize=10794416 memory=8317084 CPUtime=353.38 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) R 30160 30163 26594 0 -1 4202560 17298 0 0 0 35150 188 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015736573192 140016125387495 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30170] ppid=30160 vsize=10794416 memory=4140 CPUtime=27.72 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26594 0 -1 1077944384 63235 0 0 0 2768 4 0 0 20 0 16 0 38883819 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015370371648 140016132769493 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30171] ppid=30160 vsize=10794416 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26594 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 38883820 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015369319392 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30172] ppid=30160 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26594 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 38883820 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015368266736 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30173] ppid=30160 vsize=10794416 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015367215312 140016132777883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30174] ppid=30160 vsize=10794416 memory=1240 CPUtime=0.89 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26594 0 -1 1077944384 4517 0 0 0 89 0 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015366162976 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30175] ppid=30160 vsize=10794416 memory=960 CPUtime=0.99 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26594 0 -1 1077944384 3788 0 0 0 98 1 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015365110432 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30176] ppid=30160 vsize=10794416 memory=6428 CPUtime=0.49 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) S 30160 30163 26594 0 -1 1077944384 5283 0 0 0 48 1 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015364057600 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30177] ppid=30160 vsize=10794416 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38883823 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015363005536 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30178] ppid=30160 vsize=10794416 memory=932 CPUtime=0.3 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26594 0 -1 1077944384 778 0 0 0 14 16 0 0 20 0 16 0 38883823 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015361952048 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30192] ppid=30160 vsize=10794416 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30192/stat : 30192 (java) S 30160 30163 26594 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 16 0 38918107 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015358799456 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
Current children cumulated CPU time: 1459.69 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8317084 KiB

[startup+399.601 s]
/proc/loadavg: 4.95 4.59 3.78 6/218 30194
/proc/meminfo: memFree=10952420/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10794416 memory=8317084 CPUtime=1460.42 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26594 0 -1 1077944320 171591 0 0 0 145284 758 0 0 20 0 16 0 38883817 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140727487669120 140016132759287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
/proc/30163/statm: 2698604 2079271 3215 1 0 2661057 0
[pid=30163/tid=30165] ppid=30160 vsize=10794416 memory=6791534058613427641 CPUtime=13.49 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) S 30160 30163 26594 0 -1 1077944384 16485 0 0 0 1338 11 0 0 20 0 16 0 38883817 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140016136999968 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30166] ppid=30160 vsize=10794416 memory=2412 CPUtime=354.69 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26594 0 -1 1077944384 20625 0 0 0 35293 176 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140016069450512 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30167] ppid=30160 vsize=10794416 memory=1728 CPUtime=354.28 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26594 0 -1 1077944384 21114 0 0 0 35242 186 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015738678160 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30168] ppid=30160 vsize=10794416 memory=5408 CPUtime=353.67 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26594 0 -1 1077944384 16835 0 0 0 35183 184 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015737625616 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30169] ppid=30160 vsize=10794416 memory=4612 CPUtime=353.5 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26594 0 -1 1077944384 17298 0 0 0 35161 189 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015736573072 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30170] ppid=30160 vsize=10794416 memory=6791534058613427641 CPUtime=28.01 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) R 30160 30163 26594 0 -1 4202560 63239 0 0 0 2797 4 0 0 20 0 16 0 38883819 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015370371648 140016117755684 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30171] ppid=30160 vsize=10794416 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26594 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 38883820 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015369319392 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30172] ppid=30160 vsize=10794416 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26594 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 38883820 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015368266736 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30173] ppid=30160 vsize=10794416 memory=960 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015367215312 140016132777883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30174] ppid=30160 vsize=10794416 memory=6428 CPUtime=0.89 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26594 0 -1 1077944384 4517 0 0 0 89 0 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015366162976 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30175] ppid=30160 vsize=10794416 memory=1576 CPUtime=0.99 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26594 0 -1 1077944384 3788 0 0 0 98 1 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015365110432 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30176] ppid=30160 vsize=10794416 memory=932 CPUtime=0.49 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) S 30160 30163 26594 0 -1 1077944384 5283 0 0 0 48 1 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015364057600 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30177] ppid=30160 vsize=10794416 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38883823 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015363005536 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30178] ppid=30160 vsize=10794416 memory=4132 CPUtime=0.3 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26594 0 -1 1077944384 778 0 0 0 14 16 0 0 20 0 16 0 38883823 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015361952048 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30192] ppid=30160 vsize=10794416 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30192/stat : 30192 (java) S 30160 30163 26594 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 16 0 38918107 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015358799456 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
Current children cumulated CPU time: 1460.42 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8317084 KiB

[startup+399.801 s]
/proc/loadavg: 4.95 4.59 3.78 6/218 30194
/proc/meminfo: memFree=10952420/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10794416 memory=8317084 CPUtime=1460.62 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26594 0 -1 1077944320 171591 0 0 0 145304 758 0 0 20 0 16 0 38883817 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140727487669120 140016132759287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
/proc/30163/statm: 2698604 2079271 3215 1 0 2661057 0
[pid=30163/tid=30165] ppid=30160 vsize=10794416 memory=1944 CPUtime=13.49 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) S 30160 30163 26594 0 -1 1077944384 16485 0 0 0 1338 11 0 0 20 0 16 0 38883817 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140016136999968 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30166] ppid=30160 vsize=10794416 memory=1004 CPUtime=354.69 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26594 0 -1 1077944384 20625 0 0 0 35293 176 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140016069450512 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30167] ppid=30160 vsize=10794416 memory=8372 CPUtime=354.28 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26594 0 -1 1077944384 21114 0 0 0 35242 186 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015738678160 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30168] ppid=30160 vsize=10794416 memory=12972 CPUtime=353.67 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26594 0 -1 1077944384 16835 0 0 0 35183 184 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015737625616 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30169] ppid=30160 vsize=10794416 memory=796 CPUtime=353.5 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26594 0 -1 1077944384 17298 0 0 0 35161 189 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015736573072 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30170] ppid=30160 vsize=10794416 memory=1424 CPUtime=28.21 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) R 30160 30163 26594 0 -1 4202560 63239 0 0 0 2817 4 0 0 20 0 16 0 38883819 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015370371648 140016117216920 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30171] ppid=30160 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26594 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 38883820 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015369319392 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30172] ppid=30160 vsize=10794416 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26594 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 38883820 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015368266736 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30173] ppid=30160 vsize=10794416 memory=8536 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015367215312 140016132777883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30174] ppid=30160 vsize=10794416 memory=16448 CPUtime=0.89 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26594 0 -1 1077944384 4517 0 0 0 89 0 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015366162976 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30175] ppid=30160 vsize=10794416 memory=4008 CPUtime=0.99 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26594 0 -1 1077944384 3788 0 0 0 98 1 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015365110432 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30176] ppid=30160 vsize=10794416 memory=636 CPUtime=0.49 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) S 30160 30163 26594 0 -1 1077944384 5283 0 0 0 48 1 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015364057600 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30177] ppid=30160 vsize=10794416 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38883823 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015363005536 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30178] ppid=30160 vsize=10794416 memory=2200 CPUtime=0.3 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26594 0 -1 1077944384 778 0 0 0 14 16 0 0 20 0 16 0 38883823 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015361952048 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30192] ppid=30160 vsize=10794416 memory=7532 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30192/stat : 30192 (java) S 30160 30163 26594 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 16 0 38918107 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015358799456 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
Current children cumulated CPU time: 1460.62 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8317084 KiB

[startup+399.901 s]
/proc/loadavg: 4.95 4.59 3.78 6/218 30194
/proc/meminfo: memFree=10952420/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10794416 memory=8317084 CPUtime=1460.72 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26594 0 -1 1077944320 171591 0 0 0 145314 758 0 0 20 0 16 0 38883817 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140727487669120 140016132759287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
/proc/30163/statm: 2698604 2079271 3215 1 0 2661057 0
[pid=30163/tid=30165] ppid=30160 vsize=10794416 memory=8317084 CPUtime=13.49 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) S 30160 30163 26594 0 -1 1077944384 16485 0 0 0 1338 11 0 0 20 0 16 0 38883817 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140016136999968 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30166] ppid=30160 vsize=10794416 memory=8317096 CPUtime=354.69 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26594 0 -1 1077944384 20625 0 0 0 35293 176 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140016069450512 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30167] ppid=30160 vsize=10794416 memory=8317084 CPUtime=354.28 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26594 0 -1 1077944384 21114 0 0 0 35242 186 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015738678160 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30168] ppid=30160 vsize=10794416 memory=8317084 CPUtime=353.67 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26594 0 -1 1077944384 16835 0 0 0 35183 184 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015737625616 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30169] ppid=30160 vsize=10794416 memory=8317084 CPUtime=353.5 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26594 0 -1 1077944384 17298 0 0 0 35161 189 0 0 20 0 16 0 38883818 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015736573072 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30170] ppid=30160 vsize=10794416 memory=8317084 CPUtime=28.31 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) R 30160 30163 26594 0 -1 4202560 63239 0 0 0 2827 4 0 0 20 0 16 0 38883819 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015370371648 140016117755840 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30171] ppid=30160 vsize=10794416 memory=8315828 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26594 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 38883820 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015369319392 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30172] ppid=30160 vsize=10794416 memory=8317084 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26594 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 38883820 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015368266736 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30173] ppid=30160 vsize=10794416 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015367215312 140016132777883 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30174] ppid=30160 vsize=10794416 memory=13800 CPUtime=0.89 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26594 0 -1 1077944384 4517 0 0 0 89 0 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015366162976 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30175] ppid=30160 vsize=10794416 memory=8317084 CPUtime=0.99 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26594 0 -1 1077944384 3788 0 0 0 98 1 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015365110432 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30176] ppid=30160 vsize=10794416 memory=8317084 CPUtime=0.49 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) S 30160 30163 26594 0 -1 1077944384 5283 0 0 0 48 1 0 0 20 0 16 0 38883822 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015364057600 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30177] ppid=30160 vsize=10794416 memory=8317084 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38883823 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015363005536 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30178] ppid=30160 vsize=10794416 memory=8317084 CPUtime=0.3 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26594 0 -1 1077944384 778 0 0 0 14 16 0 0 20 0 16 0 38883823 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015361952048 140016132770434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
[pid=30163/tid=30192] ppid=30160 vsize=10794416 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30192/stat : 30192 (java) S 30160 30163 26594 0 -1 1077944384 119 0 0 0 0 0 0 0 20 0 16 0 38918107 11053481984 2079271 33554432000 4194304 4196468 140727487686576 140015358799456 140016132769493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140727487693937 140727487694089 140727487694089 140727487696847 0
Current children cumulated CPU time: 1460.72 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8317084 KiB

Child status: 0
Real time (s): 399.997
CPU time (s): 1460.83
CPU user time (s): 1453.21
CPU system time (s): 7.61949
CPU usage (%): 365.209
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8317096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1453.21
system time used= 7.61949
maximum resident set size= 8317324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20729
involuntary context switches= 13400


# summary of solver processes directly reported to runsolver:
#   pid: 30163
#   total CPU time (s): 1460.83
#   total CPU user time (s): 1453.21
#   total CPU system time (s): 7.61949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.38116 second user time and 4.1616 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 00:46:46
IDJOB=4289971
IDBENCH=141222
IDSOLVER=2742
FILE ID=node137/4289971-1532213206
RUNJOBID= node137-1532209965-29592
PBS_JOBID= 21018930
Free space on /tmp= 56892 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-5_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289971-1532213206/watcher-4289971-1532213206 -o /tmp/evaluation-result-4289971-1532213206/solver-4289971-1532213206 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289971-1532213206.xml

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

MD5SUM BENCH= ee128878a96f2bf381e98278be1f86f4
RANDOM SEED=2017455013

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        19640112 kB
MemAvailable:   29680848 kB
Buffers:          218844 kB
Cached:         10022920 kB
SwapCached:            0 kB
Active:          3862772 kB
Inactive:        8692088 kB
Active(anon):    2315232 kB
Inactive(anon):    16948 kB
Active(file):    1547540 kB
Inactive(file):  8675140 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2500 kB
Writeback:             0 kB
AnonPages:       2330020 kB
Mapped:            46840 kB
Shmem:             17036 kB
Slab:             273468 kB
SReclaimable:     246516 kB
SUnreclaim:        26952 kB
KernelStack:        3808 kB
PageTables:         9628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3438388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2222080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56888 MiB
End job on node137 at 2018-07-22 00:53:27