Trace number 4289964

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) 1865.39 500.542

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-1_c18.xml
MD5SUM03e8a75034815332807f603ddfd28107
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.09662
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints13
Number of domains3
Minimum domain size2
Maximum domain size801
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":801,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":6},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":4},{"arity":6,"count":3}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"ordered","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1570.09/423.41	Jul 22, 2018 1:56:27 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1570.09/423.41	INFO: Runtime exception
1570.09/423.41	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1570.09/423.41		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:140)
1570.09/423.41		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:598)
1570.09/423.41		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:385)
1570.09/423.41		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1570.09/423.41		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1570.09/423.41		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1570.09/423.41		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1570.09/423.41		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1570.09/423.41		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1570.09/423.41		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1570.09/423.41		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1570.09/423.41		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1570.09/423.41		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1570.09/423.41		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1570.09/423.41	Caused by: java.lang.reflect.InvocationTargetException
1570.09/423.41		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1570.09/423.41		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1570.09/423.41		at java.lang.reflect.Method.invoke(Method.java:498)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1570.09/423.41		... 16 more
1570.09/423.41	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1570.09/423.41		... 20 more
1570.09/423.41	Caused by: java.lang.reflect.InvocationTargetException
1570.09/423.41		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1570.09/423.41		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1570.09/423.41		at java.lang.reflect.Method.invoke(Method.java:498)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1570.09/423.41		... 21 more
1570.09/423.41	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1570.09/423.41		... 25 more
1570.09/423.41	Caused by: java.lang.reflect.InvocationTargetException
1570.09/423.41		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1570.09/423.41		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1570.09/423.41		at java.lang.reflect.Method.invoke(Method.java:498)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1570.09/423.41		... 26 more
1570.09/423.41	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1570.09/423.41		... 30 more
1570.09/423.41	Caused by: java.lang.reflect.InvocationTargetException
1570.09/423.41		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1570.09/423.41		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1570.09/423.41		at java.lang.reflect.Method.invoke(Method.java:498)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1570.09/423.41		... 31 more
1570.09/423.41	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1570.09/423.41		... 35 more
1570.09/423.41	Caused by: java.lang.reflect.InvocationTargetException
1570.09/423.41		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1570.09/423.41		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1570.09/423.41		at java.lang.reflect.Method.invoke(Method.java:498)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1570.09/423.41		... 35 more
1570.09/423.41	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1570.09/423.41		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1570.09/423.41		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1570.09/423.41		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1570.09/423.41		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1570.09/423.41		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1570.09/423.41		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1570.09/423.41		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1570.09/423.41		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1570.09/423.41		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1570.09/423.41		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1570.09/423.41		at java.lang.reflect.Method.invoke(Method.java:498)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1570.09/423.41		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1570.09/423.41		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1570.09/423.41		at java.lang.reflect.Method.invoke(Method.java:498)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1570.09/423.41		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1570.09/423.41		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1570.09/423.41		at java.lang.reflect.Method.invoke(Method.java:498)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1570.09/423.41		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1570.09/423.41		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1570.09/423.41		at java.lang.reflect.Method.invoke(Method.java:498)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1570.09/423.41		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1570.09/423.41		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1570.09/423.41		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1570.09/423.41		at java.lang.reflect.Method.invoke(Method.java:498)
1570.09/423.41	
1636.13/440.86	Exception in thread "Thread-1" c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1680.19/452.62	c This is free software under the dual EPL/GNU LGPL licenses.
1680.19/452.62	c See www.sat4j.org for details.
1680.19/452.62	c That software uses the Rhino library from the Mozilla project.
1680.19/452.62	c version 2.3.6-SNAPSHOT
1680.19/452.62	c java.runtime.name	Java(TM) SE Runtime Environment
1680.19/452.62	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1680.19/452.62	c java.vm.version	25.131-b11
1680.19/452.62	c java.vm.vendor	Oracle Corporation
1680.19/452.62	c sun.arch.data.model	64
1680.19/452.62	c java.version		1.8.0_131
1680.19/452.62	c os.name		Linux
1680.19/452.62	c os.version		3.10.0-514.16.1.el7.x86_64
1680.19/452.62	c os.arch		amd64
1680.19/452.62	c Free memory 		499604488
1680.19/452.62	c Max memory 		7247757312
1680.19/452.62	c Total memory 		504889344
1680.19/452.62	c Number of processors 	4
1680.19/452.62	c c --- Begin Solver configuration ---
1680.19/452.62	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1680.19/452.62	c Learn all clauses as in MiniSAT
1680.19/452.62	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1680.19/452.62	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1680.19/452.62	c No reason simplification
1680.19/452.62	c Glucose 2.1 dynamic restart strategy
1680.19/452.62	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
1680.19/452.62	c timeout=2147483s
1680.19/452.62	c DB Simplification allowed=false
1680.19/452.62	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1680.19/452.62	c --- End Solver configuration ---
1707.58/459.63	java.lang.OutOfMemoryError: GC overhead limit exceededc starts		: 0
1735.79/466.87	c conflicts		: 0
1735.79/466.87	
1735.79/466.87	c decisions		: 0
1735.79/466.87	c propagations		: 0
1764.34/474.16	c inspects		: 0
1792.83/481.45		at java.util.logging.LogManager.reset(LogManager.java:1321)
1821.36/488.78		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1865.24/500.48	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1865.24/500.48		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:107)
1865.24/500.48		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:91)
1865.24/500.48		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2017)
1865.24/500.48		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1865.24/500.48		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1865.24/500.48		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1865.24/500.48		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1865.24/500.48		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1865.24/500.48		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 (7339 MiB free)
  memory of node 1: 16384 MiB (4976 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289964-1532216990/watcher-4289964-1532216990 -o /tmp/evaluation-result-4289964-1532216990/solver-4289964-1532216990 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28265 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289964-1532216990.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=29148, runsolver pid=29145

[startup+0.101611 s]*
/proc/loadavg: 1.59 1.70 1.81 2/215 29163
/proc/meminfo: memFree=12592840/32770624 swapFree=67108860/67108860
[pid=29148] ppid=29145 vsize=10659012 memory=30680 CPUtime=0.12 cores=0,2,4,6
/proc/29148/stat : 29148 (java) S 29145 29148 26014 0 -1 1077944320 6721 0 0 0 11 1 0 0 20 0 15 0 39261861 10914828288 7670 33554432000 4194304 4196468 140727588582720 140727588565264 139694152449783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
/proc/29148/statm: 2664753 7670 2844 1 0 2627263 0
[pid=29148/tid=29150] ppid=29145 vsize=10659012 memory=-8773748148830113149 CPUtime=0.09 cores=0,2,4,6
/proc/29148/task/29150/stat : 29150 (java) R 29145 29148 26014 0 -1 4202560 4563 0 0 0 8 1 0 0 20 0 15 0 39261861 10914828288 7670 33554432000 4194304 4196468 140727588582720 139694156654448 139694136530270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29151] ppid=29145 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29151/stat : 29151 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261862 10914828288 7670 33554432000 4194304 4196468 140727588582720 139694089140880 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29152] ppid=29145 vsize=10659012 memory=140161574221440 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29152/stat : 29152 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261862 10914828288 7670 33554432000 4194304 4196468 140727588582720 139694088088080 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29153] ppid=29145 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29153/stat : 29153 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261862 10914828288 7670 33554432000 4194304 4196468 140727588582720 139694087035280 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29154] ppid=29145 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29154/stat : 29154 (java) S 29145 29148 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39261862 10914828288 7670 33554432000 4194304 4196468 140727588582720 139694085982480 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29155] ppid=29145 vsize=10659012 memory=140161574221440 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29155/stat : 29155 (java) S 29145 29148 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39261864 10914828288 7670 33554432000 4194304 4196468 140727588582720 139693643291504 139694152460930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29156] ppid=29145 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29156/stat : 29156 (java) S 29145 29148 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39261864 10914828288 7670 33554432000 4194304 4196468 140727588582720 139693642237472 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29157] ppid=29145 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29157/stat : 29157 (java) S 29145 29148 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39261864 10914828288 7670 33554432000 4194304 4196468 140727588582720 139693641184624 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29158] ppid=29145 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29158/stat : 29158 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39261867 10914828288 7670 33554432000 4194304 4196468 140727588582720 139693640132944 139694152468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29159] ppid=29145 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29159/stat : 29159 (java) S 29145 29148 26014 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 39261867 10914828288 7670 33554432000 4194304 4196468 140727588582720 139693639080304 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29160] ppid=29145 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29160/stat : 29160 (java) S 29145 29148 26014 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 39261867 10914828288 7670 33554432000 4194304 4196468 140727588582720 139693638027504 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29161] ppid=29145 vsize=10659012 memory=140161574221440 CPUtime=0.01 cores=0,2,4,6
/proc/29148/task/29161/stat : 29161 (java) R 29145 29148 26014 0 -1 4202560 341 0 0 0 1 0 0 0 20 0 15 0 39261867 10914828288 7670 33554432000 4194304 4196468 140727588582720 139693636974704 139694152471130 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29162] ppid=29145 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29162/stat : 29162 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39261867 10914828288 7670 33554432000 4194304 4196468 140727588582720 139693635922144 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29163] ppid=29145 vsize=10659012 memory=140161574221440 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29163/stat : 29163 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261867 10914828288 7670 33554432000 4194304 4196468 140727588582720 139693634870448 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30680 KiB

