Trace number 4289931

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? 1747.89 469.038

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-4-0_c18.xml
MD5SUMed32499ea7c7019ad5624e4a2d93decd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables333
Number of constraints356
Number of domains3
Minimum domain size10
Maximum domain size111
Distribution of domain sizes[{"size":10,"count":111},{"size":37,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":111},{"degree":4,"count":111},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":113},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":21},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1563.69/420.33	Jul 22, 2018 5:03:31 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1563.69/420.33	INFO: Runtime exception
1563.69/420.33	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1563.69/420.33		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:358)
1563.69/420.33		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:1037)
1563.69/420.33		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:379)
1563.69/420.33		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1563.69/420.33		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1563.69/420.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1563.69/420.33		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
1563.69/420.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
1563.69/420.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1563.69/420.33		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1563.69/420.33		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1563.69/420.33		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1563.69/420.33		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1563.69/420.33		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1563.69/420.33		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1563.69/420.33		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1563.69/420.33	Caused by: java.lang.reflect.InvocationTargetException
1563.69/420.33		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1563.69/420.33		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1563.69/420.33		at java.lang.reflect.Method.invoke(Method.java:498)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1563.69/420.33		... 18 more
1563.69/420.33	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1563.69/420.33		... 22 more
1563.69/420.33	Caused by: java.lang.reflect.InvocationTargetException
1563.69/420.33		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1563.69/420.33		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1563.69/420.33		at java.lang.reflect.Method.invoke(Method.java:498)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1563.69/420.33		... 23 more
1563.69/420.33	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1563.69/420.33		... 27 more
1563.69/420.33	Caused by: java.lang.reflect.InvocationTargetException
1563.69/420.33		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1563.69/420.33		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1563.69/420.33		at java.lang.reflect.Method.invoke(Method.java:498)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1563.69/420.33		... 28 more
1563.69/420.33	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1563.69/420.33		... 32 more
1563.69/420.33	Caused by: java.lang.reflect.InvocationTargetException
1563.69/420.33		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
1563.69/420.33		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1563.69/420.33		at java.lang.reflect.Method.invoke(Method.java:498)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1563.69/420.33		... 32 more
1563.69/420.33	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1563.69/420.33		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
1563.69/420.33		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1563.69/420.33		at java.lang.reflect.Method.invoke(Method.java:498)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1563.69/420.33		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1563.69/420.33		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1563.69/420.33		at java.lang.reflect.Method.invoke(Method.java:498)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1563.69/420.33		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1563.69/420.33		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1563.69/420.33		at java.lang.reflect.Method.invoke(Method.java:498)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1563.69/420.33		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1563.69/420.33		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1563.69/420.33		at java.lang.reflect.Method.invoke(Method.java:498)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1563.69/420.33		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1563.69/420.33		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:358)
1563.69/420.33		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:1037)
1563.69/420.33		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:379)
1563.69/420.33		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1563.69/420.33		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1563.69/420.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1563.69/420.33		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
1563.69/420.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
1563.69/420.33		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1563.69/420.33		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1563.69/420.33	
1704.89/457.53	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1704.89/457.53	c This is free software under the dual EPL/GNU LGPL licenses.
1704.89/457.53	c See www.sat4j.org for details.
1704.89/457.53	c That software uses the Rhino library from the Mozilla project.
1704.89/457.53	c version 2.3.6-SNAPSHOT
1704.89/457.53	c java.runtime.name	Java(TM) SE Runtime Environment
1704.89/457.53	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1704.89/457.53	c java.vm.version	25.131-b11
1704.89/457.53	c java.vm.vendor	Oracle Corporation
1704.89/457.53	c sun.arch.data.model	64
1704.89/457.53	c java.version		1.8.0_131
1704.89/457.53	c os.name		Linux
1704.89/457.53	c os.version		3.10.0-514.16.1.el7.x86_64
1704.89/457.53	c os.arch		amd64
1704.89/457.53	c Free memory 		499604488
1704.89/457.53	c Max memory 		7247757312
1704.89/457.53	c Total memory 		504889344
1704.89/457.53	c Number of processors 	4
1704.89/457.53	c c --- Begin Solver configuration ---
1704.89/457.53	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1704.89/457.53	c Learn all clauses as in MiniSAT
1704.89/457.53	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1704.89/457.53	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1704.89/457.53	c No reason simplification
1704.89/457.53	c Glucose 2.1 dynamic restart strategy
1704.89/457.53	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
1704.89/457.53	c timeout=2147483s
1704.89/457.53	c DB Simplification allowed=false
1704.89/457.53	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1704.89/457.53	c --- End Solver configuration ---
1747.75/468.99	c starts		: 0
1747.75/468.99	c conflicts		: 0
1747.75/468.99	c decisions		: 0
1747.75/468.99	c propagations		: 0
1747.75/468.99	c inspects		: 0
1747.75/468.99	c shortcuts		: 0
1747.75/468.99	c learnt literals	: 0
1747.75/468.99	c learnt binary clauses	: 0
1747.75/468.99	c learnt ternary clauses	: 0
1747.75/468.99	c learnt constraints	: 0
1747.75/468.99	c ignored constraints	: 0
1747.75/468.99	c root simplifications	: 0
1747.75/468.99	c removed literals (reason simplification)	: 0
1747.75/468.99	c reason swapping (by a shorter reason)	: 0
1747.75/468.99	c Calls to reduceDB	: 0
1747.75/468.99	c Number of update (reduction) of LBD	: 0
1747.75/468.99	c Imported unit clauses	: 0
1747.75/468.99	c number of reductions to clauses (during analyze)	: 0
1747.75/468.99	c number of learned constraints concerned by reduction	: 0
1747.75/468.99	c number of learning phase by resolution	: 0
1747.75/468.99	c number of learning phase by cutting planes	: 0
1747.75/468.99	c number of rounding to 1 operations	: 0
1747.75/468.99	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1747.75/468.99	c number of reductions of the coefficients by power 2 	: 0
1747.75/468.99	c number of right shift for reduction by power 2 	: 0
1747.75/468.99	c number of reductions of the coefficients by GCD over coefficients 	: 0
1747.75/468.99	c number of ending skipping 	: 0
1747.75/468.99	c number of internal skipping 	: 0
1747.75/468.99	c number of derivation steps 	: 0
1747.75/468.99	c number of skipped derivation steps 	: 0
1747.75/468.99	c number of remaining unassigned 	: 0
1747.75/468.99	c number of remaining assigned 	: 0
1747.75/468.99	c speed (assignments/second)	: 0.0
1747.75/468.99	c non guided choices	: 0
1747.75/468.99	s UNKNOWN

