Trace number 4263113

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) 1524.22 412.34

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-4.xml
MD5SUM428eef4dc0068476798a4d67b3fd28ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1233
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1333
Maximum domain size1333
Distribution of domain sizes[{"size":1333,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263113-1502591652/watcher-4263113-1502591652 -o /tmp/evaluation-result-4263113-1502591652/solver-4263113-1502591652 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263113-1502591652.xml 

running on 4 cores: 0,2,4,6

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=11636, runsolver pid=11629
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 7.51 7.56 7.39 4/203 11653
/proc/meminfo: memFree=31491028/32770624 swapFree=67108860/67108860
[pid=11636] ppid=11629 vsize=10151672 memory=20732 CPUtime=0.03 cores=0,2,4,6
/proc/11636/stat : 11636 (java) S 11629 11636 7968 0 -1 1077944320 4056 0 0 0 3 0 0 0 20 0 9 0 13047899 10395312128 5183 18446744073709551615 4194304 4196468 140730340098416 140730340080960 139716613459703 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
/proc/11636/statm: 2537918 5183 2155 1 0 2527415 0
[pid=11636/tid=11639] ppid=11629 vsize=10151672 memory=-8774313645642428999 CPUtime=0.03 cores=0,2,4,6
/proc/11636/task/11639/stat : 11639 (java) R 11629 11636 7968 0 -1 4202560 2695 0 0 0 3 0 0 0 20 0 9 0 13047905 10395312128 5183 18446744073709551615 4194304 4196468 140730340098416 139716617695096 139716242517240 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11641] ppid=11629 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11641/stat : 11641 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13047906 10395312128 5183 18446744073709551615 4194304 4196468 140730340098416 139716570426000 139716613469909 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11643] ppid=11629 vsize=10151672 memory=140532512523904 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11643/stat : 11643 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13047906 10395312128 5183 18446744073709551615 4194304 4196468 140730340098416 139716569373200 139716613469909 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11644] ppid=11629 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11644/stat : 11644 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13047906 10395312128 5183 18446744073709551615 4194304 4196468 140730340098416 139716568320400 139716613469909 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11646] ppid=11629 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11646/stat : 11646 (java) S 11629 11636 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13047906 10395312128 5183 18446744073709551615 4194304 4196468 140730340098416 139716567267600 139716613469909 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11649] ppid=11629 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11649/stat : 11649 (java) S 11629 11636 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13047907 10395312128 5183 18446744073709551615 4194304 4196468 140730340098416 139716176837488 139716613470850 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11651] ppid=11629 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11651/stat : 11651 (java) S 11629 11636 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 13047908 10395312128 5183 18446744073709551615 4194304 4196468 140730340098416 139716175783456 139716613469909 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11652] ppid=11629 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11652/stat : 11652 (java) S 11629 11636 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13047908 10395312128 5183 18446744073709551615 4194304 4196468 140730340098416 139716174730608 139716613469909 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20732 KiB

[startup+0.210108 s]*
/proc/loadavg: 7.51 7.56 7.39 4/215 11665
/proc/meminfo: memFree=31481088/32770624 swapFree=67108860/67108860
[pid=11636] ppid=11629 vsize=10551156 memory=26532 CPUtime=0.09 cores=0,2,4,6
/proc/11636/stat : 11636 (java) S 11629 11636 7968 0 -1 1077944320 5058 0 0 0 8 1 0 0 20 0 15 0 13047899 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 140730340080960 139716613459703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
/proc/11636/statm: 2637789 6633 2782 1 0 2627261 0
[pid=11636/tid=11639] ppid=11629 vsize=10551156 memory=8316850467074736180 CPUtime=0.07 cores=0,2,4,6
/proc/11636/task/11639/stat : 11639 (java) R 11629 11636 7968 0 -1 4202560 2986 0 0 0 7 0 0 0 20 0 15 0 13047905 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716617683344 139716613481629 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11641] ppid=11629 vsize=10551156 memory=11909 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11641/stat : 11641 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716570426000 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11643] ppid=11629 vsize=10551156 memory=140532512532186 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11643/stat : 11643 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716569373200 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11644] ppid=11629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11644/stat : 11644 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716568320400 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11646] ppid=11629 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11646/stat : 11646 (java) S 11629 11636 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716567267600 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11649] ppid=11629 vsize=10551156 memory=140532512523904 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11649/stat : 11649 (java) S 11629 11636 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13047907 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716176837488 139716613470850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11651] ppid=11629 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11651/stat : 11651 (java) S 11629 11636 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13047908 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716175783456 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11652] ppid=11629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11652/stat : 11652 (java) S 11629 11636 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13047908 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716174730608 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11658] ppid=11629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11658/stat : 11658 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047910 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716173678928 139716613478299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11659] ppid=11629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11659/stat : 11659 (java) S 11629 11636 7968 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 13047910 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716172626288 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11660] ppid=11629 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11660/stat : 11660 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047911 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716171573488 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11661] ppid=11629 vsize=10551156 memory=140532512523904 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11661/stat : 11661 (java) S 11629 11636 7968 0 -1 1077944384 269 0 0 0 0 0 0 0 20 0 15 0 13047911 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716170520688 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11663] ppid=11629 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11663/stat : 11663 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047911 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716169468128 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11665] ppid=11629 vsize=10551156 memory=140532512523904 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11665/stat : 11665 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047918 10804383744 6633 18446744073709551615 4194304 4196468 140730340098416 139716168416432 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26532 KiB

