Trace number 4263754

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? (problem) 1540.99 419.05399

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-27.xml
MD5SUM1f968d7964fa1ced5b2605ed1734128f
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.03
Satisfiable
(Un)Satisfiability was proved
Number of variables729
Number of constraints2925
Number of domains1
Minimum domain size351
Maximum domain size351
Distribution of domain sizes[{"size":351,"count":351}]
Minimum variable degree0
Maximum variable degree26
Distribution of variable degrees[{"degree":0,"count":378},{"degree":26,"count":351}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":2925}]
Number of extensional constraints0
Number of intensional constraints2925
Distribution of constraint types[{"type":"intension","count":2925}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1282.47/351.05	Aug 13, 2017 6:05:28 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1282.47/351.05	INFO: Runtime exception
1282.47/351.05	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1282.47/351.05		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1282.47/351.05		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1282.47/351.05		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1282.47/351.05		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1282.47/351.05		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1282.47/351.05		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1282.47/351.05		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1282.47/351.05		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1282.47/351.05		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1282.47/351.05		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1282.47/351.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1282.47/351.05		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1282.47/351.05		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1282.47/351.05		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1282.47/351.05		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1282.47/351.05		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1282.47/351.05		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1282.47/351.05		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1282.47/351.05		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1282.47/351.05	Caused by: java.lang.reflect.InvocationTargetException
1282.47/351.05		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1282.47/351.05		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1282.47/351.05		at java.lang.reflect.Method.invoke(Method.java:498)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1282.47/351.05		... 21 more
1282.47/351.05	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1282.47/351.05		... 25 more
1282.47/351.05	Caused by: java.lang.reflect.InvocationTargetException
1282.47/351.05		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1282.47/351.05		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1282.47/351.05		at java.lang.reflect.Method.invoke(Method.java:498)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1282.47/351.05		... 26 more
1282.47/351.05	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1282.47/351.05		... 30 more
1282.47/351.05	Caused by: java.lang.reflect.InvocationTargetException
1282.47/351.05		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1282.47/351.05		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1282.47/351.05		at java.lang.reflect.Method.invoke(Method.java:498)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1282.47/351.05		... 30 more
1282.47/351.05	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1282.47/351.05		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1282.47/351.05		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1282.47/351.05		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1282.47/351.05		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1282.47/351.05		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1282.47/351.05		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1282.47/351.05		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1282.47/351.05		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1282.47/351.05		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1282.47/351.05		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1282.47/351.05		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1282.47/351.05		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1282.47/351.05		at java.lang.reflect.Method.invoke(Method.java:498)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1282.47/351.05		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1282.47/351.05		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1282.47/351.05		at java.lang.reflect.Method.invoke(Method.java:498)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1282.47/351.05		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1282.47/351.05		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1282.47/351.05		at java.lang.reflect.Method.invoke(Method.java:498)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1282.47/351.05		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1282.47/351.05		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1282.47/351.05		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1282.47/351.05		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1282.47/351.05		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1282.47/351.05		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1282.47/351.05	
1351.76/369.77	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1351.76/369.77	c This is free software under the dual EPL/GNU LGPL licenses.
1351.76/369.77	c See www.sat4j.org for details.
1351.76/369.77	c That software uses the Rhino library from the Mozilla project.
1351.76/369.77	c version CUSTOM.v20170705
1351.76/369.77	c java.runtime.name	Java(TM) SE Runtime Environment
1351.76/369.77	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1351.76/369.77	c java.vm.version	25.131-b11
1351.76/369.77	c java.vm.vendor	Oracle Corporation
1351.76/369.77	c sun.arch.data.model	64
1351.76/369.77	c java.version		1.8.0_131
1351.76/369.77	c os.name		Linux
1351.76/369.77	c os.version		3.10.0-514.16.1.el7.x86_64
1351.76/369.77	c os.arch		amd64
1351.76/369.77	c Free memory 		499604488
1351.76/369.77	c Max memory 		7247757312
1351.76/369.77	c Total memory 		504889344
1351.76/369.77	c Number of processors 	4
1351.76/369.77	c c --- Begin Solver configuration ---
1351.76/369.77	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1351.76/369.77	c Learn all clauses as in MiniSAT
1351.76/369.77	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1351.76/369.77	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1351.76/369.77	c No reason simplification
1351.76/369.77	c Glucose 2.1 dynamic restart strategy
1351.76/369.77	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
1351.76/369.77	c timeout=2147483s
1351.76/369.77	c DB Simplification allowed=false
1351.76/369.77	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1351.76/369.77	c --- End Solver configuration ---
1407.35/384.44	Exception in thread "Thread-1" c starts		: 0
1428.24/389.74	c conflicts		: 0
1428.24/389.74	c decisions		: 0
1428.24/389.74	c propagations		: 0
1428.24/389.74	c inspects		: 0
1428.24/389.74	c shortcuts		: 0
1428.24/389.74	c learnt literals	: 0
1428.24/389.74	c learnt binary clauses	: 0
1428.24/389.74	c learnt ternary clauses	: 0
1428.24/389.74	c learnt constraints	: 0
1455.27/396.64	c ignored constraints	: 0
1455.27/396.64	java.lang.OutOfMemoryError: GC overhead limit exceededc root simplifications	: 0
1476.06/401.91	
1505.83/409.59	c removed literals (reason simplification)	: 0
1505.83/409.59		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1505.83/409.59		at java.util.Hashtable.keys(Hashtable.java:257)
1505.83/409.59		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1505.83/409.59		at java.util.logging.LogManager.reset(LogManager.java:1327)
1505.83/409.59		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1540.93/419.02	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1540.93/419.02		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:119)
1540.93/419.02		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1540.93/419.02		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1540.93/419.02		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1540.93/419.02		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1540.93/419.02		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1540.93/419.02		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1540.93/419.02		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1540.93/419.02		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 (12474 MiB free)
  memory of node 1: 16384 MiB (13907 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263754-1502640841/watcher-4263754-1502640841 -o /tmp/evaluation-result-4263754-1502640841/solver-4263754-1502640841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3502 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263754-1502640841.xml 

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

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


[startup+0.106084 s]*
/proc/loadavg: 2.24 2.06 2.23 4/216 7265
/proc/meminfo: memFree=26995100/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10555400 memory=30540 CPUtime=0.13 cores=1,3,5,7
/proc/7250/stat : 7250 (java) S 7247 7250 3242 0 -1 1077944320 6773 0 0 0 11 2 0 0 20 0 15 0 97165011 10808729600 7635 33554432000 4194304 4196468 140722331962480 140722331945024 140073300532983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
/proc/7250/statm: 2638850 7635 2789 1 0 2627263 0
[pid=7250/tid=7252] ppid=7247 vsize=10555400 memory=-8969302910422578368 CPUtime=0.09 cores=1,3,5,7
/proc/7250/task/7252/stat : 7252 (java) R 7247 7250 3242 0 -1 4202560 4621 0 0 0 8 1 0 0 20 0 15 0 97165011 10808729600 7635 33554432000 4194304 4196468 140722331962480 140073304754112 140073284613470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7253] ppid=7247 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7253/stat : 7253 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165012 10808729600 7635 33554432000 4194304 4196468 140722331962480 140073253153680 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7254] ppid=7247 vsize=10555400 memory=139800942044800 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7254/stat : 7254 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165012 10808729600 7635 33554432000 4194304 4196468 140722331962480 140073252100880 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7255] ppid=7247 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7255/stat : 7255 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165012 10808729600 7635 33554432000 4194304 4196468 140722331962480 140073251048592 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7256] ppid=7247 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7256/stat : 7256 (java) S 7247 7250 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165012 10808729600 7635 33554432000 4194304 4196468 140722331962480 140073249995792 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7257] ppid=7247 vsize=10555400 memory=139800942044800 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7257/stat : 7257 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165013 10808729600 7635 33554432000 4194304 4196468 140722331962480 140072604592240 140073300544130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7258] ppid=7247 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7258/stat : 7258 (java) S 7247 7250 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97165014 10808729600 7635 33554432000 4194304 4196468 140722331962480 140072603538208 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7259] ppid=7247 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7259/stat : 7259 (java) S 7247 7250 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97165014 10808729600 7635 33554432000 4194304 4196468 140722331962480 140072602485872 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7260] ppid=7247 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7260/stat : 7260 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165016 10808729600 7635 33554432000 4194304 4196468 140722331962480 140072601434192 140073300551579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7261] ppid=7247 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7261/stat : 7261 (java) S 7247 7250 3242 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 97165016 10808729600 7635 33554432000 4194304 4196468 140722331962480 140072600382064 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7262] ppid=7247 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7262/stat : 7262 (java) S 7247 7250 3242 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 97165016 10808729600 7635 33554432000 4194304 4196468 140722331962480 140072599329264 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7263] ppid=7247 vsize=10555400 memory=139800942044800 CPUtime=0.02 cores=1,3,5,7
/proc/7250/task/7263/stat : 7263 (java) R 7247 7250 3242 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 97165016 10808729600 7635 33554432000 4194304 4196468 140722331962480 140072598276976 140073300554330 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7264] ppid=7247 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7264/stat : 7264 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165016 10808729600 7635 33554432000 4194304 4196468 140722331962480 140072597224416 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7265] ppid=7247 vsize=10555400 memory=139800942044800 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7265/stat : 7265 (java) S 7247 7250 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165017 10808729600 7635 33554432000 4194304 4196468 140722331962480 140072596171184 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30540 KiB