[startup+0.212883 s]*
/proc/loadavg: 1.59 1.70 1.81 3/215 29163
/proc/meminfo: memFree=12584032/32770624 swapFree=67108860/67108860
[pid=29148] ppid=29145 vsize=10659012 memory=41876 CPUtime=0.32 cores=0,2,4,6
/proc/29148/stat : 29148 (java) S 29145 29148 26014 0 -1 1077944320 8064 0 0 0 30 2 0 0 20 0 15 0 39261861 10914828288 10469 33554432000 4194304 4196468 140727588582720 140727588565264 139694152449783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
/proc/29148/statm: 2664753 10469 3005 1 0 2627263 0
[pid=29148/tid=29150] ppid=29145 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/29148/task/29150/stat : 29150 (java) R 29145 29148 26014 0 -1 4202560 5021 0 0 0 18 1 0 0 20 0 15 0 39261861 10914828288 10469 33554432000 4194304 4196468 140727588582720 139694156686064 139694152461718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29151] ppid=29145 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29151/stat : 29151 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261862 10914828288 10469 33554432000 4194304 4196468 140727588582720 139694089140880 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29152] ppid=29145 vsize=10659012 memory=140161574430538 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29152/stat : 29152 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261862 10914828288 10469 33554432000 4194304 4196468 140727588582720 139694088088080 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29153] ppid=29145 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29153/stat : 29153 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261862 10914828288 10469 33554432000 4194304 4196468 140727588582720 139694087035280 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29154] ppid=29145 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29154/stat : 29154 (java) S 29145 29148 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39261862 10914828288 10469 33554432000 4194304 4196468 140727588582720 139694085982480 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29155] ppid=29145 vsize=10659012 memory=140161574221440 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29155/stat : 29155 (java) S 29145 29148 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39261864 10914828288 10469 33554432000 4194304 4196468 140727588582720 139693643291504 139694152460930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29156] ppid=29145 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29156/stat : 29156 (java) S 29145 29148 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39261864 10914828288 10469 33554432000 4194304 4196468 140727588582720 139693642237472 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29157] ppid=29145 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29157/stat : 29157 (java) S 29145 29148 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39261864 10914828288 10469 33554432000 4194304 4196468 140727588582720 139693641184624 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29158] ppid=29145 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29158/stat : 29158 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39261867 10914828288 10469 33554432000 4194304 4196468 140727588582720 139693640132944 139694152468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29159] ppid=29145 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29148/task/29159/stat : 29159 (java) S 29145 29148 26014 0 -1 1077944384 621 0 0 0 2 0 0 0 20 0 15 0 39261867 10914828288 10469 33554432000 4194304 4196468 140727588582720 139693639080304 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29160] ppid=29145 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29148/task/29160/stat : 29160 (java) S 29145 29148 26014 0 -1 1077944384 382 0 0 0 1 0 0 0 20 0 15 0 39261867 10914828288 10469 33554432000 4194304 4196468 140727588582720 139693638027504 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29161] ppid=29145 vsize=10659012 memory=140161574221440 CPUtime=0.07 cores=0,2,4,6
/proc/29148/task/29161/stat : 29161 (java) R 29145 29148 26014 0 -1 4202560 672 0 0 0 7 0 0 0 20 0 15 0 39261867 10914828288 10469 33554432000 4194304 4196468 140727588582720 139693636974704 139694137582192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29162] ppid=29145 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29162/stat : 29162 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39261867 10914828288 10469 33554432000 4194304 4196468 140727588582720 139693635922144 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29163] ppid=29145 vsize=10659012 memory=140161574221440 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29163/stat : 29163 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261867 10914828288 10469 33554432000 4194304 4196468 140727588582720 139693634870448 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41876 KiB

