Trace number 4263203

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) 1377.26 376.01199

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-A-n61-k9.xml
MD5SUM4ab7546591ba88ff6acec2aa7538cbc2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1147
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables3782
Number of constraints3720
Number of domains3
Minimum domain size1
Maximum domain size101
Distribution of domain sizes[{"size":1,"count":61},{"size":2,"count":3660},{"size":101,"count":60}]
Minimum variable degree0
Maximum variable degree119
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":61},{"degree":2,"count":120},{"degree":4,"count":3540},{"degree":119,"count":60}]
Minimum constraint arity1
Maximum constraint arity60
Distribution of constraint arities[{"arity":1,"count":60},{"arity":3,"count":3540},{"arity":60,"count":120}]
Number of extensional constraints0
Number of intensional constraints60
Distribution of constraint types[{"type":"intension","count":60},{"type":"sum","count":3540},{"type":"count","count":120}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263203-1502623938/watcher-4263203-1502623938 -o /tmp/evaluation-result-4263203-1502623938/solver-4263203-1502623938 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263203-1502623938.xml 

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

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


[startup+0.100203 s]*
/proc/loadavg: 4.49 4.03 3.13 3/205 15636
/proc/meminfo: memFree=31090220/32770624 swapFree=67108764/67108860
[pid=15630] ppid=15627 vsize=10018544 memory=18212 CPUtime=0.01 cores=0,2,4,6
/proc/15630/stat : 15630 (java) S 15627 15630 4674 0 -1 1077944320 3839 0 0 0 1 0 0 0 20 0 7 0 109900176 10258989056 4553 18446744073709551615 4194304 4196468 140734159752272 140734159734816 140454451957495 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
/proc/15630/statm: 2504636 4553 2054 1 0 2494133 0
[pid=15630/tid=15632] ppid=15627 vsize=10018544 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/15630/task/15632/stat : 15632 (java) R 15627 15630 4674 0 -1 4202560 2536 0 0 0 1 0 0 0 20 0 7 0 109900184 10258989056 4553 18446744073709551615 4194304 4196468 140734159752272 140454456199952 140454451981085 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15633] ppid=15627 vsize=10018544 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15633/stat : 15633 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 109900185 10258989056 4553 18446744073709551615 4194304 4196468 140734159752272 140454062971280 140454451967701 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15634] ppid=15627 vsize=10018544 memory=140340246111872 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15634/stat : 15634 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 109900185 10258989056 4553 18446744073709551615 4194304 4196468 140734159752272 140454061918480 140454451967701 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15635] ppid=15627 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15635/stat : 15635 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 109900185 10258989056 4553 18446744073709551615 4194304 4196468 140734159752272 140454060866192 140454451967701 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15636] ppid=15627 vsize=10018544 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15636/stat : 15636 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 109900185 10258989056 4553 18446744073709551615 4194304 4196468 140734159752272 140454059813392 140454451967701 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15637] ppid=15627 vsize=10018544 memory=140340246111872 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15637/stat : 15637 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 109900186 10258989056 4553 18446744073709551615 4194304 4196468 140734159752272 140453948136048 140454451968642 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15638] ppid=15627 vsize=10019572 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15638/stat : 15638 (java) R 15627 15630 4674 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 109900187 10260041728 4553 18446744073709551615 4194304 4196468 140734159752272 140454456199952 140454444697345 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 18212 KiB