[startup+0.211398 s]*
/proc/loadavg: 2.24 2.06 2.23 7/216 7265
/proc/meminfo: memFree=26986788/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10555400 memory=41500 CPUtime=0.33 cores=1,3,5,7
/proc/7250/stat : 7250 (java) S 7247 7250 3242 0 -1 1077944320 7977 0 0 0 30 3 0 0 20 0 15 0 97165011 10808729600 10375 33554432000 4194304 4196468 140722331962480 140722331945024 140073300532983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
/proc/7250/statm: 2638850 10375 3003 1 0 2627263 0
[pid=7250/tid=7252] ppid=7247 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7250/task/7252/stat : 7252 (java) R 7247 7250 3242 0 -1 4202560 5026 0 0 0 18 2 0 0 20 0 15 0 97165011 10808729600 10375 33554432000 4194304 4196468 140722331962480 140073304770560 140072926187812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7253] ppid=7247 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7253/stat : 7253 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165012 10808729600 10375 33554432000 4194304 4196468 140722331962480 140073253153680 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7254] ppid=7247 vsize=10555400 memory=139800942052148 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7254/stat : 7254 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165012 10808729600 10375 33554432000 4194304 4196468 140722331962480 140073252100880 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7255] ppid=7247 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7255/stat : 7255 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165012 10808729600 10375 33554432000 4194304 4196468 140722331962480 140073251048592 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7256] ppid=7247 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7256/stat : 7256 (java) S 7247 7250 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165012 10808729600 10375 33554432000 4194304 4196468 140722331962480 140073249995792 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7257] ppid=7247 vsize=10555400 memory=139800942044800 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7257/stat : 7257 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165013 10808729600 10375 33554432000 4194304 4196468 140722331962480 140072604592240 140073300544130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7258] ppid=7247 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7258/stat : 7258 (java) S 7247 7250 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97165014 10808729600 10375 33554432000 4194304 4196468 140722331962480 140072603538208 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7259] ppid=7247 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7259/stat : 7259 (java) S 7247 7250 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97165014 10808729600 10375 33554432000 4194304 4196468 140722331962480 140072602485872 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7260] ppid=7247 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7260/stat : 7260 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165016 10808729600 10375 33554432000 4194304 4196468 140722331962480 140072601434192 140073300551579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7261] ppid=7247 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7250/task/7261/stat : 7261 (java) R 7247 7250 3242 0 -1 4202560 559 0 0 0 3 0 0 0 20 0 15 0 97165016 10808729600 10375 33554432000 4194304 4196468 140722331962480 140072600367216 140073278360538 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7262] ppid=7247 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7250/task/7262/stat : 7262 (java) R 7247 7250 3242 0 -1 4202560 325 0 0 0 2 0 0 0 20 0 15 0 97165016 10808729600 10375 33554432000 4194304 4196468 140722331962480 140072599320728 140073292822365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7263] ppid=7247 vsize=10555400 memory=139800942044800 CPUtime=0.06 cores=1,3,5,7
/proc/7250/task/7263/stat : 7263 (java) R 7247 7250 3242 0 -1 4202560 761 0 0 0 6 0 0 0 20 0 15 0 97165016 10808729600 10375 33554432000 4194304 4196468 140722331962480 140072598273912 140073278977754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7264] ppid=7247 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7264/stat : 7264 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165016 10808729600 10375 33554432000 4194304 4196468 140722331962480 140072597224416 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7265] ppid=7247 vsize=10555400 memory=139800942044800 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7265/stat : 7265 (java) S 7247 7250 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165017 10808729600 10441 33554432000 4194304 4196468 140722331962480 140072596171184 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41500 KiB