[startup+0.310654 s]*
/proc/loadavg: 1.59 1.70 1.81 3/215 29163
/proc/meminfo: memFree=12576588/32770624 swapFree=67108860/67108860
[pid=29148] ppid=29145 vsize=10659088 memory=47072 CPUtime=0.5 cores=0,2,4,6
/proc/29148/stat : 29148 (java) S 29145 29148 26014 0 -1 1077944320 9015 0 0 0 47 3 0 0 20 0 15 0 39261861 10914906112 11768 33554432000 4194304 4196468 140727588582720 140727588565264 139694152449783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
/proc/29148/statm: 2664772 11768 3037 1 0 2627263 0
[pid=29148/tid=29150] ppid=29145 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/29148/task/29150/stat : 29150 (java) R 29145 29148 26014 0 -1 4202560 5800 0 0 0 27 2 0 0 20 0 15 0 39261861 10914906112 11768 33554432000 4194304 4196468 140727588582720 139694156683952 139694136530270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29151] ppid=29145 vsize=10659088 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29151/stat : 29151 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261862 10914906112 11768 33554432000 4194304 4196468 140727588582720 139694089140880 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29152] ppid=29145 vsize=10659088 memory=140161574405701 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29152/stat : 29152 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261862 10914906112 11768 33554432000 4194304 4196468 140727588582720 139694088088080 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29153] ppid=29145 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29153/stat : 29153 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261862 10914906112 11768 33554432000 4194304 4196468 140727588582720 139694087035280 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29154] ppid=29145 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29154/stat : 29154 (java) S 29145 29148 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39261862 10914906112 11768 33554432000 4194304 4196468 140727588582720 139694085982480 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29155] ppid=29145 vsize=10659088 memory=140161574221440 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29155/stat : 29155 (java) S 29145 29148 26014 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39261864 10914906112 11768 33554432000 4194304 4196468 140727588582720 139693643291504 139694152460930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29156] ppid=29145 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29156/stat : 29156 (java) S 29145 29148 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39261864 10914906112 11768 33554432000 4194304 4196468 140727588582720 139693642237472 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29157] ppid=29145 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29157/stat : 29157 (java) S 29145 29148 26014 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39261864 10914906112 11768 33554432000 4194304 4196468 140727588582720 139693641184624 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29158] ppid=29145 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29158/stat : 29158 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39261867 10914906112 11768 33554432000 4194304 4196468 140727588582720 139693640132944 139694152468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29159] ppid=29145 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29148/task/29159/stat : 29159 (java) S 29145 29148 26014 0 -1 1077944384 646 0 0 0 4 0 0 0 20 0 15 0 39261867 10914906112 11768 33554432000 4194304 4196468 140727588582720 139693639080304 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29160] ppid=29145 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/29148/task/29160/stat : 29160 (java) S 29145 29148 26014 0 -1 1077944384 491 0 0 0 3 0 0 0 20 0 15 0 39261867 10914906112 11768 33554432000 4194304 4196468 140727588582720 139693638027504 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29161] ppid=29145 vsize=10659088 memory=140161574221440 CPUtime=0.1 cores=0,2,4,6
/proc/29148/task/29161/stat : 29161 (java) S 29145 29148 26014 0 -1 1077944384 710 0 0 0 10 0 0 0 20 0 15 0 39261867 10914906112 11768 33554432000 4194304 4196468 140727588582720 139693636974704 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29162] ppid=29145 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29162/stat : 29162 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39261867 10914906112 11768 33554432000 4194304 4196468 140727588582720 139693635922144 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29163] ppid=29145 vsize=10659088 memory=140161574221440 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29163/stat : 29163 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261867 10914906112 11768 33554432000 4194304 4196468 140727588582720 139693634870448 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47072 KiB