[startup+0.310541 s]*
/proc/loadavg: 7.51 7.56 7.39 7/215 11665
/proc/meminfo: memFree=31461100/32770624 swapFree=67108860/67108860
[pid=11636] ppid=11629 vsize=10551156 memory=36572 CPUtime=0.25 cores=0,2,4,6
/proc/11636/stat : 11636 (java) S 11629 11636 7968 0 -1 1077944320 8401 0 0 0 22 3 0 0 20 0 15 0 13047899 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 140730340080960 139716613459703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
/proc/11636/statm: 2637789 9143 2863 1 0 2627261 0
[pid=11636/tid=11639] ppid=11629 vsize=10551156 memory=8316850467074736180 CPUtime=0.17 cores=0,2,4,6
/proc/11636/task/11639/stat : 11639 (java) R 11629 11636 7968 0 -1 4202560 6025 0 0 0 15 2 0 0 20 0 15 0 13047905 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716617671536 139716613481629 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11641] ppid=11629 vsize=10551156 memory=11909 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11641/stat : 11641 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716570426000 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11643] ppid=11629 vsize=10551156 memory=140532512532186 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11643/stat : 11643 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716569373200 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11644] ppid=11629 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11644/stat : 11644 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716568320400 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11646] ppid=11629 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11646/stat : 11646 (java) S 11629 11636 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13047906 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716567267600 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11649] ppid=11629 vsize=10551156 memory=3184238452588492464 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11649/stat : 11649 (java) S 11629 11636 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13047907 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716176837488 139716613470850 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11651] ppid=11629 vsize=10551156 memory=8029366417796707592 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11651/stat : 11651 (java) S 11629 11636 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13047908 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716175783456 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11652] ppid=11629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11652/stat : 11652 (java) S 11629 11636 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13047908 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716174730608 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11658] ppid=11629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11658/stat : 11658 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047910 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716173678928 139716613478299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11659] ppid=11629 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11636/task/11659/stat : 11659 (java) S 11629 11636 7968 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 15 0 13047910 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716172626288 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11660] ppid=11629 vsize=10551156 memory=3472328296227418159 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11660/stat : 11660 (java) S 11629 11636 7968 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 13047911 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716171573488 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11661] ppid=11629 vsize=10551156 memory=7599810282536663779 CPUtime=0.04 cores=0,2,4,6
/proc/11636/task/11661/stat : 11661 (java) R 11629 11636 7968 0 -1 4202560 416 0 0 0 4 0 0 0 20 0 15 0 13047911 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716170520688 139716613481050 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11663] ppid=11629 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11663/stat : 11663 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047911 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716169468128 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11665] ppid=11629 vsize=10551156 memory=140532512523904 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11665/stat : 11665 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047918 10804383744 9143 18446744073709551615 4194304 4196468 140730340098416 139716168416432 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36572 KiB