[startup+0.210004 s]*
/proc/loadavg: 4.49 4.03 3.13 3/214 15645
/proc/meminfo: memFree=31081656/32770624 swapFree=67108764/67108860
[pid=15630] ppid=15627 vsize=10553140 memory=28288 CPUtime=0.11 cores=0,2,4,6
/proc/15630/stat : 15630 (java) S 15627 15630 4674 0 -1 1077944320 5556 0 0 0 10 1 0 0 20 0 15 0 109900176 10806415360 7072 18446744073709551615 4194304 4196468 140734159752272 140734159734816 140454451957495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
/proc/15630/statm: 2638285 7072 2789 1 0 2627757 0
[pid=15630/tid=15632] ppid=15627 vsize=10554768 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/15630/task/15632/stat : 15632 (java) R 15627 15630 4674 0 -1 4202560 3677 0 0 0 7 0 0 0 20 0 15 0 109900184 10808082432 7270 18446744073709551615 4194304 4196468 140734159752272 140454456145840 140454444247936 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15633] ppid=15627 vsize=10554768 memory=329 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15633/stat : 15633 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109900185 10808082432 7336 18446744073709551615 4194304 4196468 140734159752272 140454062971280 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15634] ppid=15627 vsize=10554768 memory=140340247046745 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15634/stat : 15634 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109900185 10808082432 7336 18446744073709551615 4194304 4196468 140734159752272 140454061918480 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15635] ppid=15627 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15635/stat : 15635 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109900185 10808082432 7336 18446744073709551615 4194304 4196468 140734159752272 140454060866192 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15636] ppid=15627 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15636/stat : 15636 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109900185 10808082432 7336 18446744073709551615 4194304 4196468 140734159752272 140454059813392 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15637] ppid=15627 vsize=10554768 memory=140340246111872 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15637/stat : 15637 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109900186 10808082432 7336 18446744073709551615 4194304 4196468 140734159752272 140453948136048 140454451968642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15638] ppid=15627 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15638/stat : 15638 (java) S 15627 15630 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109900187 10808082432 7336 18446744073709551615 4194304 4196468 140734159752272 140453947082016 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15639] ppid=15627 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15639/stat : 15639 (java) S 15627 15630 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109900187 10808082432 7336 18446744073709551615 4194304 4196468 140734159752272 140453946029680 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15640] ppid=15627 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15640/stat : 15640 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109900189 10808082432 7402 18446744073709551615 4194304 4196468 140734159752272 140453944978000 140454451976091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15641] ppid=15627 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15641/stat : 15641 (java) S 15627 15630 4674 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 109900189 10808082432 7402 18446744073709551615 4194304 4196468 140734159752272 140453943924848 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15642] ppid=15627 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15642/stat : 15642 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109900189 10808082432 7402 18446744073709551615 4194304 4196468 140734159752272 140453942872048 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15643] ppid=15627 vsize=10554768 memory=140340246111872 CPUtime=0.01 cores=0,2,4,6
/proc/15630/task/15643/stat : 15643 (java) S 15627 15630 4674 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 15 0 109900189 10808082432 7402 18446744073709551615 4194304 4196468 140734159752272 140453941819760 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15644] ppid=15627 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15644/stat : 15644 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109900190 10808082432 7402 18446744073709551615 4194304 4196468 140734159752272 140453940767200 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15645] ppid=15627 vsize=10554768 memory=140340246111872 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15645/stat : 15645 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109900194 10808082432 7468 18446744073709551615 4194304 4196468 140734159752272 140453939714992 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10553140 KiB
Current children cumulated memory: 28288 KiB

[startup+0.313284 s]*
/proc/loadavg: 4.49 4.03 3.13 3/214 15645
/proc/meminfo: memFree=31071204/32770624 swapFree=67108764/67108860
[pid=15630] ppid=15627 vsize=10551156 memory=37188 CPUtime=0.26 cores=0,2,4,6
/proc/15630/stat : 15630 (java) S 15627 15630 4674 0 -1 1077944320 8593 0 0 0 24 2 0 0 20 0 15 0 109900176 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140734159734816 140454451957495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
/proc/15630/statm: 2637789 9297 2887 1 0 2627261 0
[pid=15630/tid=15632] ppid=15627 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/15630/task/15632/stat : 15632 (java) R 15627 15630 4674 0 -1 4202560 6198 0 0 0 16 2 0 0 20 0 15 0 109900184 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140454456188896 140454451969430 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15633] ppid=15627 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15633/stat : 15633 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109900185 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140454062971280 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15634] ppid=15627 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15634/stat : 15634 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109900185 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140454061918480 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15635] ppid=15627 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15635/stat : 15635 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109900185 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140454060866192 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15636] ppid=15627 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15636/stat : 15636 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109900185 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140454059813392 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15637] ppid=15627 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15637/stat : 15637 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109900186 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140453948136048 140454451968642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15638] ppid=15627 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15638/stat : 15638 (java) S 15627 15630 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109900187 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140453947082016 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15639] ppid=15627 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15639/stat : 15639 (java) S 15627 15630 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109900187 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140453946029680 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15640] ppid=15627 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15640/stat : 15640 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109900189 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140453944978000 140454451976091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15641] ppid=15627 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15630/task/15641/stat : 15641 (java) S 15627 15630 4674 0 -1 1077944384 550 0 0 0 1 0 0 0 20 0 15 0 109900189 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140453943924848 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15642] ppid=15627 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15642/stat : 15642 (java) S 15627 15630 4674 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 109900189 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140453942872048 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15643] ppid=15627 vsize=10551156 memory=140340246111872 CPUtime=0.04 cores=0,2,4,6
/proc/15630/task/15643/stat : 15643 (java) R 15627 15630 4674 0 -1 4202560 421 0 0 0 4 0 0 0 20 0 15 0 109900189 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140453941819760 140454444198885 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15644] ppid=15627 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15644/stat : 15644 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109900190 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140453940767200 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15645] ppid=15627 vsize=10551156 memory=140340246111872 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15645/stat : 15645 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109900194 10804383744 9297 18446744073709551615 4194304 4196468 140734159752272 140453939714992 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37188 KiB

