Trace number 4263083

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) 1609.22 437.638

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-50-05.xml
MD5SUM283e10528a8226f5fb6260f3e97a2c81
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark100
Best CPU time to get the best result obtained on this benchmark6.9268599
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints261
Number of domains2
Minimum domain size1
Maximum domain size627
Distribution of domain sizes[{"size":1,"count":1},{"size":627,"count":121}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":3},{"degree":5,"count":22},{"degree":6,"count":58},{"degree":7,"count":23},{"degree":8,"count":13},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":257},{"arity":56,"count":1},{"arity":58,"count":1},{"arity":59,"count":1},{"arity":68,"count":1}]
Number of extensional constraints0
Number of intensional constraints257
Distribution of constraint types[{"type":"intension","count":257},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263083-1502627040/watcher-4263083-1502627040 -o /tmp/evaluation-result-4263083-1502627040/solver-4263083-1502627040 -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-4263083-1502627040.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=4571, runsolver pid=4568
Current StackSize limit: 8192 KiB


[startup+0.102461 s]*
/proc/loadavg: 2.05 2.10 2.08 4/217 4586
/proc/meminfo: memFree=26491000/32770624 swapFree=67108860/67108860
[pid=4571] ppid=4568 vsize=10555400 memory=30312 CPUtime=0.13 cores=1,3,5,7
/proc/4571/stat : 4571 (java) S 4568 4571 3242 0 -1 1077944320 6637 0 0 0 12 1 0 0 20 0 15 0 95784933 10808729600 7578 33554432000 4194304 4196468 140721049270528 140721049253072 140625566891767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
/proc/4571/statm: 2638850 7578 2822 1 0 2627263 0
[pid=4571/tid=4573] ppid=4568 vsize=10555400 memory=-8826034346300110016 CPUtime=0.09 cores=1,3,5,7
/proc/4571/task/4573/stat : 4573 (java) R 4568 4571 3242 0 -1 4202560 4490 0 0 0 9 0 0 0 20 0 15 0 95784934 10808729600 7578 33554432000 4194304 4196468 140721049270528 140625571113632 140625550972254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4574] ppid=4568 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4574/stat : 4574 (java) S 4568 4571 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95784934 10808729600 7578 33554432000 4194304 4196468 140721049270528 140625492966160 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4575] ppid=4568 vsize=10555400 memory=140570428954240 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4575/stat : 4575 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784934 10808729600 7578 33554432000 4194304 4196468 140721049270528 140625491913616 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4576] ppid=4568 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4576/stat : 4576 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784934 10808729600 7578 33554432000 4194304 4196468 140721049270528 140625490861072 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4577] ppid=4568 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4577/stat : 4577 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784934 10808729600 7578 33554432000 4194304 4196468 140721049270528 140625489808528 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4578] ppid=4568 vsize=10555400 memory=140570428954240 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4578/stat : 4578 (java) S 4568 4571 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95784936 10808729600 7578 33554432000 4194304 4196468 140721049270528 140624734930928 140625566902914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4579] ppid=4568 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4579/stat : 4579 (java) S 4568 4571 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95784936 10808729600 7578 33554432000 4194304 4196468 140721049270528 140624733877152 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4580] ppid=4568 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4580/stat : 4580 (java) S 4568 4571 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95784936 10808729600 7578 33554432000 4194304 4196468 140721049270528 140624732824560 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4581] ppid=4568 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4581/stat : 4581 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95784939 10808729600 7578 33554432000 4194304 4196468 140721049270528 140624731773136 140625566910363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4582] ppid=4568 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4582/stat : 4582 (java) S 4568 4571 3242 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 95784939 10808729600 7578 33554432000 4194304 4196468 140721049270528 140624730720752 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4583] ppid=4568 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4583/stat : 4583 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784939 10808729600 7578 33554432000 4194304 4196468 140721049270528 140624729668208 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4584] ppid=4568 vsize=10555400 memory=140570428954240 CPUtime=0.02 cores=1,3,5,7
/proc/4571/task/4584/stat : 4584 (java) S 4568 4571 3242 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 15 0 95784939 10808729600 7578 33554432000 4194304 4196468 140721049270528 140624728615664 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4585] ppid=4568 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4585/stat : 4585 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95784939 10808729600 7578 33554432000 4194304 4196468 140721049270528 140624727563360 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4586] ppid=4568 vsize=10555400 memory=140570428954240 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4586/stat : 4586 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784939 10808729600 7578 33554432000 4194304 4196468 140721049270528 140624726509872 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30312 KiB