Verifier Data


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 (10957 MiB free)
  memory of node 1: 16384 MiB (1014 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289931-1532271390/watcher-4289931-1532271390 -o /tmp/evaluation-result-4289931-1532271390/solver-4289931-1532271390 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1700 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289931-1532271390.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=3415, runsolver pid=3412

[startup+0.100078 s]*
/proc/loadavg: 4.62 3.43 2.65 7/215 3430
/proc/meminfo: memFree=12243268/32770624 swapFree=67108860/67108860
[pid=3415] ppid=3412 vsize=10659012 memory=30104 CPUtime=0.12 cores=0,2,4,6
/proc/3415/stat : 3415 (java) S 3412 3415 1669 0 -1 1077944320 6597 0 0 0 11 1 0 0 20 0 15 0 44702213 10914828288 7526 33554432000 4194304 4196468 140726091848720 140726091831264 140168718216951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
/proc/3415/statm: 2664753 7526 2842 1 0 2627263 0
[pid=3415/tid=3417] ppid=3412 vsize=10659012 memory=-8393972456072508608 CPUtime=0.09 cores=0,2,4,6
/proc/3415/task/3417/stat : 3417 (java) R 3412 3415 1669 0 -1 4202560 4429 0 0 0 8 1 0 0 20 0 15 0 44702213 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168722438080 140168718228886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3418] ppid=3412 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3418/stat : 3418 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702214 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168674769168 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3419] ppid=3412 vsize=10659012 memory=140622678607488 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3419/stat : 3419 (java) S 3412 3415 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44702214 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168324372880 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3420] ppid=3412 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3420/stat : 3420 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702214 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168323320336 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3421] ppid=3412 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3421/stat : 3421 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702214 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168322267792 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3422] ppid=3412 vsize=10659012 memory=140622678607488 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3422/stat : 3422 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702216 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168023190000 140168718228098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3423] ppid=3412 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3423/stat : 3423 (java) S 3412 3415 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44702216 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168022136224 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3424] ppid=3412 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3424/stat : 3424 (java) S 3412 3415 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44702216 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168021083632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3425] ppid=3412 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3425/stat : 3425 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44702219 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168020032208 140168718235547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3426] ppid=3412 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3426/stat : 3426 (java) S 3412 3415 1669 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 44702219 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168018978800 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3427] ppid=3412 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3427/stat : 3427 (java) S 3412 3415 1669 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 44702219 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168017926256 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3428] ppid=3412 vsize=10659012 memory=140622678607488 CPUtime=0.02 cores=0,2,4,6
/proc/3415/task/3428/stat : 3428 (java) R 3412 3415 1669 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 44702219 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168016873712 140168718238298 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3429] ppid=3412 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3429/stat : 3429 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44702219 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168015821408 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3430] ppid=3412 vsize=10659012 memory=140622678607488 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3430/stat : 3430 (java) S 3412 3415 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44702219 10914828288 7526 33554432000 4194304 4196468 140726091848720 140168014768944 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30104 KiB