[startup+0.310628 s]*
/proc/loadavg: 2.24 2.06 2.23 3/216 7265
/proc/meminfo: memFree=26973888/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10555476 memory=52624 CPUtime=0.65 cores=1,3,5,7
/proc/7250/stat : 7250 (java) S 7247 7250 3242 0 -1 1077944320 10415 0 0 0 61 4 0 0 20 0 15 0 97165011 10808807424 13156 33554432000 4194304 4196468 140722331962480 140722331945024 140073300532983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
/proc/7250/statm: 2638869 13156 3052 1 0 2627263 0
[pid=7250/tid=7252] ppid=7247 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/7250/task/7252/stat : 7252 (java) R 7247 7250 3242 0 -1 4202560 5623 0 0 0 27 2 0 0 20 0 15 0 97165011 10808807424 13156 33554432000 4194304 4196468 140722331962480 140073304770688 140073284613470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7253] ppid=7247 vsize=10555476 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7253/stat : 7253 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165012 10808807424 13156 33554432000 4194304 4196468 140722331962480 140073253153680 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7254] ppid=7247 vsize=10555476 memory=15677215408744088 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7254/stat : 7254 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165012 10808807424 13156 33554432000 4194304 4196468 140722331962480 140073252100880 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7255] ppid=7247 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7255/stat : 7255 (java) S 7247 7250 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97165012 10808807424 13156 33554432000 4194304 4196468 140722331962480 140073251048592 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7256] ppid=7247 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7256/stat : 7256 (java) S 7247 7250 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165012 10808807424 13156 33554432000 4194304 4196468 140722331962480 140073249995792 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7257] ppid=7247 vsize=10555476 memory=139800942044800 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7257/stat : 7257 (java) S 7247 7250 3242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97165013 10808807424 13156 33554432000 4194304 4196468 140722331962480 140072604592240 140073300544130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7258] ppid=7247 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7258/stat : 7258 (java) S 7247 7250 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97165014 10808807424 13156 33554432000 4194304 4196468 140722331962480 140072603538208 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7259] ppid=7247 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7259/stat : 7259 (java) S 7247 7250 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97165014 10808807424 13156 33554432000 4194304 4196468 140722331962480 140072602485872 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7260] ppid=7247 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7260/stat : 7260 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165016 10808807424 13156 33554432000 4194304 4196468 140722331962480 140072601434192 140073300551579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7261] ppid=7247 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/7250/task/7261/stat : 7261 (java) S 7247 7250 3242 0 -1 1077944384 977 0 0 0 10 0 0 0 20 0 15 0 97165016 10808807424 13156 33554432000 4194304 4196468 140722331962480 140072600382064 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7262] ppid=7247 vsize=10555476 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/7250/task/7262/stat : 7262 (java) S 7247 7250 3242 0 -1 1077944384 1205 0 0 0 11 0 0 0 20 0 15 0 97165016 10808807424 13156 33554432000 4194304 4196468 140722331962480 140072599329264 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7263] ppid=7247 vsize=10555476 memory=139800942044800 CPUtime=0.12 cores=1,3,5,7
/proc/7250/task/7263/stat : 7263 (java) S 7247 7250 3242 0 -1 1077944384 1239 0 0 0 12 0 0 0 20 0 15 0 97165016 10808807424 13156 33554432000 4194304 4196468 140722331962480 140072598276976 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7264] ppid=7247 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7264/stat : 7264 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165016 10808807424 13156 33554432000 4194304 4196468 140722331962480 140072597224416 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7265] ppid=7247 vsize=10555476 memory=139800942044800 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7265/stat : 7265 (java) S 7247 7250 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165017 10808807424 13156 33554432000 4194304 4196468 140722331962480 140072596171184 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 52624 KiB

