Trace number 4263449

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1385.5601 377.082

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-080.xml
MD5SUM8abaeb34d7c0899fee3fdb2f002199b6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.153616
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints88
Number of domains2
Minimum domain size80
Maximum domain size6400
Distribution of domain sizes[{"size":80,"count":80},{"size":6400,"count":80}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":80},{"degree":4,"count":79},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":80},{"arity":40,"count":6},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints81
Distribution of constraint types[{"type":"intension","count":81},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263449-1502619991/watcher-4263449-1502619991 -o /tmp/evaluation-result-4263449-1502619991/solver-4263449-1502619991 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263449-1502619991.xml 

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

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

solver pid=1658, runsolver pid=1655

[startup+0.100137 s]*
/proc/loadavg: 2.00 2.01 1.95 4/216 1682
/proc/meminfo: memFree=29283120/32770624 swapFree=67108860/67108860
[pid=1658] ppid=1655 vsize=10555400 memory=29904 CPUtime=0.13 cores=1,3,5,7
/proc/1658/stat : 1658 (java) S 1655 1658 31794 0 -1 1077944320 6551 0 0 0 12 1 0 0 20 0 15 0 95087191 10808729600 7476 33554432000 4194304 4196468 140722586401296 140722586383840 139869763817207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
/proc/1658/statm: 2638850 7476 2815 1 0 2627263 0
[pid=1658/tid=1660] ppid=1655 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/1658/task/1660/stat : 1660 (java) R 1655 1658 31794 0 -1 4202560 4399 0 0 0 9 0 0 0 20 0 15 0 95087192 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869768042320 139869747897694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1664] ppid=1655 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1664/stat : 1664 (java) S 1655 1658 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869705821072 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1665] ppid=1655 vsize=10555400 memory=140018414761600 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1665/stat : 1665 (java) S 1655 1658 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869704768272 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1666] ppid=1655 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1666/stat : 1666 (java) S 1655 1658 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869368933520 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1667] ppid=1655 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1667/stat : 1667 (java) S 1655 1658 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869367880720 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1668] ppid=1655 vsize=10555400 memory=140018414761600 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1668/stat : 1668 (java) S 1655 1658 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087194 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869323606128 139869763828354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1669] ppid=1655 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1669/stat : 1669 (java) S 1655 1658 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95087194 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869322552096 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1670] ppid=1655 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1670/stat : 1670 (java) S 1655 1658 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95087194 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869321499760 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1677] ppid=1655 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1677/stat : 1677 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087197 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869320448080 139869763835803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1678] ppid=1655 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1678/stat : 1678 (java) S 1655 1658 31794 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 95087197 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869319395952 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1679] ppid=1655 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1679/stat : 1679 (java) S 1655 1658 31794 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 95087197 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869318343152 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1680] ppid=1655 vsize=10555400 memory=140018414761600 CPUtime=0.02 cores=1,3,5,7
/proc/1658/task/1680/stat : 1680 (java) S 1655 1658 31794 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 15 0 95087197 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869317290864 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1681] ppid=1655 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1681/stat : 1681 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087197 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869316238304 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1682] ppid=1655 vsize=10555400 memory=140018414761600 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1682/stat : 1682 (java) S 1655 1658 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087197 10808729600 7476 33554432000 4194304 4196468 140722586401296 139869315185072 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29904 KiB