[startup+0.210478 s]*
/proc/loadavg: 4.62 3.43 2.65 7/215 3430
/proc/meminfo: memFree=12232232/32770624 swapFree=67108860/67108860
[pid=3415] ppid=3412 vsize=10659012 memory=41804 CPUtime=0.32 cores=0,2,4,6
/proc/3415/stat : 3415 (java) S 3412 3415 1669 0 -1 1077944320 8079 0 0 0 30 2 0 0 20 0 15 0 44702213 10914828288 10451 33554432000 4194304 4196468 140726091848720 140726091831264 140168718216951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
/proc/3415/statm: 2664753 10451 3005 1 0 2627263 0
[pid=3415/tid=3417] ppid=3412 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3415/task/3417/stat : 3417 (java) R 3412 3415 1669 0 -1 4202560 5011 0 0 0 19 1 0 0 20 0 15 0 44702213 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168722453232 140168702260581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3418] ppid=3412 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3418/stat : 3418 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702214 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168674769168 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3419] ppid=3412 vsize=10659012 memory=4049217747581814432 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3419/stat : 3419 (java) S 3412 3415 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44702214 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168324372880 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3420] ppid=3412 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3420/stat : 3420 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702214 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168323320336 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3421] ppid=3412 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3421/stat : 3421 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702214 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168322267792 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3422] ppid=3412 vsize=10659012 memory=140622678607488 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3422/stat : 3422 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702216 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168023190000 140168718228098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3423] ppid=3412 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3423/stat : 3423 (java) S 3412 3415 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44702216 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168022136224 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3424] ppid=3412 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3424/stat : 3424 (java) S 3412 3415 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44702216 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168021083632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3425] ppid=3412 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3425/stat : 3425 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44702219 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168020032208 140168718235547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3426] ppid=3412 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3415/task/3426/stat : 3426 (java) S 3412 3415 1669 0 -1 1077944384 553 0 0 0 2 0 0 0 20 0 15 0 44702219 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168018978800 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3427] ppid=3412 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/3415/task/3427/stat : 3427 (java) S 3412 3415 1669 0 -1 1077944384 457 0 0 0 1 0 0 0 20 0 15 0 44702219 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168017926256 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3428] ppid=3412 vsize=10659012 memory=140622678607488 CPUtime=0.07 cores=0,2,4,6
/proc/3415/task/3428/stat : 3428 (java) S 3412 3415 1669 0 -1 1077944384 696 0 0 0 7 0 0 0 20 0 15 0 44702219 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168016873712 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3429] ppid=3412 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3429/stat : 3429 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44702219 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168015821408 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3430] ppid=3412 vsize=10659012 memory=140622678607488 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3430/stat : 3430 (java) S 3412 3415 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44702219 10914828288 10451 33554432000 4194304 4196468 140726091848720 140168014768944 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41804 KiB

[startup+0.314843 s]*
/proc/loadavg: 4.62 3.43 2.65 8/215 3430
/proc/meminfo: memFree=12219640/32770624 swapFree=67108860/67108860
[pid=3415] ppid=3412 vsize=10659088 memory=53204 CPUtime=0.61 cores=0,2,4,6
/proc/3415/stat : 3415 (java) S 3412 3415 1669 0 -1 1077944320 9881 0 0 0 58 3 0 0 20 0 15 0 44702213 10914906112 13301 33554432000 4194304 4196468 140726091848720 140726091831264 140168718216951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
/proc/3415/statm: 2664772 13301 3076 1 0 2627263 0
[pid=3415/tid=3417] ppid=3412 vsize=10659088 memory=7311146985107750967 CPUtime=0.31 cores=0,2,4,6
/proc/3415/task/3417/stat : 3417 (java) R 3412 3415 1669 0 -1 4202560 5577 0 0 0 29 2 0 0 20 0 15 0 44702213 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168722453056 140168702260581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3418] ppid=3412 vsize=10659088 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3418/stat : 3418 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702214 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168674769168 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3419] ppid=3412 vsize=10659088 memory=4123248960696632992 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3419/stat : 3419 (java) S 3412 3415 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44702214 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168324372880 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3420] ppid=3412 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3420/stat : 3420 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702214 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168323320336 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3421] ppid=3412 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3421/stat : 3421 (java) S 3412 3415 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44702214 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168322267792 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3422] ppid=3412 vsize=10659088 memory=140622678607488 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3422/stat : 3422 (java) S 3412 3415 1669 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44702216 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168023190000 140168718228098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3423] ppid=3412 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3423/stat : 3423 (java) S 3412 3415 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44702216 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168022136224 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3424] ppid=3412 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3424/stat : 3424 (java) S 3412 3415 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44702216 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168021083632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3425] ppid=3412 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3425/stat : 3425 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44702219 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168020032208 140168718235547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3426] ppid=3412 vsize=10659088 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3415/task/3426/stat : 3426 (java) R 3412 3415 1669 0 -1 4202560 901 0 0 0 8 0 0 0 20 0 15 0 44702219 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168018964896 140168710454078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3427] ppid=3412 vsize=10659088 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/3415/task/3427/stat : 3427 (java) R 3412 3415 1669 0 -1 4202560 1106 0 0 0 7 0 0 0 20 0 15 0 44702219 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168017907272 140168710506289 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3428] ppid=3412 vsize=10659088 memory=140622678607488 CPUtime=0.12 cores=0,2,4,6
/proc/3415/task/3428/stat : 3428 (java) R 3412 3415 1669 0 -1 1077944384 976 0 0 0 12 0 0 0 20 0 15 0 44702219 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168016873712 140168718228098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3429] ppid=3412 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3429/stat : 3429 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44702219 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168015821408 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3430] ppid=3412 vsize=10659088 memory=140622678607488 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3430/stat : 3430 (java) S 3412 3415 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44702219 10914906112 13326 33554432000 4194304 4196468 140726091848720 140168014768944 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53204 KiB