[startup+0.210922 s]*
/proc/loadavg: 2.05 2.10 2.08 4/217 4586
/proc/meminfo: memFree=26479780/32770624 swapFree=67108860/67108860
[pid=4571] ppid=4568 vsize=10555400 memory=39876 CPUtime=0.29 cores=1,3,5,7
/proc/4571/stat : 4571 (java) S 4568 4571 3242 0 -1 1077944320 8235 0 0 0 28 1 0 0 20 0 15 0 95784933 10808729600 9969 33554432000 4194304 4196468 140721049270528 140721049253072 140625566891767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
/proc/4571/statm: 2638850 9969 2944 1 0 2627263 0
[pid=4571/tid=4573] ppid=4568 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4571/task/4573/stat : 4573 (java) R 4568 4571 3242 0 -1 4202560 5334 0 0 0 19 1 0 0 20 0 15 0 95784934 10808729600 9969 33554432000 4194304 4196468 140721049270528 140625571126864 140625550972254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4574] ppid=4568 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4574/stat : 4574 (java) S 4568 4571 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95784934 10808729600 9969 33554432000 4194304 4196468 140721049270528 140625492966160 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4575] ppid=4568 vsize=10555400 memory=140570428959014 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4575/stat : 4575 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784934 10808729600 9969 33554432000 4194304 4196468 140721049270528 140625491913616 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4576] ppid=4568 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4576/stat : 4576 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784934 10808729600 9969 33554432000 4194304 4196468 140721049270528 140625490861072 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4577] ppid=4568 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4577/stat : 4577 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784934 10808729600 9969 33554432000 4194304 4196468 140721049270528 140625489808528 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4578] ppid=4568 vsize=10555400 memory=140570428954240 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4578/stat : 4578 (java) S 4568 4571 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95784936 10808729600 9969 33554432000 4194304 4196468 140721049270528 140624734930928 140625566902914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4579] ppid=4568 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4579/stat : 4579 (java) S 4568 4571 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95784936 10808729600 9969 33554432000 4194304 4196468 140721049270528 140624733877152 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4580] ppid=4568 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4580/stat : 4580 (java) S 4568 4571 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95784936 10808729600 9969 33554432000 4194304 4196468 140721049270528 140624732824560 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4581] ppid=4568 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4581/stat : 4581 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95784939 10808729600 9969 33554432000 4194304 4196468 140721049270528 140624731773136 140625566910363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4582] ppid=4568 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4582/stat : 4582 (java) S 4568 4571 3242 0 -1 1077944384 518 0 0 0 0 0 0 0 20 0 15 0 95784939 10808729600 9969 33554432000 4194304 4196468 140721049270528 140624730720752 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4583] ppid=4568 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4571/task/4583/stat : 4583 (java) S 4568 4571 3242 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 15 0 95784939 10808729600 9969 33554432000 4194304 4196468 140721049270528 140624729668208 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4584] ppid=4568 vsize=10555400 memory=140570428954240 CPUtime=0.06 cores=1,3,5,7
/proc/4571/task/4584/stat : 4584 (java) S 4568 4571 3242 0 -1 1077944384 813 0 0 0 6 0 0 0 20 0 15 0 95784939 10808729600 9969 33554432000 4194304 4196468 140721049270528 140624728615664 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4585] ppid=4568 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4585/stat : 4585 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95784939 10808729600 9969 33554432000 4194304 4196468 140721049270528 140624727563360 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4586] ppid=4568 vsize=10555400 memory=140570428954240 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4586/stat : 4586 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784939 10808729600 9969 33554432000 4194304 4196468 140721049270528 140624726509872 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39876 KiB