[startup+0.211857 s]*
/proc/loadavg: 2.00 2.01 1.95 5/216 1682
/proc/meminfo: memFree=29265364/32770624 swapFree=67108860/67108860
[pid=1658] ppid=1655 vsize=10555400 memory=39272 CPUtime=0.3 cores=1,3,5,7
/proc/1658/stat : 1658 (java) S 1655 1658 31794 0 -1 1077944320 7945 0 0 0 28 2 0 0 20 0 15 0 95087191 10808729600 9818 33554432000 4194304 4196468 140722586401296 140722586383840 139869763817207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
/proc/1658/statm: 2638850 9818 2917 1 0 2627263 0
[pid=1658/tid=1660] ppid=1655 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/1658/task/1660/stat : 1660 (java) R 1655 1658 31794 0 -1 4202560 5195 0 0 0 19 1 0 0 20 0 15 0 95087192 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869768055824 139869763829142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1664] ppid=1655 vsize=10555400 memory=331 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1664/stat : 1664 (java) S 1655 1658 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869705821072 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1665] ppid=1655 vsize=10555400 memory=140018414942206 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1665/stat : 1665 (java) S 1655 1658 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869704768272 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1666] ppid=1655 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1666/stat : 1666 (java) S 1655 1658 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869368933520 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1667] ppid=1655 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1667/stat : 1667 (java) S 1655 1658 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869367880720 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1668] ppid=1655 vsize=10555400 memory=140018414761600 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1668/stat : 1668 (java) S 1655 1658 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087194 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869323606128 139869763828354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1669] ppid=1655 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1669/stat : 1669 (java) S 1655 1658 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95087194 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869322552096 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1670] ppid=1655 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1670/stat : 1670 (java) S 1655 1658 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95087194 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869321499760 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1677] ppid=1655 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1677/stat : 1677 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087197 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869320448080 139869763835803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1678] ppid=1655 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1658/task/1678/stat : 1678 (java) R 1655 1658 31794 0 -1 4202560 556 0 0 0 2 0 0 0 20 0 15 0 95087197 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869319395952 139869763829142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1679] ppid=1655 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1679/stat : 1679 (java) R 1655 1658 31794 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 95087197 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869318343152 139869763828354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1680] ppid=1655 vsize=10555400 memory=140018414761600 CPUtime=0.06 cores=1,3,5,7
/proc/1658/task/1680/stat : 1680 (java) R 1655 1658 31794 0 -1 4202560 775 0 0 0 6 0 0 0 20 0 15 0 95087197 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869317290864 139869747897694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1681] ppid=1655 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1681/stat : 1681 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087197 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869316238304 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1682] ppid=1655 vsize=10555400 memory=140018414761600 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1682/stat : 1682 (java) S 1655 1658 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087197 10808729600 9818 33554432000 4194304 4196468 140722586401296 139869315185072 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39272 KiB

[startup+0.31721 s]*
/proc/loadavg: 2.00 2.01 1.95 5/216 1682
/proc/meminfo: memFree=29252468/32770624 swapFree=67108860/67108860
[pid=1658] ppid=1655 vsize=10555476 memory=46628 CPUtime=0.53 cores=1,3,5,7
/proc/1658/stat : 1658 (java) S 1655 1658 31794 0 -1 1077944320 8685 0 0 0 51 2 0 0 20 0 15 0 95087191 10808807424 11657 33554432000 4194304 4196468 140722586401296 140722586383840 139869763817207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
/proc/1658/statm: 2638869 11657 3040 1 0 2627263 0
[pid=1658/tid=1660] ppid=1655 vsize=10555476 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1658/task/1660/stat : 1660 (java) S 1655 1658 31794 0 -1 1077944384 5567 0 0 0 29 1 0 0 20 0 15 0 95087192 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869768055376 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1664] ppid=1655 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1664/stat : 1664 (java) S 1655 1658 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869705821072 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1665] ppid=1655 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1665/stat : 1665 (java) S 1655 1658 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869704768272 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1666] ppid=1655 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1666/stat : 1666 (java) S 1655 1658 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869368933520 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1667] ppid=1655 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1667/stat : 1667 (java) S 1655 1658 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869367880720 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1668] ppid=1655 vsize=10555476 memory=140018282768815 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1668/stat : 1668 (java) S 1655 1658 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087194 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869323606128 139869763828354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1669] ppid=1655 vsize=10555476 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1669/stat : 1669 (java) S 1655 1658 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95087194 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869322552096 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1670] ppid=1655 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1670/stat : 1670 (java) S 1655 1658 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95087194 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869321499760 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1677] ppid=1655 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1677/stat : 1677 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087197 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869320448080 139869763835803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1678] ppid=1655 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1658/task/1678/stat : 1678 (java) S 1655 1658 31794 0 -1 1077944384 671 0 0 0 5 0 0 0 20 0 15 0 95087197 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869319388976 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1679] ppid=1655 vsize=10555476 memory=140018282759695 CPUtime=0.03 cores=1,3,5,7
/proc/1658/task/1679/stat : 1679 (java) S 1655 1658 31794 0 -1 1077944384 205 0 0 0 3 0 0 0 20 0 15 0 95087197 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869318343152 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1680] ppid=1655 vsize=10555476 memory=140018414763243 CPUtime=0.12 cores=1,3,5,7
/proc/1658/task/1680/stat : 1680 (java) R 1655 1658 31794 0 -1 4202560 875 0 0 0 12 0 0 0 20 0 15 0 95087197 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869317289280 139869747928993 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1681] ppid=1655 vsize=10555476 memory=140018282764239 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1681/stat : 1681 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087197 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869316238304 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1682] ppid=1655 vsize=10555476 memory=280036697558176 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1682/stat : 1682 (java) S 1655 1658 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087197 10808807424 11657 33554432000 4194304 4196468 140722586401296 139869315185072 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46628 KiB