[startup+0.700746 s]
/proc/loadavg: 4.49 4.03 3.13 6/214 15645
/proc/meminfo: memFree=31052376/32770624 swapFree=67108764/67108860
[pid=15630] ppid=15627 vsize=10551232 memory=142124 CPUtime=1.47 cores=0,2,4,6
/proc/15630/stat : 15630 (java) S 15627 15630 4674 0 -1 1077944320 12892 0 0 0 142 5 0 0 20 0 15 0 109900176 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140734159734816 140454451957495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
/proc/15630/statm: 2637808 35531 3064 1 0 2627261 0
[pid=15630/tid=15632] ppid=15627 vsize=10551232 memory=787 CPUtime=0.56 cores=0,2,4,6
/proc/15630/task/15632/stat : 15632 (java) R 15627 15630 4674 0 -1 4202560 7518 0 0 0 52 4 0 0 20 0 15 0 109900184 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140454456192160 140454451969430 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15633] ppid=15627 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15633/stat : 15633 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109900185 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140454062971280 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15634] ppid=15627 vsize=10551232 memory=119 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15634/stat : 15634 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109900185 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140454061918480 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15635] ppid=15627 vsize=10551232 memory=280680273546992 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15635/stat : 15635 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109900185 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140454060866192 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15636] ppid=15627 vsize=10551232 memory=2548995983105 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15636/stat : 15636 (java) S 15627 15630 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109900185 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140454059813392 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15637] ppid=15627 vsize=10551232 memory=2574765786881 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15637/stat : 15637 (java) S 15627 15630 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 109900186 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140453948136048 140454451968642 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15638] ppid=15627 vsize=10551232 memory=2617715459841 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15638/stat : 15638 (java) S 15627 15630 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109900187 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140453947082016 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15639] ppid=15627 vsize=10551232 memory=2729384609537 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15639/stat : 15639 (java) S 15627 15630 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109900187 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140453946029680 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15640] ppid=15627 vsize=10551232 memory=2853938660865 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15640/stat : 15640 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109900189 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140453944978000 140454451976091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15641] ppid=15627 vsize=10551232 memory=3884730811905 CPUtime=0.33 cores=0,2,4,6
/proc/15630/task/15641/stat : 15641 (java) R 15627 15630 4674 0 -1 4202560 1591 0 0 0 33 0 0 0 20 0 15 0 109900189 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140453943914320 140454431612432 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15642] ppid=15627 vsize=10551232 memory=6498285520082 CPUtime=0.27 cores=0,2,4,6
/proc/15630/task/15642/stat : 15642 (java) R 15627 15630 4674 0 -1 4202560 916 0 0 0 27 0 0 0 20 0 15 0 109900189 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140453942858160 140454435451731 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15643] ppid=15627 vsize=10551232 memory=288230617509003574 CPUtime=0.28 cores=0,2,4,6
/proc/15630/task/15643/stat : 15643 (java) R 15627 15630 4674 0 -1 1077944384 1496 0 0 0 28 0 0 0 20 0 15 0 109900189 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140453941819760 140454451968642 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15644] ppid=15627 vsize=10551232 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15644/stat : 15644 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109900190 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140453940767200 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15645] ppid=15627 vsize=10551232 memory=31748 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15645/stat : 15645 (java) S 15627 15630 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109900194 10804461568 35531 18446744073709551615 4194304 4196468 140734159752272 140453939714992 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 142124 KiB