[startup+0.701314 s]
/proc/loadavg: 4.62 3.43 2.65 10/215 3430
/proc/meminfo: memFree=12179120/32770624 swapFree=67108860/67108860
[pid=3415] ppid=3412 vsize=10659088 memory=198700 CPUtime=1.92 cores=0,2,4,6
/proc/3415/stat : 3415 (java) S 3412 3415 1669 0 -1 1077944320 13685 0 0 0 186 6 0 0 20 0 15 0 44702213 10914906112 49675 33554432000 4194304 4196468 140726091848720 140726091831264 140168718216951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
/proc/3415/statm: 2664772 49675 3125 1 0 2627263 0
[pid=3415/tid=3417] ppid=3412 vsize=10659088 memory=1728 CPUtime=0.66 cores=0,2,4,6
/proc/3415/task/3417/stat : 3417 (java) R 3412 3415 1669 0 -1 1077944384 5965 0 0 0 63 3 0 0 20 0 15 0 44702213 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168722453760 140168718227157 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3418] ppid=3412 vsize=10659088 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3418/stat : 3418 (java) S 3412 3415 1669 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 44702214 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168674769168 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3419] ppid=3412 vsize=10659088 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3419/stat : 3419 (java) S 3412 3415 1669 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 44702214 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168324372880 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3420] ppid=3412 vsize=10659088 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3420/stat : 3420 (java) S 3412 3415 1669 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 44702214 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168323320336 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3421] ppid=3412 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3421/stat : 3421 (java) S 3412 3415 1669 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 44702214 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168322267792 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3422] ppid=3412 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3422/stat : 3422 (java) S 3412 3415 1669 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44702216 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168023190000 140168718228098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3423] ppid=3412 vsize=10659088 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3423/stat : 3423 (java) S 3412 3415 1669 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 44702216 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168022136224 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3424] ppid=3412 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3424/stat : 3424 (java) S 3412 3415 1669 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 44702216 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168021083632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3425] ppid=3412 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3425/stat : 3425 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44702219 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168020032208 140168718235547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3426] ppid=3412 vsize=10659088 memory=7523641866607553108 CPUtime=0.42 cores=0,2,4,6
/proc/3415/task/3426/stat : 3426 (java) R 3412 3415 1669 0 -1 4202560 2353 0 0 0 42 0 0 0 20 0 15 0 44702219 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168018978800 140168697463182 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3427] ppid=3412 vsize=10659088 memory=5787219428069434709 CPUtime=0.43 cores=0,2,4,6
/proc/3415/task/3427/stat : 3427 (java) R 3412 3415 1669 0 -1 4202560 2007 0 0 0 43 0 0 0 20 0 15 0 44702219 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168017916640 140168697871504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3428] ppid=3412 vsize=10659088 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/3415/task/3428/stat : 3428 (java) R 3412 3415 1669 0 -1 4202560 1857 0 0 0 34 0 0 0 20 0 15 0 44702219 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168016868288 140168718228886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3429] ppid=3412 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3429/stat : 3429 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44702219 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168015821408 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3430] ppid=3412 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3430/stat : 3430 (java) S 3412 3415 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44702219 10914906112 49675 33554432000 4194304 4196468 140726091848720 140168014768944 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 198700 KiB

[startup+1.50081 s]
/proc/loadavg: 4.62 3.43 2.65 7/215 3430
/proc/meminfo: memFree=12009784/32770624 swapFree=67108860/67108860
[pid=3415] ppid=3412 vsize=10659088 memory=520944 CPUtime=4.17 cores=0,2,4,6
/proc/3415/stat : 3415 (java) S 3412 3415 1669 0 -1 1077944320 14821 0 0 0 381 36 0 0 20 0 15 0 44702213 10914906112 130236 33554432000 4194304 4196468 140726091848720 140726091831264 140168718216951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
/proc/3415/statm: 2664772 130236 3146 1 0 2627263 0
[pid=3415/tid=3417] ppid=3412 vsize=10659088 memory=8112282956445269571 CPUtime=1.21 cores=0,2,4,6
/proc/3415/task/3417/stat : 3417 (java) R 3412 3415 1669 0 -1 4202560 6077 0 0 0 116 5 0 0 20 0 15 0 44702213 10914906112 130236 33554432000 4194304 4196468 140726091848720 140168722452976 140168359411017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3418] ppid=3412 vsize=10659088 memory=1404238533841559158 CPUtime=0.25 cores=0,2,4,6
/proc/3415/task/3418/stat : 3418 (java) S 3412 3415 1669 0 -1 1077944384 187 0 0 0 18 7 0 0 20 0 15 0 44702214 10914906112 130236 33554432000 4194304 4196468 140726091848720 140168674769168 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3419] ppid=3412 vsize=10659088 memory=6525018278055875452 CPUtime=0.25 cores=0,2,4,6
/proc/3415/task/3419/stat : 3419 (java) S 3412 3415 1669 0 -1 1077944384 172 0 0 0 18 7 0 0 20 0 15 0 44702214 10914906112 130236 33554432000 4194304 4196468 140726091848720 140168324372880 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3420] ppid=3412 vsize=10659088 memory=3047711462688066934 CPUtime=0.25 cores=0,2,4,6
/proc/3415/task/3420/stat : 3420 (java) S 3412 3415 1669 0 -1 1077944384 185 0 0 0 18 7 0 0 20 0 15 0 44702214 10914906112 130236 33554432000 4194304 4196468 140726091848720 140168323320336 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3421] ppid=3412 vsize=10659088 memory=7974038411334692957 CPUtime=0.24 cores=0,2,4,6
/proc/3415/task/3421/stat : 3421 (java) S 3412 3415 1669 0 -1 1077944384 190 0 0 0 18 6 0 0 20 0 15 0 44702214 10914906112 130236 33554432000 4194304 4196468 140726091848720 140168322267792 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3422] ppid=3412 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3422/stat : 3422 (java) S 3412 3415 1669 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 44702216 10914906112 130236 33554432000 4194304 4196468 140726091848720 140168023190000 140168718228098 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0

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