[startup+0.703763 s]
/proc/loadavg: 2.24 2.06 2.23 5/216 7265
/proc/meminfo: memFree=26941800/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10555476 memory=232044 CPUtime=1.87 cores=1,3,5,7
/proc/7250/stat : 7250 (java) S 7247 7250 3242 0 -1 1077944320 12474 0 0 0 177 10 0 0 20 0 15 0 97165011 10808807424 58011 33554432000 4194304 4196468 140722331962480 140722331945024 140073300532983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
/proc/7250/statm: 2638869 58011 3115 1 0 2627263 0
[pid=7250/tid=7252] ppid=7247 vsize=10555476 memory=1732 CPUtime=0.63 cores=1,3,5,7
/proc/7250/task/7252/stat : 7252 (java) R 7247 7250 3242 0 -1 4202560 5890 0 0 0 59 4 0 0 20 0 15 0 97165011 10808807424 58011 33554432000 4194304 4196468 140722331962480 140073304768288 140072929784432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7253] ppid=7247 vsize=10555476 memory=1224 CPUtime=0.01 cores=1,3,5,7
/proc/7250/task/7253/stat : 7253 (java) S 7247 7250 3242 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 15 0 97165012 10808807424 58011 33554432000 4194304 4196468 140722331962480 140073253153680 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7254] ppid=7247 vsize=10555476 memory=12032 CPUtime=0.01 cores=1,3,5,7
/proc/7250/task/7254/stat : 7254 (java) S 7247 7250 3242 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 15 0 97165012 10808807424 58011 33554432000 4194304 4196468 140722331962480 140073252100880 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7255] ppid=7247 vsize=10555476 memory=5792 CPUtime=0.03 cores=1,3,5,7
/proc/7250/task/7255/stat : 7255 (java) S 7247 7250 3242 0 -1 1077944384 108 0 0 0 2 1 0 0 20 0 15 0 97165012 10808807424 58011 33554432000 4194304 4196468 140722331962480 140073251048592 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7256] ppid=7247 vsize=10555476 memory=796 CPUtime=0.01 cores=1,3,5,7
/proc/7250/task/7256/stat : 7256 (java) S 7247 7250 3242 0 -1 1077944384 84 0 0 0 1 0 0 0 20 0 15 0 97165012 10808807424 58011 33554432000 4194304 4196468 140722331962480 140073249995792 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7257] ppid=7247 vsize=10555476 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7257/stat : 7257 (java) S 7247 7250 3242 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 97165013 10808807424 58011 33554432000 4194304 4196468 140722331962480 140072604592240 140073300544130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7258] ppid=7247 vsize=10555476 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7258/stat : 7258 (java) S 7247 7250 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97165014 10808807424 58011 33554432000 4194304 4196468 140722331962480 140072603538208 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7259] ppid=7247 vsize=10555476 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7259/stat : 7259 (java) S 7247 7250 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97165014 10808807424 58011 33554432000 4194304 4196468 140722331962480 140072602485872 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7260] ppid=7247 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7260/stat : 7260 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165016 10808807424 58011 33554432000 4194304 4196468 140722331962480 140072601434192 140073300551579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7261] ppid=7247 vsize=10555476 memory=7519159149027546218 CPUtime=0.42 cores=1,3,5,7
/proc/7250/task/7261/stat : 7261 (java) R 7247 7250 3242 0 -1 4202560 1587 0 0 0 41 1 0 0 20 0 15 0 97165016 10808807424 58011 33554432000 4194304 4196468 140722331962480 140072600371984 140073284018925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7262] ppid=7247 vsize=10555476 memory=7523071198212214892 CPUtime=0.38 cores=1,3,5,7
/proc/7250/task/7262/stat : 7262 (java) R 7247 7250 3242 0 -1 4202560 1524 0 0 0 38 0 0 0 20 0 15 0 97165016 10808807424 58011 33554432000 4194304 4196468 140722331962480 140072599322288 140073280250119 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7263] ppid=7247 vsize=10555476 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/7250/task/7263/stat : 7263 (java) R 7247 7250 3242 0 -1 1077944384 1659 0 0 0 29 0 0 0 20 0 15 0 97165016 10808807424 58011 33554432000 4194304 4196468 140722331962480 140072598276976 140073300544130 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7264] ppid=7247 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7264/stat : 7264 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97165016 10808807424 58011 33554432000 4194304 4196468 140722331962480 140072597224416 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7265] ppid=7247 vsize=10555476 memory=33 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7265/stat : 7265 (java) S 7247 7250 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97165017 10808807424 58011 33554432000 4194304 4196468 140722331962480 140072596171184 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 232044 KiB