[startup+1.50078 s]
/proc/loadavg: 4.49 4.03 3.13 5/214 15645
/proc/meminfo: memFree=30910996/32770624 swapFree=67108764/67108860
[pid=15630] ppid=15627 vsize=10551232 memory=410808 CPUtime=4.06 cores=0,2,4,6
/proc/15630/stat : 15630 (java) S 15627 15630 4674 0 -1 1077944320 19905 0 0 0 391 15 0 0 20 0 15 0 109900176 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140734159734816 140454451957495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
/proc/15630/statm: 2637808 102702 3097 1 0 2627261 0
[pid=15630/tid=15632] ppid=15627 vsize=10551232 memory=140340136891480 CPUtime=1.25 cores=0,2,4,6
/proc/15630/task/15632/stat : 15632 (java) R 15627 15630 4674 0 -1 4202560 8043 0 0 0 119 6 0 0 20 0 15 0 109900184 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140454456193072 140454093554320 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15633] ppid=15627 vsize=10551232 memory=148 CPUtime=0.07 cores=0,2,4,6
/proc/15630/task/15633/stat : 15633 (java) S 15627 15630 4674 0 -1 1077944384 46 0 0 0 6 1 0 0 20 0 15 0 109900185 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140454062971280 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15634] ppid=15627 vsize=10551232 memory=12874 CPUtime=0.1 cores=0,2,4,6
/proc/15630/task/15634/stat : 15634 (java) S 15627 15630 4674 0 -1 1077944384 57 0 0 0 8 2 0 0 20 0 15 0 109900185 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140454061918480 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15635] ppid=15627 vsize=10551232 memory=21491 CPUtime=0.08 cores=0,2,4,6
/proc/15630/task/15635/stat : 15635 (java) S 15627 15630 4674 0 -1 1077944384 47 0 0 0 7 1 0 0 20 0 15 0 109900185 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140454060866192 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15636] ppid=15627 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/15630/task/15636/stat : 15636 (java) S 15627 15630 4674 0 -1 1077944384 44 0 0 0 4 1 0 0 20 0 15 0 109900185 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140454059813392 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15637] ppid=15627 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15637/stat : 15637 (java) S 15627 15630 4674 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 109900186 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140453948136048 140454451968642 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15638] ppid=15627 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15638/stat : 15638 (java) S 15627 15630 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109900187 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140453947082080 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15639] ppid=15627 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15639/stat : 15639 (java) S 15627 15630 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109900187 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140453946029696 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15640] ppid=15627 vsize=10551232 memory=6148935659200796009 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15640/stat : 15640 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109900189 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140453944978000 140454451976091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15641] ppid=15627 vsize=10551232 memory=7881696724453321575 CPUtime=1.05 cores=0,2,4,6
/proc/15630/task/15641/stat : 15641 (java) R 15627 15630 4674 0 -1 4202560 4310 0 0 0 105 0 0 0 20 0 15 0 109900189 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140453943910728 140454433504979 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15642] ppid=15627 vsize=10551232 memory=6154282490091891024 CPUtime=1 cores=0,2,4,6
/proc/15630/task/15642/stat : 15642 (java) R 15627 15630 4674 0 -1 4202560 3587 0 0 0 100 0 0 0 20 0 15 0 109900189 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140453942853064 140454435368367 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15643] ppid=15627 vsize=10551232 memory=7380106142448641897 CPUtime=0.38 cores=0,2,4,6
/proc/15630/task/15643/stat : 15643 (java) S 15627 15630 4674 0 -1 1077944384 2202 0 0 0 38 0 0 0 20 0 15 0 109900189 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140453941819760 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15644] ppid=15627 vsize=10551232 memory=6935650355523965008 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15644/stat : 15644 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109900190 10804461568 102702 18446744073709551615 4194304 4196468 140734159752272 140453940767200 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0

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