/proc/3415/task/3417/stat : 3417 (java) S 3412 3415 1669 0 -1 1077944384 15987 0 0 0 1453 10 0 0 20 0 16 0 44702213 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168722457632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3418] ppid=3412 vsize=10794416 memory=4126316290023845779 CPUtime=422.54 cores=0,2,4,6
/proc/3415/task/3418/stat : 3418 (java) R 3412 3415 1669 0 -1 4202560 37912 0 0 0 42030 224 0 0 20 0 16 0 44702214 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168674769288 140168710845159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3419] ppid=3412 vsize=10794416 memory=1728 CPUtime=424.42 cores=0,2,4,6
/proc/3415/task/3419/stat : 3419 (java) R 3412 3415 1669 0 -1 4202560 31902 0 0 0 42242 200 0 0 20 0 16 0 44702214 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168324373080 140168711313344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3420] ppid=3412 vsize=10794416 memory=1004 CPUtime=423.87 cores=0,2,4,6
/proc/3415/task/3420/stat : 3420 (java) R 3412 3415 1669 0 -1 1077944384 37572 0 0 0 42194 193 0 0 20 0 16 0 44702214 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168323320144 140168718228098 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3421] ppid=3412 vsize=10794416 memory=11956 CPUtime=424.12 cores=0,2,4,6
/proc/3415/task/3421/stat : 3421 (java) R 3412 3415 1669 0 -1 4202560 54434 0 0 0 42200 212 0 0 20 0 16 0 44702214 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168322267600 140168710845159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3422] ppid=3412 vsize=10794416 memory=5520 CPUtime=17.01 cores=0,2,4,6
/proc/3415/task/3422/stat : 3422 (java) S 3412 3415 1669 0 -1 1077944384 79525 0 0 0 1697 4 0 0 20 0 16 0 44702216 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168023188544 140168718227157 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3423] ppid=3412 vsize=10794416 memory=8465340 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3423/stat : 3423 (java) S 3412 3415 1669 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 44702216 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168022136288 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3424] ppid=3412 vsize=10794416 memory=8465340 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3424/stat : 3424 (java) S 3412 3415 1669 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44702216 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168021083632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3425] ppid=3412 vsize=10794416 memory=8465340 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3425/stat : 3425 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168020032208 140168718235547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3426] ppid=3412 vsize=10794416 memory=928 CPUtime=1.11 cores=0,2,4,6
/proc/3415/task/3426/stat : 3426 (java) S 3412 3415 1669 0 -1 1077944384 5617 0 0 0 111 0 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168018978848 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3427] ppid=3412 vsize=10794416 memory=1572 CPUtime=1.84 cores=0,2,4,6
/proc/3415/task/3427/stat : 3427 (java) S 3412 3415 1669 0 -1 1077944384 17737 0 0 0 182 2 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168017926016 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3428] ppid=3412 vsize=10794416 memory=2244 CPUtime=0.42 cores=0,2,4,6
/proc/3415/task/3428/stat : 3428 (java) S 3412 3415 1669 0 -1 1077944384 2682 0 0 0 42 0 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168016873760 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3429] ppid=3412 vsize=10794416 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3429/stat : 3429 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168015821408 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3430] ppid=3412 vsize=10794416 memory=2200 CPUtime=0.15 cores=0,2,4,6
/proc/3415/task/3430/stat : 3430 (java) S 3412 3415 1669 0 -1 1077944384 521 0 0 0 9 6 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168014768944 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3623] ppid=3412 vsize=10794416 memory=8148 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3623/stat : 3623 (java) S 3412 3415 1669 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44744246 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168011616240 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
Current children cumulated CPU time: 1730.24 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8465340 KiB