[startup+1.50145 s]
/proc/loadavg: 2.24 2.06 2.23 6/216 7265
/proc/meminfo: memFree=26624372/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10555476 memory=576688 CPUtime=4.07 cores=1,3,5,7
/proc/7250/stat : 7250 (java) S 7247 7250 3242 0 -1 1077944320 13578 0 0 0 368 39 0 0 20 0 15 0 97165011 10808807424 144172 33554432000 4194304 4196468 140722331962480 140722331945024 140073300532983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
/proc/7250/statm: 2638869 144172 3119 1 0 2627263 0
[pid=7250/tid=7252] ppid=7247 vsize=10555476 memory=8112282956445269571 CPUtime=1.14 cores=1,3,5,7
/proc/7250/task/7252/stat : 7252 (java) S 7247 7250 3242 0 -1 1077944384 5981 0 0 0 109 5 0 0 20 0 15 0 97165011 10808807424 144172 33554432000 4194304 4196468 140722331962480 140073304768832 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7253] ppid=7247 vsize=10555476 memory=-8754540793456063680 CPUtime=0.31 cores=1,3,5,7
/proc/7250/task/7253/stat : 7253 (java) R 7247 7250 3242 0 -1 4202560 263 0 0 0 24 7 0 0 20 0 15 0 97165012 10808807424 144172 33554432000 4194304 4196468 140722331962480 140073253153680 140073284981152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7254] ppid=7247 vsize=10555476 memory=-2843869621055772062 CPUtime=0.3 cores=1,3,5,7
/proc/7250/task/7254/stat : 7254 (java) R 7247 7250 3242 0 -1 4202560 286 0 0 0 23 7 0 0 20 0 15 0 97165012 10808807424 144172 33554432000 4194304 4196468 140722331962480 140073252101080 140073284981198 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7255] ppid=7247 vsize=10555476 memory=5450919713671312938 CPUtime=0.32 cores=1,3,5,7
/proc/7250/task/7255/stat : 7255 (java) R 7247 7250 3242 0 -1 4202560 287 0 0 0 24 8 0 0 20 0 15 0 97165012 10808807424 144172 33554432000 4194304 4196468 140722331962480 140073251048592 140073285555104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7256] ppid=7247 vsize=10555476 memory=7005738693937936738 CPUtime=0.31 cores=1,3,5,7
/proc/7250/task/7256/stat : 7256 (java) R 7247 7250 3242 0 -1 4202560 276 0 0 0 23 8 0 0 20 0 15 0 97165012 10808807424 144172 33554432000 4194304 4196468 140722331962480 140073249995792 140073285555104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7257] ppid=7247 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7257/stat : 7257 (java) S 7247 7250 3242 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 97165013 10808807424 144172 33554432000 4194304 4196468 140722331962480 140072604590752 140073300543189 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0

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

[startup+417.601 s]
/proc/loadavg: 7.63 5.86 3.89 9/218 7386
/proc/meminfo: memFree=11325860/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10690804 memory=8298208 CPUtime=1537.43 cores=1,3,5,7
/proc/7250/stat : 7250 (java) S 7247 7250 3242 0 -1 1077944320 185895 0 0 0 152980 763 0 0 20 0 16 0 97165011 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140722331945024 140073300532983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
/proc/7250/statm: 2672701 2074552 3187 1 0 2661057 0
[pid=7250/tid=7252] ppid=7247 vsize=10690804 memory=960 CPUtime=13.47 cores=1,3,5,7
/proc/7250/task/7252/stat : 7252 (java) S 7247 7250 3242 0 -1 1077944384 18885 0 0 0 1336 11 0 0 20 0 16 0 97165011 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073304773664 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7253] ppid=7247 vsize=10690804 memory=2340 CPUtime=374.58 cores=1,3,5,7
/proc/7250/task/7253/stat : 7253 (java) R 7247 7250 3242 0 -1 4202560 18459 0 0 0 37273 185 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073253153880 140073285522616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7254] ppid=7247 vsize=10690804 memory=932 CPUtime=373.89 cores=1,3,5,7
/proc/7250/task/7254/stat : 7254 (java) R 7247 7250 3242 0 -1 4202560 20388 0 0 0 37214 175 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073252100688 140073293161191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7255] ppid=7247 vsize=10690804 memory=8298208 CPUtime=373.93 cores=1,3,5,7
/proc/7250/task/7255/stat : 7255 (java) R 7247 7250 3242 0 -1 4202560 17221 0 0 0 37202 191 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073251048712 140073293161191 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7256] ppid=7247 vsize=10690804 memory=2408 CPUtime=373.62 cores=1,3,5,7
/proc/7250/task/7256/stat : 7256 (java) R 7247 7250 3242 0 -1 4202560 15599 0 0 0 37174 188 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073249995600 140073293161191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7257] ppid=7247 vsize=10690804 memory=1732 CPUtime=25.67 cores=1,3,5,7
/proc/7250/task/7257/stat : 7257 (java) S 7247 7250 3242 0 -1 1077944384 81305 0 0 0 2562 5 0 0 20 0 16 0 97165013 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072604590784 140073300543189 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7258] ppid=7247 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7258/stat : 7258 (java) S 7247 7250 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 97165014 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072603538272 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7259] ppid=7247 vsize=10690804 memory=28420 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7259/stat : 7259 (java) S 7247 7250 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 97165014 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072602485888 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7260] ppid=7247 vsize=10690804 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7260/stat : 7260 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072601434192 140073300551579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7261] ppid=7247 vsize=10690804 memory=2408 CPUtime=0.82 cores=1,3,5,7
/proc/7250/task/7261/stat : 7261 (java) S 7247 7250 3242 0 -1 1077944384 3484 0 0 0 81 1 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072600381824 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7262] ppid=7247 vsize=10690804 memory=8112282956445269571 CPUtime=0.73 cores=1,3,5,7
/proc/7250/task/7262/stat : 7262 (java) S 7247 7250 3242 0 -1 1077944384 2279 0 0 0 73 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072599329312 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7263] ppid=7247 vsize=10690804 memory=12032 CPUtime=0.43 cores=1,3,5,7
/proc/7250/task/7263/stat : 7263 (java) S 7247 7250 3242 0 -1 1077944384 6088 0 0 0 43 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072598277024 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7264] ppid=7247 vsize=10690804 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7264/stat : 7264 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072597224416 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7265] ppid=7247 vsize=10690804 memory=796 CPUtime=0.19 cores=1,3,5,7
/proc/7250/task/7265/stat : 7265 (java) S 7247 7250 3242 0 -1 1077944384 666 0 0 0 12 7 0 0 20 0 16 0 97165017 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072596171184 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7382] ppid=7247 vsize=10690804 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7382/stat : 7382 (java) S 7247 7250 3242 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 97200116 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072593018224 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
Current children cumulated CPU time: 1537.43 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8298208 KiB