/proc/15630/task/15632/stat : 15632 (java) S 15627 15630 4674 0 -1 1077944384 17952 0 0 0 1328 14 0 0 20 0 16 0 109900184 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454456198176 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15633] ppid=15627 vsize=10686560 memory=0 CPUtime=330.14 cores=0,2,4,6
/proc/15630/task/15633/stat : 15633 (java) R 15627 15630 4674 0 -1 4202560 115708 0 0 0 32854 160 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454062971400 140454444585703 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15634] ppid=15627 vsize=10686560 memory=-6237260532469557610 CPUtime=329.61 cores=0,2,4,6
/proc/15630/task/15634/stat : 15634 (java) R 15627 15630 4674 0 -1 4202560 132933 0 0 0 32784 177 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454061918288 140454444585703 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15635] ppid=15627 vsize=10686560 memory=7682475212697334586 CPUtime=331.08 cores=0,2,4,6
/proc/15630/task/15635/stat : 15635 (java) R 15627 15630 4674 0 -1 4202560 71943 0 0 0 32939 169 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454060866080 140454445053956 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15636] ppid=15627 vsize=10686560 memory=53216 CPUtime=329.91 cores=0,2,4,6
/proc/15630/task/15636/stat : 15636 (java) R 15627 15630 4674 0 -1 4202560 107441 0 0 0 32814 177 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454059813200 140454444585703 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15637] ppid=15627 vsize=10686560 memory=1296 CPUtime=22.44 cores=0,2,4,6
/proc/15630/task/15637/stat : 15637 (java) S 15627 15630 4674 0 -1 1077944384 68100 0 0 0 2240 4 0 0 20 0 16 0 109900186 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453948134592 140454451967701 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15638] ppid=15627 vsize=10686560 memory=2320 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15638/stat : 15638 (java) S 15627 15630 4674 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 109900187 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453947082080 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15639] ppid=15627 vsize=10686560 memory=8311392 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15639/stat : 15639 (java) S 15627 15630 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 109900187 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453946029696 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15640] ppid=15627 vsize=10686560 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15640/stat : 15640 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453944978000 140454451976091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15641] ppid=15627 vsize=10686560 memory=8311448 CPUtime=1.56 cores=0,2,4,6
/proc/15630/task/15641/stat : 15641 (java) S 15627 15630 4674 0 -1 1077944384 8035 0 0 0 155 1 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453943924896 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15642] ppid=15627 vsize=10686560 memory=1444 CPUtime=1.59 cores=0,2,4,6
/proc/15630/task/15642/stat : 15642 (java) S 15627 15630 4674 0 -1 1077944384 8194 0 0 0 158 1 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453942871808 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15643] ppid=15627 vsize=10686560 memory=4148 CPUtime=0.45 cores=0,2,4,6
/proc/15630/task/15643/stat : 15643 (java) S 15627 15630 4674 0 -1 1077944384 3497 0 0 0 45 0 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453941819808 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15644] ppid=15627 vsize=10686560 memory=53216 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15644/stat : 15644 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109900190 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453940767200 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15645] ppid=15627 vsize=10686560 memory=1724 CPUtime=0.27 cores=0,2,4,6
/proc/15630/task/15645/stat : 15645 (java) S 15627 15630 4674 0 -1 1077944384 1389 0 0 0 15 12 0 0 20 0 16 0 109900194 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453939714992 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15674] ppid=15627 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15674/stat : 15674 (java) S 15627 15630 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 109933990 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453935510160 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
Current children cumulated CPU time: 1360.56 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8311396 KiB

