Trace number 4289963

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 2018-07-11? (problem) 1590.54 431.614

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-magazine_c18.xml
MD5SUM90ad9fa5946247c0fa0335207c2f2744
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2650
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree51
Distribution of variable degrees[{"degree":2,"count":5050},{"degree":51,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":50},{"arity":3,"count":2500},{"arity":50,"count":100}]
Number of extensional constraints50
Number of intensional constraints2500
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":2500},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1405.25/382.18	Jul 22, 2018 1:52:47 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1405.25/382.18	INFO: Runtime exception
1405.25/382.18	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1405.25/382.18		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:98)
1405.25/382.18		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:53)
1405.25/382.18		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:586)
1405.25/382.18		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:383)
1405.25/382.18		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1405.25/382.18		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1405.25/382.18		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1405.25/382.18		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1405.25/382.18		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1405.25/382.18		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1405.25/382.18		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1405.25/382.18		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1405.25/382.18		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1405.25/382.18		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1405.25/382.18		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1405.25/382.18		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1405.25/382.18		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1405.25/382.18		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1405.25/382.18		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1405.25/382.18		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1405.25/382.18	Caused by: java.lang.reflect.InvocationTargetException
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1405.25/382.18		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1405.25/382.18		at java.lang.reflect.Method.invoke(Method.java:498)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1405.25/382.18		... 22 more
1405.25/382.18	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1405.25/382.18		... 26 more
1405.25/382.18	Caused by: java.lang.reflect.InvocationTargetException
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1405.25/382.18		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1405.25/382.18		at java.lang.reflect.Method.invoke(Method.java:498)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1405.25/382.18		... 27 more
1405.25/382.18	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1405.25/382.18		... 31 more
1405.25/382.18	Caused by: java.lang.reflect.InvocationTargetException
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1405.25/382.18		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1405.25/382.18		at java.lang.reflect.Method.invoke(Method.java:498)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1405.25/382.18		... 32 more
1405.25/382.18	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1405.25/382.18		... 36 more
1405.25/382.18	Caused by: java.lang.reflect.InvocationTargetException
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1405.25/382.18		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1405.25/382.18		at java.lang.reflect.Method.invoke(Method.java:498)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1405.25/382.18		... 37 more
1405.25/382.18	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1405.25/382.18		... 41 more
1405.25/382.18	Caused by: java.lang.reflect.InvocationTargetException
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1405.25/382.18		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1405.25/382.18		at java.lang.reflect.Method.invoke(Method.java:498)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1405.25/382.18		... 42 more
1405.25/382.18	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1405.25/382.18		... 46 more
1405.25/382.18	Caused by: java.lang.reflect.InvocationTargetException
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1405.25/382.18		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1405.25/382.18		at java.lang.reflect.Method.invoke(Method.java:498)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1405.25/382.18		... 46 more
1405.25/382.18	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1405.25/382.18		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1405.25/382.18		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1405.25/382.18		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1405.25/382.18		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1405.25/382.18		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1405.25/382.18		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1405.25/382.18		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1405.25/382.18		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1405.25/382.18		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1405.25/382.18		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1405.25/382.18		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1405.25/382.18		at java.lang.reflect.Method.invoke(Method.java:498)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1405.25/382.18		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1405.25/382.18		at java.lang.reflect.Method.invoke(Method.java:498)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1405.25/382.18		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1405.25/382.18		at java.lang.reflect.Method.invoke(Method.java:498)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1405.25/382.18		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1405.25/382.18		at java.lang.reflect.Method.invoke(Method.java:498)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1405.25/382.18		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1405.25/382.18		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1405.25/382.18	
1540.57/418.28	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1540.57/418.28		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1540.57/418.28		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1540.57/418.28		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1540.57/418.28		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1540.57/418.28		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1540.57/418.28		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1540.57/418.28		at java.io.PrintWriter.flush(PrintWriter.java:320)
1540.57/418.28		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1540.57/418.28		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1540.57/418.28		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1540.57/418.28		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 (653 MiB free)
  memory of node 1: 16384 MiB (13341 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289963-1532216806/watcher-4289963-1532216806 -o /tmp/evaluation-result-4289963-1532216806/solver-4289963-1532216806 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28182 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289963-1532216806.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=29400, runsolver pid=29397
Current StackSize limit: 8192 KiB


[startup+0.100153 s]*
/proc/loadavg: 1.60 1.70 1.80 3/219 29415
/proc/meminfo: memFree=14311860/32770624 swapFree=67108860/67108860
[pid=29400] ppid=29397 vsize=10659012 memory=30076 CPUtime=0.13 cores=1,3,5,7
/proc/29400/stat : 29400 (java) S 29397 29400 25837 0 -1 1077944320 6605 0 0 0 12 1 0 0 20 0 15 0 39243763 10914828288 7519 33554432000 4194304 4196468 140722223660720 140722223643264 139681515314935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
/proc/29400/statm: 2664753 7519 2845 1 0 2627263 0
[pid=29400/tid=29402] ppid=29397 vsize=10659012 memory=-8773748148830375299 CPUtime=0.09 cores=1,3,5,7
/proc/29400/task/29402/stat : 29402 (java) R 29397 29400 25837 0 -1 4202560 4427 0 0 0 8 1 0 0 20 0 15 0 39243763 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681519519600 139681144654565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29403] ppid=29397 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29403/stat : 29403 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243764 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681467935888 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29404] ppid=29397 vsize=10659012 memory=140085179741824 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29404/stat : 29404 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243764 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681466883088 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29405] ppid=29397 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29405/stat : 29405 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243764 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681465830288 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29406] ppid=29397 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29406/stat : 29406 (java) S 29397 29400 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39243764 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681464777488 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29407] ppid=29397 vsize=10659012 memory=140085179741824 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29407/stat : 29407 (java) S 29397 29400 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39243765 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681075104112 139681515326082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29408] ppid=29397 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29408/stat : 29408 (java) S 29397 29400 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39243766 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681074050080 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29409] ppid=29397 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29409/stat : 29409 (java) S 29397 29400 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39243766 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681072997232 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29410] ppid=29397 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29410/stat : 29410 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39243768 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681071945552 139681515333531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29411] ppid=29397 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29411/stat : 29411 (java) S 29397 29400 25837 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 39243768 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681070893936 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29412] ppid=29397 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29412/stat : 29412 (java) R 29397 29400 25837 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 39243768 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681069841136 139681515326082 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29413] ppid=29397 vsize=10659012 memory=140085179741824 CPUtime=0.02 cores=1,3,5,7
/proc/29400/task/29413/stat : 29413 (java) S 29397 29400 25837 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 15 0 39243768 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681068788336 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29414] ppid=29397 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29414/stat : 29414 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39243768 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681067735776 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29415] ppid=29397 vsize=10659012 memory=140085179741824 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29415/stat : 29415 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243768 10914828288 7519 33554432000 4194304 4196468 140722223660720 139681066683056 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30076 KiB