[startup+0.703209 s]
/proc/loadavg: 2.00 2.01 1.95 7/216 1682
/proc/meminfo: memFree=28882108/32770624 swapFree=67108860/67108860
[pid=1658] ppid=1655 vsize=10555476 memory=371064 CPUtime=1.6 cores=1,3,5,7
/proc/1658/stat : 1658 (java) S 1655 1658 31794 0 -1 1077944320 11309 0 0 0 142 18 0 0 20 0 15 0 95087191 10808807424 92766 33554432000 4194304 4196468 140722586401296 140722586383840 139869763817207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
/proc/1658/statm: 2638869 92766 3100 1 0 2627263 0
[pid=1658/tid=1660] ppid=1655 vsize=10555476 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/1658/task/1660/stat : 1660 (java) R 1655 1658 31794 0 -1 4202560 5704 0 0 0 53 4 0 0 20 0 15 0 95087192 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869768052992 139869387368936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1664] ppid=1655 vsize=10555476 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1658/task/1664/stat : 1664 (java) S 1655 1658 31794 0 -1 1077944384 145 0 0 0 7 3 0 0 20 0 15 0 95087192 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869705821072 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1665] ppid=1655 vsize=10555476 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1658/task/1665/stat : 1665 (java) S 1655 1658 31794 0 -1 1077944384 150 0 0 0 6 3 0 0 20 0 15 0 95087192 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869704768272 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1666] ppid=1655 vsize=10555476 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1658/task/1666/stat : 1666 (java) S 1655 1658 31794 0 -1 1077944384 65 0 0 0 6 2 0 0 20 0 15 0 95087192 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869368933520 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1667] ppid=1655 vsize=10555476 memory=8458433173657302837 CPUtime=0.1 cores=1,3,5,7
/proc/1658/task/1667/stat : 1667 (java) S 1655 1658 31794 0 -1 1077944384 146 0 0 0 7 3 0 0 20 0 15 0 95087192 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869367880720 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1668] ppid=1655 vsize=10555476 memory=5859271425798723175 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1668/stat : 1668 (java) S 1655 1658 31794 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95087194 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869323606128 139869763828354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1669] ppid=1655 vsize=10555476 memory=7588675599774802240 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1669/stat : 1669 (java) S 1655 1658 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95087194 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869322552096 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1670] ppid=1655 vsize=10555476 memory=170926128 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1670/stat : 1670 (java) S 1655 1658 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95087194 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869321499760 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1677] ppid=1655 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1677/stat : 1677 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087197 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869320448080 139869763835803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1678] ppid=1655 vsize=10555476 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/1658/task/1678/stat : 1678 (java) R 1655 1658 31794 0 -1 4202560 1636 0 0 0 23 0 0 0 20 0 15 0 95087197 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869319376968 139869745338340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1679] ppid=1655 vsize=10555476 memory=4612 CPUtime=0.2 cores=1,3,5,7
/proc/1658/task/1679/stat : 1679 (java) R 1655 1658 31794 0 -1 4202560 1057 0 0 0 20 0 0 0 20 0 15 0 95087197 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869318324168 139869747313987 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1680] ppid=1655 vsize=10555476 memory=15872 CPUtime=0.16 cores=1,3,5,7
/proc/1658/task/1680/stat : 1680 (java) S 1655 1658 31794 0 -1 1077944384 964 0 0 0 16 0 0 0 20 0 15 0 95087197 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869317290864 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1681] ppid=1655 vsize=10555476 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1681/stat : 1681 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087197 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869316238304 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1682] ppid=1655 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1682/stat : 1682 (java) S 1655 1658 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087197 10808807424 92766 33554432000 4194304 4196468 140722586401296 139869315185072 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 371064 KiB

