Trace number 4262831

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) 1423.87 392.642

General information on the benchmark

NameBinPacking/BinPacking-sum-s28/
BinPacking-sum-s28-561.xml
MD5SUM0151e8a579557b2b9e30bd86d2d74102
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1901
Number of constraints203
Number of domains2
Minimum domain size101
Maximum domain size178
Distribution of domain sizes[{"size":101,"count":1},{"size":178,"count":1900}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1800},{"degree":5,"count":100}]
Minimum constraint arity19
Maximum constraint arity1900
Distribution of constraint arities[{"arity":19,"count":200},{"arity":101,"count":1},{"arity":1900,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":100},{"type":"lex","count":1},{"type":"sum","count":100},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

1304.62/360.67	Aug 13, 2017 4:29:08 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1304.62/360.67	INFO: Runtime exception
1304.62/360.67	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1304.62/360.67		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1304.62/360.67		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1304.62/360.67		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1304.62/360.67		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1304.62/360.67		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1304.62/360.67		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1304.62/360.67		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1304.62/360.67		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1304.62/360.67		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1304.62/360.67		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1304.62/360.67		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1304.62/360.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1304.62/360.67		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1304.62/360.67		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1304.62/360.67		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1304.62/360.67		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1304.62/360.67		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1304.62/360.67		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1304.62/360.67		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1304.62/360.67		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1304.62/360.67	Caused by: java.lang.reflect.InvocationTargetException
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1304.62/360.67		... 22 more
1304.62/360.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1304.62/360.67		... 26 more
1304.62/360.67	Caused by: java.lang.reflect.InvocationTargetException
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1304.62/360.67		... 27 more
1304.62/360.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1304.62/360.67		... 31 more
1304.62/360.67	Caused by: java.lang.reflect.InvocationTargetException
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1304.62/360.67		... 32 more
1304.62/360.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1304.62/360.67		... 36 more
1304.62/360.67	Caused by: java.lang.reflect.InvocationTargetException
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1304.62/360.67		... 37 more
1304.62/360.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1304.62/360.67		... 41 more
1304.62/360.67	Caused by: java.lang.reflect.InvocationTargetException
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1304.62/360.67		... 42 more
1304.62/360.67	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1304.62/360.67		... 46 more
1304.62/360.67	Caused by: java.lang.reflect.InvocationTargetException
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1304.62/360.67		... 46 more
1304.62/360.67	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1304.62/360.67		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1304.62/360.67		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1304.62/360.67		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1304.62/360.67		at java.lang.reflect.Method.invoke(Method.java:498)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1304.62/360.67		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1304.62/360.67	
1371.62/378.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1371.62/378.78	c This is free software under the dual EPL/GNU LGPL licenses.
1371.62/378.78	c See www.sat4j.org for details.
1371.62/378.78	c That software uses the Rhino library from the Mozilla project.
1371.62/378.78	c version CUSTOM.v20170705
1371.62/378.78	c java.runtime.name	Java(TM) SE Runtime Environment
1371.62/378.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1371.62/378.78	c java.vm.version	25.131-b11
1371.62/378.78	c java.vm.vendor	Oracle Corporation
1371.62/378.78	c sun.arch.data.model	64
1371.62/378.78	c java.version		1.8.0_131
1371.62/378.78	c os.name		Linux
1371.62/378.78	c os.version		3.10.0-514.16.1.el7.x86_64
1371.62/378.78	c os.arch		amd64
1371.62/378.78	c Free memory 		499604488
1371.62/378.78	c Max memory 		7247757312
1371.62/378.78	c Total memory 		504889344
1371.62/378.78	c Number of processors 	4
1371.62/378.78	c c --- Begin Solver configuration ---
1371.62/378.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1371.62/378.78	c Learn all clauses as in MiniSAT
1371.62/378.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1371.62/378.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1371.62/378.78	c No reason simplification
1371.62/378.78	c Glucose 2.1 dynamic restart strategy
1371.62/378.78	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
1371.62/378.78	c timeout=2147483s
1371.62/378.78	c DB Simplification allowed=false
1371.62/378.78	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1371.62/378.78	c --- End Solver configuration ---
1405.15/387.83	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1423.66/392.56		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1423.66/392.56		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1423.66/392.56		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1423.66/392.56		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1423.66/392.56		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1423.66/392.56		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1423.66/392.56		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1423.66/392.56		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1423.66/392.56		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 (7258 MiB free)
  memory of node 1: 16384 MiB (15574 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262831-1502635035/watcher-4262831-1502635035 -o /tmp/evaluation-result-4262831-1502635035/solver-4262831-1502635035 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262831-1502635035.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=18718, runsolver pid=18715

[startup+0.100113 s]*
/proc/loadavg: 4.87 4.51 3.69 6/208 18727
/proc/meminfo: memFree=23369032/32770624 swapFree=67108764/67108860
[pid=18718] ppid=18715 vsize=10151672 memory=20668 CPUtime=0.03 cores=1,3,5,7
/proc/18718/stat : 18718 (java) S 18715 18718 4674 0 -1 1077944320 4064 0 0 0 3 0 0 0 20 0 9 0 111009887 10395312128 5167 18446744073709551615 4194304 4196468 140723252822512 140723252805056 140225281105655 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
/proc/18718/statm: 2537918 5167 2123 1 0 2527415 0
[pid=18718/tid=18720] ppid=18715 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/18718/task/18720/stat : 18720 (java) D 18715 18718 4674 0 -1 1077944384 2704 0 0 0 3 0 0 0 20 0 9 0 111009894 10395312128 5167 18446744073709551615 4194304 4196468 140723252822512 140225285341048 140225273784944 0 4 1 16800970 18446744072101666340 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18721] ppid=18715 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18721/stat : 18721 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111009894 10395312128 5167 18446744073709551615 4194304 4196468 140723252822512 140224892660112 140225281115861 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18722] ppid=18715 vsize=10151672 memory=140609493214848 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18722/stat : 18722 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111009894 10395312128 5167 18446744073709551615 4194304 4196468 140723252822512 140224891607312 140225281115861 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18723] ppid=18715 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18723/stat : 18723 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111009894 10395312128 5167 18446744073709551615 4194304 4196468 140723252822512 140224890555024 140225281115861 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18724] ppid=18715 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18724/stat : 18724 (java) S 18715 18718 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111009894 10395312128 5167 18446744073709551615 4194304 4196468 140723252822512 140224889502224 140225281115861 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18725] ppid=18715 vsize=10151672 memory=140609493214848 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18725/stat : 18725 (java) S 18715 18718 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111009896 10395312128 5167 18446744073709551615 4194304 4196468 140723252822512 140224845228656 140225281116802 0 0 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18726] ppid=18715 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18726/stat : 18726 (java) S 18715 18718 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 111009896 10395312128 5167 18446744073709551615 4194304 4196468 140723252822512 140224776627488 140225281115861 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18727] ppid=18715 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18727/stat : 18727 (java) S 18715 18718 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 111009896 10395312128 5167 18446744073709551615 4194304 4196468 140723252822512 140224775575152 140225281115861 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20668 KiB