[startup+0.310334 s]*
/proc/loadavg: 2.05 2.10 2.08 4/217 4586
/proc/meminfo: memFree=26472832/32770624 swapFree=67108860/67108860
[pid=4571] ppid=4568 vsize=10555476 memory=46440 CPUtime=0.5 cores=1,3,5,7
/proc/4571/stat : 4571 (java) S 4568 4571 3242 0 -1 1077944320 8886 0 0 0 48 2 0 0 20 0 15 0 95784933 10808807424 11610 33554432000 4194304 4196468 140721049270528 140721049253072 140625566891767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
/proc/4571/statm: 2638869 11610 3029 1 0 2627263 0
[pid=4571/tid=4573] ppid=4568 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/4571/task/4573/stat : 4573 (java) R 4568 4571 3242 0 -1 4202560 5694 0 0 0 28 1 0 0 20 0 15 0 95784934 10808807424 11610 33554432000 4194304 4196468 140721049270528 140625571127632 140625566903702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4574] ppid=4568 vsize=10555476 memory=304556153357205527 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4574/stat : 4574 (java) S 4568 4571 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95784934 10808807424 11610 33554432000 4194304 4196468 140721049270528 140625492966160 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4575] ppid=4568 vsize=10555476 memory=15398717498578584 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4575/stat : 4575 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784934 10808807424 11610 33554432000 4194304 4196468 140721049270528 140625491913616 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4576] ppid=4568 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4576/stat : 4576 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784934 10808807424 11610 33554432000 4194304 4196468 140721049270528 140625490861072 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4577] ppid=4568 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4577/stat : 4577 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784934 10808807424 11610 33554432000 4194304 4196468 140721049270528 140625489808528 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4578] ppid=4568 vsize=10555476 memory=140570428954240 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4578/stat : 4578 (java) S 4568 4571 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95784936 10808807424 11610 33554432000 4194304 4196468 140721049270528 140624734930928 140625566902914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4579] ppid=4568 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4579/stat : 4579 (java) S 4568 4571 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95784936 10808807424 11610 33554432000 4194304 4196468 140721049270528 140624733877152 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4580] ppid=4568 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4580/stat : 4580 (java) S 4568 4571 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95784936 10808807424 11610 33554432000 4194304 4196468 140721049270528 140624732824560 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4581] ppid=4568 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4581/stat : 4581 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95784939 10808807424 11610 33554432000 4194304 4196468 140721049270528 140624731773136 140625566910363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4582] ppid=4568 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4571/task/4582/stat : 4582 (java) S 4568 4571 3242 0 -1 1077944384 577 0 0 0 2 0 0 0 20 0 15 0 95784939 10808807424 11610 33554432000 4194304 4196468 140721049270528 140624730720752 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4583] ppid=4568 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/4571/task/4583/stat : 4583 (java) S 4568 4571 3242 0 -1 1077944384 338 0 0 0 4 0 0 0 20 0 15 0 95784939 10808807424 11610 33554432000 4194304 4196468 140721049270528 140624729668208 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4584] ppid=4568 vsize=10555476 memory=140570428954240 CPUtime=0.13 cores=1,3,5,7
/proc/4571/task/4584/stat : 4584 (java) R 4568 4571 3242 0 -1 4202560 911 0 0 0 13 0 0 0 20 0 15 0 95784939 10808807424 11610 33554432000 4194304 4196468 140721049270528 140624728615664 140625545525584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4585] ppid=4568 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4585/stat : 4585 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95784939 10808807424 11610 33554432000 4194304 4196468 140721049270528 140624727563360 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4586] ppid=4568 vsize=10555476 memory=140570428954240 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4586/stat : 4586 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784939 10808807424 11610 33554432000 4194304 4196468 140721049270528 140624726509872 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46440 KiB