[startup+467.201 s]
/proc/loadavg: 7.16 6.23 4.31 9/218 3624
/proc/meminfo: memFree=3703352/32770624 swapFree=67108860/67108860
[pid=3415] ppid=3412 vsize=10794416 memory=8465340 CPUtime=1742.61 cores=0,2,4,6
/proc/3415/stat : 3415 (java) S 3412 3415 1669 0 -1 1077944320 285466 0 0 0 173402 859 0 0 20 0 16 0 44702213 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140726091831264 140168718216951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
/proc/3415/statm: 2698604 2116335 3221 1 0 2661057 0
[pid=3415/tid=3417] ppid=3412 vsize=10794416 memory=0 CPUtime=14.63 cores=0,2,4,6
/proc/3415/task/3417/stat : 3417 (java) S 3412 3415 1669 0 -1 1077944384 15987 0 0 0 1453 10 0 0 20 0 16 0 44702213 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168722457632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3418] ppid=3412 vsize=10794416 memory=0 CPUtime=425.61 cores=0,2,4,6
/proc/3415/task/3418/stat : 3418 (java) R 3412 3415 1669 0 -1 4202560 37912 0 0 0 42335 226 0 0 20 0 16 0 44702214 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168674769288 140168710845159 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3419] ppid=3412 vsize=10794416 memory=0 CPUtime=427.62 cores=0,2,4,6
/proc/3415/task/3419/stat : 3419 (java) R 3412 3415 1669 0 -1 4202560 31906 0 0 0 42562 200 0 0 20 0 16 0 44702214 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168324373080 140168703213460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3420] ppid=3412 vsize=10794416 memory=8112282956445269571 CPUtime=426.91 cores=0,2,4,6
/proc/3415/task/3420/stat : 3420 (java) R 3412 3415 1669 0 -1 4202560 37572 0 0 0 42497 194 0 0 20 0 16 0 44702214 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168323320144 140168710845159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3421] ppid=3412 vsize=10794416 memory=8465340 CPUtime=427.2 cores=0,2,4,6
/proc/3415/task/3421/stat : 3421 (java) R 3412 3415 1669 0 -1 4202560 54434 0 0 0 42506 214 0 0 20 0 16 0 44702214 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168322267912 140168710845159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3422] ppid=3412 vsize=10794416 memory=2864 CPUtime=17.01 cores=0,2,4,6
/proc/3415/task/3422/stat : 3422 (java) S 3412 3415 1669 0 -1 1077944384 79525 0 0 0 1697 4 0 0 20 0 16 0 44702216 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168023188544 140168718227157 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3423] ppid=3412 vsize=10794416 memory=928 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3423/stat : 3423 (java) S 3412 3415 1669 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 44702216 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168022136288 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3424] ppid=3412 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3424/stat : 3424 (java) S 3412 3415 1669 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44702216 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168021083632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3425] ppid=3412 vsize=10794416 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3425/stat : 3425 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168020032208 140168718235547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3426] ppid=3412 vsize=10794416 memory=4124 CPUtime=1.11 cores=0,2,4,6
/proc/3415/task/3426/stat : 3426 (java) S 3412 3415 1669 0 -1 1077944384 5617 0 0 0 111 0 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168018978848 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3427] ppid=3412 vsize=10794416 memory=2200 CPUtime=1.84 cores=0,2,4,6
/proc/3415/task/3427/stat : 3427 (java) S 3412 3415 1669 0 -1 1077944384 17737 0 0 0 182 2 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168017926016 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3428] ppid=3412 vsize=10794416 memory=8148 CPUtime=0.42 cores=0,2,4,6
/proc/3415/task/3428/stat : 3428 (java) S 3412 3415 1669 0 -1 1077944384 2682 0 0 0 42 0 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168016873760 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3429] ppid=3412 vsize=10794416 memory=848 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3429/stat : 3429 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168015821408 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3430] ppid=3412 vsize=10794416 memory=4096 CPUtime=0.15 cores=0,2,4,6
/proc/3415/task/3430/stat : 3430 (java) S 3412 3415 1669 0 -1 1077944384 521 0 0 0 9 6 0 0 20 0 16 0 44702219 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168014768944 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3623] ppid=3412 vsize=10794416 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3623/stat : 3623 (java) S 3412 3415 1669 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44744246 11053481984 2116335 33554432000 4194304 4196468 140726091848720 140168011616240 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
Current children cumulated CPU time: 1742.61 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8465340 KiB