[startup+0.210026 s]*
/proc/loadavg: 4.87 4.51 3.69 6/214 18733
/proc/meminfo: memFree=23365648/32770624 swapFree=67108764/67108860
[pid=18718] ppid=18715 vsize=10551156 memory=26756 CPUtime=0.1 cores=1,3,5,7
/proc/18718/stat : 18718 (java) S 18715 18718 4674 0 -1 1077944320 5140 0 0 0 9 1 0 0 20 0 15 0 111009887 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140723252805056 140225281105655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
/proc/18718/statm: 2637789 6689 2812 1 0 2627261 0
[pid=18718/tid=18720] ppid=18715 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/18718/task/18720/stat : 18720 (java) R 18715 18718 4674 0 -1 4202560 3065 0 0 0 7 0 0 0 20 0 15 0 111009894 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140225285338576 140225281127581 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18721] ppid=18715 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18721/stat : 18721 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111009894 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224892660112 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18722] ppid=18715 vsize=10551156 memory=140609494004134 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18722/stat : 18722 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111009894 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224891607312 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18723] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18723/stat : 18723 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111009894 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224890555024 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18724] ppid=18715 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18724/stat : 18724 (java) S 18715 18718 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111009894 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224889502224 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18725] ppid=18715 vsize=10551156 memory=140609493214848 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18725/stat : 18725 (java) S 18715 18718 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111009896 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224845228656 140225281116802 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18726] ppid=18715 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18726/stat : 18726 (java) S 18715 18718 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111009896 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224776627488 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18727] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18727/stat : 18727 (java) S 18715 18718 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111009896 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224775575152 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18728] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18728/stat : 18728 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111009899 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224774523472 140225281124251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18729] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18729/stat : 18729 (java) S 18715 18718 4674 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 111009899 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224773470320 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18730] ppid=18715 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18730/stat : 18730 (java) S 18715 18718 4674 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 111009899 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224772417520 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18731] ppid=18715 vsize=10551156 memory=140609493214848 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18731/stat : 18731 (java) S 18715 18718 4674 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 111009899 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224771365232 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18732] ppid=18715 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18732/stat : 18732 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111009899 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224770312672 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18733] ppid=18715 vsize=10551156 memory=140609493214848 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18733/stat : 18733 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111009906 10804383744 6689 18446744073709551615 4194304 4196468 140723252822512 140224769260464 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26756 KiB