[startup+0.701654 s]
/proc/loadavg: 2.05 2.10 2.08 5/217 4586
/proc/meminfo: memFree=26368092/32770624 swapFree=67108860/67108860
[pid=4571] ppid=4568 vsize=10555476 memory=205672 CPUtime=1.59 cores=1,3,5,7
/proc/4571/stat : 4571 (java) S 4568 4571 3242 0 -1 1077944320 11583 0 0 0 151 8 0 0 20 0 15 0 95784933 10808807424 51418 33554432000 4194304 4196468 140721049270528 140721049253072 140625566891767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
/proc/4571/statm: 2638869 51418 3094 1 0 2627263 0
[pid=4571/tid=4573] ppid=4568 vsize=10555476 memory=1732 CPUtime=0.63 cores=1,3,5,7
/proc/4571/task/4573/stat : 4573 (java) R 4568 4571 3242 0 -1 4202560 6000 0 0 0 60 3 0 0 20 0 15 0 95784934 10808807424 51418 33554432000 4194304 4196468 140721049270528 140625571124624 140625167970567 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4574] ppid=4568 vsize=10555476 memory=1224 CPUtime=0.02 cores=1,3,5,7
/proc/4571/task/4574/stat : 4574 (java) S 4568 4571 3242 0 -1 1077944384 29 0 0 0 2 0 0 0 20 0 15 0 95784934 10808807424 51418 33554432000 4194304 4196468 140721049270528 140625492966160 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4575] ppid=4568 vsize=10555476 memory=12032 CPUtime=0.01 cores=1,3,5,7
/proc/4571/task/4575/stat : 4575 (java) S 4568 4571 3242 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 95784934 10808807424 51418 33554432000 4194304 4196468 140721049270528 140625491913616 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4576] ppid=4568 vsize=10555476 memory=5792 CPUtime=0.01 cores=1,3,5,7
/proc/4571/task/4576/stat : 4576 (java) S 4568 4571 3242 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 95784934 10808807424 51418 33554432000 4194304 4196468 140721049270528 140625490861072 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4577] ppid=4568 vsize=10555476 memory=796 CPUtime=0.03 cores=1,3,5,7
/proc/4571/task/4577/stat : 4577 (java) S 4568 4571 3242 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 15 0 95784934 10808807424 51418 33554432000 4194304 4196468 140721049270528 140625489808528 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4578] ppid=4568 vsize=10555476 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4578/stat : 4578 (java) S 4568 4571 3242 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95784936 10808807424 51418 33554432000 4194304 4196468 140721049270528 140624734930928 140625566902914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4579] ppid=4568 vsize=10555476 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4579/stat : 4579 (java) S 4568 4571 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95784936 10808807424 51418 33554432000 4194304 4196468 140721049270528 140624733877152 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4580] ppid=4568 vsize=10555476 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4580/stat : 4580 (java) S 4568 4571 3242 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95784936 10808807424 51418 33554432000 4194304 4196468 140721049270528 140624732824560 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4581] ppid=4568 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4581/stat : 4581 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95784939 10808807424 51418 33554432000 4194304 4196468 140721049270528 140624731773136 140625566910363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4582] ppid=4568 vsize=10555476 memory=7519159149027546218 CPUtime=0.28 cores=1,3,5,7
/proc/4571/task/4582/stat : 4582 (java) R 4568 4571 3242 0 -1 4202560 1520 0 0 0 28 0 0 0 20 0 15 0 95784939 10808807424 51418 33554432000 4194304 4196468 140721049270528 140624730702912 140625550420487 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4583] ppid=4568 vsize=10555476 memory=7523071198212214892 CPUtime=0.31 cores=1,3,5,7
/proc/4571/task/4583/stat : 4583 (java) R 4568 4571 3242 0 -1 4202560 1316 0 0 0 31 0 0 0 20 0 15 0 95784939 10808807424 51418 33554432000 4194304 4196468 140721049270528 140624729657232 140625552955744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4584] ppid=4568 vsize=10555476 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/4571/task/4584/stat : 4584 (java) S 4568 4571 3242 0 -1 1077944384 1216 0 0 0 22 0 0 0 20 0 15 0 95784939 10808807424 51418 33554432000 4194304 4196468 140721049270528 140624728615664 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4585] ppid=4568 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4585/stat : 4585 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95784939 10808807424 51418 33554432000 4194304 4196468 140721049270528 140624727563360 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4586] ppid=4568 vsize=10555476 memory=33 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4586/stat : 4586 (java) S 4568 4571 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95784939 10808807424 51418 33554432000 4194304 4196468 140721049270528 140624726509872 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 205672 KiB

[startup+1.50074 s]
/proc/loadavg: 2.05 2.10 2.08 3/217 4586
/proc/meminfo: memFree=26219404/32770624 swapFree=67108860/67108860
[pid=4571] ppid=4568 vsize=10555476 memory=587852 CPUtime=3.69 cores=1,3,5,7
/proc/4571/stat : 4571 (java) S 4568 4571 3242 0 -1 1077944320 13195 0 0 0 329 40 0 0 20 0 15 0 95784933 10808807424 146963 33554432000 4194304 4196468 140721049270528 140721049253072 140625566891767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
/proc/4571/statm: 2638869 146963 3118 1 0 2627263 0
[pid=4571/tid=4573] ppid=4568 vsize=10555476 memory=8112282956445269571 CPUtime=1.03 cores=1,3,5,7
/proc/4571/task/4573/stat : 4573 (java) S 4568 4571 3242 0 -1 1077944384 6084 0 0 0 98 5 0 0 20 0 15 0 95784934 10808807424 146963 33554432000 4194304 4196468 140721049270528 140625571127056 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4574] ppid=4568 vsize=10555476 memory=-8754540793456063680 CPUtime=0.43 cores=1,3,5,7
/proc/4571/task/4574/stat : 4574 (java) R 4568 4571 3242 0 -1 4202560 332 0 0 0 35 8 0 0 20 0 15 0 95784934 10808807424 146963 33554432000 4194304 4196468 140721049270528 140625492966056 140625559519975 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4575] ppid=4568 vsize=10555476 memory=-2843869621055772062 CPUtime=0.41 cores=1,3,5,7
/proc/4571/task/4575/stat : 4575 (java) R 4568 4571 3242 0 -1 4202560 507 0 0 0 33 8 0 0 20 0 15 0 95784934 10808807424 146963 33554432000 4194304 4196468 140721049270528 140625491913816 140625551842894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4576] ppid=4568 vsize=10555476 memory=5450919713671312938 CPUtime=0.41 cores=1,3,5,7
/proc/4571/task/4576/stat : 4576 (java) R 4568 4571 3242 0 -1 4202560 271 0 0 0 34 7 0 0 20 0 15 0 95784934 10808807424 146963 33554432000 4194304 4196468 140721049270528 140625490861072 140625551589406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4577] ppid=4568 vsize=10555476 memory=7005738693937936738 CPUtime=0.43 cores=1,3,5,7
/proc/4571/task/4577/stat : 4577 (java) R 4568 4571 3242 0 -1 4202560 359 0 0 0 35 8 0 0 20 0 15 0 95784934 10808807424 146963 33554432000 4194304 4196468 140721049270528 140625489808528 140625559519975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4578] ppid=4568 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4578/stat : 4578 (java) S 4568 4571 3242 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 95784936 10808807424 146963 33554432000 4194304 4196468 140721049270528 140624734929248 140625566901973 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0

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