[startup+0.211019 s]*
/proc/loadavg: 1.60 1.70 1.80 4/219 29415
/proc/meminfo: memFree=14301564/32770624 swapFree=67108860/67108860
[pid=29400] ppid=29397 vsize=10659012 memory=42308 CPUtime=0.34 cores=1,3,5,7
/proc/29400/stat : 29400 (java) S 29397 29400 25837 0 -1 1077944320 8121 0 0 0 32 2 0 0 20 0 15 0 39243763 10914828288 10577 33554432000 4194304 4196468 140722223660720 140722223643264 139681515314935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
/proc/29400/statm: 2664753 10577 3010 1 0 2627263 0
[pid=29400/tid=29402] ppid=29397 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29400/task/29402/stat : 29402 (java) R 29397 29400 25837 0 -1 4202560 5014 0 0 0 19 1 0 0 20 0 15 0 39243763 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681519551216 139681499395422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29403] ppid=29397 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29403/stat : 29403 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243764 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681467935888 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29404] ppid=29397 vsize=10659012 memory=3546500724129298080 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29404/stat : 29404 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243764 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681466883088 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29405] ppid=29397 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29405/stat : 29405 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243764 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681465830288 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29406] ppid=29397 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29406/stat : 29406 (java) S 29397 29400 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39243764 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681464777488 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29407] ppid=29397 vsize=10659012 memory=140085179741824 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29407/stat : 29407 (java) S 29397 29400 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39243765 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681075104112 139681515326082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29408] ppid=29397 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29408/stat : 29408 (java) S 29397 29400 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39243766 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681074050080 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29409] ppid=29397 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29409/stat : 29409 (java) S 29397 29400 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39243766 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681072997232 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29410] ppid=29397 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29410/stat : 29410 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39243768 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681071945552 139681515333531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29411] ppid=29397 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29400/task/29411/stat : 29411 (java) S 29397 29400 25837 0 -1 1077944384 484 0 0 0 2 0 0 0 20 0 15 0 39243768 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681070893936 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29412] ppid=29397 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29400/task/29412/stat : 29412 (java) S 29397 29400 25837 0 -1 1077944384 529 0 0 0 2 0 0 0 20 0 15 0 39243768 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681069841136 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29413] ppid=29397 vsize=10659012 memory=140085179741824 CPUtime=0.07 cores=1,3,5,7
/proc/29400/task/29413/stat : 29413 (java) R 29397 29400 25837 0 -1 4202560 728 0 0 0 7 0 0 0 20 0 15 0 39243768 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681068788336 139681494584768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29414] ppid=29397 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29414/stat : 29414 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39243768 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681067735776 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29415] ppid=29397 vsize=10659012 memory=140085179741824 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29415/stat : 29415 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243768 10914828288 10577 33554432000 4194304 4196468 140722223660720 139681066683056 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42308 KiB