[startup+374.401 s]
/proc/loadavg: 4.64 4.50 3.64 6/215 15676
/proc/meminfo: memFree=22720752/32770624 swapFree=67108764/67108860
[pid=15630] ppid=15627 vsize=10686560 memory=8311396 CPUtime=1372.97 cores=0,2,4,6
/proc/15630/stat : 15630 (java) S 15627 15630 4674 0 -1 1077944320 537081 0 0 0 136584 713 0 0 20 0 16 0 109900176 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140734159734816 140454451957495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
/proc/15630/statm: 2671640 2077849 3182 1 0 2661055 0
[pid=15630/tid=15632] ppid=15627 vsize=10686560 memory=1228 CPUtime=13.42 cores=0,2,4,6
/proc/15630/task/15632/stat : 15632 (java) S 15627 15630 4674 0 -1 1077944384 17952 0 0 0 1328 14 0 0 20 0 16 0 109900184 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454456198176 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15633] ppid=15627 vsize=10686560 memory=5712 CPUtime=333.18 cores=0,2,4,6
/proc/15630/task/15633/stat : 15633 (java) R 15627 15630 4674 0 -1 4202560 115708 0 0 0 33157 161 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454062971400 140454444585703 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15634] ppid=15627 vsize=10686560 memory=796 CPUtime=332.69 cores=0,2,4,6
/proc/15630/task/15634/stat : 15634 (java) R 15627 15630 4674 0 -1 4202560 132933 0 0 0 33092 177 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454061918288 140454444585703 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15635] ppid=15627 vsize=10686560 memory=-8774313645642428999 CPUtime=334.28 cores=0,2,4,6
/proc/15630/task/15635/stat : 15635 (java) R 15627 15630 4674 0 -1 4202560 72251 0 0 0 33259 169 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454060866080 140454445060504 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15636] ppid=15627 vsize=10686560 memory=2320 CPUtime=332.99 cores=0,2,4,6
/proc/15630/task/15636/stat : 15636 (java) R 15627 15630 4674 0 -1 4202560 107441 0 0 0 33121 178 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454059813512 140454444585703 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15637] ppid=15627 vsize=10686560 memory=1724 CPUtime=22.44 cores=0,2,4,6
/proc/15630/task/15637/stat : 15637 (java) S 15627 15630 4674 0 -1 1077944384 68100 0 0 0 2240 4 0 0 20 0 16 0 109900186 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453948134592 140454451967701 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15638] ppid=15627 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15638/stat : 15638 (java) S 15627 15630 4674 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 109900187 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453947082080 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15639] ppid=15627 vsize=10686560 memory=8311396 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15639/stat : 15639 (java) S 15627 15630 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 109900187 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453946029696 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15640] ppid=15627 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15640/stat : 15640 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453944978000 140454451976091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15641] ppid=15627 vsize=10686560 memory=5712 CPUtime=1.56 cores=0,2,4,6
/proc/15630/task/15641/stat : 15641 (java) S 15627 15630 4674 0 -1 1077944384 8035 0 0 0 155 1 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453943924896 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15642] ppid=15627 vsize=10686560 memory=796 CPUtime=1.59 cores=0,2,4,6
/proc/15630/task/15642/stat : 15642 (java) S 15627 15630 4674 0 -1 1077944384 8194 0 0 0 158 1 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453942871808 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15643] ppid=15627 vsize=10686560 memory=8311396 CPUtime=0.45 cores=0,2,4,6
/proc/15630/task/15643/stat : 15643 (java) S 15627 15630 4674 0 -1 1077944384 3497 0 0 0 45 0 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453941819808 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15644] ppid=15627 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15644/stat : 15644 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109900190 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453940767200 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15645] ppid=15627 vsize=10686560 memory=1796 CPUtime=0.27 cores=0,2,4,6
/proc/15630/task/15645/stat : 15645 (java) S 15627 15630 4674 0 -1 1077944384 1389 0 0 0 15 12 0 0 20 0 16 0 109900194 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453939714992 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15674] ppid=15627 vsize=10686560 memory=956 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15674/stat : 15674 (java) S 15627 15630 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 109933990 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453935510160 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
Current children cumulated CPU time: 1372.97 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8311396 KiB