[startup+435.201 s]
/proc/loadavg: 4.98 4.08 3.00 6/217 4602
/proc/meminfo: memFree=18313704/32770624 swapFree=67108860/67108860
[pid=4571] ppid=4568 vsize=10690804 memory=8186960 CPUtime=1601.6 cores=1,3,5,7
/proc/4571/stat : 4571 (java) S 4568 4571 3242 0 -1 1077944320 192925 0 0 0 159391 769 0 0 20 0 16 0 95784933 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140721049253072 140625566891767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
/proc/4571/statm: 2672701 2046740 3177 1 0 2661057 0
[pid=4571/tid=4573] ppid=4568 vsize=10690804 memory=1296 CPUtime=14.51 cores=1,3,5,7
/proc/4571/task/4573/stat : 4573 (java) S 4568 4571 3242 0 -1 1077944384 16448 0 0 0 1441 10 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625571132448 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4574] ppid=4568 vsize=10690804 memory=2408 CPUtime=390.11 cores=1,3,5,7
/proc/4571/task/4574/stat : 4574 (java) R 4568 4571 3242 0 -1 4202560 19587 0 0 0 38827 184 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625492966360 140625551888112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4575] ppid=4568 vsize=10690804 memory=8186960 CPUtime=391.13 cores=1,3,5,7
/proc/4571/task/4575/stat : 4575 (java) R 4568 4571 3242 0 -1 4202560 26112 0 0 0 38938 175 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625491913424 140625559519975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4576] ppid=4568 vsize=10690804 memory=648 CPUtime=390.13 cores=1,3,5,7
/proc/4571/task/4576/stat : 4576 (java) R 4568 4571 3242 0 -1 4202560 20924 0 0 0 38813 200 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625490861192 140625559519975 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4577] ppid=4568 vsize=10690804 memory=1240 CPUtime=390.03 cores=1,3,5,7
/proc/4571/task/4577/stat : 4577 (java) R 4568 4571 3242 0 -1 4202560 21237 0 0 0 38816 187 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625489808648 140625559519975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4578] ppid=4568 vsize=10690804 memory=960 CPUtime=24.18 cores=1,3,5,7
/proc/4571/task/4578/stat : 4578 (java) S 4568 4571 3242 0 -1 1077944384 78600 0 0 0 2414 4 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624734929472 140625566901973 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4579] ppid=4568 vsize=10690804 memory=8186960 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4579/stat : 4579 (java) S 4568 4571 3242 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624733877216 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4580] ppid=4568 vsize=10690804 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4580/stat : 4580 (java) S 4568 4571 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624732824576 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4581] ppid=4568 vsize=10690804 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4581/stat : 4581 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624731773136 140625566910363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4582] ppid=4568 vsize=10690804 memory=8612 CPUtime=0.4 cores=1,3,5,7
/proc/4571/task/4582/stat : 4582 (java) S 4568 4571 3242 0 -1 1077944384 2377 0 0 0 40 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624730720512 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4583] ppid=4568 vsize=10690804 memory=4620 CPUtime=0.42 cores=1,3,5,7
/proc/4571/task/4583/stat : 4583 (java) S 4568 4571 3242 0 -1 1077944384 2043 0 0 0 42 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624729668256 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4584] ppid=4568 vsize=10690804 memory=8112282956445269571 CPUtime=0.31 cores=1,3,5,7
/proc/4571/task/4584/stat : 4584 (java) S 4568 4571 3242 0 -1 1077944384 3729 0 0 0 31 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624728615712 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4585] ppid=4568 vsize=10690804 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4585/stat : 4585 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624727563360 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4586] ppid=4568 vsize=10690804 memory=1461056 CPUtime=0.27 cores=1,3,5,7
/proc/4571/task/4586/stat : 4586 (java) S 4568 4571 3242 0 -1 1077944384 336 0 0 0 13 14 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624726509872 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4600] ppid=4568 vsize=10690804 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4600/stat : 4600 (java) S 4568 4571 3242 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 95821975 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624723357168 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
Current children cumulated CPU time: 1601.6 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8186960 KiB