[startup+0.700762 s]
/proc/loadavg: 1.59 1.70 1.81 5/215 29163
/proc/meminfo: memFree=12526944/32770624 swapFree=67108860/67108860
[pid=29148] ppid=29145 vsize=10659088 memory=233184 CPUtime=1.51 cores=0,2,4,6
/proc/29148/stat : 29148 (java) S 29145 29148 26014 0 -1 1077944320 10724 0 0 0 135 16 0 0 20 0 15 0 39261861 10914906112 58296 33554432000 4194304 4196468 140727588582720 140727588565264 139694152449783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
/proc/29148/statm: 2664772 58296 3115 1 0 2627263 0
[pid=29148/tid=29150] ppid=29145 vsize=10659088 memory=18460 CPUtime=0.59 cores=0,2,4,6
/proc/29148/task/29150/stat : 29150 (java) R 29145 29148 26014 0 -1 4202560 6056 0 0 0 55 4 0 0 20 0 15 0 39261861 10914906112 58296 33554432000 4194304 4196468 140727588582720 139694156684064 139693763649437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29151] ppid=29145 vsize=10659088 memory=9480 CPUtime=0.07 cores=0,2,4,6
/proc/29148/task/29151/stat : 29151 (java) S 29145 29148 26014 0 -1 1077944384 34 0 0 0 5 2 0 0 20 0 15 0 39261862 10914906112 58296 33554432000 4194304 4196468 140727588582720 139694089140880 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29152] ppid=29145 vsize=10659088 memory=1788 CPUtime=0.07 cores=0,2,4,6
/proc/29148/task/29152/stat : 29152 (java) S 29145 29148 26014 0 -1 1077944384 32 0 0 0 5 2 0 0 20 0 15 0 39261862 10914906112 58296 33554432000 4194304 4196468 140727588582720 139694088088080 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29153] ppid=29145 vsize=10659088 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/29148/task/29153/stat : 29153 (java) S 29145 29148 26014 0 -1 1077944384 38 0 0 0 5 2 0 0 20 0 15 0 39261862 10914906112 58296 33554432000 4194304 4196468 140727588582720 139694087035280 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29154] ppid=29145 vsize=10659088 memory=952 CPUtime=0.07 cores=0,2,4,6
/proc/29148/task/29154/stat : 29154 (java) S 29145 29148 26014 0 -1 1077944384 41 0 0 0 5 2 0 0 20 0 15 0 39261862 10914906112 58296 33554432000 4194304 4196468 140727588582720 139694085982480 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29155] ppid=29145 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29155/stat : 29155 (java) S 29145 29148 26014 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39261864 10914906112 58296 33554432000 4194304 4196468 140727588582720 139693643291504 139694152460930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29156] ppid=29145 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29156/stat : 29156 (java) S 29145 29148 26014 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39261864 10914906112 58296 33554432000 4194304 4196468 140727588582720 139693642237472 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29157] ppid=29145 vsize=10659088 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29157/stat : 29157 (java) S 29145 29148 26014 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 39261864 10914906112 58296 33554432000 4194304 4196468 140727588582720 139693641184624 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29158] ppid=29145 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29158/stat : 29158 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39261867 10914906112 58296 33554432000 4194304 4196468 140727588582720 139693640132944 139694152468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29159] ppid=29145 vsize=10659088 memory=6081105704601809001 CPUtime=0.19 cores=0,2,4,6
/proc/29148/task/29159/stat : 29159 (java) S 29145 29148 26014 0 -1 1077944384 1174 0 0 0 19 0 0 0 20 0 15 0 39261867 10914906112 58296 33554432000 4194304 4196468 140727588582720 139693639080304 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29160] ppid=29145 vsize=10659088 memory=6220993253238723945 CPUtime=0.22 cores=0,2,4,6
/proc/29148/task/29160/stat : 29160 (java) S 29145 29148 26014 0 -1 1077944384 1061 0 0 0 22 0 0 0 20 0 15 0 39261867 10914906112 58296 33554432000 4194304 4196468 140727588582720 139693638027504 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29161] ppid=29145 vsize=10659088 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/29148/task/29161/stat : 29161 (java) S 29145 29148 26014 0 -1 1077944384 841 0 0 0 17 0 0 0 20 0 15 0 39261867 10914906112 58296 33554432000 4194304 4196468 140727588582720 139693636974704 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29162] ppid=29145 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29162/stat : 29162 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39261867 10914906112 58296 33554432000 4194304 4196468 140727588582720 139693635922144 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29163] ppid=29145 vsize=10659088 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29163/stat : 29163 (java) S 29145 29148 26014 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39261867 10914906112 58296 33554432000 4194304 4196468 140727588582720 139693634870448 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 233184 KiB