[startup+418.401 s]
/proc/loadavg: 7.63 5.86 3.89 9/218 7386
/proc/meminfo: memFree=11325876/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10690804 memory=8298208 CPUtime=1540.32 cores=1,3,5,7
/proc/7250/stat : 7250 (java) S 7247 7250 3242 0 -1 1077944320 185934 0 0 0 153268 764 0 0 20 0 16 0 97165011 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140722331945024 140073300532983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
/proc/7250/statm: 2672701 2074552 3187 1 0 2661057 0
[pid=7250/tid=7252] ppid=7247 vsize=10690804 memory=0 CPUtime=13.47 cores=1,3,5,7
/proc/7250/task/7252/stat : 7252 (java) S 7247 7250 3242 0 -1 1077944384 18885 0 0 0 1336 11 0 0 20 0 16 0 97165011 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073304773664 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7253] ppid=7247 vsize=10690804 memory=37099 CPUtime=375.31 cores=1,3,5,7
/proc/7250/task/7253/stat : 7253 (java) S 7247 7250 3242 0 -1 1077944384 18459 0 0 0 37346 185 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073253153680 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7254] ppid=7247 vsize=10690804 memory=37043 CPUtime=374.59 cores=1,3,5,7
/proc/7250/task/7254/stat : 7254 (java) S 7247 7250 3242 0 -1 1077944384 20388 0 0 0 37284 175 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073252100880 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7255] ppid=7247 vsize=10690804 memory=37049 CPUtime=374.61 cores=1,3,5,7
/proc/7250/task/7255/stat : 7255 (java) S 7247 7250 3242 0 -1 1077944384 17221 0 0 0 37270 191 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073251048592 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7256] ppid=7247 vsize=10690804 memory=8112282956445269571 CPUtime=374.32 cores=1,3,5,7
/proc/7250/task/7256/stat : 7256 (java) S 7247 7250 3242 0 -1 1077944384 15599 0 0 0 37244 188 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073249995792 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7257] ppid=7247 vsize=10690804 memory=2340 CPUtime=25.74 cores=1,3,5,7
/proc/7250/task/7257/stat : 7257 (java) R 7247 7250 3242 0 -1 4202560 81344 0 0 0 2569 5 0 0 20 0 16 0 97165013 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072604590784 140073285529476 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7258] ppid=7247 vsize=10690804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7258/stat : 7258 (java) S 7247 7250 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 97165014 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072603538272 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7259] ppid=7247 vsize=10690804 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7259/stat : 7259 (java) S 7247 7250 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 97165014 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072602485888 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7260] ppid=7247 vsize=10690804 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7260/stat : 7260 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072601434192 140073300551579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7261] ppid=7247 vsize=10690804 memory=8112282956445269571 CPUtime=0.82 cores=1,3,5,7
/proc/7250/task/7261/stat : 7261 (java) S 7247 7250 3242 0 -1 1077944384 3484 0 0 0 81 1 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072600381824 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7262] ppid=7247 vsize=10690804 memory=2208 CPUtime=0.73 cores=1,3,5,7
/proc/7250/task/7262/stat : 7262 (java) S 7247 7250 3242 0 -1 1077944384 2279 0 0 0 73 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072599329312 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7263] ppid=7247 vsize=10690804 memory=6508 CPUtime=0.43 cores=1,3,5,7
/proc/7250/task/7263/stat : 7263 (java) S 7247 7250 3242 0 -1 1077944384 6088 0 0 0 43 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072598277024 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7264] ppid=7247 vsize=10690804 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7264/stat : 7264 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072597224416 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7265] ppid=7247 vsize=10690804 memory=28420 CPUtime=0.19 cores=1,3,5,7
/proc/7250/task/7265/stat : 7265 (java) S 7247 7250 3242 0 -1 1077944384 666 0 0 0 12 7 0 0 20 0 16 0 97165017 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072596171184 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7382] ppid=7247 vsize=10690804 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7382/stat : 7382 (java) S 7247 7250 3242 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 97200116 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072593018224 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
Current children cumulated CPU time: 1540.32 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8298208 KiB