[startup+0.310383 s]*
/proc/loadavg: 4.87 4.51 3.69 6/214 18733
/proc/meminfo: memFree=23354640/32770624 swapFree=67108764/67108860
[pid=18718] ppid=18715 vsize=10551156 memory=36288 CPUtime=0.24 cores=1,3,5,7
/proc/18718/stat : 18718 (java) S 18715 18718 4674 0 -1 1077944320 8429 0 0 0 22 2 0 0 20 0 15 0 111009887 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140723252805056 140225281105655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
/proc/18718/statm: 2637789 9072 2847 1 0 2627261 0
[pid=18718/tid=18720] ppid=18715 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/18718/task/18720/stat : 18720 (java) R 18715 18718 4674 0 -1 4202560 6097 0 0 0 16 2 0 0 20 0 15 0 111009894 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140225285342640 140225265186142 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18721] ppid=18715 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18721/stat : 18721 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111009894 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224892660112 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18722] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18722/stat : 18722 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111009894 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224891607312 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18723] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18723/stat : 18723 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111009894 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224890555024 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18724] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18724/stat : 18724 (java) S 18715 18718 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111009894 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224889502224 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18725] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18725/stat : 18725 (java) S 18715 18718 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111009896 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224845228656 140225281116802 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18726] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18726/stat : 18726 (java) S 18715 18718 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111009896 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224776627488 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18727] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18727/stat : 18727 (java) S 18715 18718 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111009896 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224775575152 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18728] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18728/stat : 18728 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111009899 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224774523472 140225281124251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18729] ppid=18715 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18718/task/18729/stat : 18729 (java) S 18715 18718 4674 0 -1 1077944384 393 0 0 0 1 0 0 0 20 0 15 0 111009899 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224773470320 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18730] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18730/stat : 18730 (java) S 18715 18718 4674 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 15 0 111009899 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224772417520 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18731] ppid=18715 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/18718/task/18731/stat : 18731 (java) S 18715 18718 4674 0 -1 1077944384 385 0 0 0 3 0 0 0 20 0 15 0 111009899 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224771365232 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18732] ppid=18715 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18732/stat : 18732 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111009899 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224770312672 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18733] ppid=18715 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18733/stat : 18733 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111009906 10804383744 9072 18446744073709551615 4194304 4196468 140723252822512 140224769260464 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36288 KiB

[startup+0.701308 s]
/proc/loadavg: 4.87 4.51 3.69 8/214 18733
/proc/meminfo: memFree=23340712/32770624 swapFree=67108764/67108860
[pid=18718] ppid=18715 vsize=10551232 memory=337728 CPUtime=1.27 cores=1,3,5,7
/proc/18718/stat : 18718 (java) S 18715 18718 4674 0 -1 1077944320 11253 0 0 0 114 13 0 0 20 0 15 0 111009887 10804461568 84432 18446744073709551615 4194304 4196468 140723252822512 140723252805056 140225281105655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
/proc/18718/statm: 2637808 84432 3070 1 0 2627261 0
[pid=18718/tid=18720] ppid=18715 vsize=10551232 memory=4 CPUtime=0.5 cores=1,3,5,7
/proc/18718/task/18720/stat : 18720 (java) S 18715 18718 4674 0 -1 1077944384 6909 0 0 0 45 5 0 0 20 0 15 0 111009894 10804461568 84432 18446744073709551615 4194304 4196468 140723252822512 140225285342528 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18721] ppid=18715 vsize=10551232 memory=161 CPUtime=0.03 cores=1,3,5,7
/proc/18718/task/18721/stat : 18721 (java) R 18715 18718 4674 0 -1 4202560 34 0 0 0 2 1 0 0 20 0 15 0 111009894 10804461568 84432 18446744073709551615 4194304 4196468 140723252822512 140224892660112 140225266133538 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18722] ppid=18715 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/18718/task/18722/stat : 18722 (java) R 18715 18718 4674 0 -1 4202560 40 0 0 0 2 1 0 0 20 0 15 0 111009894 10804461568 84432 18446744073709551615 4194304 4196468 140723252822512 140224891607512 140225266133538 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18723] ppid=18715 vsize=10551232 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18718/task/18723/stat : 18723 (java) R 18715 18718 4674 0 -1 4202560 27 0 0 0 1 1 0 0 20 0 15 0 111009894 10804461568 84432 18446744073709551615 4194304 4196468 140723252822512 140224890554912 140225266133520 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18724] ppid=18715 vsize=10551232 memory=1 CPUtime=0.03 cores=1,3,5,7
/proc/18718/task/18724/stat : 18724 (java) R 18715 18718 4674 0 -1 4202560 46 0 0 0 2 1 0 0 20 0 15 0 111009894 10804461568 84432 18446744073709551615 4194304 4196468 140723252822512 140224889502224 140225266133520 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18725] ppid=18715 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18725/stat : 18725 (java) S 18715 18718 4674 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 111009896 10804461568 84432 18446744073709551615 4194304 4196468 140723252822512 140224845227168 140225281115861 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18726] ppid=18715 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18726/stat : 18726 (java) S 18715 18718 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 111009896 10804461568 84432 18446744073709551615 4194304 4196468 140723252822512 140224776627488 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18727] ppid=18715 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18727/stat : 18727 (java) S 18715 18718 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111009896 10804461568 84432 18446744073709551615 4194304 4196468 140723252822512 140224775575152 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18728] ppid=18715 vsize=10551232 memory=26 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18728/stat : 18728 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111009899 10804461568 84432 18446744073709551615 4194304 4196468 140723252822512 140224774523472 140225281124251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18729] ppid=18715 vsize=10551232 memory=229 CPUtime=0.19 cores=1,3,5,7
/proc/18718/task/18729/stat : 18729 (java) S 18715 18718 4674 0 -1 1077944384 936 0 0 0 19 0 0 0 20 0 15 0 111009899 10804461568 84944 18446744073709551615 4194304 4196468 140723252822512 140224773455312 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18730] ppid=18715 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/18718/task/18730/stat : 18730 (java) S 18715 18718 4674 0 -1 1077944384 643 0 0 0 17 0 0 0 20 0 15 0 111009899 10804461568 84944 18446744073709551615 4194304 4196468 140723252822512 140224772402000 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18731] ppid=18715 vsize=10551232 memory=6498285520082 CPUtime=0.21 cores=1,3,5,7
/proc/18718/task/18731/stat : 18731 (java) S 18715 18718 4674 0 -1 1077944384 1174 0 0 0 21 0 0 0 20 0 15 0 111009899 10804461568 84944 18446744073709551615 4194304 4196468 140723252822512 140224771365232 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18732] ppid=18715 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18732/stat : 18732 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111009899 10804461568 84944 18446744073709551615 4194304 4196468 140723252822512 140224770312672 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18733] ppid=18715 vsize=10551232 memory=13564886244395551 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18733/stat : 18733 (java) S 18715 18718 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111009906 10804461568 84944 18446744073709551615 4194304 4196468 140723252822512 140224769260464 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 337728 KiB