[startup+0.31141 s]*
/proc/loadavg: 1.60 1.70 1.80 6/219 29415
/proc/meminfo: memFree=14288972/32770624 swapFree=67108860/67108860
[pid=29400] ppid=29397 vsize=10659088 memory=53456 CPUtime=0.6 cores=1,3,5,7
/proc/29400/stat : 29400 (java) S 29397 29400 25837 0 -1 1077944320 10109 0 0 0 57 3 0 0 20 0 15 0 39243763 10914906112 13364 33554432000 4194304 4196468 140722223660720 140722223643264 139681515314935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
/proc/29400/statm: 2664772 13364 3065 1 0 2627263 0
[pid=29400/tid=29402] ppid=29397 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/29400/task/29402/stat : 29402 (java) R 29397 29400 25837 0 -1 4202560 5700 0 0 0 28 2 0 0 20 0 15 0 39243763 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681519549312 139681515336861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29403] ppid=29397 vsize=10659088 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29403/stat : 29403 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243764 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681467935888 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29404] ppid=29397 vsize=10659088 memory=3834735494032553632 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29404/stat : 29404 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243764 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681466883088 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29405] ppid=29397 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29405/stat : 29405 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243764 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681465830288 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29406] ppid=29397 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29406/stat : 29406 (java) S 29397 29400 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39243764 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681464777488 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29407] ppid=29397 vsize=10659088 memory=140085179741824 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29407/stat : 29407 (java) S 29397 29400 25837 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39243765 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681075104112 139681515326082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29408] ppid=29397 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29408/stat : 29408 (java) S 29397 29400 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39243766 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681074050080 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29409] ppid=29397 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29409/stat : 29409 (java) S 29397 29400 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39243766 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681072997232 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29410] ppid=29397 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29410/stat : 29410 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39243768 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681071945552 139681515333531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29411] ppid=29397 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29400/task/29411/stat : 29411 (java) R 29397 29400 25837 0 -1 4202560 1035 0 0 0 7 0 0 0 20 0 15 0 39243768 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681070874952 139681499603792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29412] ppid=29397 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29400/task/29412/stat : 29412 (java) S 29397 29400 25837 0 -1 1077944384 875 0 0 0 7 0 0 0 20 0 15 0 39243768 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681069841136 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29413] ppid=29397 vsize=10659088 memory=140085179741824 CPUtime=0.13 cores=1,3,5,7
/proc/29400/task/29413/stat : 29413 (java) S 29397 29400 25837 0 -1 1077944384 1128 0 0 0 13 0 0 0 20 0 15 0 39243768 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681068788336 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29414] ppid=29397 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29414/stat : 29414 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39243768 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681067735776 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29415] ppid=29397 vsize=10659088 memory=140085179741824 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29415/stat : 29415 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243768 10914906112 13364 33554432000 4194304 4196468 140722223660720 139681066683056 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53456 KiB