[startup+1.50121 s]
/proc/loadavg: 2.00 2.01 1.95 5/216 1682
/proc/meminfo: memFree=28302432/32770624 swapFree=67108860/67108860
[pid=1658] ppid=1655 vsize=10555476 memory=625964 CPUtime=4.02 cores=1,3,5,7
/proc/1658/stat : 1658 (java) S 1655 1658 31794 0 -1 1077944320 15962 0 0 0 359 43 0 0 20 0 15 0 95087191 10808807424 156491 33554432000 4194304 4196468 140722586401296 140722586383840 139869763817207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
/proc/1658/statm: 2638869 156491 3115 1 0 2627263 0
[pid=1658/tid=1660] ppid=1655 vsize=10555476 memory=15872 CPUtime=1.06 cores=1,3,5,7
/proc/1658/task/1660/stat : 1660 (java) S 1655 1658 31794 0 -1 1077944384 5933 0 0 0 102 4 0 0 20 0 15 0 95087192 10808807424 156491 33554432000 4194304 4196468 140722586401296 139869768014832 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1664] ppid=1655 vsize=10555476 memory=6152568441792848480 CPUtime=0.39 cores=1,3,5,7
/proc/1658/task/1664/stat : 1664 (java) R 1655 1658 31794 0 -1 4202560 422 0 0 0 30 9 0 0 20 0 15 0 95087192 10808807424 156491 33554432000 4194304 4196468 140722586401296 139869705821072 139869748802503 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1665] ppid=1655 vsize=10555476 memory=4140 CPUtime=0.39 cores=1,3,5,7
/proc/1658/task/1665/stat : 1665 (java) R 1655 1658 31794 0 -1 4202560 443 0 0 0 30 9 0 0 20 0 15 0 95087192 10808807424 156491 33554432000 4194304 4196468 140722586401296 139869704768272 139869748514846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1666] ppid=1655 vsize=10555476 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/1658/task/1666/stat : 1666 (java) R 1655 1658 31794 0 -1 4202560 340 0 0 0 29 8 0 0 20 0 15 0 95087192 10808807424 156491 33554432000 4194304 4196468 140722586401296 139869368933720 139869748514846 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1667] ppid=1655 vsize=10555476 memory=140018282817120 CPUtime=0.39 cores=1,3,5,7
/proc/1658/task/1667/stat : 1667 (java) R 1655 1658 31794 0 -1 4202560 722 0 0 0 30 9 0 0 20 0 15 0 95087192 10808807424 156491 33554432000 4194304 4196468 140722586401296 139869367880608 139869748767812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1668] ppid=1655 vsize=10555476 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1668/stat : 1668 (java) S 1655 1658 31794 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 95087194 10808807424 156491 33554432000 4194304 4196468 140722586401296 139869323604448 139869763827413 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0

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