[startup+1.50074 s]
/proc/loadavg: 4.87 4.51 3.69 9/214 18733
/proc/meminfo: memFree=22753324/32770624 swapFree=67108764/67108860
[pid=18718] ppid=18715 vsize=10551232 memory=1215740 CPUtime=2.62 cores=1,3,5,7
/proc/18718/stat : 18718 (java) S 18715 18718 4674 0 -1 1077944320 13846 0 0 0 219 43 0 0 20 0 15 0 111009887 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140723252805056 140225281105655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
/proc/18718/statm: 2637808 303935 3092 1 0 2627261 0
[pid=18718/tid=18720] ppid=18715 vsize=10551232 memory=6656426216303648864 CPUtime=1.14 cores=1,3,5,7
/proc/18718/task/18720/stat : 18720 (java) R 18715 18718 4674 0 -1 4202560 7518 0 0 0 99 15 0 0 20 0 15 0 111009894 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140225285342688 140225267173780 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18721] ppid=18715 vsize=10551232 memory=6944652177228980320 CPUtime=0.18 cores=1,3,5,7
/proc/18718/task/18721/stat : 18721 (java) S 18715 18718 4674 0 -1 1077944384 263 0 0 0 12 6 0 0 20 0 15 0 111009894 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224892660112 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18722] ppid=18715 vsize=10551232 memory=6944656575208382560 CPUtime=0.19 cores=1,3,5,7
/proc/18718/task/18722/stat : 18722 (java) S 18715 18718 4674 0 -1 1077944384 266 0 0 0 13 6 0 0 20 0 15 0 111009894 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224891607312 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18723] ppid=18715 vsize=10551232 memory=148 CPUtime=0.18 cores=1,3,5,7
/proc/18718/task/18723/stat : 18723 (java) S 18715 18718 4674 0 -1 1077944384 252 0 0 0 12 6 0 0 20 0 15 0 111009894 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224890555024 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18724] ppid=18715 vsize=10551232 memory=12874 CPUtime=0.18 cores=1,3,5,7
/proc/18718/task/18724/stat : 18724 (java) S 18715 18718 4674 0 -1 1077944384 268 0 0 0 12 6 0 0 20 0 15 0 111009894 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224889502224 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18725] ppid=18715 vsize=10551232 memory=21491 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18725/stat : 18725 (java) S 18715 18718 4674 0 -1 1077944384 992 0 0 0 0 0 0 0 20 0 15 0 111009896 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224845228656 140225281116802 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18726] ppid=18715 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18726/stat : 18726 (java) S 18715 18718 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 111009896 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224776627488 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18727] ppid=18715 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18727/stat : 18727 (java) S 18715 18718 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111009896 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224775575152 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18728] ppid=18715 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18728/stat : 18728 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111009899 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224774523472 140225281124251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18729] ppid=18715 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/18718/task/18729/stat : 18729 (java) S 18715 18718 4674 0 -1 1077944384 1053 0 0 0 24 0 0 0 20 0 15 0 111009899 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224773470320 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18730] ppid=18715 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/18718/task/18730/stat : 18730 (java) S 18715 18718 4674 0 -1 1077944384 698 0 0 0 22 0 0 0 20 0 15 0 111009899 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224772417520 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18731] ppid=18715 vsize=10551232 memory=24 CPUtime=0.21 cores=1,3,5,7
/proc/18718/task/18731/stat : 18731 (java) S 18715 18718 4674 0 -1 1077944384 1174 0 0 0 21 0 0 0 20 0 15 0 111009899 10804461568 303935 18446744073709551615 4194304 4196468 140723252822512 140224771365232 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0

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