[startup+0.704655 s]
/proc/loadavg: 7.51 7.56 7.39 6/215 11665
/proc/meminfo: memFree=31437020/32770624 swapFree=67108860/67108860
[pid=11636] ppid=11629 vsize=10551232 memory=231500 CPUtime=1.22 cores=0,2,4,6
/proc/11636/stat : 11636 (java) S 11629 11636 7968 0 -1 1077944320 11515 0 0 0 108 14 0 0 20 0 15 0 13047899 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 140730340080960 139716613459703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
/proc/11636/statm: 2637808 57875 3064 1 0 2627261 0
[pid=11636/tid=11639] ppid=11629 vsize=10551232 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/11636/task/11639/stat : 11639 (java) S 11629 11636 7968 0 -1 1077944384 7420 0 0 0 45 4 0 0 20 0 15 0 13047905 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716617696640 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11641] ppid=11629 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/11636/task/11641/stat : 11641 (java) R 11629 11636 7968 0 -1 4202560 114 0 0 0 3 2 0 0 20 0 15 0 13047906 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716570426200 139716598483406 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11643] ppid=11629 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/11636/task/11643/stat : 11643 (java) R 11629 11636 7968 0 -1 4202560 104 0 0 0 3 2 0 0 20 0 15 0 13047906 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716569373088 139716598481893 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11644] ppid=11629 vsize=10551232 memory=640 CPUtime=0.05 cores=0,2,4,6
/proc/11636/task/11644/stat : 11644 (java) R 11629 11636 7968 0 -1 4202560 103 0 0 0 3 2 0 0 20 0 15 0 13047906 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716568320400 139716598487122 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11646] ppid=11629 vsize=10551232 memory=1792 CPUtime=0.05 cores=0,2,4,6
/proc/11636/task/11646/stat : 11646 (java) R 11629 11636 7968 0 -1 4202560 114 0 0 0 3 2 0 0 20 0 15 0 13047906 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716567267488 139716598487122 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11649] ppid=11629 vsize=10551232 memory=960 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11649/stat : 11649 (java) S 11629 11636 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 13047907 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716176836000 139716613469909 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11651] ppid=11629 vsize=10551232 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11651/stat : 11651 (java) S 11629 11636 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13047908 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716175783456 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11652] ppid=11629 vsize=10551232 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11652/stat : 11652 (java) S 11629 11636 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 13047908 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716174730608 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11658] ppid=11629 vsize=10551232 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11658/stat : 11658 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047910 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716173678928 139716613478299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11659] ppid=11629 vsize=10551232 memory=928 CPUtime=0.14 cores=0,2,4,6
/proc/11636/task/11659/stat : 11659 (java) S 11629 11636 7968 0 -1 1077944384 710 0 0 0 14 0 0 0 20 0 15 0 13047910 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716172626288 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11660] ppid=11629 vsize=10551232 memory=2164 CPUtime=0.14 cores=0,2,4,6
/proc/11636/task/11660/stat : 11660 (java) S 11629 11636 7968 0 -1 1077944384 433 0 0 0 14 0 0 0 20 0 15 0 13047911 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716171564768 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11661] ppid=11629 vsize=10551232 memory=840 CPUtime=0.2 cores=0,2,4,6
/proc/11636/task/11661/stat : 11661 (java) S 11629 11636 7968 0 -1 1077944384 1073 0 0 0 20 0 0 0 20 0 15 0 13047911 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716170520688 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11663] ppid=11629 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11663/stat : 11663 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047911 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716169468128 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11665] ppid=11629 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11665/stat : 11665 (java) S 11629 11636 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13047918 10804461568 57875 18446744073709551615 4194304 4196468 140730340098416 139716168416432 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 231500 KiB