[startup+418.801 s]
/proc/loadavg: 7.63 5.86 3.89 9/218 7386
/proc/meminfo: memFree=11325876/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10690804 memory=8298208 CPUtime=1540.72 cores=1,3,5,7
/proc/7250/stat : 7250 (java) S 7247 7250 3242 0 -1 1077944320 185934 0 0 0 153308 764 0 0 20 0 16 0 97165011 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140722331945024 140073300532983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
/proc/7250/statm: 2672701 2074552 3187 1 0 2661057 0
[pid=7250/tid=7252] ppid=7247 vsize=10690804 memory=796 CPUtime=13.47 cores=1,3,5,7
/proc/7250/task/7252/stat : 7252 (java) S 7247 7250 3242 0 -1 1077944384 18885 0 0 0 1336 11 0 0 20 0 16 0 97165011 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073304773664 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7253] ppid=7247 vsize=10690804 memory=8112282956445269571 CPUtime=375.31 cores=1,3,5,7
/proc/7250/task/7253/stat : 7253 (java) S 7247 7250 3242 0 -1 1077944384 18459 0 0 0 37346 185 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073253153680 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7254] ppid=7247 vsize=10690804 memory=288230621803970871 CPUtime=374.59 cores=1,3,5,7
/proc/7250/task/7254/stat : 7254 (java) S 7247 7250 3242 0 -1 1077944384 20388 0 0 0 37284 175 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073252100880 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7255] ppid=7247 vsize=10690804 memory=14699582244260269 CPUtime=374.61 cores=1,3,5,7
/proc/7250/task/7255/stat : 7255 (java) S 7247 7250 3242 0 -1 1077944384 17221 0 0 0 37270 191 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073251048592 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7256] ppid=7247 vsize=10690804 memory=8112282956445269571 CPUtime=374.32 cores=1,3,5,7
/proc/7250/task/7256/stat : 7256 (java) S 7247 7250 3242 0 -1 1077944384 15599 0 0 0 37244 188 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073249995792 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7257] ppid=7247 vsize=10690804 memory=15872 CPUtime=26.14 cores=1,3,5,7
/proc/7250/task/7257/stat : 7257 (java) R 7247 7250 3242 0 -1 4202560 81344 0 0 0 2609 5 0 0 20 0 16 0 97165013 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072604590672 140073285529387 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7258] ppid=7247 vsize=10690804 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7258/stat : 7258 (java) S 7247 7250 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 97165014 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072603538272 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7259] ppid=7247 vsize=10690804 memory=16860 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7259/stat : 7259 (java) S 7247 7250 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 97165014 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072602485888 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7260] ppid=7247 vsize=10690804 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7260/stat : 7260 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072601434192 140073300551579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7261] ppid=7247 vsize=10690804 memory=1792 CPUtime=0.82 cores=1,3,5,7
/proc/7250/task/7261/stat : 7261 (java) S 7247 7250 3242 0 -1 1077944384 3484 0 0 0 81 1 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072600381824 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7262] ppid=7247 vsize=10690804 memory=648 CPUtime=0.73 cores=1,3,5,7
/proc/7250/task/7262/stat : 7262 (java) S 7247 7250 3242 0 -1 1077944384 2279 0 0 0 73 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072599329312 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7263] ppid=7247 vsize=10690804 memory=1240 CPUtime=0.43 cores=1,3,5,7
/proc/7250/task/7263/stat : 7263 (java) S 7247 7250 3242 0 -1 1077944384 6088 0 0 0 43 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072598277024 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7264] ppid=7247 vsize=10690804 memory=960 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7264/stat : 7264 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072597224416 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7265] ppid=7247 vsize=10690804 memory=2340 CPUtime=0.19 cores=1,3,5,7
/proc/7250/task/7265/stat : 7265 (java) S 7247 7250 3242 0 -1 1077944384 666 0 0 0 12 7 0 0 20 0 16 0 97165017 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072596171184 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7382] ppid=7247 vsize=10690804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7382/stat : 7382 (java) S 7247 7250 3242 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 97200116 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072593018224 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
Current children cumulated CPU time: 1540.72 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8298208 KiB