/proc/18718/task/18724/stat : 18724 (java) S 18715 18718 4674 0 -1 1077944384 401425 0 0 0 33763 160 0 0 20 0 17 0 111009894 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224889502224 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18725] ppid=18715 vsize=10750048 memory=928 CPUtime=22.77 cores=1,3,5,7
/proc/18718/task/18725/stat : 18725 (java) R 18715 18718 4674 0 -1 4202560 81213 0 0 0 2272 5 0 0 20 0 17 0 111009896 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224845227200 140225266108743 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18726] ppid=18715 vsize=10750048 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18726/stat : 18726 (java) S 18715 18718 4674 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 111009896 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224776627552 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18727] ppid=18715 vsize=10750048 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18727/stat : 18727 (java) S 18715 18718 4674 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 111009896 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224775575168 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18728] ppid=18715 vsize=10750048 memory=9000 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18728/stat : 18728 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111009899 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224774523472 140225281124251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18729] ppid=18715 vsize=10750048 memory=1228 CPUtime=0.48 cores=1,3,5,7
/proc/18718/task/18729/stat : 18729 (java) S 18715 18718 4674 0 -1 1077944384 2536 0 0 0 48 0 0 0 20 0 17 0 111009899 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224773470080 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18730] ppid=18715 vsize=10750048 memory=5712 CPUtime=0.46 cores=1,3,5,7
/proc/18718/task/18730/stat : 18730 (java) S 18715 18718 4674 0 -1 1077944384 2254 0 0 0 46 0 0 0 20 0 17 0 111009899 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224772417568 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18731] ppid=18715 vsize=10750048 memory=796 CPUtime=0.27 cores=1,3,5,7
/proc/18718/task/18731/stat : 18731 (java) S 18715 18718 4674 0 -1 1077944384 3159 0 0 0 27 0 0 0 20 0 17 0 111009899 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224771361104 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18732] ppid=18715 vsize=10750048 memory=984 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18732/stat : 18732 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111009899 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224770312672 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18733] ppid=18715 vsize=10750048 memory=1728 CPUtime=0.16 cores=1,3,5,7
/proc/18718/task/18733/stat : 18733 (java) S 18715 18718 4674 0 -1 1077944384 656 0 0 0 9 7 0 0 20 0 17 0 111009906 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224769260464 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18825] ppid=18715 vsize=10750048 memory=4572 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18825/stat : 18825 (java) S 18715 18718 4674 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 111045955 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224768204656 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18826] ppid=18715 vsize=10750048 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18826/stat : 18826 (java) S 18715 18718 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 111045955 11008049152 2099215 18446744073709551615 4194304 4196468 140723252822512 140224767152816 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
Current children cumulated CPU time: 1404.55 s
Current children cumulated vsize: 10750048 KiB
Current children cumulated memory: 8396860 KiB