[startup+436.801 s]
/proc/loadavg: 4.98 4.08 3.00 5/217 4602
/proc/meminfo: memFree=18313704/32770624 swapFree=67108860/67108860
[pid=4571] ppid=4568 vsize=10690804 memory=8186960 CPUtime=1607.8 cores=1,3,5,7
/proc/4571/stat : 4571 (java) S 4568 4571 3242 0 -1 1077944320 192973 0 0 0 160009 771 0 0 20 0 16 0 95784933 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140721049253072 140625566891767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
/proc/4571/statm: 2672701 2046740 3177 1 0 2661057 0
[pid=4571/tid=4573] ppid=4568 vsize=10690804 memory=18476 CPUtime=14.51 cores=1,3,5,7
/proc/4571/task/4573/stat : 4573 (java) S 4568 4571 3242 0 -1 1077944384 16448 0 0 0 1441 10 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625571132448 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4574] ppid=4568 vsize=10690804 memory=16696 CPUtime=391.71 cores=1,3,5,7
/proc/4571/task/4574/stat : 4574 (java) R 4568 4571 3242 0 -1 4202560 19635 0 0 0 38987 184 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625492966360 140625548501376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4575] ppid=4568 vsize=10690804 memory=8112282956445269571 CPUtime=392.66 cores=1,3,5,7
/proc/4571/task/4575/stat : 4575 (java) R 4568 4571 3242 0 -1 4202560 26112 0 0 0 39091 175 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625491913424 140625559519975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4576] ppid=4568 vsize=10690804 memory=8187024 CPUtime=391.64 cores=1,3,5,7
/proc/4571/task/4576/stat : 4576 (java) R 4568 4571 3242 0 -1 4202560 20924 0 0 0 38964 200 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625490861192 140625559519975 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4577] ppid=4568 vsize=10690804 memory=4144 CPUtime=391.57 cores=1,3,5,7
/proc/4571/task/4577/stat : 4577 (java) R 4568 4571 3242 0 -1 4202560 21237 0 0 0 38969 188 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625489808336 140625559519975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4578] ppid=4568 vsize=10690804 memory=28092 CPUtime=24.18 cores=1,3,5,7
/proc/4571/task/4578/stat : 4578 (java) S 4568 4571 3242 0 -1 1077944384 78600 0 0 0 2414 4 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624734929472 140625566901973 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4579] ppid=4568 vsize=10690804 memory=796 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4579/stat : 4579 (java) S 4568 4571 3242 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624733877216 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4580] ppid=4568 vsize=10690804 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4580/stat : 4580 (java) S 4568 4571 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624732824576 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4581] ppid=4568 vsize=10690804 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4581/stat : 4581 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624731773136 140625566910363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4582] ppid=4568 vsize=10690804 memory=1712 CPUtime=0.4 cores=1,3,5,7
/proc/4571/task/4582/stat : 4582 (java) S 4568 4571 3242 0 -1 1077944384 2377 0 0 0 40 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624730720512 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4583] ppid=4568 vsize=10690804 memory=8186960 CPUtime=0.42 cores=1,3,5,7
/proc/4571/task/4583/stat : 4583 (java) S 4568 4571 3242 0 -1 1077944384 2043 0 0 0 42 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624729668256 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4584] ppid=4568 vsize=10690804 memory=2244 CPUtime=0.31 cores=1,3,5,7
/proc/4571/task/4584/stat : 4584 (java) S 4568 4571 3242 0 -1 1077944384 3729 0 0 0 31 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624728615712 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4585] ppid=4568 vsize=10690804 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4585/stat : 4585 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624727563360 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4586] ppid=4568 vsize=10690804 memory=2208 CPUtime=0.27 cores=1,3,5,7
/proc/4571/task/4586/stat : 4586 (java) S 4568 4571 3242 0 -1 1077944384 336 0 0 0 13 14 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624726509872 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4600] ppid=4568 vsize=10690804 memory=6508 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4600/stat : 4600 (java) S 4568 4571 3242 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 95821975 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624723357168 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
Current children cumulated CPU time: 1607.8 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8186960 KiB