[startup+1.50398 s]
/proc/loadavg: 1.59 1.70 1.81 3/215 29163
/proc/meminfo: memFree=12304276/32770624 swapFree=67108860/67108860
[pid=29148] ppid=29145 vsize=10659088 memory=598960 CPUtime=3.46 cores=0,2,4,6
/proc/29148/stat : 29148 (java) S 29145 29148 26014 0 -1 1077944320 12374 0 0 0 297 49 0 0 20 0 15 0 39261861 10914906112 149740 33554432000 4194304 4196468 140727588582720 140727588565264 139694152449783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
/proc/29148/statm: 2664772 149740 3136 1 0 2627263 0
[pid=29148/tid=29150] ppid=29145 vsize=10659088 memory=486512 CPUtime=1.01 cores=0,2,4,6
/proc/29148/task/29150/stat : 29150 (java) S 29145 29148 26014 0 -1 1077944384 6154 0 0 0 95 6 0 0 20 0 15 0 39261861 10914906112 149740 33554432000 4194304 4196468 140727588582720 139694156683872 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29151] ppid=29145 vsize=10659088 memory=6791534058613427641 CPUtime=0.45 cores=0,2,4,6
/proc/29148/task/29151/stat : 29151 (java) R 29145 29148 26014 0 -1 4202560 282 0 0 0 35 10 0 0 20 0 15 0 39261862 10914906112 149740 33554432000 4194304 4196468 140727588582720 139694089140464 139694145077991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29152] ppid=29145 vsize=10659088 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/29148/task/29152/stat : 29152 (java) R 29145 29148 26014 0 -1 4202560 670 0 0 0 35 10 0 0 20 0 15 0 39261862 10914906112 149740 33554432000 4194304 4196468 140727588582720 139694088088280 139694137147575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29153] ppid=29145 vsize=10659088 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/29148/task/29153/stat : 29153 (java) R 29145 29148 26014 0 -1 4202560 275 0 0 0 35 10 0 0 20 0 15 0 39261862 10914906112 149740 33554432000 4194304 4196468 140727588582720 139694087035480 139694137400880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29154] ppid=29145 vsize=10659088 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/29148/task/29154/stat : 29154 (java) R 29145 29148 26014 0 -1 4202560 339 0 0 0 36 9 0 0 20 0 15 0 39261862 10914906112 149740 33554432000 4194304 4196468 140727588582720 139694085982368 139694137400388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29155] ppid=29145 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29155/stat : 29155 (java) S 29145 29148 26014 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 39261864 10914906112 149740 33554432000 4194304 4196468 140727588582720 139693643289824 139694152459989 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0

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

/proc/29148/task/29150/stat : 29150 (java) S 29145 29148 26014 0 -1 1077944384 13105 0 0 0 1416 15 0 0 20 0 16 0 39261861 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694156690464 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29151] ppid=29145 vsize=10925488 memory=3232 CPUtime=455.54 cores=0,2,4,6
/proc/29148/task/29151/stat : 29151 (java) R 29145 29148 26014 0 -1 4202560 35405 0 0 0 45344 210 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694089141000 139694145077991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29152] ppid=29145 vsize=10925488 memory=8170152 CPUtime=454.04 cores=0,2,4,6
/proc/29148/task/29152/stat : 29152 (java) R 29145 29148 26014 0 -1 4202560 44308 0 0 0 45165 239 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694088088200 139694145077991 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29153] ppid=29145 vsize=10925488 memory=8170152 CPUtime=456.32 cores=0,2,4,6
/proc/29148/task/29153/stat : 29153 (java) R 29145 29148 26014 0 -1 4202560 83062 0 0 0 45433 199 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694087035088 139694145077991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29154] ppid=29145 vsize=10925488 memory=5645668 CPUtime=455.03 cores=0,2,4,6
/proc/29148/task/29154/stat : 29154 (java) R 29145 29148 26014 0 -1 4202560 70191 0 0 0 45289 214 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694085982680 139694137439732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29155] ppid=29145 vsize=10925488 memory=1404 CPUtime=19.66 cores=0,2,4,6
/proc/29148/task/29155/stat : 29155 (java) S 29145 29148 26014 0 -1 1077944384 90680 0 0 0 1961 5 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693643290048 139694152459989 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29156] ppid=29145 vsize=10925488 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29156/stat : 29156 (java) S 29145 29148 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693642237536 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29157] ppid=29145 vsize=10925488 memory=13920 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29157/stat : 29157 (java) S 29145 29148 26014 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693641184640 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29158] ppid=29145 vsize=10925488 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29158/stat : 29158 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693640132944 139694152468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29159] ppid=29145 vsize=10925488 memory=2408 CPUtime=0.23 cores=0,2,4,6
/proc/29148/task/29159/stat : 29159 (java) S 29145 29148 26014 0 -1 1077944384 1580 0 0 0 23 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693639080352 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29160] ppid=29145 vsize=10925488 memory=1724 CPUtime=0.26 cores=0,2,4,6
/proc/29148/task/29160/stat : 29160 (java) S 29145 29148 26014 0 -1 1077944384 1327 0 0 0 26 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693638027264 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29161] ppid=29145 vsize=10925488 memory=1724 CPUtime=0.18 cores=0,2,4,6
/proc/29148/task/29161/stat : 29161 (java) S 29145 29148 26014 0 -1 1077944384 2064 0 0 0 18 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693636974752 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29162] ppid=29145 vsize=10925488 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29162/stat : 29162 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693635922144 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29163] ppid=29145 vsize=10925488 memory=1952 CPUtime=0.27 cores=0,2,4,6
/proc/29148/task/29163/stat : 29163 (java) S 29145 29148 26014 0 -1 1077944384 552 0 0 0 18 9 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693634870448 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29180] ppid=29145 vsize=10925488 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29180/stat : 29180 (java) S 29145 29148 26014 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 16 0 39304202 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693631716992 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
Current children cumulated CPU time: 1855.94 s
Current children cumulated vsize: 10925488 KiB
Current children cumulated memory: 8170152 KiB