[startup+390.401 s]
/proc/loadavg: 7.44 6.70 4.99 10/215 18828
/proc/meminfo: memFree=15150136/32770624 swapFree=67108764/67108860
[pid=18718] ppid=18715 vsize=10750048 memory=8397080 CPUtime=1415.38 cores=1,3,5,7
/proc/18718/stat : 18718 (java) S 18715 18718 4674 0 -1 1077944320 1882837 0 0 0 140873 665 0 0 20 0 17 0 111009887 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140723252805056 140225281105655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
/proc/18718/statm: 2687512 2099270 3168 1 0 2676927 0
[pid=18718/tid=18720] ppid=18715 vsize=10750048 memory=0 CPUtime=17.76 cores=1,3,5,7
/proc/18718/task/18720/stat : 18720 (java) S 18715 18718 4674 0 -1 1077944384 18320 0 0 0 1744 32 0 0 20 0 17 0 111009894 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140225285346336 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18721] ppid=18715 vsize=10750048 memory=8396856 CPUtime=344.3 cores=1,3,5,7
/proc/18718/task/18721/stat : 18721 (java) R 18715 18718 4674 0 -1 4202560 498659 0 0 0 34284 146 0 0 20 0 17 0 111009894 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224892660008 140225273733863 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18722] ppid=18715 vsize=10750048 memory=8396856 CPUtime=343.33 cores=1,3,5,7
/proc/18718/task/18722/stat : 18722 (java) R 18715 18718 4674 0 -1 4202560 509043 0 0 0 34171 162 0 0 20 0 17 0 111009894 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224891606896 140225273733863 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18723] ppid=18715 vsize=10750048 memory=1296 CPUtime=343.32 cores=1,3,5,7
/proc/18718/task/18723/stat : 18723 (java) R 18715 18718 4674 0 -1 4202560 358373 0 0 0 34180 152 0 0 20 0 17 0 111009894 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224890555224 140225265559660 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18724] ppid=18715 vsize=10750048 memory=1296 CPUtime=341.79 cores=1,3,5,7
/proc/18718/task/18724/stat : 18724 (java) R 18715 18718 4674 0 -1 4202560 401585 0 0 0 34019 160 0 0 20 0 17 0 111009894 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224889501808 140225273733863 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18725] ppid=18715 vsize=10750048 memory=2320 CPUtime=23.41 cores=1,3,5,7
/proc/18718/task/18725/stat : 18725 (java) S 18715 18718 4674 0 -1 1077944384 86298 0 0 0 2335 6 0 0 20 0 17 0 111009896 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224845226976 140225281115861 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18726] ppid=18715 vsize=10750048 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18726/stat : 18726 (java) S 18715 18718 4674 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 111009896 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224776627552 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18727] ppid=18715 vsize=10750048 memory=8397080 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18727/stat : 18727 (java) S 18715 18718 4674 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 111009896 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224775575168 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18728] ppid=18715 vsize=10750048 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18728/stat : 18728 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111009899 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224774523472 140225281124251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18729] ppid=18715 vsize=10750048 memory=13564886244395551 CPUtime=0.48 cores=1,3,5,7
/proc/18718/task/18729/stat : 18729 (java) S 18715 18718 4674 0 -1 1077944384 2539 0 0 0 48 0 0 0 20 0 17 0 111009899 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224773470320 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18730] ppid=18715 vsize=10750048 memory=-8774313645642428999 CPUtime=0.46 cores=1,3,5,7
/proc/18718/task/18730/stat : 18730 (java) S 18715 18718 4674 0 -1 1077944384 2256 0 0 0 46 0 0 0 20 0 17 0 111009899 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224772417520 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18731] ppid=18715 vsize=10750048 memory=32092 CPUtime=0.27 cores=1,3,5,7
/proc/18718/task/18731/stat : 18731 (java) S 18715 18718 4674 0 -1 1077944384 3216 0 0 0 27 0 0 0 20 0 17 0 111009899 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224771365232 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18732] ppid=18715 vsize=10750048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18732/stat : 18732 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111009899 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224770312672 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18733] ppid=18715 vsize=10750048 memory=644 CPUtime=0.16 cores=1,3,5,7
/proc/18718/task/18733/stat : 18733 (java) S 18715 18718 4674 0 -1 1077944384 656 0 0 0 9 7 0 0 20 0 17 0 111009906 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224769260464 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18825] ppid=18715 vsize=10750048 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18825/stat : 18825 (java) S 18715 18718 4674 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 17 0 111045955 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224768205312 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18826] ppid=18715 vsize=10750048 memory=4148 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18826/stat : 18826 (java) S 18715 18718 4674 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 111045955 11008049152 2099270 18446744073709551615 4194304 4196468 140723252822512 140224767152784 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
Current children cumulated CPU time: 1415.38 s
Current children cumulated vsize: 10750048 KiB
Current children cumulated memory: 8397080 KiB