[startup+0.700713 s]
/proc/loadavg: 1.60 1.70 1.80 5/219 29415
/proc/meminfo: memFree=14257576/32770624 swapFree=67108860/67108860
[pid=29400] ppid=29397 vsize=10659088 memory=211684 CPUtime=1.92 cores=1,3,5,7
/proc/29400/stat : 29400 (java) S 29397 29400 25837 0 -1 1077944320 14481 0 0 0 183 9 0 0 20 0 15 0 39243763 10914906112 52921 33554432000 4194304 4196468 140722223660720 140722223643264 139681515314935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
/proc/29400/statm: 2664772 52921 3107 1 0 2627263 0
[pid=29400/tid=29402] ppid=29397 vsize=10659088 memory=266387159287358 CPUtime=0.66 cores=1,3,5,7
/proc/29400/task/29402/stat : 29402 (java) S 29397 29400 25837 0 -1 1077944384 5968 0 0 0 61 5 0 0 20 0 15 0 39243763 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681519551488 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29403] ppid=29397 vsize=10659088 memory=175223 CPUtime=0.01 cores=1,3,5,7
/proc/29400/task/29403/stat : 29403 (java) R 29397 29400 25837 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 15 0 39243764 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681467935888 139681500342827 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29404] ppid=29397 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29404/stat : 29404 (java) R 29397 29400 25837 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 15 0 39243764 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681466883088 139681500342800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29405] ppid=29397 vsize=10659088 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29400/task/29405/stat : 29405 (java) R 29397 29400 25837 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 15 0 39243764 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681465830288 139681500342818 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29406] ppid=29397 vsize=10659088 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29406/stat : 29406 (java) R 29397 29400 25837 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 39243764 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681464777488 139681515325141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29407] ppid=29397 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29407/stat : 29407 (java) S 29397 29400 25837 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39243765 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681075102624 139681515325141 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29408] ppid=29397 vsize=10659088 memory=-6796035773083838308 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29408/stat : 29408 (java) S 29397 29400 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39243766 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681074050080 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29409] ppid=29397 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29409/stat : 29409 (java) S 29397 29400 25837 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 39243766 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681072997232 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29410] ppid=29397 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29410/stat : 29410 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39243768 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681071945552 139681515333531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29411] ppid=29397 vsize=10659088 memory=6944652177228980320 CPUtime=0.43 cores=1,3,5,7
/proc/29400/task/29411/stat : 29411 (java) S 29397 29400 25837 0 -1 1077944384 2125 0 0 0 43 0 0 0 20 0 15 0 39243768 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681070885216 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29412] ppid=29397 vsize=10659088 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/29400/task/29412/stat : 29412 (java) S 29397 29400 25837 0 -1 1077944384 2556 0 0 0 40 0 0 0 20 0 15 0 39243768 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681069826128 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29413] ppid=29397 vsize=10659088 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/29400/task/29413/stat : 29413 (java) S 29397 29400 25837 0 -1 1077944384 2316 0 0 0 33 0 0 0 20 0 15 0 39243768 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681068784208 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29414] ppid=29397 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29414/stat : 29414 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39243768 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681067735776 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29415] ppid=29397 vsize=10659088 memory=8672 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29415/stat : 29415 (java) S 29397 29400 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39243768 10914906112 52921 33554432000 4194304 4196468 140722223660720 139681066683056 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 211684 KiB

[startup+1.50091 s]
/proc/loadavg: 1.64 1.70 1.80 3/219 29415
/proc/meminfo: memFree=13721572/32770624 swapFree=67108860/67108860
[pid=29400] ppid=29397 vsize=10659088 memory=1201432 CPUtime=3.39 cores=1,3,5,7
/proc/29400/stat : 29400 (java) S 29397 29400 25837 0 -1 1077944320 16255 0 0 0 297 42 0 0 20 0 15 0 39243763 10914906112 300358 33554432000 4194304 4196468 140722223660720 140722223643264 139681515314935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
/proc/29400/statm: 2664772 300358 3139 1 0 2627263 0
[pid=29400/tid=29402] ppid=29397 vsize=10659088 memory=3303 CPUtime=1.31 cores=1,3,5,7
/proc/29400/task/29402/stat : 29402 (java) R 29397 29400 25837 0 -1 4202560 6379 0 0 0 114 17 0 0 20 0 15 0 39243763 10914906112 300358 33554432000 4194304 4196468 140722223660720 139681519552416 139681501383060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29403] ppid=29397 vsize=10659088 memory=6791534058613427641 CPUtime=0.14 cores=1,3,5,7
/proc/29400/task/29403/stat : 29403 (java) S 29397 29400 25837 0 -1 1077944384 114 0 0 0 9 5 0 0 20 0 15 0 39243764 10914906112 300358 33554432000 4194304 4196468 140722223660720 139681467935888 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29404] ppid=29397 vsize=10659088 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/29400/task/29404/stat : 29404 (java) S 29397 29400 25837 0 -1 1077944384 110 0 0 0 10 5 0 0 20 0 15 0 39243764 10914906112 300358 33554432000 4194304 4196468 140722223660720 139681466883088 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29405] ppid=29397 vsize=10659088 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/29400/task/29405/stat : 29405 (java) S 29397 29400 25837 0 -1 1077944384 110 0 0 0 9 5 0 0 20 0 15 0 39243764 10914906112 300358 33554432000 4194304 4196468 140722223660720 139681465830288 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29406] ppid=29397 vsize=10659088 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/29400/task/29406/stat : 29406 (java) S 29397 29400 25837 0 -1 1077944384 114 0 0 0 9 5 0 0 20 0 15 0 39243764 10914906112 300358 33554432000 4194304 4196468 140722223660720 139681464777488 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29407] ppid=29397 vsize=10659088 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29400/task/29407/stat : 29407 (java) S 29397 29400 25837 0 -1 1077944384 987 0 0 0 1 0 0 0 20 0 15 0 39243765 10914906112 300358 33554432000 4194304 4196468 140722223660720 139681075104112 139681515326082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0

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