[startup+1.50079 s]
/proc/loadavg: 7.51 7.56 7.39 6/215 11665
/proc/meminfo: memFree=30497932/32770624 swapFree=67108860/67108860
[pid=11636] ppid=11629 vsize=10551232 memory=458532 CPUtime=2.99 cores=0,2,4,6
/proc/11636/stat : 11636 (java) S 11629 11636 7968 0 -1 1077944320 15750 0 0 0 272 27 0 0 20 0 15 0 13047899 10804461568 114633 18446744073709551615 4194304 4196468 140730340098416 140730340080960 139716613459703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
/proc/11636/statm: 2637808 114633 3085 1 0 2627261 0
[pid=11636/tid=11639] ppid=11629 vsize=10551232 memory=109 CPUtime=1.16 cores=0,2,4,6
/proc/11636/task/11639/stat : 11639 (java) R 11629 11636 7968 0 -1 4202560 7749 0 0 0 111 5 0 0 20 0 15 0 13047905 10804461568 114633 18446744073709551615 4194304 4196468 140730340098416 139716617687984 139716245661649 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11641] ppid=11629 vsize=10551232 memory=111 CPUtime=0.16 cores=0,2,4,6
/proc/11636/task/11641/stat : 11641 (java) S 11629 11636 7968 0 -1 1077944384 279 0 0 0 11 5 0 0 20 0 15 0 13047906 10804461568 114633 18446744073709551615 4194304 4196468 140730340098416 139716570426000 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11643] ppid=11629 vsize=10551232 memory=281064807418192 CPUtime=0.16 cores=0,2,4,6
/proc/11636/task/11643/stat : 11643 (java) S 11629 11636 7968 0 -1 1077944384 165 0 0 0 11 5 0 0 20 0 15 0 13047906 10804461568 114633 18446744073709551615 4194304 4196468 140730340098416 139716569373200 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11644] ppid=11629 vsize=10551232 memory=7378986813909975148 CPUtime=0.15 cores=0,2,4,6
/proc/11636/task/11644/stat : 11644 (java) S 11629 11636 7968 0 -1 1077944384 151 0 0 0 11 4 0 0 20 0 15 0 13047906 10804461568 114633 18446744073709551615 4194304 4196468 140730340098416 139716568320400 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11646] ppid=11629 vsize=10551232 memory=8028058179955549799 CPUtime=0.16 cores=0,2,4,6
/proc/11636/task/11646/stat : 11646 (java) S 11629 11636 7968 0 -1 1077944384 304 0 0 0 12 4 0 0 20 0 15 0 13047906 10804461568 114633 18446744073709551615 4194304 4196468 140730340098416 139716567267600 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11649] ppid=11629 vsize=10551232 memory=7233155296790015337 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11649/stat : 11649 (java) S 11629 11636 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 13047907 10804461568 114633 18446744073709551615 4194304 4196468 140730340098416 139716176837488 139716613470850 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11651] ppid=11629 vsize=10551232 memory=7233155296790015337 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11651/stat : 11651 (java) S 11629 11636 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13047908 10804461568 114633 18446744073709551615 4194304 4196468 140730340098416 139716175783520 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11652] ppid=11629 vsize=10551232 memory=15 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11652/stat : 11652 (java) S 11629 11636 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13047908 10804461568 114699 18446744073709551615 4194304 4196468 140730340098416 139716174730608 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11658] ppid=11629 vsize=10551232 memory=16 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11658/stat : 11658 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13047910 10804461568 114699 18446744073709551615 4194304 4196468 140730340098416 139716173678928 139716613478299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11659] ppid=11629 vsize=10551232 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/11636/task/11659/stat : 11659 (java) S 11629 11636 7968 0 -1 1077944384 2813 0 0 0 45 0 0 0 20 0 15 0 13047910 10804461568 114699 18446744073709551615 4194304 4196468 140730340098416 139716172626288 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11660] ppid=11629 vsize=10551232 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/11636/task/11660/stat : 11660 (java) S 11629 11636 7968 0 -1 1077944384 1583 0 0 0 42 0 0 0 20 0 15 0 13047911 10804461568 114699 18446744073709551615 4194304 4196468 140730340098416 139716171573488 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11661] ppid=11629 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/11636/task/11661/stat : 11661 (java) S 11629 11636 7968 0 -1 1077944384 1147 0 0 0 23 0 0 0 20 0 15 0 13047911 10804461568 114699 18446744073709551615 4194304 4196468 140730340098416 139716170520688 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0

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