[startup+419.001 s]*
/proc/loadavg: 7.63 5.86 3.89 6/218 7386
/proc/meminfo: memFree=11325876/32770624 swapFree=67108860/67108860
[pid=7250] ppid=7247 vsize=10690804 memory=8298208 CPUtime=1540.93 cores=1,3,5,7
/proc/7250/stat : 7250 (java) S 7247 7250 3242 0 -1 1077944320 185934 0 0 0 153329 764 0 0 20 0 16 0 97165011 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140722331945024 140073300532983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
/proc/7250/statm: 2672701 2074552 3187 1 0 2661057 0
[pid=7250/tid=7252] ppid=7247 vsize=10690804 memory=8112282956445269571 CPUtime=13.47 cores=1,3,5,7
/proc/7250/task/7252/stat : 7252 (java) S 7247 7250 3242 0 -1 1077944384 18885 0 0 0 1336 11 0 0 20 0 16 0 97165011 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073304773664 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7253] ppid=7247 vsize=10690804 memory=4872558044660077418 CPUtime=375.31 cores=1,3,5,7
/proc/7250/task/7253/stat : 7253 (java) S 7247 7250 3242 0 -1 1077944384 18459 0 0 0 37346 185 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073253153680 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7254] ppid=7247 vsize=10690804 memory=1692 CPUtime=374.59 cores=1,3,5,7
/proc/7250/task/7254/stat : 7254 (java) S 7247 7250 3242 0 -1 1077944384 20388 0 0 0 37284 175 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073252100880 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7255] ppid=7247 vsize=10690804 memory=916 CPUtime=374.61 cores=1,3,5,7
/proc/7250/task/7255/stat : 7255 (java) S 7247 7250 3242 0 -1 1077944384 17221 0 0 0 37270 191 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073251048592 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7256] ppid=7247 vsize=10690804 memory=3832 CPUtime=374.32 cores=1,3,5,7
/proc/7250/task/7256/stat : 7256 (java) S 7247 7250 3242 0 -1 1077944384 15599 0 0 0 37244 188 0 0 20 0 16 0 97165012 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140073249995792 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7257] ppid=7247 vsize=10690804 memory=8297156 CPUtime=26.35 cores=1,3,5,7
/proc/7250/task/7257/stat : 7257 (java) R 7247 7250 3242 0 -1 4202560 81344 0 0 0 2630 5 0 0 20 0 16 0 97165013 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072604590672 140073278903163 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7258] ppid=7247 vsize=10690804 memory=844 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7258/stat : 7258 (java) S 7247 7250 3242 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 97165014 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072603538272 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7259] ppid=7247 vsize=10690804 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7259/stat : 7259 (java) S 7247 7250 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 97165014 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072602485888 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7260] ppid=7247 vsize=10690804 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7260/stat : 7260 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072601434192 140073300551579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7261] ppid=7247 vsize=10690804 memory=8297156 CPUtime=0.82 cores=1,3,5,7
/proc/7250/task/7261/stat : 7261 (java) S 7247 7250 3242 0 -1 1077944384 3484 0 0 0 81 1 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072600381824 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7262] ppid=7247 vsize=10690804 memory=8112282956445269571 CPUtime=0.73 cores=1,3,5,7
/proc/7250/task/7262/stat : 7262 (java) S 7247 7250 3242 0 -1 1077944384 2279 0 0 0 73 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072599329312 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7263] ppid=7247 vsize=10690804 memory=8297156 CPUtime=0.43 cores=1,3,5,7
/proc/7250/task/7263/stat : 7263 (java) S 7247 7250 3242 0 -1 1077944384 6088 0 0 0 43 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072598277024 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7264] ppid=7247 vsize=10690804 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7264/stat : 7264 (java) S 7247 7250 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 97165016 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072597224416 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7265] ppid=7247 vsize=10690804 memory=2408 CPUtime=0.19 cores=1,3,5,7
/proc/7250/task/7265/stat : 7265 (java) S 7247 7250 3242 0 -1 1077944384 666 0 0 0 12 7 0 0 20 0 16 0 97165017 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072596171184 140073300544130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
[pid=7250/tid=7382] ppid=7247 vsize=10690804 memory=6508 CPUtime=0 cores=1,3,5,7
/proc/7250/task/7382/stat : 7382 (java) S 7247 7250 3242 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 97200116 10947383296 2074552 33554432000 4194304 4196468 140722331962480 140072593018224 140073300543189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9916416 140722331968646 140722331968799 140722331968799 140722331971535 0
Current children cumulated CPU time: 1540.93 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8298208 KiB

Child status: 0
Real time (s): 419.054
CPU time (s): 1540.99
CPU user time (s): 1533.3
CPU system time (s): 7.68241
CPU usage (%): 367.729
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8298208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1533.3
system time used= 7.68241
maximum resident set size= 8298464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186017
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22308
involuntary context switches= 35777


# summary of solver processes directly reported to runsolver:
#   pid: 7250
#   total CPU time (s): 1540.99
#   total CPU user time (s): 1533.3
#   total CPU system time (s): 7.68241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.58625 second user time and 4.20494 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 17:59:43
IDJOB=4263754
IDBENCH=140572
IDSOLVER=2651
FILE ID=node149/4263754-1502640841
RUNJOBID= node149-1502620619-3502
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

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

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

MD5SUM BENCH= 1f968d7964fa1ced5b2605ed1734128f
RANDOM SEED=1285383406

node149.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.43
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.43
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.43
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.43
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:        27014536 kB
MemAvailable:   31044876 kB
Buffers:          262412 kB
Cached:          4041528 kB
SwapCached:            0 kB
Active:          1980000 kB
Inactive:        3307460 kB
Active(anon):     986496 kB
Inactive(anon):    24944 kB
Active(file):     993504 kB
Inactive(file):  3282516 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1752 kB
Writeback:             4 kB
AnonPages:       1059476 kB
Mapped:            55600 kB
Shmem:             25224 kB
Slab:             167068 kB
SReclaimable:     140308 kB
SUnreclaim:        26760 kB
KernelStack:        3680 kB
PageTables:         7012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2343800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    989184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61932 MiB
End job on node149 at 2017-08-13 18:06:42