/proc/29400/task/29402/stat : 29402 (java) S 29397 29400 25837 0 -1 1077944384 33172 0 0 0 1440 38 0 0 20 0 16 0 39243763 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681519555616 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29403] ppid=29397 vsize=10794416 memory=8330656 CPUtime=383.9 cores=1,3,5,7
/proc/29400/task/29403/stat : 29403 (java) R 29397 29400 25837 0 -1 4202560 893046 0 0 0 38211 179 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681467935776 139681500015936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29404] ppid=29397 vsize=10794416 memory=6791534058613427641 CPUtime=382.25 cores=1,3,5,7
/proc/29400/task/29404/stat : 29404 (java) R 29397 29400 25837 0 -1 4202560 943397 0 0 0 38031 194 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681466883208 139681507943143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29405] ppid=29397 vsize=10794416 memory=796 CPUtime=381.81 cores=1,3,5,7
/proc/29400/task/29405/stat : 29405 (java) R 29397 29400 25837 0 -1 4202560 791414 0 0 0 37989 192 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681465830096 139681507943143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29406] ppid=29397 vsize=10794416 memory=6791534058613427641 CPUtime=382.96 cores=1,3,5,7
/proc/29400/task/29406/stat : 29406 (java) R 29397 29400 25837 0 -1 4202560 1106404 0 0 0 38089 207 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681464777608 139681507943143 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29407] ppid=29397 vsize=10794416 memory=1696 CPUtime=20.46 cores=1,3,5,7
/proc/29400/task/29407/stat : 29407 (java) S 29397 29400 25837 0 -1 1077944384 95598 0 0 0 2040 6 0 0 20 0 16 0 39243765 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681075102656 139681515325141 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29408] ppid=29397 vsize=10794416 memory=916 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29408/stat : 29408 (java) S 29397 29400 25837 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39243766 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681074050144 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29409] ppid=29397 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29409/stat : 29409 (java) S 29397 29400 25837 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 39243766 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681072997232 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29410] ppid=29397 vsize=10794416 memory=5932477004450000995 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29410/stat : 29410 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681071945552 139681515333531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29411] ppid=29397 vsize=10794416 memory=7523949699728958568 CPUtime=0.93 cores=1,3,5,7
/proc/29400/task/29411/stat : 29411 (java) S 29397 29400 25837 0 -1 1077944384 4383 0 0 0 92 1 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681070893696 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29412] ppid=29397 vsize=10794416 memory=6791534058613427641 CPUtime=1.37 cores=1,3,5,7
/proc/29400/task/29412/stat : 29412 (java) S 29397 29400 25837 0 -1 1077944384 10418 0 0 0 136 1 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681069841184 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29413] ppid=29397 vsize=10794416 memory=8331388 CPUtime=0.43 cores=1,3,5,7
/proc/29400/task/29413/stat : 29413 (java) S 29397 29400 25837 0 -1 1077944384 3630 0 0 0 43 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681068788384 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29414] ppid=29397 vsize=10794416 memory=2444 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29414/stat : 29414 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681067735776 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29415] ppid=29397 vsize=10794416 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/29400/task/29415/stat : 29415 (java) S 29397 29400 25837 0 -1 1077944384 324 0 0 0 14 14 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681066683056 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29430] ppid=29397 vsize=10794416 memory=2952 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29430/stat : 29430 (java) S 29397 29400 25837 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 16 0 39281981 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681062477712 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
Current children cumulated CPU time: 1569.28 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8331348 KiB