[pid=11636/tid=11641] ppid=11629 vsize=10684512 memory=6083071623154394465 CPUtime=372.31 cores=0,2,4,6
/proc/11636/task/11641/stat : 11641 (java) R 11629 11636 7968 0 -1 4202560 55513 0 0 0 37054 177 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716570425808 139716606087911 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11643] ppid=11629 vsize=10684512 memory=1000 CPUtime=371.41 cores=0,2,4,6
/proc/11636/task/11643/stat : 11643 (java) R 11629 11636 7968 0 -1 4202560 57988 0 0 0 36960 181 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716569373008 139716606087911 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11644] ppid=11629 vsize=10684512 memory=2012 CPUtime=371.25 cores=0,2,4,6
/proc/11636/task/11644/stat : 11644 (java) R 11629 11636 7968 0 -1 4202560 42155 0 0 0 36932 193 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716568320520 139716606087911 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11646] ppid=11629 vsize=10684512 memory=5520 CPUtime=371.48 cores=0,2,4,6
/proc/11636/task/11646/stat : 11646 (java) R 11629 11636 7968 0 -1 4202560 69226 0 0 0 36949 199 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716567267488 139716606563340 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11649] ppid=11629 vsize=10684512 memory=11300 CPUtime=18.8 cores=0,2,4,6
/proc/11636/task/11649/stat : 11649 (java) S 11629 11636 7968 0 -1 1077944384 62726 0 0 0 1877 3 0 0 20 0 17 0 13047907 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716176836032 139716613469909 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11651] ppid=11629 vsize=10684512 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11651/stat : 11651 (java) S 11629 11636 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716175783520 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11652] ppid=11629 vsize=10684512 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11652/stat : 11652 (java) S 11629 11636 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716174729392 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11658] ppid=11629 vsize=10684512 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11658/stat : 11658 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047910 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716173678928 139716613478299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11659] ppid=11629 vsize=10684512 memory=1700 CPUtime=0.55 cores=0,2,4,6
/proc/11636/task/11659/stat : 11659 (java) S 11629 11636 7968 0 -1 1077944384 4332 0 0 0 54 1 0 0 20 0 17 0 13047910 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716172626336 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11660] ppid=11629 vsize=10684512 memory=1228 CPUtime=0.54 cores=0,2,4,6
/proc/11636/task/11660/stat : 11660 (java) S 11629 11636 7968 0 -1 1077944384 3189 0 0 0 54 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716171573248 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11661] ppid=11629 vsize=10684512 memory=-8774313645642428999 CPUtime=0.28 cores=0,2,4,6
/proc/11636/task/11661/stat : 11661 (java) S 11629 11636 7968 0 -1 1077944384 2965 0 0 0 28 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716170520736 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11663] ppid=11629 vsize=10684512 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11663/stat : 11663 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716169468128 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11665] ppid=11629 vsize=10684512 memory=15872 CPUtime=0.15 cores=0,2,4,6
/proc/11636/task/11665/stat : 11665 (java) S 11629 11636 7968 0 -1 1077944384 592 0 0 0 9 6 0 0 20 0 17 0 13047918 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716168416432 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11692] ppid=11629 vsize=10684512 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11692/stat : 11692 (java) S 11629 11636 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 13086260 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716167360624 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11693] ppid=11629 vsize=10684512 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11693/stat : 11693 (java) S 11629 11636 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13086260 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716166308272 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
Current children cumulated CPU time: 1521.67 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8124552 KiB