[startup+375.201 s]
/proc/loadavg: 4.64 4.50 3.64 6/215 15676
/proc/meminfo: memFree=22720752/32770624 swapFree=67108764/67108860
[pid=15630] ppid=15627 vsize=10686560 memory=8311396 CPUtime=1376.07 cores=0,2,4,6
/proc/15630/stat : 15630 (java) S 15627 15630 4674 0 -1 1077944320 537081 0 0 0 136893 714 0 0 20 0 16 0 109900176 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140734159734816 140454451957495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
/proc/15630/statm: 2671640 2077849 3182 1 0 2661055 0
[pid=15630/tid=15632] ppid=15627 vsize=10686560 memory=288230617509003574 CPUtime=13.42 cores=0,2,4,6
/proc/15630/task/15632/stat : 15632 (java) S 15627 15630 4674 0 -1 1077944384 17952 0 0 0 1328 14 0 0 20 0 16 0 109900184 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454456198176 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15633] ppid=15627 vsize=10686560 memory=8311396 CPUtime=333.94 cores=0,2,4,6
/proc/15630/task/15633/stat : 15633 (java) R 15627 15630 4674 0 -1 4202560 115708 0 0 0 33232 162 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454062971400 140454444585703 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15634] ppid=15627 vsize=10686560 memory=-8774313645642428999 CPUtime=333.46 cores=0,2,4,6
/proc/15630/task/15634/stat : 15634 (java) R 15627 15630 4674 0 -1 4202560 132933 0 0 0 33169 177 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454061918288 140454444585703 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15635] ppid=15627 vsize=10686560 memory=8311396 CPUtime=335.08 cores=0,2,4,6
/proc/15630/task/15635/stat : 15635 (java) R 15627 15630 4674 0 -1 4202560 72251 0 0 0 33339 169 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454060866080 140454436953902 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15636] ppid=15627 vsize=10686560 memory=984 CPUtime=333.76 cores=0,2,4,6
/proc/15630/task/15636/stat : 15636 (java) R 15627 15630 4674 0 -1 4202560 107441 0 0 0 33198 178 0 0 20 0 16 0 109900185 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140454059813200 140454444585703 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15637] ppid=15627 vsize=10686560 memory=1728 CPUtime=22.44 cores=0,2,4,6
/proc/15630/task/15637/stat : 15637 (java) S 15627 15630 4674 0 -1 1077944384 68100 0 0 0 2240 4 0 0 20 0 16 0 109900186 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453948134592 140454451967701 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15638] ppid=15627 vsize=10686560 memory=4572 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15638/stat : 15638 (java) S 15627 15630 4674 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 109900187 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453947082080 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15639] ppid=15627 vsize=10686560 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15639/stat : 15639 (java) S 15627 15630 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 109900187 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453946029696 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15640] ppid=15627 vsize=10686560 memory=984 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15640/stat : 15640 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453944978000 140454451976091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15641] ppid=15627 vsize=10686560 memory=1728 CPUtime=1.56 cores=0,2,4,6
/proc/15630/task/15641/stat : 15641 (java) S 15627 15630 4674 0 -1 1077944384 8035 0 0 0 155 1 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453943924896 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15642] ppid=15627 vsize=10686560 memory=4572 CPUtime=1.59 cores=0,2,4,6
/proc/15630/task/15642/stat : 15642 (java) S 15627 15630 4674 0 -1 1077944384 8194 0 0 0 158 1 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453942871808 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15643] ppid=15627 vsize=10686560 memory=1444 CPUtime=0.45 cores=0,2,4,6
/proc/15630/task/15643/stat : 15643 (java) S 15627 15630 4674 0 -1 1077944384 3497 0 0 0 45 0 0 0 20 0 16 0 109900189 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453941819808 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15644] ppid=15627 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15644/stat : 15644 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109900190 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453940767200 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15645] ppid=15627 vsize=10686560 memory=1204 CPUtime=0.27 cores=0,2,4,6
/proc/15630/task/15645/stat : 15645 (java) S 15627 15630 4674 0 -1 1077944384 1389 0 0 0 15 12 0 0 20 0 16 0 109900194 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453939714992 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15674] ppid=15627 vsize=10686560 memory=4148 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15674/stat : 15674 (java) S 15627 15630 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 109933990 10943037440 2077849 18446744073709551615 4194304 4196468 140734159752272 140453935510160 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
Current children cumulated CPU time: 1376.07 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8311396 KiB