[startup+428.801 s]
/proc/loadavg: 4.40 3.68 2.69 6/219 29431
/proc/meminfo: memFree=5993592/32770624 swapFree=67108860/67108860
[pid=29400] ppid=29397 vsize=10794416 memory=8331348 CPUtime=1581.66 cores=1,3,5,7
/proc/29400/stat : 29400 (java) S 29397 29400 25837 0 -1 1077944320 3883632 0 0 0 157335 831 0 0 20 0 16 0 39243763 11053481984 2082837 33554432000 4194304 4196468 140722223660720 140722223643264 139681515314935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
/proc/29400/statm: 2698604 2082837 3213 1 0 2661057 0
[pid=29400/tid=29402] ppid=29397 vsize=10794416 memory=14012 CPUtime=14.78 cores=1,3,5,7
/proc/29400/task/29402/stat : 29402 (java) S 29397 29400 25837 0 -1 1077944384 33172 0 0 0 1440 38 0 0 20 0 16 0 39243763 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681519555616 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29403] ppid=29397 vsize=10794416 memory=8331348 CPUtime=387.1 cores=1,3,5,7
/proc/29400/task/29403/stat : 29403 (java) R 29397 29400 25837 0 -1 4202560 893219 0 0 0 38531 179 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681467935776 139681499772440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29404] ppid=29397 vsize=10794416 memory=8331332 CPUtime=385.33 cores=1,3,5,7
/proc/29400/task/29404/stat : 29404 (java) R 29397 29400 25837 0 -1 4202560 943397 0 0 0 38338 195 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681466882896 139681507943143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29405] ppid=29397 vsize=10794416 memory=6791534058613427641 CPUtime=384.88 cores=1,3,5,7
/proc/29400/task/29405/stat : 29405 (java) R 29397 29400 25837 0 -1 4202560 791414 0 0 0 38295 193 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681465830408 139681507943143 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29406] ppid=29397 vsize=10794416 memory=1948 CPUtime=385.99 cores=1,3,5,7
/proc/29400/task/29406/stat : 29406 (java) R 29397 29400 25837 0 -1 4202560 1106404 0 0 0 38391 208 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681464777296 139681507943143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29407] ppid=29397 vsize=10794416 memory=1224 CPUtime=20.46 cores=1,3,5,7
/proc/29400/task/29407/stat : 29407 (java) S 29397 29400 25837 0 -1 1077944384 95598 0 0 0 2040 6 0 0 20 0 16 0 39243765 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681075102656 139681515325141 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29408] ppid=29397 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29408/stat : 29408 (java) S 29397 29400 25837 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39243766 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681074050144 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29409] ppid=29397 vsize=10794416 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29409/stat : 29409 (java) S 29397 29400 25837 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 39243766 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681072997232 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29410] ppid=29397 vsize=10794416 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29410/stat : 29410 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681071945552 139681515333531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29411] ppid=29397 vsize=10794416 memory=2444 CPUtime=0.93 cores=1,3,5,7
/proc/29400/task/29411/stat : 29411 (java) S 29397 29400 25837 0 -1 1077944384 4383 0 0 0 92 1 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681070893696 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29412] ppid=29397 vsize=10794416 memory=14012 CPUtime=1.37 cores=1,3,5,7
/proc/29400/task/29412/stat : 29412 (java) S 29397 29400 25837 0 -1 1077944384 10418 0 0 0 136 1 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681069841184 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29413] ppid=29397 vsize=10794416 memory=1292 CPUtime=0.43 cores=1,3,5,7
/proc/29400/task/29413/stat : 29413 (java) S 29397 29400 25837 0 -1 1077944384 3630 0 0 0 43 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681068788384 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29414] ppid=29397 vsize=10794416 memory=2444 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29414/stat : 29414 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681067735776 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29415] ppid=29397 vsize=10794416 memory=1728 CPUtime=0.28 cores=1,3,5,7
/proc/29400/task/29415/stat : 29415 (java) S 29397 29400 25837 0 -1 1077944384 324 0 0 0 14 14 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681066683056 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29430] ppid=29397 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29430/stat : 29430 (java) S 29397 29400 25837 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 16 0 39281981 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681062477712 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
Current children cumulated CPU time: 1581.66 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8331348 KiB