[startup+392.001 s]*
/proc/loadavg: 7.44 6.70 4.99 9/215 18828
/proc/meminfo: memFree=15150268/32770624 swapFree=67108764/67108860
[pid=18718] ppid=18715 vsize=10750048 memory=8397084 CPUtime=1421.72 cores=1,3,5,7
/proc/18718/stat : 18718 (java) S 18715 18718 4674 0 -1 1077944320 1885368 0 0 0 141506 666 0 0 20 0 17 0 111009887 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140723252805056 140225281105655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
/proc/18718/statm: 2687512 2099271 3168 1 0 2676927 0
[pid=18718/tid=18720] ppid=18715 vsize=10750048 memory=2012 CPUtime=17.76 cores=1,3,5,7
/proc/18718/task/18720/stat : 18720 (java) S 18715 18718 4674 0 -1 1077944384 18320 0 0 0 1744 32 0 0 20 0 17 0 111009894 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140225285346336 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18721] ppid=18715 vsize=10750048 memory=4148 CPUtime=345.89 cores=1,3,5,7
/proc/18718/task/18721/stat : 18721 (java) R 18715 18718 4674 0 -1 4202560 498785 0 0 0 34442 147 0 0 20 0 17 0 111009894 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224892660312 140225266102291 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18722] ppid=18715 vsize=10750048 memory=53908 CPUtime=344.88 cores=1,3,5,7
/proc/18718/task/18722/stat : 18722 (java) R 18715 18718 4674 0 -1 4202560 509043 0 0 0 34326 162 0 0 20 0 17 0 111009894 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224891607512 140225265563246 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18723] ppid=18715 vsize=10750048 memory=4872558044660077418 CPUtime=344.93 cores=1,3,5,7
/proc/18718/task/18723/stat : 18723 (java) R 18715 18718 4674 0 -1 4202560 358373 0 0 0 34341 152 0 0 20 0 17 0 111009894 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224890555224 140225265563288 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18724] ppid=18715 vsize=10750048 memory=8111660 CPUtime=343.38 cores=1,3,5,7
/proc/18718/task/18724/stat : 18724 (java) R 18715 18718 4674 0 -1 4202560 401585 0 0 0 34178 160 0 0 20 0 17 0 111009894 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224889502112 140225266102059 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18725] ppid=18715 vsize=10750048 memory=4064 CPUtime=23.41 cores=1,3,5,7
/proc/18718/task/18725/stat : 18725 (java) S 18715 18718 4674 0 -1 1077944384 88703 0 0 0 2335 6 0 0 20 0 17 0 111009896 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224845227200 140225281115861 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18726] ppid=18715 vsize=10750048 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18726/stat : 18726 (java) S 18715 18718 4674 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 111009896 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224776627552 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18727] ppid=18715 vsize=10750048 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18727/stat : 18727 (java) S 18715 18718 4674 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 111009896 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224775575168 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18728] ppid=18715 vsize=10750048 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18728/stat : 18728 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111009899 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224774523472 140225281124251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18729] ppid=18715 vsize=10750048 memory=5712 CPUtime=0.48 cores=1,3,5,7
/proc/18718/task/18729/stat : 18729 (java) S 18715 18718 4674 0 -1 1077944384 2539 0 0 0 48 0 0 0 20 0 17 0 111009899 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224773470320 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18730] ppid=18715 vsize=10750048 memory=-8774313645642428999 CPUtime=0.46 cores=1,3,5,7
/proc/18718/task/18730/stat : 18730 (java) S 18715 18718 4674 0 -1 1077944384 2256 0 0 0 46 0 0 0 20 0 17 0 111009899 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224772417520 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18731] ppid=18715 vsize=10750048 memory=3020 CPUtime=0.27 cores=1,3,5,7
/proc/18718/task/18731/stat : 18731 (java) S 18715 18718 4674 0 -1 1077944384 3216 0 0 0 27 0 0 0 20 0 17 0 111009899 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224771365232 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18732] ppid=18715 vsize=10750048 memory=8111660 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18732/stat : 18732 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111009899 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224770312672 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18733] ppid=18715 vsize=10750048 memory=4064 CPUtime=0.16 cores=1,3,5,7
/proc/18718/task/18733/stat : 18733 (java) S 18715 18718 4674 0 -1 1077944384 656 0 0 0 9 7 0 0 20 0 17 0 111009906 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224769260464 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18825] ppid=18715 vsize=10750048 memory=1398720917958146503 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18825/stat : 18825 (java) S 18715 18718 4674 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 17 0 111045955 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224768205312 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18826] ppid=18715 vsize=10750048 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18826/stat : 18826 (java) S 18715 18718 4674 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 111045955 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224767152784 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
Current children cumulated CPU time: 1421.72 s
Current children cumulated vsize: 10750048 KiB
Current children cumulated memory: 8397084 KiB