[startup+437.201 s]
/proc/loadavg: 4.98 4.08 3.00 6/217 4602
/proc/meminfo: memFree=18313704/32770624 swapFree=67108860/67108860
[pid=4571] ppid=4568 vsize=10690804 memory=8186960 CPUtime=1608.77 cores=1,3,5,7
/proc/4571/stat : 4571 (java) S 4568 4571 3242 0 -1 1077944320 193097 0 0 0 160106 771 0 0 20 0 16 0 95784933 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140721049253072 140625566891767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
/proc/4571/statm: 2672701 2046740 3177 1 0 2661057 0
[pid=4571/tid=4573] ppid=4568 vsize=10690804 memory=8186960 CPUtime=14.51 cores=1,3,5,7
/proc/4571/task/4573/stat : 4573 (java) S 4568 4571 3242 0 -1 1077944384 16448 0 0 0 1441 10 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625571132448 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4574] ppid=4568 vsize=10690804 memory=2652 CPUtime=391.91 cores=1,3,5,7
/proc/4571/task/4574/stat : 4574 (java) S 4568 4571 3242 0 -1 1077944384 19635 0 0 0 39007 184 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625492966160 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4575] ppid=4568 vsize=10690804 memory=2652 CPUtime=392.86 cores=1,3,5,7
/proc/4571/task/4575/stat : 4575 (java) S 4568 4571 3242 0 -1 1077944384 26112 0 0 0 39111 175 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625491913616 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4576] ppid=4568 vsize=10690804 memory=8112282956445269571 CPUtime=391.84 cores=1,3,5,7
/proc/4571/task/4576/stat : 4576 (java) S 4568 4571 3242 0 -1 1077944384 20924 0 0 0 38983 201 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625490861072 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4577] ppid=4568 vsize=10690804 memory=1224 CPUtime=391.76 cores=1,3,5,7
/proc/4571/task/4577/stat : 4577 (java) S 4568 4571 3242 0 -1 1077944384 21237 0 0 0 38988 188 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625489808528 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4578] ppid=4568 vsize=10690804 memory=12032 CPUtime=24.37 cores=1,3,5,7
/proc/4571/task/4578/stat : 4578 (java) R 4568 4571 3242 0 -1 4202560 78724 0 0 0 2433 4 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624734929472 140625551888171 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4579] ppid=4568 vsize=10690804 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4579/stat : 4579 (java) S 4568 4571 3242 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624733877216 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4580] ppid=4568 vsize=10690804 memory=796 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4580/stat : 4580 (java) S 4568 4571 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624732824576 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4581] ppid=4568 vsize=10690804 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4581/stat : 4581 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624731773136 140625566910363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4582] ppid=4568 vsize=10690804 memory=1012 CPUtime=0.4 cores=1,3,5,7
/proc/4571/task/4582/stat : 4582 (java) S 4568 4571 3242 0 -1 1077944384 2377 0 0 0 40 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624730720512 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4583] ppid=4568 vsize=10690804 memory=1712 CPUtime=0.42 cores=1,3,5,7
/proc/4571/task/4583/stat : 4583 (java) S 4568 4571 3242 0 -1 1077944384 2043 0 0 0 42 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624729668256 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4584] ppid=4568 vsize=10690804 memory=1952 CPUtime=0.31 cores=1,3,5,7
/proc/4571/task/4584/stat : 4584 (java) S 4568 4571 3242 0 -1 1077944384 3729 0 0 0 31 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624728615712 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4585] ppid=4568 vsize=10690804 memory=8612 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4585/stat : 4585 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624727563360 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4586] ppid=4568 vsize=10690804 memory=4620 CPUtime=0.27 cores=1,3,5,7
/proc/4571/task/4586/stat : 4586 (java) S 4568 4571 3242 0 -1 1077944384 336 0 0 0 13 14 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624726509872 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4600] ppid=4568 vsize=10690804 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4600/stat : 4600 (java) S 4568 4571 3242 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 95821975 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624723357168 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
Current children cumulated CPU time: 1608.77 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8186960 KiB