[startup+499.201 s]
/proc/loadavg: 4.69 4.15 2.99 6/216 29183
/proc/meminfo: memFree=4436836/32770624 swapFree=67108860/67108860
[pid=29148] ppid=29145 vsize=10925488 memory=8170152 CPUtime=1862.13 cores=0,2,4,6
/proc/29148/stat : 29148 (java) S 29145 29148 26014 0 -1 1077944320 343917 0 0 0 185321 892 0 0 20 0 16 0 39261861 11187699712 2042538 33554432000 4194304 4196468 140727588582720 140727588565264 139694152449783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
/proc/29148/statm: 2731372 2042538 3196 1 0 2693825 0
[pid=29148/tid=29150] ppid=29145 vsize=10925488 memory=8170152 CPUtime=14.31 cores=0,2,4,6
/proc/29148/task/29150/stat : 29150 (java) S 29145 29148 26014 0 -1 1077944384 13105 0 0 0 1416 15 0 0 20 0 16 0 39261861 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694156690464 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29151] ppid=29145 vsize=10925488 memory=8170152 CPUtime=457.09 cores=0,2,4,6
/proc/29148/task/29151/stat : 29151 (java) R 29145 29148 26014 0 -1 4202560 35405 0 0 0 45498 211 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694089140688 139694145077991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29152] ppid=29145 vsize=10925488 memory=4124 CPUtime=455.55 cores=0,2,4,6
/proc/29148/task/29152/stat : 29152 (java) R 29145 29148 26014 0 -1 4202560 44308 0 0 0 45315 240 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694088087888 139694145077991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29153] ppid=29145 vsize=10925488 memory=6791534058613427641 CPUtime=457.86 cores=0,2,4,6
/proc/29148/task/29153/stat : 29153 (java) R 29145 29148 26014 0 -1 4202560 83062 0 0 0 45586 200 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694087035400 139694145077991 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29154] ppid=29145 vsize=10925488 memory=1576 CPUtime=456.63 cores=0,2,4,6
/proc/29148/task/29154/stat : 29154 (java) R 29145 29148 26014 0 -1 4202560 70191 0 0 0 45449 214 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694085982680 139694137439413 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29155] ppid=29145 vsize=10925488 memory=928 CPUtime=19.66 cores=0,2,4,6
/proc/29148/task/29155/stat : 29155 (java) S 29145 29148 26014 0 -1 1077944384 90680 0 0 0 1961 5 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693643290048 139694152459989 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29156] ppid=29145 vsize=10925488 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29156/stat : 29156 (java) S 29145 29148 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693642237536 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29157] ppid=29145 vsize=10925488 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29157/stat : 29157 (java) S 29145 29148 26014 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693641184640 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29158] ppid=29145 vsize=10925488 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29158/stat : 29158 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693640132944 139694152468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29159] ppid=29145 vsize=10925488 memory=1004 CPUtime=0.23 cores=0,2,4,6
/proc/29148/task/29159/stat : 29159 (java) S 29145 29148 26014 0 -1 1077944384 1580 0 0 0 23 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693639080352 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29160] ppid=29145 vsize=10925488 memory=1952 CPUtime=0.26 cores=0,2,4,6
/proc/29148/task/29160/stat : 29160 (java) S 29145 29148 26014 0 -1 1077944384 1327 0 0 0 26 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693638027264 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29161] ppid=29145 vsize=10925488 memory=1704 CPUtime=0.18 cores=0,2,4,6
/proc/29148/task/29161/stat : 29161 (java) S 29145 29148 26014 0 -1 1077944384 2064 0 0 0 18 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693636974752 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29162] ppid=29145 vsize=10925488 memory=928 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29162/stat : 29162 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693635922144 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29163] ppid=29145 vsize=10925488 memory=2240 CPUtime=0.27 cores=0,2,4,6
/proc/29148/task/29163/stat : 29163 (java) S 29145 29148 26014 0 -1 1077944384 552 0 0 0 18 9 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693634870448 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29180] ppid=29145 vsize=10925488 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29180/stat : 29180 (java) S 29145 29148 26014 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 16 0 39304202 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693631716992 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
Current children cumulated CPU time: 1862.13 s
Current children cumulated vsize: 10925488 KiB
Current children cumulated memory: 8170152 KiB