[startup+412.001 s]*
/proc/loadavg: 7.55 7.62 7.45 8/213 11695
/proc/meminfo: memFree=15084652/32770624 swapFree=67108860/67108860
[pid=11636] ppid=11629 vsize=10684512 memory=8124552 CPUtime=1523.88 cores=0,2,4,6
/proc/11636/stat : 11636 (java) S 11629 11636 7968 0 -1 1077944320 317940 0 0 0 151615 773 0 0 20 0 17 0 13047899 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 140730340080960 139716613459703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
/proc/11636/statm: 2671128 2031138 3152 1 0 2660543 0
[pid=11636/tid=11639] ppid=11629 vsize=10684512 memory=-8774313645642428999 CPUtime=14.85 cores=0,2,4,6
/proc/11636/task/11639/stat : 11639 (java) S 11629 11636 7968 0 -1 1077944384 17644 0 0 0 1472 13 0 0 20 0 17 0 13047905 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716617700384 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11641] ppid=11629 vsize=10684512 memory=9916 CPUtime=372.77 cores=0,2,4,6
/proc/11636/task/11641/stat : 11641 (java) S 11629 11636 7968 0 -1 1077944384 55513 0 0 0 37100 177 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716570426000 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11643] ppid=11629 vsize=10684512 memory=1200 CPUtime=371.87 cores=0,2,4,6
/proc/11636/task/11643/stat : 11643 (java) S 11629 11636 7968 0 -1 1077944384 57988 0 0 0 37006 181 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716569373200 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11644] ppid=11629 vsize=10684512 memory=15872 CPUtime=371.71 cores=0,2,4,6
/proc/11636/task/11644/stat : 11644 (java) S 11629 11636 7968 0 -1 1077944384 42155 0 0 0 36978 193 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716568320400 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11646] ppid=11629 vsize=10684512 memory=11300 CPUtime=371.97 cores=0,2,4,6
/proc/11636/task/11646/stat : 11646 (java) S 11629 11636 7968 0 -1 1077944384 69399 0 0 0 36998 199 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716567267600 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11649] ppid=11629 vsize=10684512 memory=2424 CPUtime=19.11 cores=0,2,4,6
/proc/11636/task/11649/stat : 11649 (java) R 11629 11636 7968 0 -1 4202560 62726 0 0 0 1908 3 0 0 20 0 17 0 13047907 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716176835920 139716598456048 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11651] ppid=11629 vsize=10684512 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11651/stat : 11651 (java) S 11629 11636 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716175783520 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11652] ppid=11629 vsize=10684512 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11652/stat : 11652 (java) S 11629 11636 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716174729392 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11658] ppid=11629 vsize=10684512 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11658/stat : 11658 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047910 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716173678928 139716613478299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11659] ppid=11629 vsize=10684512 memory=1228 CPUtime=0.55 cores=0,2,4,6
/proc/11636/task/11659/stat : 11659 (java) S 11629 11636 7968 0 -1 1077944384 4332 0 0 0 54 1 0 0 20 0 17 0 13047910 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716172626336 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11660] ppid=11629 vsize=10684512 memory=1000 CPUtime=0.54 cores=0,2,4,6
/proc/11636/task/11660/stat : 11660 (java) S 11629 11636 7968 0 -1 1077944384 3189 0 0 0 54 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716171573248 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11661] ppid=11629 vsize=10684512 memory=2012 CPUtime=0.28 cores=0,2,4,6
/proc/11636/task/11661/stat : 11661 (java) S 11629 11636 7968 0 -1 1077944384 2965 0 0 0 28 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716170520736 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11663] ppid=11629 vsize=10684512 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11663/stat : 11663 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716169468128 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11665] ppid=11629 vsize=10684512 memory=16444 CPUtime=0.15 cores=0,2,4,6
/proc/11636/task/11665/stat : 11665 (java) S 11629 11636 7968 0 -1 1077944384 592 0 0 0 9 6 0 0 20 0 17 0 13047918 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716168416432 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11692] ppid=11629 vsize=10684512 memory=7672 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11692/stat : 11692 (java) S 11629 11636 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 13086260 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716167360624 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11693] ppid=11629 vsize=10684512 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11693/stat : 11693 (java) S 11629 11636 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13086260 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716166308272 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
Current children cumulated CPU time: 1523.88 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8124552 KiB