[startup+430.401 s]
/proc/loadavg: 4.40 3.68 2.69 6/219 29431
/proc/meminfo: memFree=5993592/32770624 swapFree=67108860/67108860
[pid=29400] ppid=29397 vsize=10794416 memory=8331348 CPUtime=1587.85 cores=1,3,5,7
/proc/29400/stat : 29400 (java) S 29397 29400 25837 0 -1 1077944320 3884106 0 0 0 157953 832 0 0 20 0 16 0 39243763 11053481984 2082837 33554432000 4194304 4196468 140722223660720 140722223643264 139681515314935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
/proc/29400/statm: 2698604 2082837 3213 1 0 2661057 0
[pid=29400/tid=29402] ppid=29397 vsize=10794416 memory=4048 CPUtime=14.78 cores=1,3,5,7
/proc/29400/task/29402/stat : 29402 (java) S 29397 29400 25837 0 -1 1077944384 33172 0 0 0 1440 38 0 0 20 0 16 0 39243763 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681519555616 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29403] ppid=29397 vsize=10794416 memory=1792 CPUtime=388.71 cores=1,3,5,7
/proc/29400/task/29403/stat : 29403 (java) R 29397 29400 25837 0 -1 4202560 893693 0 0 0 38691 180 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681467935776 139681500304409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29404] ppid=29397 vsize=10794416 memory=1240 CPUtime=386.85 cores=1,3,5,7
/proc/29400/task/29404/stat : 29404 (java) R 29397 29400 25837 0 -1 4202560 943397 0 0 0 38490 195 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681466883208 139681507943143 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29405] ppid=29397 vsize=10794416 memory=648 CPUtime=386.41 cores=1,3,5,7
/proc/29400/task/29405/stat : 29405 (java) R 29397 29400 25837 0 -1 4202560 791414 0 0 0 38448 193 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681465830096 139681507943143 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29406] ppid=29397 vsize=10794416 memory=6791534058613427641 CPUtime=387.53 cores=1,3,5,7
/proc/29400/task/29406/stat : 29406 (java) R 29397 29400 25837 0 -1 4202560 1106404 0 0 0 38545 208 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681464777296 139681507943143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29407] ppid=29397 vsize=10794416 memory=2196 CPUtime=20.46 cores=1,3,5,7
/proc/29400/task/29407/stat : 29407 (java) S 29397 29400 25837 0 -1 1077944384 95598 0 0 0 2040 6 0 0 20 0 16 0 39243765 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681075102656 139681515325141 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29408] ppid=29397 vsize=10794416 memory=7288 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29408/stat : 29408 (java) S 29397 29400 25837 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39243766 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681074050144 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29409] ppid=29397 vsize=10794416 memory=840 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29409/stat : 29409 (java) S 29397 29400 25837 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 39243766 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681072997232 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29410] ppid=29397 vsize=10794416 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29410/stat : 29410 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681071945552 139681515333531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29411] ppid=29397 vsize=10794416 memory=6791534058613427641 CPUtime=0.93 cores=1,3,5,7
/proc/29400/task/29411/stat : 29411 (java) S 29397 29400 25837 0 -1 1077944384 4383 0 0 0 92 1 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681070893696 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29412] ppid=29397 vsize=10794416 memory=2340 CPUtime=1.37 cores=1,3,5,7
/proc/29400/task/29412/stat : 29412 (java) S 29397 29400 25837 0 -1 1077944384 10418 0 0 0 136 1 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681069841184 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29413] ppid=29397 vsize=10794416 memory=1584 CPUtime=0.43 cores=1,3,5,7
/proc/29400/task/29413/stat : 29413 (java) S 29397 29400 25837 0 -1 1077944384 3630 0 0 0 43 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681068788384 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29414] ppid=29397 vsize=10794416 memory=928 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29414/stat : 29414 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681067735776 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29415] ppid=29397 vsize=10794416 memory=2236 CPUtime=0.28 cores=1,3,5,7
/proc/29400/task/29415/stat : 29415 (java) S 29397 29400 25837 0 -1 1077944384 324 0 0 0 14 14 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681066683056 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29430] ppid=29397 vsize=10794416 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29430/stat : 29430 (java) S 29397 29400 25837 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 16 0 39281981 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681062477712 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
Current children cumulated CPU time: 1587.85 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8331348 KiB