[startup+500.001 s]*
/proc/loadavg: 4.69 4.15 2.99 3/216 29183
/proc/meminfo: memFree=4436836/32770624 swapFree=67108860/67108860
[pid=29148] ppid=29145 vsize=10925488 memory=8170152 CPUtime=1864.85 cores=0,2,4,6
/proc/29148/stat : 29148 (java) S 29145 29148 26014 0 -1 1077944320 344105 0 0 0 185592 893 0 0 20 0 16 0 39261861 11187699712 2042538 33554432000 4194304 4196468 140727588582720 140727588565264 139694152449783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
/proc/29148/statm: 2731372 2042538 3196 1 0 2693825 0
[pid=29148/tid=29150] ppid=29145 vsize=10925488 memory=2241 CPUtime=14.31 cores=0,2,4,6
/proc/29148/task/29150/stat : 29150 (java) S 29145 29148 26014 0 -1 1077944384 13105 0 0 0 1416 15 0 0 20 0 16 0 39261861 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694156690464 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29151] ppid=29145 vsize=10925488 memory=4126316290023845779 CPUtime=457.72 cores=0,2,4,6
/proc/29148/task/29151/stat : 29151 (java) S 29145 29148 26014 0 -1 1077944384 35405 0 0 0 45561 211 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694089140880 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29152] ppid=29145 vsize=10925488 memory=4126316290023845779 CPUtime=456.19 cores=0,2,4,6
/proc/29148/task/29152/stat : 29152 (java) S 29145 29148 26014 0 -1 1077944384 44308 0 0 0 45379 240 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694088088080 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29153] ppid=29145 vsize=10925488 memory=1228 CPUtime=458.5 cores=0,2,4,6
/proc/29148/task/29153/stat : 29153 (java) S 29145 29148 26014 0 -1 1077944384 83062 0 0 0 45649 201 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694087035280 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29154] ppid=29145 vsize=10925488 memory=8388 CPUtime=457.29 cores=0,2,4,6
/proc/29148/task/29154/stat : 29154 (java) S 29145 29148 26014 0 -1 1077944384 70191 0 0 0 45515 214 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694085982480 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29155] ppid=29145 vsize=10925488 memory=1444 CPUtime=19.81 cores=0,2,4,6
/proc/29148/task/29155/stat : 29155 (java) R 29145 29148 26014 0 -1 4202560 90868 0 0 0 1976 5 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693643290048 139694137446190 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29156] ppid=29145 vsize=10925488 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29156/stat : 29156 (java) S 29145 29148 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693642237536 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29157] ppid=29145 vsize=10925488 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29157/stat : 29157 (java) S 29145 29148 26014 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693641184640 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29158] ppid=29145 vsize=10925488 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29158/stat : 29158 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693640132944 139694152468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29159] ppid=29145 vsize=10925488 memory=2340 CPUtime=0.23 cores=0,2,4,6
/proc/29148/task/29159/stat : 29159 (java) S 29145 29148 26014 0 -1 1077944384 1580 0 0 0 23 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693639080352 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29160] ppid=29145 vsize=10925488 memory=1576 CPUtime=0.26 cores=0,2,4,6
/proc/29148/task/29160/stat : 29160 (java) S 29145 29148 26014 0 -1 1077944384 1327 0 0 0 26 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693638027264 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29161] ppid=29145 vsize=10925488 memory=928 CPUtime=0.18 cores=0,2,4,6
/proc/29148/task/29161/stat : 29161 (java) S 29145 29148 26014 0 -1 1077944384 2064 0 0 0 18 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693636974752 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29162] ppid=29145 vsize=10925488 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29162/stat : 29162 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693635922144 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29163] ppid=29145 vsize=10925488 memory=2200 CPUtime=0.27 cores=0,2,4,6
/proc/29148/task/29163/stat : 29163 (java) S 29145 29148 26014 0 -1 1077944384 552 0 0 0 18 9 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693634870448 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29180] ppid=29145 vsize=10925488 memory=7284 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29180/stat : 29180 (java) S 29145 29148 26014 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 16 0 39304202 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693631716992 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
Current children cumulated CPU time: 1864.85 s
Current children cumulated vsize: 10925488 KiB
Current children cumulated memory: 8170152 KiB