[startup+412.201 s]
/proc/loadavg: 7.55 7.62 7.45 8/213 11695
/proc/meminfo: memFree=15084652/32770624 swapFree=67108860/67108860
[pid=11636] ppid=11629 vsize=10684512 memory=8124552 CPUtime=1524.07 cores=0,2,4,6
/proc/11636/stat : 11636 (java) S 11629 11636 7968 0 -1 1077944320 317940 0 0 0 151634 773 0 0 20 0 17 0 13047899 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 140730340080960 139716613459703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
/proc/11636/statm: 2671128 2031138 3152 1 0 2660543 0
[pid=11636/tid=11639] ppid=11629 vsize=10684512 memory=1792 CPUtime=14.85 cores=0,2,4,6
/proc/11636/task/11639/stat : 11639 (java) S 11629 11636 7968 0 -1 1077944384 17644 0 0 0 1472 13 0 0 20 0 17 0 13047905 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716617700384 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11641] ppid=11629 vsize=10684512 memory=960 CPUtime=372.77 cores=0,2,4,6
/proc/11636/task/11641/stat : 11641 (java) S 11629 11636 7968 0 -1 1077944384 55513 0 0 0 37100 177 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716570426000 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11643] ppid=11629 vsize=10684512 memory=2248 CPUtime=371.87 cores=0,2,4,6
/proc/11636/task/11643/stat : 11643 (java) S 11629 11636 7968 0 -1 1077944384 57988 0 0 0 37006 181 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716569373200 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11644] ppid=11629 vsize=10684512 memory=2760 CPUtime=371.71 cores=0,2,4,6
/proc/11636/task/11644/stat : 11644 (java) S 11629 11636 7968 0 -1 1077944384 42155 0 0 0 36978 193 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716568320400 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11646] ppid=11629 vsize=10684512 memory=2760 CPUtime=371.97 cores=0,2,4,6
/proc/11636/task/11646/stat : 11646 (java) S 11629 11636 7968 0 -1 1077944384 69399 0 0 0 36998 199 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716567267600 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11649] ppid=11629 vsize=10684512 memory=4064 CPUtime=19.3 cores=0,2,4,6
/proc/11636/task/11649/stat : 11649 (java) R 11629 11636 7968 0 -1 4202560 62726 0 0 0 1927 3 0 0 20 0 17 0 13047907 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716176835920 139716598456113 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11651] ppid=11629 vsize=10684512 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11651/stat : 11651 (java) S 11629 11636 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716175783520 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11652] ppid=11629 vsize=10684512 memory=3184 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11652/stat : 11652 (java) S 11629 11636 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716174729392 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11658] ppid=11629 vsize=10684512 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11658/stat : 11658 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047910 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716173678928 139716613478299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11659] ppid=11629 vsize=10684512 memory=3244 CPUtime=0.55 cores=0,2,4,6
/proc/11636/task/11659/stat : 11659 (java) S 11629 11636 7968 0 -1 1077944384 4332 0 0 0 54 1 0 0 20 0 17 0 13047910 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716172626336 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11660] ppid=11629 vsize=10684512 memory=8298672 CPUtime=0.54 cores=0,2,4,6
/proc/11636/task/11660/stat : 11660 (java) S 11629 11636 7968 0 -1 1077944384 3189 0 0 0 54 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716171573248 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11661] ppid=11629 vsize=10684512 memory=8124552 CPUtime=0.28 cores=0,2,4,6
/proc/11636/task/11661/stat : 11661 (java) S 11629 11636 7968 0 -1 1077944384 2965 0 0 0 28 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716170520736 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11663] ppid=11629 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11663/stat : 11663 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716169468128 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11665] ppid=11629 vsize=10684512 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/11636/task/11665/stat : 11665 (java) S 11629 11636 7968 0 -1 1077944384 592 0 0 0 9 6 0 0 20 0 17 0 13047918 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716168416432 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11692] ppid=11629 vsize=10684512 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11692/stat : 11692 (java) S 11629 11636 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 13086260 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716167360624 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11693] ppid=11629 vsize=10684512 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11693/stat : 11693 (java) S 11629 11636 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13086260 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716166308272 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
Current children cumulated CPU time: 1524.07 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8124552 KiB