[pid=1658/tid=1664] ppid=1655 vsize=10688756 memory=2428 CPUtime=335.57 cores=1,3,5,7
/proc/1658/task/1664/stat : 1664 (java) R 1655 1658 31794 0 -1 4202560 20711 0 0 0 33351 206 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869705820880 139869756445415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1665] ppid=1655 vsize=10688756 memory=8269556 CPUtime=335.59 cores=1,3,5,7
/proc/1658/task/1665/stat : 1665 (java) R 1655 1658 31794 0 -1 4202560 17666 0 0 0 33376 183 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869704768080 139869756445415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1666] ppid=1655 vsize=10688756 memory=8269544 CPUtime=335.66 cores=1,3,5,7
/proc/1658/task/1666/stat : 1666 (java) R 1655 1658 31794 0 -1 4202560 20380 0 0 0 33368 198 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869368933640 139869756445415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1667] ppid=1655 vsize=10688756 memory=1952 CPUtime=335.13 cores=1,3,5,7
/proc/1658/task/1667/stat : 1667 (java) R 1655 1658 31794 0 -1 4202560 17472 0 0 0 33327 186 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869367880920 139869748813631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1668] ppid=1655 vsize=10688756 memory=8269556 CPUtime=18.88 cores=1,3,5,7
/proc/1658/task/1668/stat : 1668 (java) S 1655 1658 31794 0 -1 1077944384 73455 0 0 0 1884 4 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869323604672 139869763827413 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1669] ppid=1655 vsize=10688756 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1669/stat : 1669 (java) S 1655 1658 31794 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869322552160 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1670] ppid=1655 vsize=10688756 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1670/stat : 1670 (java) S 1655 1658 31794 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869321499776 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1677] ppid=1655 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1677/stat : 1677 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869320448080 139869763835803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1678] ppid=1655 vsize=10688756 memory=1420 CPUtime=0.67 cores=1,3,5,7
/proc/1658/task/1678/stat : 1678 (java) S 1655 1658 31794 0 -1 1077944384 4100 0 0 0 67 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869319396000 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1679] ppid=1655 vsize=10688756 memory=11032 CPUtime=0.66 cores=1,3,5,7
/proc/1658/task/1679/stat : 1679 (java) S 1655 1658 31794 0 -1 1077944384 3425 0 0 0 66 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869318343200 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1680] ppid=1655 vsize=10688756 memory=1712 CPUtime=0.22 cores=1,3,5,7
/proc/1658/task/1680/stat : 1680 (java) S 1655 1658 31794 0 -1 1077944384 2231 0 0 0 22 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869317290624 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1681] ppid=1655 vsize=10688756 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1681/stat : 1681 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869316238304 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1682] ppid=1655 vsize=10688756 memory=27272 CPUtime=0.13 cores=1,3,5,7
/proc/1658/task/1682/stat : 1682 (java) S 1655 1658 31794 0 -1 1077944384 786 0 0 0 7 6 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869315185072 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1688] ppid=1655 vsize=10688756 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1688/stat : 1688 (java) S 1655 1658 31794 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 95121976 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869314129264 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1689] ppid=1655 vsize=10688756 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1689/stat : 1689 (java) S 1655 1658 31794 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95121976 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869313077216 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
Current children cumulated CPU time: 1377.04 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8269556 KiB

[startup+376.001 s]*
/proc/loadavg: 7.74 5.71 3.61 6/217 1690
/proc/meminfo: memFree=12644044/32770624 swapFree=67108860/67108860
[pid=1658] ppid=1655 vsize=10688756 memory=8269556 CPUtime=1383.26 cores=1,3,5,7
/proc/1658/stat : 1658 (java) S 1655 1658 31794 0 -1 1077944320 177319 0 2 0 137529 797 0 0 20 0 17 0 95087191 10945286144 2067389 33554432000 4194304 4196468 140722586401296 140722586383840 139869763817207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
/proc/1658/statm: 2672189 2067389 3177 1 0 2660545 0
[pid=1658/tid=1660] ppid=1655 vsize=10688756 memory=6935054825532540783 CPUtime=14.42 cores=1,3,5,7
/proc/1658/task/1660/stat : 1660 (java) S 1655 1658 31794 0 -1 1077944384 15588 0 2 0 1432 10 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869768057888 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1664] ppid=1655 vsize=10688756 memory=4126316290023845779 CPUtime=337.12 cores=1,3,5,7
/proc/1658/task/1664/stat : 1664 (java) R 1655 1658 31794 0 -1 4202560 20711 0 0 0 33505 207 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869705820880 139869756445415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1665] ppid=1655 vsize=10688756 memory=6935054825532540783 CPUtime=337.14 cores=1,3,5,7
/proc/1658/task/1665/stat : 1665 (java) R 1655 1658 31794 0 -1 4202560 17666 0 0 0 33531 183 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869704768080 139869756445415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1666] ppid=1655 vsize=10688756 memory=4126316290023845779 CPUtime=337.18 cores=1,3,5,7
/proc/1658/task/1666/stat : 1666 (java) R 1655 1658 31794 0 -1 4202560 20380 0 0 0 33519 199 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869368933640 139869756445415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1667] ppid=1655 vsize=10688756 memory=916 CPUtime=336.74 cores=1,3,5,7
/proc/1658/task/1667/stat : 1667 (java) R 1655 1658 31794 0 -1 4202560 17472 0 0 0 33488 186 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869367880920 139869748813631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1668] ppid=1655 vsize=10688756 memory=6504 CPUtime=18.88 cores=1,3,5,7
/proc/1658/task/1668/stat : 1668 (java) S 1655 1658 31794 0 -1 1077944384 73455 0 0 0 1884 4 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869323604672 139869763827413 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1669] ppid=1655 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1669/stat : 1669 (java) S 1655 1658 31794 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869322552160 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1670] ppid=1655 vsize=10688756 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1670/stat : 1670 (java) S 1655 1658 31794 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869321499776 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1677] ppid=1655 vsize=10688756 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1677/stat : 1677 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869320448080 139869763835803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1678] ppid=1655 vsize=10688756 memory=11032 CPUtime=0.67 cores=1,3,5,7
/proc/1658/task/1678/stat : 1678 (java) S 1655 1658 31794 0 -1 1077944384 4100 0 0 0 67 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869319396000 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1679] ppid=1655 vsize=10688756 memory=1712 CPUtime=0.66 cores=1,3,5,7
/proc/1658/task/1679/stat : 1679 (java) S 1655 1658 31794 0 -1 1077944384 3425 0 0 0 66 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869318343200 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1680] ppid=1655 vsize=10688756 memory=1952 CPUtime=0.22 cores=1,3,5,7
/proc/1658/task/1680/stat : 1680 (java) S 1655 1658 31794 0 -1 1077944384 2231 0 0 0 22 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869317290624 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1681] ppid=1655 vsize=10688756 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1681/stat : 1681 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869316238304 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1682] ppid=1655 vsize=10688756 memory=288230574492221466 CPUtime=0.13 cores=1,3,5,7
/proc/1658/task/1682/stat : 1682 (java) S 1655 1658 31794 0 -1 1077944384 786 0 0 0 7 6 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869315185072 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1688] ppid=1655 vsize=10688756 memory=302022878482923829 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1688/stat : 1688 (java) S 1655 1658 31794 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 95121976 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869314129264 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1689] ppid=1655 vsize=10688756 memory=13846369794262621 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1689/stat : 1689 (java) S 1655 1658 31794 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95121976 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869313077216 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
Current children cumulated CPU time: 1383.26 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8269556 KiB