[startup+437.601 s]
/proc/loadavg: 4.98 4.08 3.00 6/217 4602
/proc/meminfo: memFree=18313704/32770624 swapFree=67108860/67108860
[pid=4571] ppid=4568 vsize=10690804 memory=8186960 CPUtime=1609.17 cores=1,3,5,7
/proc/4571/stat : 4571 (java) S 4568 4571 3242 0 -1 1077944320 193101 0 0 0 160146 771 0 0 20 0 16 0 95784933 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140721049253072 140625566891767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
/proc/4571/statm: 2672701 2046740 3177 1 0 2661057 0
[pid=4571/tid=4573] ppid=4568 vsize=10690804 memory=8112282956445269571 CPUtime=14.51 cores=1,3,5,7
/proc/4571/task/4573/stat : 4573 (java) S 4568 4571 3242 0 -1 1077944384 16448 0 0 0 1441 10 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625571132448 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4574] ppid=4568 vsize=10690804 memory=2208 CPUtime=391.91 cores=1,3,5,7
/proc/4571/task/4574/stat : 4574 (java) S 4568 4571 3242 0 -1 1077944384 19635 0 0 0 39007 184 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625492966160 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4575] ppid=4568 vsize=10690804 memory=8112282956445269571 CPUtime=392.86 cores=1,3,5,7
/proc/4571/task/4575/stat : 4575 (java) S 4568 4571 3242 0 -1 1077944384 26112 0 0 0 39111 175 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625491913616 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4576] ppid=4568 vsize=10690804 memory=5792 CPUtime=391.84 cores=1,3,5,7
/proc/4571/task/4576/stat : 4576 (java) S 4568 4571 3242 0 -1 1077944384 20924 0 0 0 38983 201 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625490861072 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4577] ppid=4568 vsize=10690804 memory=796 CPUtime=391.76 cores=1,3,5,7
/proc/4571/task/4577/stat : 4577 (java) S 4568 4571 3242 0 -1 1077944384 21237 0 0 0 38988 188 0 0 20 0 16 0 95784934 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140625489808528 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4578] ppid=4568 vsize=10690804 memory=1436 CPUtime=24.77 cores=1,3,5,7
/proc/4571/task/4578/stat : 4578 (java) R 4568 4571 3242 0 -1 4202560 78728 0 0 0 2473 4 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624734929472 140625545261928 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4579] ppid=4568 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4579/stat : 4579 (java) S 4568 4571 3242 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624733877216 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4580] ppid=4568 vsize=10690804 memory=960 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4580/stat : 4580 (java) S 4568 4571 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 95784936 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624732824576 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4581] ppid=4568 vsize=10690804 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4581/stat : 4581 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624731773136 140625566910363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4582] ppid=4568 vsize=10690804 memory=932 CPUtime=0.4 cores=1,3,5,7
/proc/4571/task/4582/stat : 4582 (java) S 4568 4571 3242 0 -1 1077944384 2377 0 0 0 40 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624730720512 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4583] ppid=4568 vsize=10690804 memory=1572 CPUtime=0.42 cores=1,3,5,7
/proc/4571/task/4583/stat : 4583 (java) S 4568 4571 3242 0 -1 1077944384 2043 0 0 0 42 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624729668256 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4584] ppid=4568 vsize=10690804 memory=28092 CPUtime=0.31 cores=1,3,5,7
/proc/4571/task/4584/stat : 4584 (java) S 4568 4571 3242 0 -1 1077944384 3729 0 0 0 31 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624728615712 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4585] ppid=4568 vsize=10690804 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4585/stat : 4585 (java) S 4568 4571 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624727563360 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4586] ppid=4568 vsize=10690804 memory=2408 CPUtime=0.27 cores=1,3,5,7
/proc/4571/task/4586/stat : 4586 (java) S 4568 4571 3242 0 -1 1077944384 336 0 0 0 13 14 0 0 20 0 16 0 95784939 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624726509872 140625566902914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
[pid=4571/tid=4600] ppid=4568 vsize=10690804 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/4571/task/4600/stat : 4600 (java) S 4568 4571 3242 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 95821975 10947383296 2046740 33554432000 4194304 4196468 140721049270528 140624723357168 140625566901973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35475456 140721049277574 140721049277727 140721049277727 140721049280463 0
Current children cumulated CPU time: 1609.17 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8186960 KiB

Child status: 0
Real time (s): 437.638
CPU time (s): 1609.22
CPU user time (s): 1601.47
CPU system time (s): 7.74791
CPU usage (%): 367.706
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8187024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1601.47
system time used= 7.74791
maximum resident set size= 8187272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193181
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28617
involuntary context switches= 15254


# summary of solver processes directly reported to runsolver:
#   pid: 4571
#   total CPU time (s): 1609.22
#   total CPU user time (s): 1601.47
#   total CPU system time (s): 7.74791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.5636 second user time and 4.51213 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 14:09:42
IDJOB=4263083
IDBENCH=129359
IDSOLVER=2651
FILE ID=node149/4263083-1502627040
RUNJOBID= node149-1502620619-3502
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-50-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263083-1502627040/watcher-4263083-1502627040 -o /tmp/evaluation-result-4263083-1502627040/solver-4263083-1502627040 -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-4263083-1502627040.xml

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

MD5SUM BENCH= 283e10528a8226f5fb6260f3e97a2c81
RANDOM SEED=351498598

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:        26509900 kB
MemAvailable:   30524804 kB
Buffers:          252852 kB
Cached:          4035516 kB
SwapCached:            0 kB
Active:          2497696 kB
Inactive:        3294692 kB
Active(anon):    1506744 kB
Inactive(anon):    24944 kB
Active(file):     990952 kB
Inactive(file):  3269748 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1652 kB
Writeback:            12 kB
AnonPages:       1510048 kB
Mapped:            55372 kB
Shmem:             25224 kB
Slab:             166848 kB
SReclaimable:     140080 kB
SUnreclaim:        26768 kB
KernelStack:        3552 kB
PageTables:         8104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3274016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1236992 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 14:17:00