[startup+412.301 s]
/proc/loadavg: 7.55 7.62 7.45 8/213 11695
/proc/meminfo: memFree=15084652/32770624 swapFree=67108860/67108860
[pid=11636] ppid=11629 vsize=10684512 memory=8124552 CPUtime=1524.17 cores=0,2,4,6
/proc/11636/stat : 11636 (java) S 11629 11636 7968 0 -1 1077944320 317940 0 0 0 151644 773 0 0 20 0 17 0 13047899 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 140730340080960 139716613459703 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
/proc/11636/statm: 2671128 2031138 3152 1 0 2660543 0
[pid=11636/tid=11639] ppid=11629 vsize=10684512 memory=4124 CPUtime=14.85 cores=0,2,4,6
/proc/11636/task/11639/stat : 11639 (java) S 11629 11636 7968 0 -1 1077944384 17644 0 0 0 1472 13 0 0 20 0 17 0 13047905 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716617700384 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11641] ppid=11629 vsize=10684512 memory=8124552 CPUtime=372.77 cores=0,2,4,6
/proc/11636/task/11641/stat : 11641 (java) S 11629 11636 7968 0 -1 1077944384 55513 0 0 0 37100 177 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716570426000 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11643] ppid=11629 vsize=10684512 memory=8124552 CPUtime=371.87 cores=0,2,4,6
/proc/11636/task/11643/stat : 11643 (java) S 11629 11636 7968 0 -1 1077944384 57988 0 0 0 37006 181 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716569373200 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11644] ppid=11629 vsize=10684512 memory=8124552 CPUtime=371.71 cores=0,2,4,6
/proc/11636/task/11644/stat : 11644 (java) S 11629 11636 7968 0 -1 1077944384 42155 0 0 0 36978 193 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716568320400 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11646] ppid=11629 vsize=10684512 memory=57 CPUtime=371.97 cores=0,2,4,6
/proc/11636/task/11646/stat : 11646 (java) S 11629 11636 7968 0 -1 1077944384 69399 0 0 0 36998 199 0 0 20 0 17 0 13047906 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716567267600 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11649] ppid=11629 vsize=10684512 memory=8124552 CPUtime=19.4 cores=0,2,4,6
/proc/11636/task/11649/stat : 11649 (java) R 11629 11636 7968 0 -1 4202560 62726 0 0 0 1937 3 0 0 20 0 17 0 13047907 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716176835920 139716591829864 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11651] ppid=11629 vsize=10684512 memory=8124552 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11651/stat : 11651 (java) S 11629 11636 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716175783520 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11652] ppid=11629 vsize=10684512 memory=100077032987393 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11652/stat : 11652 (java) S 11629 11636 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 13047908 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716174729392 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11658] ppid=11629 vsize=10684512 memory=8124552 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11658/stat : 11658 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047910 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716173678928 139716613478299 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11659] ppid=11629 vsize=10684512 memory=4124 CPUtime=0.55 cores=0,2,4,6
/proc/11636/task/11659/stat : 11659 (java) S 11629 11636 7968 0 -1 1077944384 4332 0 0 0 54 1 0 0 20 0 17 0 13047910 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716172626336 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11660] ppid=11629 vsize=10684512 memory=481 CPUtime=0.54 cores=0,2,4,6
/proc/11636/task/11660/stat : 11660 (java) S 11629 11636 7968 0 -1 1077944384 3189 0 0 0 54 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716171573248 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11661] ppid=11629 vsize=10684512 memory=8124552 CPUtime=0.28 cores=0,2,4,6
/proc/11636/task/11661/stat : 11661 (java) S 11629 11636 7968 0 -1 1077944384 2965 0 0 0 28 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716170520736 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11663] ppid=11629 vsize=10684512 memory=8124552 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11663/stat : 11663 (java) S 11629 11636 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13047911 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716169468128 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11665] ppid=11629 vsize=10684512 memory=8124552 CPUtime=0.15 cores=0,2,4,6
/proc/11636/task/11665/stat : 11665 (java) S 11629 11636 7968 0 -1 1077944384 592 0 0 0 9 6 0 0 20 0 17 0 13047918 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716168416432 139716613470850 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11692] ppid=11629 vsize=10684512 memory=8124552 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11692/stat : 11692 (java) S 11629 11636 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 13086260 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716167360624 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
[pid=11636/tid=11693] ppid=11629 vsize=10684512 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/11636/task/11693/stat : 11693 (java) S 11629 11636 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13086260 10940940288 2031138 18446744073709551615 4194304 4196468 140730340098416 139716166308272 139716613469909 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10670080 140730340102545 140730340102698 140730340102698 140730340106191 0
Current children cumulated CPU time: 1524.17 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8124552 KiB

Child status: 0
Real time (s): 412.34
CPU time (s): 1524.22
CPU user time (s): 1516.45
CPU system time (s): 7.77073
CPU usage (%): 369.65
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8124552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1516.45
system time used= 7.77073
maximum resident set size= 8124820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317989
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27006
involuntary context switches= 28921


# summary of solver processes directly reported to runsolver:
#   pid: 11636
#   total CPU time (s): 1524.22
#   total CPU user time (s): 1516.45
#   total CPU system time (s): 7.77073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.64394 second user time and 3.65122 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:20:15
IDJOB=4263113
IDBENCH=115757
IDSOLVER=2651
FILE ID=node128/4263113-1502591652
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263113-1502591652/watcher-4263113-1502591652 -o /tmp/evaluation-result-4263113-1502591652/solver-4263113-1502591652 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263113-1502591652.xml

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

MD5SUM BENCH= 428eef4dc0068476798a4d67b3fd28ef
RANDOM SEED=1082678042

node128.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31514356 kB
MemAvailable:   32016312 kB
Buffers:          107084 kB
Cached:           684116 kB
SwapCached:            0 kB
Active:           235692 kB
Inactive:         611848 kB
Active(anon):      56932 kB
Inactive(anon):    16764 kB
Active(file):     178760 kB
Inactive(file):   595084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3276 kB
Writeback:             8 kB
AnonPages:         56112 kB
Mapped:            33332 kB
Shmem:             17116 kB
Slab:             112236 kB
SReclaimable:      87896 kB
SUnreclaim:        24340 kB
KernelStack:        3200 kB
PageTables:         5256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     300100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 04:27:08