[startup+376.801 s]
/proc/loadavg: 7.74 5.71 3.61 6/217 1690
/proc/meminfo: memFree=12644044/32770624 swapFree=67108860/67108860
[pid=1658] ppid=1655 vsize=10688756 memory=8269556 CPUtime=1385.26 cores=1,3,5,7
/proc/1658/stat : 1658 (java) S 1655 1658 31794 0 -1 1077944320 177574 0 2 0 137729 797 0 0 20 0 17 0 95087191 10945286144 2067389 33554432000 4194304 4196468 140722586401296 140722586383840 139869763817207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
/proc/1658/statm: 2672189 2067389 3177 1 0 2660545 0
[pid=1658/tid=1660] ppid=1655 vsize=10688756 memory=288230604624101685 CPUtime=14.42 cores=1,3,5,7
/proc/1658/task/1660/stat : 1660 (java) S 1655 1658 31794 0 -1 1077944384 15588 0 2 0 1432 10 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869768057888 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1664] ppid=1655 vsize=10688756 memory=13846369794262621 CPUtime=337.53 cores=1,3,5,7
/proc/1658/task/1664/stat : 1664 (java) S 1655 1658 31794 0 -1 1077944384 20711 0 0 0 33546 207 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869705821072 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1665] ppid=1655 vsize=10688756 memory=8112282956445269571 CPUtime=337.54 cores=1,3,5,7
/proc/1658/task/1665/stat : 1665 (java) S 1655 1658 31794 0 -1 1077944384 17666 0 0 0 33571 183 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869704768272 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1666] ppid=1655 vsize=10688756 memory=1952 CPUtime=337.58 cores=1,3,5,7
/proc/1658/task/1666/stat : 1666 (java) S 1655 1658 31794 0 -1 1077944384 20380 0 0 0 33559 199 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869368933520 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1667] ppid=1655 vsize=10688756 memory=8552 CPUtime=337.16 cores=1,3,5,7
/proc/1658/task/1667/stat : 1667 (java) S 1655 1658 31794 0 -1 1077944384 17472 0 0 0 33530 186 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869367880720 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1668] ppid=1655 vsize=10688756 memory=1224 CPUtime=19.25 cores=1,3,5,7
/proc/1658/task/1668/stat : 1668 (java) R 1655 1658 31794 0 -1 4202560 73710 0 0 0 1921 4 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869323604672 139869748813559 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1669] ppid=1655 vsize=10688756 memory=792 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1669/stat : 1669 (java) S 1655 1658 31794 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869322552160 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1670] ppid=1655 vsize=10688756 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1670/stat : 1670 (java) S 1655 1658 31794 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869321499776 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1677] ppid=1655 vsize=10688756 memory=8269556 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1677/stat : 1677 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869320448080 139869763835803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1678] ppid=1655 vsize=10688756 memory=27272 CPUtime=0.67 cores=1,3,5,7
/proc/1658/task/1678/stat : 1678 (java) S 1655 1658 31794 0 -1 1077944384 4100 0 0 0 67 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869319396000 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1679] ppid=1655 vsize=10688756 memory=1292 CPUtime=0.66 cores=1,3,5,7
/proc/1658/task/1679/stat : 1679 (java) S 1655 1658 31794 0 -1 1077944384 3425 0 0 0 66 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869318343200 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1680] ppid=1655 vsize=10688756 memory=2428 CPUtime=0.22 cores=1,3,5,7
/proc/1658/task/1680/stat : 1680 (java) S 1655 1658 31794 0 -1 1077944384 2231 0 0 0 22 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869317290624 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1681] ppid=1655 vsize=10688756 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1681/stat : 1681 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869316238304 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1682] ppid=1655 vsize=10688756 memory=1420 CPUtime=0.13 cores=1,3,5,7
/proc/1658/task/1682/stat : 1682 (java) S 1655 1658 31794 0 -1 1077944384 786 0 0 0 7 6 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869315185072 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1688] ppid=1655 vsize=10688756 memory=11032 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1688/stat : 1688 (java) S 1655 1658 31794 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 95121976 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869314129264 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1689] ppid=1655 vsize=10688756 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1689/stat : 1689 (java) S 1655 1658 31794 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95121976 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869313077216 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
Current children cumulated CPU time: 1385.26 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8269556 KiB