[startup+431.201 s]
/proc/loadavg: 4.21 3.65 2.69 3/219 29431
/proc/meminfo: memFree=5993592/32770624 swapFree=67108860/67108860
[pid=29400] ppid=29397 vsize=10794416 memory=8331348 CPUtime=1590.12 cores=1,3,5,7
/proc/29400/stat : 29400 (java) S 29397 29400 25837 0 -1 1077944320 3884106 0 0 0 158179 833 0 0 20 0 16 0 39243763 11053481984 2082837 33554432000 4194304 4196468 140722223660720 140722223643264 139681515314935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
/proc/29400/statm: 2698604 2082837 3213 1 0 2661057 0
[pid=29400/tid=29402] ppid=29397 vsize=10794416 memory=1224 CPUtime=14.78 cores=1,3,5,7
/proc/29400/task/29402/stat : 29402 (java) S 29397 29400 25837 0 -1 1077944384 33172 0 0 0 1440 38 0 0 20 0 16 0 39243763 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681519555616 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29403] ppid=29397 vsize=10794416 memory=1704 CPUtime=389.22 cores=1,3,5,7
/proc/29400/task/29403/stat : 29403 (java) S 29397 29400 25837 0 -1 1077944384 893693 0 0 0 38742 180 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681467935888 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29404] ppid=29397 vsize=10794416 memory=6791534058613427641 CPUtime=387.33 cores=1,3,5,7
/proc/29400/task/29404/stat : 29404 (java) S 29397 29400 25837 0 -1 1077944384 943397 0 0 0 38538 195 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681466883088 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29405] ppid=29397 vsize=10794416 memory=304329426362174429 CPUtime=386.9 cores=1,3,5,7
/proc/29400/task/29405/stat : 29405 (java) S 29397 29400 25837 0 -1 1077944384 791414 0 0 0 38496 194 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681465830288 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29406] ppid=29397 vsize=10794416 memory=288291082176048845 CPUtime=388.02 cores=1,3,5,7
/proc/29400/task/29406/stat : 29406 (java) S 29397 29400 25837 0 -1 1077944384 1106404 0 0 0 38594 208 0 0 20 0 16 0 39243764 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681464777488 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29407] ppid=29397 vsize=10794416 memory=6297274114792123185 CPUtime=20.75 cores=1,3,5,7
/proc/29400/task/29407/stat : 29407 (java) R 29397 29400 25837 0 -1 4202560 95598 0 0 0 2069 6 0 0 20 0 16 0 39243765 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681075102656 139681499772505 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29408] ppid=29397 vsize=10794416 memory=8331348 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29408/stat : 29408 (java) S 29397 29400 25837 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 39243766 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681074050144 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29409] ppid=29397 vsize=10794416 memory=2444 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29409/stat : 29409 (java) S 29397 29400 25837 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 39243766 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681072997232 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29410] ppid=29397 vsize=10794416 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29410/stat : 29410 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681071945552 139681515333531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29411] ppid=29397 vsize=10794416 memory=1948 CPUtime=0.93 cores=1,3,5,7
/proc/29400/task/29411/stat : 29411 (java) S 29397 29400 25837 0 -1 1077944384 4383 0 0 0 92 1 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681070893696 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29412] ppid=29397 vsize=10794416 memory=1224 CPUtime=1.37 cores=1,3,5,7
/proc/29400/task/29412/stat : 29412 (java) S 29397 29400 25837 0 -1 1077944384 10418 0 0 0 136 1 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681069841184 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29413] ppid=29397 vsize=10794416 memory=1008 CPUtime=0.43 cores=1,3,5,7
/proc/29400/task/29413/stat : 29413 (java) S 29397 29400 25837 0 -1 1077944384 3630 0 0 0 43 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681068788384 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29414] ppid=29397 vsize=10794416 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29414/stat : 29414 (java) S 29397 29400 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681067735776 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29415] ppid=29397 vsize=10794416 memory=15872 CPUtime=0.28 cores=1,3,5,7
/proc/29400/task/29415/stat : 29415 (java) S 29397 29400 25837 0 -1 1077944384 324 0 0 0 14 14 0 0 20 0 16 0 39243768 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681066683056 139681515326082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
[pid=29400/tid=29430] ppid=29397 vsize=10794416 memory=8680 CPUtime=0 cores=1,3,5,7
/proc/29400/task/29430/stat : 29430 (java) S 29397 29400 25837 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 16 0 39281981 11053481984 2082837 33554432000 4194304 4196468 140722223660720 139681062477712 139681515325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21766144 140722223666289 140722223666441 140722223666441 140722223669199 0
Current children cumulated CPU time: 1590.12 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8331348 KiB

[startup+431.603 s]*
/proc/loadavg: 4.21 3.65 2.69 3/205 29431
/proc/meminfo: memFree=13980580/32770624 swapFree=67108860/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): 431.614
CPU time (s): 1590.54
CPU user time (s): 1582.11
CPU system time (s): 8.43316
CPU usage (%): 368.51
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8331392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1582.11
system time used= 8.43316
maximum resident set size= 8331452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3884163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38064
involuntary context switches= 20462


# summary of solver processes directly reported to runsolver:
#   pid: 29400
#   total CPU time (s): 1590.54
#   total CPU user time (s): 1582.11
#   total CPU system time (s): 8.43316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.98945 second user time and 4.3923 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 01:46:46
IDJOB=4289963
IDBENCH=141352
IDSOLVER=2742
FILE ID=node132/4289963-1532216806
RUNJOBID= node132-1532209718-28182
PBS_JOBID= 21018935
Free space on /tmp= 55044 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-magazine_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289963-1532216806/watcher-4289963-1532216806 -o /tmp/evaluation-result-4289963-1532216806/solver-4289963-1532216806 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28182 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289963-1532216806.xml

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

MD5SUM BENCH= 90ad9fa5946247c0fa0335207c2f2744
RANDOM SEED=178557459

node132.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.65
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.65
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.65
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.65
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:        14330360 kB
MemAvailable:   25266736 kB
Buffers:          227524 kB
Cached:         10860212 kB
SwapCached:            0 kB
Active:          8657408 kB
Inactive:        9145160 kB
Active(anon):    6717028 kB
Inactive(anon):    17040 kB
Active(file):    1940380 kB
Inactive(file):  9128120 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2512 kB
Writeback:             0 kB
AnonPages:       6731132 kB
Mapped:            46848 kB
Shmem:             17056 kB
Slab:             323540 kB
SReclaimable:     296336 kB
SUnreclaim:        27204 kB
KernelStack:        3856 kB
PageTables:        17936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7411196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6404096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55040 MiB
End job on node132 at 2018-07-22 01:53:58