[startup+468.001 s]*
/proc/loadavg: 7.14 6.24 4.32 9/218 3624
/proc/meminfo: memFree=3703352/32770624 swapFree=67108860/67108860
[pid=3415] ppid=3412 vsize=10794416 memory=8465344 CPUtime=1745.74 cores=0,2,4,6
/proc/3415/stat : 3415 (java) S 3412 3415 1669 0 -1 1077944320 285831 0 0 0 173714 860 0 0 20 0 16 0 44702213 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140726091831264 140168718216951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
/proc/3415/statm: 2698604 2116336 3221 1 0 2661057 0
[pid=3415/tid=3417] ppid=3412 vsize=10794416 memory=8112282956445269571 CPUtime=14.63 cores=0,2,4,6
/proc/3415/task/3417/stat : 3417 (java) S 3412 3415 1669 0 -1 1077944384 15987 0 0 0 1453 10 0 0 20 0 16 0 44702213 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168722457632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3418] ppid=3412 vsize=10794416 memory=4126316290023845779 CPUtime=426.37 cores=0,2,4,6
/proc/3415/task/3418/stat : 3418 (java) R 3412 3415 1669 0 -1 4202560 37912 0 0 0 42411 226 0 0 20 0 16 0 44702214 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168674769288 140168710845159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3419] ppid=3412 vsize=10794416 memory=3216 CPUtime=428.42 cores=0,2,4,6
/proc/3415/task/3419/stat : 3419 (java) R 3412 3415 1669 0 -1 4202560 32272 0 0 0 42642 200 0 0 20 0 16 0 44702214 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168324373080 140168702916768 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3420] ppid=3412 vsize=10794416 memory=8465340 CPUtime=427.69 cores=0,2,4,6
/proc/3415/task/3420/stat : 3420 (java) R 3412 3415 1669 0 -1 4202560 37572 0 0 0 42575 194 0 0 20 0 16 0 44702214 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168323320456 140168710845159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3421] ppid=3412 vsize=10794416 memory=1404 CPUtime=427.98 cores=0,2,4,6
/proc/3415/task/3421/stat : 3421 (java) R 3412 3415 1669 0 -1 4202560 54434 0 0 0 42584 214 0 0 20 0 16 0 44702214 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168322267912 140168710845159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3422] ppid=3412 vsize=10794416 memory=3040 CPUtime=17.01 cores=0,2,4,6
/proc/3415/task/3422/stat : 3422 (java) S 3412 3415 1669 0 -1 1077944384 79525 0 0 0 1697 4 0 0 20 0 16 0 44702216 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168023188544 140168718227157 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3423] ppid=3412 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3423/stat : 3423 (java) S 3412 3415 1669 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 44702216 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168022136288 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3424] ppid=3412 vsize=10794416 memory=576461252204721717 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3424/stat : 3424 (java) S 3412 3415 1669 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44702216 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168021083632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3425] ppid=3412 vsize=10794416 memory=288289969712411616 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3425/stat : 3425 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168020032208 140168718235547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3426] ppid=3412 vsize=10794416 memory=6628 CPUtime=1.11 cores=0,2,4,6
/proc/3415/task/3426/stat : 3426 (java) S 3412 3415 1669 0 -1 1077944384 5617 0 0 0 111 0 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168018978848 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3427] ppid=3412 vsize=10794416 memory=8836 CPUtime=1.84 cores=0,2,4,6
/proc/3415/task/3427/stat : 3427 (java) S 3412 3415 1669 0 -1 1077944384 17737 0 0 0 182 2 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168017926016 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3428] ppid=3412 vsize=10794416 memory=13329 CPUtime=0.42 cores=0,2,4,6
/proc/3415/task/3428/stat : 3428 (java) S 3412 3415 1669 0 -1 1077944384 2682 0 0 0 42 0 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168016873760 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3429] ppid=3412 vsize=10794416 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3429/stat : 3429 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168015821408 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3430] ppid=3412 vsize=10794416 memory=6628 CPUtime=0.15 cores=0,2,4,6
/proc/3415/task/3430/stat : 3430 (java) S 3412 3415 1669 0 -1 1077944384 521 0 0 0 9 6 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168014768944 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3623] ppid=3412 vsize=10794416 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3623/stat : 3623 (java) S 3412 3415 1669 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44744246 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168011616240 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
Current children cumulated CPU time: 1745.74 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8465344 KiB