[startup+377.001 s]*
/proc/loadavg: 7.74 5.71 3.61 7/219 1692
/proc/meminfo: memFree=12643640/32770624 swapFree=67108860/67108860
[pid=1658] ppid=1655 vsize=10688756 memory=8269556 CPUtime=1385.47 cores=1,3,5,7
/proc/1658/stat : 1658 (java) S 1655 1658 31794 0 -1 1077944320 177574 0 2 0 137750 797 0 0 20 0 17 0 95087191 10945286144 2067389 33554432000 4194304 4196468 140722586401296 140722586383840 139869763817207 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
/proc/1658/statm: 2672189 2067389 3177 1 0 2660545 0
[pid=1658/tid=1660] ppid=1655 vsize=10688756 memory=6935054825532540783 CPUtime=14.42 cores=1,3,5,7
/proc/1658/task/1660/stat : 1660 (java) S 1655 1658 31794 0 -1 1077944384 15588 0 2 0 1432 10 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869768057888 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1664] ppid=1655 vsize=10688756 memory=4126316290023845779 CPUtime=337.53 cores=1,3,5,7
/proc/1658/task/1664/stat : 1664 (java) S 1655 1658 31794 0 -1 1077944384 20711 0 0 0 33546 207 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869705821072 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1665] ppid=1655 vsize=10688756 memory=11032 CPUtime=337.54 cores=1,3,5,7
/proc/1658/task/1665/stat : 1665 (java) S 1655 1658 31794 0 -1 1077944384 17666 0 0 0 33571 183 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869704768272 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1666] ppid=1655 vsize=10688756 memory=1712 CPUtime=337.58 cores=1,3,5,7
/proc/1658/task/1666/stat : 1666 (java) S 1655 1658 31794 0 -1 1077944384 20380 0 0 0 33559 199 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869368933520 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1667] ppid=1655 vsize=10688756 memory=1952 CPUtime=337.16 cores=1,3,5,7
/proc/1658/task/1667/stat : 1667 (java) S 1655 1658 31794 0 -1 1077944384 17472 0 0 0 33530 186 0 0 20 0 17 0 95087192 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869367880720 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1668] ppid=1655 vsize=10688756 memory=8552 CPUtime=19.45 cores=1,3,5,7
/proc/1658/task/1668/stat : 1668 (java) R 1655 1658 31794 0 -1 4202560 73710 0 0 0 1941 4 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869323604672 139869748813611 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1669] ppid=1655 vsize=10688756 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1669/stat : 1669 (java) S 1655 1658 31794 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869322552160 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1670] ppid=1655 vsize=10688756 memory=792 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1670/stat : 1670 (java) S 1655 1658 31794 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 95087194 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869321499776 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1677] ppid=1655 vsize=10688756 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1677/stat : 1677 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869320448080 139869763835803 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1678] ppid=1655 vsize=10688756 memory=5296 CPUtime=0.67 cores=1,3,5,7
/proc/1658/task/1678/stat : 1678 (java) S 1655 1658 31794 0 -1 1077944384 4100 0 0 0 67 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869319396000 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1679] ppid=1655 vsize=10688756 memory=1196 CPUtime=0.66 cores=1,3,5,7
/proc/1658/task/1679/stat : 1679 (java) S 1655 1658 31794 0 -1 1077944384 3425 0 0 0 66 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869318343200 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1680] ppid=1655 vsize=10688756 memory=4612 CPUtime=0.22 cores=1,3,5,7
/proc/1658/task/1680/stat : 1680 (java) S 1655 1658 31794 0 -1 1077944384 2231 0 0 0 22 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869317290624 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1681] ppid=1655 vsize=10688756 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1681/stat : 1681 (java) S 1655 1658 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869316238304 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1682] ppid=1655 vsize=10688756 memory=302304323327754266 CPUtime=0.13 cores=1,3,5,7
/proc/1658/task/1682/stat : 1682 (java) S 1655 1658 31794 0 -1 1077944384 786 0 0 0 7 6 0 0 20 0 17 0 95087197 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869315185072 139869763828354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1688] ppid=1655 vsize=10688756 memory=288230604624101685 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1688/stat : 1688 (java) S 1655 1658 31794 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 17 0 95121976 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869314129264 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
[pid=1658/tid=1689] ppid=1655 vsize=10688756 memory=13846369794262621 CPUtime=0 cores=1,3,5,7
/proc/1658/task/1689/stat : 1689 (java) S 1655 1658 31794 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95121976 10945286144 2067389 33554432000 4194304 4196468 140722586401296 139869313077216 139869763827413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33230848 140722586403974 140722586404127 140722586404127 140722586406863 0
Current children cumulated CPU time: 1385.47 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8269556 KiB