[startup+375.601 s]
/proc/loadavg: 4.64 4.50 3.64 6/215 15676
/proc/meminfo: memFree=22720752/32770624 swapFree=67108764/67108860
[pid=15630] ppid=15627 vsize=10686560 memory=8311400 CPUtime=1376.84 cores=0,2,4,6
/proc/15630/stat : 15630 (java) S 15627 15630 4674 0 -1 1077944320 537209 0 0 0 136970 714 0 0 20 0 16 0 109900176 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140734159734816 140454451957495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
/proc/15630/statm: 2671640 2077850 3182 1 0 2661055 0
[pid=15630/tid=15632] ppid=15627 vsize=10686560 memory=53216 CPUtime=13.42 cores=0,2,4,6
/proc/15630/task/15632/stat : 15632 (java) S 15627 15630 4674 0 -1 1077944384 17952 0 0 0 1328 14 0 0 20 0 16 0 109900184 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140454456198176 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15633] ppid=15627 vsize=10686560 memory=1296 CPUtime=334.06 cores=0,2,4,6
/proc/15630/task/15633/stat : 15633 (java) S 15627 15630 4674 0 -1 1077944384 115708 0 0 0 33244 162 0 0 20 0 16 0 109900185 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140454062971280 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15634] ppid=15627 vsize=10686560 memory=-8774313645642428999 CPUtime=333.58 cores=0,2,4,6
/proc/15630/task/15634/stat : 15634 (java) S 15627 15630 4674 0 -1 1077944384 132933 0 0 0 33181 177 0 0 20 0 16 0 109900185 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140454061918480 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15635] ppid=15627 vsize=10686560 memory=4572 CPUtime=335.2 cores=0,2,4,6
/proc/15630/task/15635/stat : 15635 (java) S 15627 15630 4674 0 -1 1077944384 72251 0 0 0 33351 169 0 0 20 0 16 0 109900185 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140454060866192 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15636] ppid=15627 vsize=10686560 memory=1444 CPUtime=333.88 cores=0,2,4,6
/proc/15630/task/15636/stat : 15636 (java) S 15627 15630 4674 0 -1 1077944384 107441 0 0 0 33210 178 0 0 20 0 16 0 109900185 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140454059813392 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15637] ppid=15627 vsize=10686560 memory=12304 CPUtime=22.71 cores=0,2,4,6
/proc/15630/task/15637/stat : 15637 (java) R 15627 15630 4674 0 -1 4202560 68228 0 0 0 2267 4 0 0 20 0 16 0 109900186 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140453948134592 140454436953919 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15638] ppid=15627 vsize=10686560 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15638/stat : 15638 (java) S 15627 15630 4674 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 109900187 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140453947082080 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15639] ppid=15627 vsize=10686560 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15639/stat : 15639 (java) S 15627 15630 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 109900187 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140453946029696 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15640] ppid=15627 vsize=10686560 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15640/stat : 15640 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109900189 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140453944978000 140454451976091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15641] ppid=15627 vsize=10686560 memory=31760 CPUtime=1.56 cores=0,2,4,6
/proc/15630/task/15641/stat : 15641 (java) S 15627 15630 4674 0 -1 1077944384 8035 0 0 0 155 1 0 0 20 0 16 0 109900189 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140453943924896 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15642] ppid=15627 vsize=10686560 memory=2320 CPUtime=1.59 cores=0,2,4,6
/proc/15630/task/15642/stat : 15642 (java) S 15627 15630 4674 0 -1 1077944384 8194 0 0 0 158 1 0 0 20 0 16 0 109900189 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140453942871808 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15643] ppid=15627 vsize=10686560 memory=1724 CPUtime=0.45 cores=0,2,4,6
/proc/15630/task/15643/stat : 15643 (java) S 15627 15630 4674 0 -1 1077944384 3497 0 0 0 45 0 0 0 20 0 16 0 109900189 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140453941819808 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15644] ppid=15627 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15644/stat : 15644 (java) S 15627 15630 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109900190 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140453940767200 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15645] ppid=15627 vsize=10686560 memory=11020 CPUtime=0.27 cores=0,2,4,6
/proc/15630/task/15645/stat : 15645 (java) S 15627 15630 4674 0 -1 1077944384 1389 0 0 0 15 12 0 0 20 0 16 0 109900194 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140453939714992 140454451968642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
[pid=15630/tid=15674] ppid=15627 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/15630/task/15674/stat : 15674 (java) S 15627 15630 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 109933990 10943037440 2077850 18446744073709551615 4194304 4196468 140734159752272 140453935510160 140454451967701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27619328 140734159757712 140734159757865 140734159757865 140734159761359 0
Current children cumulated CPU time: 1376.84 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8311400 KiB

[startup+376.001 s]*
/proc/loadavg: 4.64 4.50 3.64 3/201 15676
/proc/meminfo: memFree=30179436/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): 376.012
CPU time (s): 1377.26
CPU user time (s): 1370.07
CPU system time (s): 7.19059
CPU usage (%): 366.281
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8311452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1370.07
system time used= 7.19059
maximum resident set size= 8311624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 537241
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25512
involuntary context switches= 16767


# summary of solver processes directly reported to runsolver:
#   pid: 15630
#   total CPU time (s): 1377.26
#   total CPU user time (s): 1370.07
#   total CPU system time (s): 7.19059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.59102 second user time and 3.47825 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 13:18:23
IDJOB=4263203
IDBENCH=124394
IDSOLVER=2651
FILE ID=node134/4263203-1502623938
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Vrp/Vrp-zinc-s1/Vrp-A-n61-k9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263203-1502623938/watcher-4263203-1502623938 -o /tmp/evaluation-result-4263203-1502623938/solver-4263203-1502623938 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263203-1502623938.xml

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

MD5SUM BENCH= 4ab7546591ba88ff6acec2aa7538cbc2
RANDOM SEED=762893044

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:        31096628 kB
MemAvailable:   31304576 kB
Buffers:          221892 kB
Cached:           279692 kB
SwapCached:            4 kB
Active:          1017444 kB
Inactive:         205228 kB
Active(anon):     668204 kB
Inactive(anon):    94440 kB
Active(file):     349240 kB
Inactive(file):   110788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:        720208 kB
Mapped:            67448 kB
Shmem:             41564 kB
Slab:             153868 kB
SReclaimable:     127508 kB
SUnreclaim:        26360 kB
KernelStack:        3504 kB
PageTables:         6488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1557384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 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= 62028 MiB
End job on node134 at 2017-08-13 13:24:39