[startup+468.801 s]
/proc/loadavg: 7.14 6.24 4.32 9/218 3624
/proc/meminfo: memFree=3703352/32770624 swapFree=67108860/67108860
[pid=3415] ppid=3412 vsize=10794416 memory=8465344 CPUtime=1747.65 cores=0,2,4,6
/proc/3415/stat : 3415 (java) S 3412 3415 1669 0 -1 1077944320 285974 0 0 0 173905 860 0 0 20 0 16 0 44702213 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140726091831264 140168718216951 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
/proc/3415/statm: 2698604 2116336 3221 1 0 2661057 0
[pid=3415/tid=3417] ppid=3412 vsize=10794416 memory=15100 CPUtime=14.63 cores=0,2,4,6
/proc/3415/task/3417/stat : 3417 (java) S 3412 3415 1669 0 -1 1077944384 15987 0 0 0 1453 10 0 0 20 0 16 0 44702213 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168722457632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3418] ppid=3412 vsize=10794416 memory=8465344 CPUtime=426.74 cores=0,2,4,6
/proc/3415/task/3418/stat : 3418 (java) S 3412 3415 1669 0 -1 1077944384 37912 0 0 0 42448 226 0 0 20 0 16 0 44702214 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168674769168 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3419] ppid=3412 vsize=10794416 memory=13252 CPUtime=428.81 cores=0,2,4,6
/proc/3415/task/3419/stat : 3419 (java) S 3412 3415 1669 0 -1 1077944384 32414 0 0 0 42681 200 0 0 20 0 16 0 44702214 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168324372880 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3420] ppid=3412 vsize=10794416 memory=6944656592455360604 CPUtime=428.06 cores=0,2,4,6
/proc/3415/task/3420/stat : 3420 (java) S 3412 3415 1669 0 -1 1077944384 37572 0 0 0 42612 194 0 0 20 0 16 0 44702214 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168323320336 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3421] ppid=3412 vsize=10794416 memory=8112282956445269571 CPUtime=428.35 cores=0,2,4,6
/proc/3415/task/3421/stat : 3421 (java) S 3412 3415 1669 0 -1 1077944384 54434 0 0 0 42621 214 0 0 20 0 16 0 44702214 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168322267792 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3422] ppid=3412 vsize=10794416 memory=8465344 CPUtime=17.42 cores=0,2,4,6
/proc/3415/task/3422/stat : 3422 (java) R 3412 3415 1669 0 -1 4202560 79525 0 0 0 1738 4 0 0 20 0 16 0 44702216 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168023188432 140168702674571 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3423] ppid=3412 vsize=10794416 memory=848 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3423/stat : 3423 (java) S 3412 3415 1669 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 44702216 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168022136288 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3424] ppid=3412 vsize=10794416 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3424/stat : 3424 (java) S 3412 3415 1669 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44702216 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168021083632 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3425] ppid=3412 vsize=10794416 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3425/stat : 3425 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168020032208 140168718235547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3426] ppid=3412 vsize=10794416 memory=3216 CPUtime=1.11 cores=0,2,4,6
/proc/3415/task/3426/stat : 3426 (java) S 3412 3415 1669 0 -1 1077944384 5617 0 0 0 111 0 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168018978848 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3427] ppid=3412 vsize=10794416 memory=8112282956445269571 CPUtime=1.84 cores=0,2,4,6
/proc/3415/task/3427/stat : 3427 (java) S 3412 3415 1669 0 -1 1077944384 17737 0 0 0 182 2 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168017926016 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3428] ppid=3412 vsize=10794416 memory=2428 CPUtime=0.42 cores=0,2,4,6
/proc/3415/task/3428/stat : 3428 (java) S 3412 3415 1669 0 -1 1077944384 2682 0 0 0 42 0 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168016873760 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3429] ppid=3412 vsize=10794416 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3429/stat : 3429 (java) S 3412 3415 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168015821408 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3430] ppid=3412 vsize=10794416 memory=1004 CPUtime=0.15 cores=0,2,4,6
/proc/3415/task/3430/stat : 3430 (java) S 3412 3415 1669 0 -1 1077944384 521 0 0 0 9 6 0 0 20 0 16 0 44702219 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168014768944 140168718228098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
[pid=3415/tid=3623] ppid=3412 vsize=10794416 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/3415/task/3623/stat : 3623 (java) S 3412 3415 1669 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44744246 11053481984 2116336 33554432000 4194304 4196468 140726091848720 140168011616240 140168718227157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10252288 140726091850865 140726091851017 140726091851017 140726091853775 0
Current children cumulated CPU time: 1747.65 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8465344 KiB

[startup+469.023 s]*
/proc/loadavg: 7.14 6.24 4.32 6/204 3624
/proc/meminfo: memFree=11693556/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): 469.038
CPU time (s): 1747.89
CPU user time (s): 1739.25
CPU system time (s): 8.64633
CPU usage (%): 372.655
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8465372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1739.25
system time used= 8.64633
maximum resident set size= 8465480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38556
involuntary context switches= 49136


# summary of solver processes directly reported to runsolver:
#   pid: 3415
#   total CPU time (s): 1747.89
#   total CPU user time (s): 1739.25
#   total CPU system time (s): 8.64633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.89324 second user time and 4.42471 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 16:56:30
IDJOB=4289931
IDBENCH=141636
IDSOLVER=2742
FILE ID=node151/4289931-1532271390
RUNJOBID= node151-1532259931-1700
PBS_JOBID= 21018964
Free space on /tmp= 55068 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-4-0_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289931-1532271390/watcher-4289931-1532271390 -o /tmp/evaluation-result-4289931-1532271390/solver-4289931-1532271390 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1700 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289931-1532271390.xml

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

MD5SUM BENCH= ed32499ea7c7019ad5624e4a2d93decd
RANDOM SEED=834228020

node151.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.87
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.87
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.87
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.87
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:        12259688 kB
MemAvailable:   23586180 kB
Buffers:          245648 kB
Cached:         11229212 kB
SwapCached:            0 kB
Active:          9339716 kB
Inactive:       10526916 kB
Active(anon):    8393996 kB
Inactive(anon):    16936 kB
Active(file):     945720 kB
Inactive(file): 10509980 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2872 kB
Writeback:             0 kB
AnonPages:       8409076 kB
Mapped:            47696 kB
Shmem:             17032 kB
Slab:             326712 kB
SReclaimable:     299252 kB
SUnreclaim:        27460 kB
KernelStack:        3792 kB
PageTables:        21636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8648808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7260160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55068 MiB
End job on node151 at 2018-07-22 17:04:19