Child status: 0
Real time (s): 377.082
CPU time (s): 1385.56
CPU user time (s): 1377.55
CPU system time (s): 8.01165
CPU usage (%): 367.443
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8269556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1377.55
system time used= 8.01165
maximum resident set size= 8269812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177678
page faults= 2
swaps= 0
block input operations= 1896
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25921
involuntary context switches= 33519


# summary of solver processes directly reported to runsolver:
#   pid: 1658
#   total CPU time (s): 1385.56
#   total CPU user time (s): 1377.55
#   total CPU system time (s): 8.01165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.2692 second user time and 3.79042 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 12:12:13
IDJOB=4263449
IDBENCH=122908
IDSOLVER=2651
FILE ID=node107/4263449-1502619991
RUNJOBID= node107-1502619133-1624
PBS_JOBID= 20628298
Free space on /tmp= 61660 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-080.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263449-1502619991/watcher-4263449-1502619991 -o /tmp/evaluation-result-4263449-1502619991/solver-4263449-1502619991 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263449-1502619991.xml

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

MD5SUM BENCH= 8abaeb34d7c0899fee3fdb2f002199b6
RANDOM SEED=2025701552

node107.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.84
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.84
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.84
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.84
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:        29319924 kB
MemAvailable:   31995884 kB
Buffers:          144524 kB
Cached:          2823696 kB
SwapCached:            0 kB
Active:           454312 kB
Inactive:        2567060 kB
Active(anon):      55920 kB
Inactive(anon):    24972 kB
Active(file):     398392 kB
Inactive(file):  2542088 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3228 kB
Writeback:             4 kB
AnonPages:         59400 kB
Mapped:            45496 kB
Shmem:             25228 kB
Slab:             127712 kB
SReclaimable:     102632 kB
SUnreclaim:        25080 kB
KernelStack:        3184 kB
PageTables:         4784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 12:18:30