[startup+500.401 s]
/proc/loadavg: 4.69 4.15 2.99 3/216 29183
/proc/meminfo: memFree=4436836/32770624 swapFree=67108860/67108860
[pid=29148] ppid=29145 vsize=10925488 memory=8170152 CPUtime=1865.24 cores=0,2,4,6
/proc/29148/stat : 29148 (java) S 29145 29148 26014 0 -1 1077944320 344105 0 0 0 185631 893 0 0 20 0 16 0 39261861 11187699712 2042538 33554432000 4194304 4196468 140727588582720 140727588565264 139694152449783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
/proc/29148/statm: 2731372 2042538 3196 1 0 2693825 0
[pid=29148/tid=29150] ppid=29145 vsize=10925488 memory=6791534058613427641 CPUtime=14.31 cores=0,2,4,6
/proc/29148/task/29150/stat : 29150 (java) S 29145 29148 26014 0 -1 1077944384 13105 0 0 0 1416 15 0 0 20 0 16 0 39261861 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694156690464 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29151] ppid=29145 vsize=10925488 memory=952 CPUtime=457.72 cores=0,2,4,6
/proc/29148/task/29151/stat : 29151 (java) S 29145 29148 26014 0 -1 1077944384 35405 0 0 0 45561 211 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694089140880 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29152] ppid=29145 vsize=10925488 memory=4140 CPUtime=456.19 cores=0,2,4,6
/proc/29148/task/29152/stat : 29152 (java) S 29145 29148 26014 0 -1 1077944384 44308 0 0 0 45379 240 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694088088080 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29153] ppid=29145 vsize=10925488 memory=13920 CPUtime=458.5 cores=0,2,4,6
/proc/29148/task/29153/stat : 29153 (java) S 29145 29148 26014 0 -1 1077944384 83062 0 0 0 45649 201 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694087035280 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29154] ppid=29145 vsize=10925488 memory=6791534058613427641 CPUtime=457.29 cores=0,2,4,6
/proc/29148/task/29154/stat : 29154 (java) S 29145 29148 26014 0 -1 1077944384 70191 0 0 0 45515 214 0 0 20 0 16 0 39261862 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139694085982480 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29155] ppid=29145 vsize=10925488 memory=9488 CPUtime=20.2 cores=0,2,4,6
/proc/29148/task/29155/stat : 29155 (java) R 29145 29148 26014 0 -1 4202560 90868 0 0 0 2015 5 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693643290048 139694137446187 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29156] ppid=29145 vsize=10925488 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29156/stat : 29156 (java) S 29145 29148 26014 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693642237536 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29157] ppid=29145 vsize=10925488 memory=644 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29157/stat : 29157 (java) S 29145 29148 26014 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 39261864 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693641184640 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29158] ppid=29145 vsize=10925488 memory=8170152 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29158/stat : 29158 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693640132944 139694152468379 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29159] ppid=29145 vsize=10925488 memory=6791534058613427641 CPUtime=0.23 cores=0,2,4,6
/proc/29148/task/29159/stat : 29159 (java) S 29145 29148 26014 0 -1 1077944384 1580 0 0 0 23 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693639080352 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29160] ppid=29145 vsize=10925488 memory=2200 CPUtime=0.26 cores=0,2,4,6
/proc/29148/task/29160/stat : 29160 (java) S 29145 29148 26014 0 -1 1077944384 1327 0 0 0 26 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693638027264 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29161] ppid=29145 vsize=10925488 memory=7284 CPUtime=0.18 cores=0,2,4,6
/proc/29148/task/29161/stat : 29161 (java) S 29145 29148 26014 0 -1 1077944384 2064 0 0 0 18 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693636974752 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29162] ppid=29145 vsize=10925488 memory=840 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29162/stat : 29162 (java) S 29145 29148 26014 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693635922144 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29163] ppid=29145 vsize=10925488 memory=1796 CPUtime=0.27 cores=0,2,4,6
/proc/29148/task/29163/stat : 29163 (java) S 29145 29148 26014 0 -1 1077944384 552 0 0 0 18 9 0 0 20 0 16 0 39261867 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693634870448 139694152460930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
[pid=29148/tid=29180] ppid=29145 vsize=10925488 memory=912 CPUtime=0 cores=0,2,4,6
/proc/29148/task/29180/stat : 29180 (java) S 29145 29148 26014 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 16 0 39304202 11187699712 2042538 33554432000 4194304 4196468 140727588582720 139693631716992 139694152459989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31453184 140727588590705 140727588590857 140727588590857 140727588593615 0
Current children cumulated CPU time: 1865.24 s
Current children cumulated vsize: 10925488 KiB
Current children cumulated memory: 8170152 KiB

[startup+500.501 s]*
/proc/loadavg: 4.47 4.12 2.98 4/202 29183
/proc/meminfo: memFree=7194276/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): 500.542
CPU time (s): 1865.39
CPU user time (s): 1856.41
CPU system time (s): 8.98489
CPU usage (%): 372.674
Max. virtual memory (cumulated for all children) (KiB): 10925488
Max. memory (cumulated for all children) (KiB): 8170212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1856.4
system time used= 8.98489
maximum resident set size= 8170260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344214
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37722
involuntary context switches= 24241


# summary of solver processes directly reported to runsolver:
#   pid: 29148
#   total CPU time (s): 1865.39
#   total CPU user time (s): 1856.41
#   total CPU system time (s): 8.98489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.11256 second user time and 5.10153 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 01:49:50
IDJOB=4289964
IDBENCH=141360
IDSOLVER=2742
FILE ID=node106/4289964-1532216990
RUNJOBID= node106-1532209822-28265
PBS_JOBID= 21018937
Free space on /tmp= 52988 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-1_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289964-1532216990/watcher-4289964-1532216990 -o /tmp/evaluation-result-4289964-1532216990/solver-4289964-1532216990 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532209822-28265 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289964-1532216990.xml

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

MD5SUM BENCH= 03e8a75034815332807f603ddfd28107
RANDOM SEED=340198262

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        12611068 kB
MemAvailable:   26292708 kB
Buffers:          224512 kB
Cached:         13548956 kB
SwapCached:            0 kB
Active:          6880888 kB
Inactive:       12584160 kB
Active(anon):    5694016 kB
Inactive(anon):    17096 kB
Active(file):    1186872 kB
Inactive(file): 12567064 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2204 kB
Writeback:             0 kB
AnonPages:       5771820 kB
Mapped:            46628 kB
Shmem:             17036 kB
Slab:             383092 kB
SReclaimable:     356164 kB
SUnreclaim:        26928 kB
KernelStack:        3856 kB
PageTables:        16488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6679620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5466112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 52988 MiB
End job on node106 at 2018-07-22 01:58:11