[startup+392.401 s]
/proc/loadavg: 7.44 6.70 4.99 9/215 18828
/proc/meminfo: memFree=15150268/32770624 swapFree=67108764/67108860
[pid=18718] ppid=18715 vsize=10750048 memory=8397084 CPUtime=1423.28 cores=1,3,5,7
/proc/18718/stat : 18718 (java) S 18715 18718 4674 0 -1 1077944320 1885368 0 0 0 141662 666 0 0 20 0 17 0 111009887 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140723252805056 140225281105655 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
/proc/18718/statm: 2687512 2099271 3168 1 0 2676927 0
[pid=18718/tid=18720] ppid=18715 vsize=10750048 memory=1232 CPUtime=17.76 cores=1,3,5,7
/proc/18718/task/18720/stat : 18720 (java) S 18715 18718 4674 0 -1 1077944384 18320 0 0 0 1744 32 0 0 20 0 17 0 111009894 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140225285346336 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18721] ppid=18715 vsize=10750048 memory=644 CPUtime=346.28 cores=1,3,5,7
/proc/18718/task/18721/stat : 18721 (java) S 18715 18718 4674 0 -1 1077944384 498785 0 0 0 34481 147 0 0 20 0 17 0 111009894 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224892659920 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18722] ppid=18715 vsize=10750048 memory=1796 CPUtime=345.27 cores=1,3,5,7
/proc/18718/task/18722/stat : 18722 (java) R 18715 18718 4674 0 -1 4202560 509043 0 0 0 34365 162 0 0 20 0 17 0 111009894 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224891607512 140225265563246 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18723] ppid=18715 vsize=10750048 memory=956 CPUtime=345.32 cores=1,3,5,7
/proc/18718/task/18723/stat : 18723 (java) R 18715 18718 4674 0 -1 4202560 358373 0 0 0 34380 152 0 0 20 0 17 0 111009894 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224890555224 140225273733863 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18724] ppid=18715 vsize=10750048 memory=2244 CPUtime=343.77 cores=1,3,5,7
/proc/18718/task/18724/stat : 18724 (java) R 18715 18718 4674 0 -1 4202560 401585 0 0 0 34217 160 0 0 20 0 17 0 111009894 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224889502112 140225273733863 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18725] ppid=18715 vsize=10750048 memory=4288 CPUtime=23.41 cores=1,3,5,7
/proc/18718/task/18725/stat : 18725 (java) S 18715 18718 4674 0 -1 1077944384 88703 0 0 0 2335 6 0 0 20 0 17 0 111009896 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224845227200 140225281115861 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18726] ppid=18715 vsize=10750048 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18726/stat : 18726 (java) S 18715 18718 4674 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 17 0 111009896 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224776627552 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18727] ppid=18715 vsize=10750048 memory=928 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18727/stat : 18727 (java) S 18715 18718 4674 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 17 0 111009896 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224775575168 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18728] ppid=18715 vsize=10750048 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18728/stat : 18728 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111009899 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224774523472 140225281124251 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18729] ppid=18715 vsize=10750048 memory=844 CPUtime=0.48 cores=1,3,5,7
/proc/18718/task/18729/stat : 18729 (java) S 18715 18718 4674 0 -1 1077944384 2539 0 0 0 48 0 0 0 20 0 17 0 111009899 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224773470320 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18730] ppid=18715 vsize=10750048 memory=16436 CPUtime=0.46 cores=1,3,5,7
/proc/18718/task/18730/stat : 18730 (java) S 18715 18718 4674 0 -1 1077944384 2256 0 0 0 46 0 0 0 20 0 17 0 111009899 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224772417520 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18731] ppid=18715 vsize=10750048 memory=3908 CPUtime=0.27 cores=1,3,5,7
/proc/18718/task/18731/stat : 18731 (java) S 18715 18718 4674 0 -1 1077944384 3216 0 0 0 27 0 0 0 20 0 17 0 111009899 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224771365232 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18732] ppid=18715 vsize=10750048 memory=3044 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18732/stat : 18732 (java) S 18715 18718 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 111009899 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224770312672 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18733] ppid=18715 vsize=10750048 memory=2756 CPUtime=0.16 cores=1,3,5,7
/proc/18718/task/18733/stat : 18733 (java) S 18715 18718 4674 0 -1 1077944384 656 0 0 0 9 7 0 0 20 0 17 0 111009906 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224769260464 140225281116802 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18825] ppid=18715 vsize=10750048 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18825/stat : 18825 (java) S 18715 18718 4674 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 17 0 111045955 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224768205312 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
[pid=18718/tid=18826] ppid=18715 vsize=10750048 memory=3088 CPUtime=0 cores=1,3,5,7
/proc/18718/task/18826/stat : 18826 (java) S 18715 18718 4674 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 111045955 11008049152 2099271 18446744073709551615 4194304 4196468 140723252822512 140224767152784 140225281115861 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16584704 140723252826512 140723252826665 140723252826665 140723252830159 0
Current children cumulated CPU time: 1423.28 s
Current children cumulated vsize: 10750048 KiB
Current children cumulated memory: 8397084 KiB

[startup+392.601 s]*
/proc/loadavg: 7.44 6.70 4.99 6/200 18828
/proc/meminfo: memFree=16508388/32770624 swapFree=67108764/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 392.642
CPU time (s): 1423.87
CPU user time (s): 1417.13
CPU system time (s): 6.74046
CPU usage (%): 362.64
Max. virtual memory (cumulated for all children) (KiB): 10750048
Max. memory (cumulated for all children) (KiB): 8397084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1417.13
system time used= 6.74046
maximum resident set size= 8397084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1885478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29551
involuntary context switches= 33756


# summary of solver processes directly reported to runsolver:
#   pid: 18718
#   total CPU time (s): 1423.87
#   total CPU user time (s): 1417.13
#   total CPU system time (s): 6.74046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.46311 second user time and 3.82052 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:23:20
IDJOB=4262831
IDBENCH=137885
IDSOLVER=2651
FILE ID=node134/4262831-1502635035
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-s28/BinPacking-sum-s28-561.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262831-1502635035/watcher-4262831-1502635035 -o /tmp/evaluation-result-4262831-1502635035/solver-4262831-1502635035 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262831-1502635035.xml

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

MD5SUM BENCH= 0151e8a579557b2b9e30bd86d2d74102
RANDOM SEED=361655323

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23380916 kB
MemAvailable:   23597920 kB
Buffers:          226432 kB
Cached:           284464 kB
SwapCached:            4 kB
Active:          8714784 kB
Inactive:         210184 kB
Active(anon):    8361196 kB
Inactive(anon):    94432 kB
Active(file):     353588 kB
Inactive(file):   115752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1636 kB
Writeback:             0 kB
AnonPages:       8414124 kB
Mapped:            67720 kB
Shmem:             41564 kB
Slab:             153380 kB
SReclaimable:     127000 kB
SUnreclaim:        26380 kB
KernelStack:        3472 kB
PageTables:        21440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8640108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8206336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61944 MiB
End job on node134 at 2017-08-13 16:29:53