Trace number 4289934

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? 1731.75 469.938

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-2-2_c18.xml
MD5SUMcdfe3d0465f921b63e12edf2a82a40f3
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 variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":37,"count":111},{"size":41,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"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":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289934-1532271452/watcher-4289934-1532271452 -o /tmp/evaluation-result-4289934-1532271452/solver-4289934-1532271452 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5992 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289934-1532271452.xml 

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

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


[startup+0.101442 s]*
/proc/loadavg: 4.76 4.41 3.27 3/220 7740
/proc/meminfo: memFree=25540792/32770624 swapFree=67108860/67108860
[pid=7725] ppid=7722 vsize=10659012 memory=30468 CPUtime=0.12 cores=1,3,5,7
/proc/7725/stat : 7725 (java) S 7722 7725 5960 0 -1 1077944320 6679 0 0 0 11 1 0 0 20 0 15 0 44708431 10914828288 7617 33554432000 4194304 4196468 140725925819728 140725925802272 140020369358583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
/proc/7725/statm: 2664753 7617 2845 1 0 2627263 0
[pid=7725/tid=7727] ppid=7722 vsize=10659012 memory=-8824344396928218304 CPUtime=0.09 cores=1,3,5,7
/proc/7725/task/7727/stat : 7727 (java) R 7722 7725 5960 0 -1 4202560 4517 0 0 0 8 1 0 0 20 0 15 0 44708431 10914828288 7617 33554432000 4194304 4196468 140725925819728 140020373563248 140020353439070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7728] ppid=7722 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7728/stat : 7728 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 7617 33554432000 4194304 4196468 140725925819728 140020306049552 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7729] ppid=7722 vsize=10659012 memory=140420754691712 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7729/stat : 7729 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 7617 33554432000 4194304 4196468 140725925819728 140020304997008 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7730] ppid=7722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7730/stat : 7730 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 7617 33554432000 4194304 4196468 140725925819728 140020303943952 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7731] ppid=7722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7731/stat : 7731 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 7617 33554432000 4194304 4196468 140725925819728 140020302891408 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7732] ppid=7722 vsize=10659012 memory=140420754691712 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7732/stat : 7732 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708434 10914828288 7617 33554432000 4194304 4196468 140725925819728 140019487435504 140020369369730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7733] ppid=7722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7733/stat : 7733 (java) S 7722 7725 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44708434 10914828288 7617 33554432000 4194304 4196468 140725925819728 140019486381728 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7734] ppid=7722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7734/stat : 7734 (java) S 7722 7725 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44708434 10914828288 7617 33554432000 4194304 4196468 140725925819728 140019485328624 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7735] ppid=7722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7735/stat : 7735 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 7617 33554432000 4194304 4196468 140725925819728 140019484277200 140020369377179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7736] ppid=7722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7736/stat : 7736 (java) S 7722 7725 5960 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 7617 33554432000 4194304 4196468 140725925819728 140019483224304 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7737] ppid=7722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7737/stat : 7737 (java) S 7722 7725 5960 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 7617 33554432000 4194304 4196468 140725925819728 140019482171760 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7738] ppid=7722 vsize=10659012 memory=140420754691712 CPUtime=0.01 cores=1,3,5,7
/proc/7725/task/7738/stat : 7738 (java) S 7722 7725 5960 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 15 0 44708437 10914828288 7617 33554432000 4194304 4196468 140725925819728 140019481118704 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7739] ppid=7722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7739/stat : 7739 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 7617 33554432000 4194304 4196468 140725925819728 140019480066400 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7740] ppid=7722 vsize=10659012 memory=140420754691712 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7740/stat : 7740 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 7617 33554432000 4194304 4196468 140725925819728 140019479014448 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30468 KiB

[startup+0.210549 s]*
/proc/loadavg: 4.76 4.41 3.27 4/220 7740
/proc/meminfo: memFree=25530552/32770624 swapFree=67108860/67108860
[pid=7725] ppid=7722 vsize=10659012 memory=41804 CPUtime=0.33 cores=1,3,5,7
/proc/7725/stat : 7725 (java) S 7722 7725 5960 0 -1 1077944320 8081 0 0 0 31 2 0 0 20 0 15 0 44708431 10914828288 10451 33554432000 4194304 4196468 140725925819728 140725925802272 140020369358583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
/proc/7725/statm: 2664753 10451 3001 1 0 2627263 0
[pid=7725/tid=7727] ppid=7722 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/7725/task/7727/stat : 7727 (java) S 7722 7725 5960 0 -1 1077944384 5006 0 0 0 19 1 0 0 20 0 15 0 44708431 10914828288 10451 33554432000 4194304 4196468 140725925819728 140020373592208 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7728] ppid=7722 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7728/stat : 7728 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 10451 33554432000 4194304 4196468 140725925819728 140020306049552 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7729] ppid=7722 vsize=10659012 memory=140420754699549 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7729/stat : 7729 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 10451 33554432000 4194304 4196468 140725925819728 140020304997008 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7730] ppid=7722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7730/stat : 7730 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 10451 33554432000 4194304 4196468 140725925819728 140020303943952 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7731] ppid=7722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7731/stat : 7731 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 10451 33554432000 4194304 4196468 140725925819728 140020302891408 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7732] ppid=7722 vsize=10659012 memory=140420754691712 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7732/stat : 7732 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708434 10914828288 10451 33554432000 4194304 4196468 140725925819728 140019487435504 140020369369730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7733] ppid=7722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7733/stat : 7733 (java) S 7722 7725 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44708434 10914828288 10451 33554432000 4194304 4196468 140725925819728 140019486381728 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7734] ppid=7722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7734/stat : 7734 (java) S 7722 7725 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44708434 10914828288 10451 33554432000 4194304 4196468 140725925819728 140019485328624 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7735] ppid=7722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7735/stat : 7735 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 10451 33554432000 4194304 4196468 140725925819728 140019484277200 140020369377179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7736] ppid=7722 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7725/task/7736/stat : 7736 (java) R 7722 7725 5960 0 -1 1077944384 648 0 0 0 2 0 0 0 20 0 15 0 44708437 10914828288 10451 33554432000 4194304 4196468 140725925819728 140019483224304 140020369369730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7737] ppid=7722 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/7725/task/7737/stat : 7737 (java) R 7722 7725 5960 0 -1 4202560 381 0 0 0 1 0 0 0 20 0 15 0 44708437 10914828288 10451 33554432000 4194304 4196468 140725925819728 140019482171760 140020353752348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7738] ppid=7722 vsize=10659012 memory=140420754691712 CPUtime=0.07 cores=1,3,5,7
/proc/7725/task/7738/stat : 7738 (java) R 7722 7725 5960 0 -1 4202560 685 0 0 0 7 0 0 0 20 0 15 0 44708437 10914828288 10451 33554432000 4194304 4196468 140725925819728 140019481118704 140020348162911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7739] ppid=7722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7739/stat : 7739 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 10451 33554432000 4194304 4196468 140725925819728 140019480066400 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7740] ppid=7722 vsize=10659012 memory=140420754691712 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7740/stat : 7740 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 10451 33554432000 4194304 4196468 140725925819728 140019479014448 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41804 KiB

[startup+0.315529 s]*
/proc/loadavg: 4.76 4.41 3.27 5/220 7740
/proc/meminfo: memFree=25516968/32770624 swapFree=67108860/67108860
[pid=7725] ppid=7722 vsize=10659012 memory=54932 CPUtime=0.59 cores=1,3,5,7
/proc/7725/stat : 7725 (java) S 7722 7725 5960 0 -1 1077944320 9819 0 0 0 57 2 0 0 20 0 15 0 44708431 10914828288 13733 33554432000 4194304 4196468 140725925819728 140725925802272 140020369358583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
/proc/7725/statm: 2664753 13733 3041 1 0 2627263 0
[pid=7725/tid=7727] ppid=7722 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/7725/task/7727/stat : 7727 (java) R 7722 7725 5960 0 -1 4202560 5368 0 0 0 29 1 0 0 20 0 15 0 44708431 10914828288 13733 33554432000 4194304 4196468 140725925819728 140020373594648 140019977190656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7728] ppid=7722 vsize=10659012 memory=4294980951 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7728/stat : 7728 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 13733 33554432000 4194304 4196468 140725925819728 140020306049552 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7729] ppid=7722 vsize=10659012 memory=140420754949928 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7729/stat : 7729 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 13733 33554432000 4194304 4196468 140725925819728 140020304997008 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7730] ppid=7722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7730/stat : 7730 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 13733 33554432000 4194304 4196468 140725925819728 140020303943952 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7731] ppid=7722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7731/stat : 7731 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708432 10914828288 13733 33554432000 4194304 4196468 140725925819728 140020302891408 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7732] ppid=7722 vsize=10659012 memory=140420754691712 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7732/stat : 7732 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708434 10914828288 13733 33554432000 4194304 4196468 140725925819728 140019487435504 140020369369730 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7733] ppid=7722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7733/stat : 7733 (java) S 7722 7725 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44708434 10914828288 13733 33554432000 4194304 4196468 140725925819728 140019486381728 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7734] ppid=7722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7734/stat : 7734 (java) S 7722 7725 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44708434 10914828288 13733 33554432000 4194304 4196468 140725925819728 140019485328624 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7735] ppid=7722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7735/stat : 7735 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 13733 33554432000 4194304 4196468 140725925819728 140019484277200 140020369377179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7736] ppid=7722 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7725/task/7736/stat : 7736 (java) R 7722 7725 5960 0 -1 4202560 1090 0 0 0 7 0 0 0 20 0 15 0 44708437 10914828288 13733 33554432000 4194304 4196468 140725925819728 140019483205320 140020350902678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7737] ppid=7722 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7725/task/7737/stat : 7737 (java) R 7722 7725 5960 0 -1 4202560 980 0 0 0 7 0 0 0 20 0 15 0 44708437 10914828288 13733 33554432000 4194304 4196468 140725925819728 140019482152776 140020354238965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7738] ppid=7722 vsize=10659012 memory=140420754691712 CPUtime=0.12 cores=1,3,5,7
/proc/7725/task/7738/stat : 7738 (java) S 7722 7725 5960 0 -1 1077944384 1013 0 0 0 12 0 0 0 20 0 15 0 44708437 10914828288 13733 33554432000 4194304 4196468 140725925819728 140019481118704 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7739] ppid=7722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7739/stat : 7739 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 13733 33554432000 4194304 4196468 140725925819728 140019480066400 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7740] ppid=7722 vsize=10659012 memory=140420754691712 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7740/stat : 7740 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708437 10914828288 13733 33554432000 4194304 4196468 140725925819728 140019479014448 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54932 KiB

[startup+0.704482 s]
/proc/loadavg: 4.76 4.41 3.27 5/220 7740
/proc/meminfo: memFree=25474112/32770624 swapFree=67108860/67108860
[pid=7725] ppid=7722 vsize=10659088 memory=148736 CPUtime=1.84 cores=1,3,5,7
/proc/7725/stat : 7725 (java) S 7722 7725 5960 0 -1 1077944320 12463 0 0 0 180 4 0 0 20 0 15 0 44708431 10914906112 37184 33554432000 4194304 4196468 140725925819728 140725925802272 140020369358583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
/proc/7725/statm: 2664772 37184 3105 1 0 2627263 0
[pid=7725/tid=7727] ppid=7722 vsize=10659088 memory=173629287444883 CPUtime=0.65 cores=1,3,5,7
/proc/7725/task/7727/stat : 7727 (java) R 7722 7725 5960 0 -1 4202560 5864 0 0 0 63 2 0 0 20 0 15 0 44708431 10914906112 37184 33554432000 4194304 4196468 140725925819728 140020373590768 140019980492351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7728] ppid=7722 vsize=10659088 memory=23613 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7728/stat : 7728 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708432 10914906112 37184 33554432000 4194304 4196468 140725925819728 140020306049552 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7729] ppid=7722 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7729/stat : 7729 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708432 10914906112 37184 33554432000 4194304 4196468 140725925819728 140020304997008 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7730] ppid=7722 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7730/stat : 7730 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708432 10914906112 37184 33554432000 4194304 4196468 140725925819728 140020303943952 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7731] ppid=7722 vsize=10659088 memory=7809523229951467574 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7731/stat : 7731 (java) S 7722 7725 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44708432 10914906112 37184 33554432000 4194304 4196468 140725925819728 140020302891408 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7732] ppid=7722 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7732/stat : 7732 (java) S 7722 7725 5960 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44708434 10914906112 37184 33554432000 4194304 4196468 140725925819728 140019487435504 140020369369730 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7733] ppid=7722 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7733/stat : 7733 (java) S 7722 7725 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44708434 10914906112 37184 33554432000 4194304 4196468 140725925819728 140019486381728 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7734] ppid=7722 vsize=10659088 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7734/stat : 7734 (java) S 7722 7725 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44708434 10914906112 37184 33554432000 4194304 4196468 140725925819728 140019485328624 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7735] ppid=7722 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7735/stat : 7735 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44708437 10914906112 37184 33554432000 4194304 4196468 140725925819728 140019484277200 140020369377179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7736] ppid=7722 vsize=10659088 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/7725/task/7736/stat : 7736 (java) R 7722 7725 5960 0 -1 4202560 2494 0 0 0 43 0 0 0 20 0 15 0 44708437 10914906112 37184 33554432000 4194304 4196468 140725925819728 140019483210328 140020350902711 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7737] ppid=7722 vsize=10659088 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/7725/task/7737/stat : 7737 (java) R 7722 7725 5960 0 -1 4202560 1340 0 0 0 43 0 0 0 20 0 15 0 44708437 10914906112 37184 33554432000 4194304 4196468 140725925819728 140019482152776 140020352855363 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7738] ppid=7722 vsize=10659088 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/7725/task/7738/stat : 7738 (java) S 7722 7725 5960 0 -1 1077944384 1394 0 0 0 28 0 0 0 20 0 15 0 44708437 10914906112 37184 33554432000 4194304 4196468 140725925819728 140019481118704 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7739] ppid=7722 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7739/stat : 7739 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44708437 10914906112 37184 33554432000 4194304 4196468 140725925819728 140019480066400 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7740] ppid=7722 vsize=10659088 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7740/stat : 7740 (java) S 7722 7725 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44708437 10914906112 37184 33554432000 4194304 4196468 140725925819728 140019479014448 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 148736 KiB

[startup+1.50497 s]
/proc/loadavg: 4.76 4.41 3.27 5/220 7740
/proc/meminfo: memFree=25368804/32770624 swapFree=67108860/67108860
[pid=7725] ppid=7722 vsize=10659088 memory=609804 CPUtime=4.39 cores=1,3,5,7
/proc/7725/stat : 7725 (java) S 7722 7725 5960 0 -1 1077944320 17688 0 0 0 419 20 0 0 20 0 15 0 44708431 10914906112 152451 33554432000 4194304 4196468 140725925819728 140725925802272 140020369358583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
/proc/7725/statm: 2664772 152451 3144 1 0 2627263 0
[pid=7725/tid=7727] ppid=7722 vsize=10659088 memory=13880 CPUtime=1.35 cores=1,3,5,7
/proc/7725/task/7727/stat : 7727 (java) S 7722 7725 5960 0 -1 1077944384 6650 0 0 0 128 7 0 0 20 0 15 0 44708431 10914906112 152451 33554432000 4194304 4196468 140725925819728 140020373595808 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7728] ppid=7722 vsize=10659088 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/7725/task/7728/stat : 7728 (java) S 7722 7725 5960 0 -1 1077944384 193 0 0 0 5 2 0 0 20 0 15 0 44708432 10914906112 152451 33554432000 4194304 4196468 140725925819728 140020306049552 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7729] ppid=7722 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7725/task/7729/stat : 7729 (java) R 7722 7725 5960 0 -1 4202560 150 0 0 0 6 2 0 0 20 0 15 0 44708432 10914906112 152451 33554432000 4194304 4196468 140725925819728 140020304997008 140020362455056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7730] ppid=7722 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7725/task/7730/stat : 7730 (java) R 7722 7725 5960 0 -1 1077944384 131 0 0 0 5 2 0 0 20 0 15 0 44708432 10914906112 152451 33554432000 4194304 4196468 140725925819728 140020303943952 140020369368789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7731] ppid=7722 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/7725/task/7731/stat : 7731 (java) R 7722 7725 5960 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 15 0 44708432 10914906112 152451 33554432000 4194304 4196468 140725925819728 140020302891408 140020362463246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7732] ppid=7722 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7732/stat : 7732 (java) S 7722 7725 5960 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 15 0 44708434 10914906112 152451 33554432000 4194304 4196468 140725925819728 140019487434016 140020369368789 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0

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

/proc/7725/task/7731/stat : 7731 (java) R 7722 7725 5960 0 -1 4202560 660534 0 0 0 41693 186 0 0 20 0 17 0 44708432 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140020302891296 140020362463276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7732] ppid=7722 vsize=10794416 memory=1568 CPUtime=25.18 cores=1,3,5,7
/proc/7725/task/7732/stat : 7732 (java) S 7722 7725 5960 0 -1 1077944384 111645 0 0 0 2512 6 0 0 20 0 17 0 44708434 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019487434048 140020369368789 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7733] ppid=7722 vsize=10794416 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7733/stat : 7733 (java) S 7722 7725 5960 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 44708434 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019486381792 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7734] ppid=7722 vsize=10794416 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7734/stat : 7734 (java) S 7722 7725 5960 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 44708434 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019485327744 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7735] ppid=7722 vsize=10794416 memory=8417820 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7735/stat : 7735 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019484277200 140020369377179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7736] ppid=7722 vsize=10794416 memory=1228 CPUtime=4.14 cores=1,3,5,7
/proc/7725/task/7736/stat : 7736 (java) S 7722 7725 5960 0 -1 1077944384 13035 0 0 0 413 1 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019483224064 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7737] ppid=7722 vsize=10794416 memory=4096 CPUtime=3.75 cores=1,3,5,7
/proc/7725/task/7737/stat : 7737 (java) S 7722 7725 5960 0 -1 1077944384 10821 0 0 0 374 1 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019482163040 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7738] ppid=7722 vsize=10794416 memory=8417820 CPUtime=0.66 cores=1,3,5,7
/proc/7725/task/7738/stat : 7738 (java) S 7722 7725 5960 0 -1 1077944384 3801 0 0 0 65 1 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019481113472 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7739] ppid=7722 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7739/stat : 7739 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019480066400 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7740] ppid=7722 vsize=10794416 memory=1800 CPUtime=0.29 cores=1,3,5,7
/proc/7725/task/7740/stat : 7740 (java) S 7722 7725 5960 0 -1 1077944384 1232 0 0 0 20 9 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019479014448 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7779] ppid=7722 vsize=10794416 memory=956 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7779/stat : 7779 (java) S 7722 7725 5960 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 44753056 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019475861424 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7780] ppid=7722 vsize=10794416 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7780/stat : 7780 (java) S 7722 7725 5960 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 44753056 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019474808976 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
Current children cumulated CPU time: 1723.23 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8417820 KiB

[startup+468.801 s]
/proc/loadavg: 4.69 4.52 3.73 6/222 7780
/proc/meminfo: memFree=16017284/32770624 swapFree=67108860/67108860
[pid=7725] ppid=7722 vsize=10794416 memory=8417820 CPUtime=1729.43 cores=1,3,5,7
/proc/7725/stat : 7725 (java) S 7722 7725 5960 0 -1 1077944320 3290615 0 0 0 172107 836 0 0 20 0 17 0 44708431 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140725925802272 140020369358583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
/proc/7725/statm: 2698604 2104455 3227 1 0 2661057 0
[pid=7725/tid=7727] ppid=7722 vsize=10794416 memory=9320 CPUtime=14.74 cores=1,3,5,7
/proc/7725/task/7727/stat : 7727 (java) S 7722 7725 5960 0 -1 1077944384 20587 0 0 0 1436 38 0 0 20 0 17 0 44708431 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140020373599264 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7728] ppid=7722 vsize=10794416 memory=4052 CPUtime=421.46 cores=1,3,5,7
/proc/7725/task/7728/stat : 7728 (java) R 7722 7725 5960 0 -1 4202560 600538 0 0 0 41959 187 0 0 20 0 17 0 44708432 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140020306049360 140020361986791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7729] ppid=7722 vsize=10794416 memory=8112282956445269571 CPUtime=419.11 cores=1,3,5,7
/proc/7725/task/7729/stat : 7729 (java) R 7722 7725 5960 0 -1 4202560 836637 0 0 0 41714 197 0 0 20 0 17 0 44708432 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140020304997128 140020361986791 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7730] ppid=7722 vsize=10794416 memory=280841200969552 CPUtime=419.62 cores=1,3,5,7
/proc/7725/task/7730/stat : 7730 (java) R 7722 7725 5960 0 -1 4202560 1030258 0 0 0 41750 212 0 0 20 0 17 0 44708432 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140020303943760 140020361986791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7731] ppid=7722 vsize=10794416 memory=280841200969616 CPUtime=420.39 cores=1,3,5,7
/proc/7725/task/7731/stat : 7731 (java) R 7722 7725 5960 0 -1 4202560 660602 0 0 0 41853 186 0 0 20 0 17 0 44708432 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140020302891296 140020354348048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7732] ppid=7722 vsize=10794416 memory=280841200969680 CPUtime=25.18 cores=1,3,5,7
/proc/7725/task/7732/stat : 7732 (java) S 7722 7725 5960 0 -1 1077944384 111645 0 0 0 2512 6 0 0 20 0 17 0 44708434 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019487434048 140020369368789 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7733] ppid=7722 vsize=10794416 memory=280841200969744 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7733/stat : 7733 (java) S 7722 7725 5960 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 44708434 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019486381792 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7734] ppid=7722 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7734/stat : 7734 (java) S 7722 7725 5960 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 44708434 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019485327744 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7735] ppid=7722 vsize=10794416 memory=3172 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7735/stat : 7735 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019484277200 140020369377179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7736] ppid=7722 vsize=10794416 memory=8417820 CPUtime=4.14 cores=1,3,5,7
/proc/7725/task/7736/stat : 7736 (java) S 7722 7725 5960 0 -1 1077944384 13035 0 0 0 413 1 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019483224064 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7737] ppid=7722 vsize=10794416 memory=8112282956445269571 CPUtime=3.75 cores=1,3,5,7
/proc/7725/task/7737/stat : 7737 (java) S 7722 7725 5960 0 -1 1077944384 10821 0 0 0 374 1 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019482163040 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7738] ppid=7722 vsize=10794416 memory=4126316290023845779 CPUtime=0.66 cores=1,3,5,7
/proc/7725/task/7738/stat : 7738 (java) S 7722 7725 5960 0 -1 1077944384 3801 0 0 0 65 1 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019481113472 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7739] ppid=7722 vsize=10794416 memory=8417820 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7739/stat : 7739 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019480066400 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7740] ppid=7722 vsize=10794416 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/7725/task/7740/stat : 7740 (java) S 7722 7725 5960 0 -1 1077944384 1232 0 0 0 20 9 0 0 20 0 17 0 44708437 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019479014448 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7779] ppid=7722 vsize=10794416 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7779/stat : 7779 (java) S 7722 7725 5960 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 44753056 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019475861424 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7780] ppid=7722 vsize=10794416 memory=8417820 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7780/stat : 7780 (java) S 7722 7725 5960 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 44753056 11053481984 2104455 33554432000 4194304 4196468 140725925819728 140019474808976 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
Current children cumulated CPU time: 1729.43 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8417820 KiB

[startup+469.601 s]
/proc/loadavg: 4.69 4.52 3.73 6/222 7780
/proc/meminfo: memFree=16017284/32770624 swapFree=67108860/67108860
[pid=7725] ppid=7722 vsize=10794416 memory=8417852 CPUtime=1731.4 cores=1,3,5,7
/proc/7725/stat : 7725 (java) S 7722 7725 5960 0 -1 1077944320 3290698 0 0 0 172303 837 0 0 20 0 17 0 44708431 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140725925802272 140020369358583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
/proc/7725/statm: 2698604 2104463 3227 1 0 2661057 0
[pid=7725/tid=7727] ppid=7722 vsize=10794416 memory=4096 CPUtime=14.74 cores=1,3,5,7
/proc/7725/task/7727/stat : 7727 (java) S 7722 7725 5960 0 -1 1077944384 20587 0 0 0 1436 38 0 0 20 0 17 0 44708431 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140020373599264 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7728] ppid=7722 vsize=10794416 memory=15308 CPUtime=421.85 cores=1,3,5,7
/proc/7725/task/7728/stat : 7728 (java) S 7722 7725 5960 0 -1 1077944384 600538 0 0 0 41998 187 0 0 20 0 17 0 44708432 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140020306049552 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7729] ppid=7722 vsize=10794416 memory=2396 CPUtime=419.49 cores=1,3,5,7
/proc/7725/task/7729/stat : 7729 (java) S 7722 7725 5960 0 -1 1077944384 836637 0 0 0 41752 197 0 0 20 0 17 0 44708432 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140020304997008 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7730] ppid=7722 vsize=10794416 memory=8112282956445269571 CPUtime=420.02 cores=1,3,5,7
/proc/7725/task/7730/stat : 7730 (java) S 7722 7725 5960 0 -1 1077944384 1030258 0 0 0 41789 213 0 0 20 0 17 0 44708432 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140020303943952 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7731] ppid=7722 vsize=10794416 memory=1292 CPUtime=420.79 cores=1,3,5,7
/proc/7725/task/7731/stat : 7731 (java) S 7722 7725 5960 0 -1 1077944384 660602 0 0 0 41893 186 0 0 20 0 17 0 44708432 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140020302891408 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7732] ppid=7722 vsize=10794416 memory=1732 CPUtime=25.57 cores=1,3,5,7
/proc/7725/task/7732/stat : 7732 (java) R 7722 7725 5960 0 -1 4202560 111728 0 0 0 2551 6 0 0 20 0 17 0 44708434 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019487434048 140020354354993 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7733] ppid=7722 vsize=10794416 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7733/stat : 7733 (java) S 7722 7725 5960 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 44708434 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019486381792 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7734] ppid=7722 vsize=10794416 memory=9320 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7734/stat : 7734 (java) S 7722 7725 5960 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 44708434 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019485327744 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7735] ppid=7722 vsize=10794416 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7735/stat : 7735 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019484277200 140020369377179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7736] ppid=7722 vsize=10794416 memory=644 CPUtime=4.14 cores=1,3,5,7
/proc/7725/task/7736/stat : 7736 (java) S 7722 7725 5960 0 -1 1077944384 13035 0 0 0 413 1 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019483224064 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7737] ppid=7722 vsize=10794416 memory=1800 CPUtime=3.75 cores=1,3,5,7
/proc/7725/task/7737/stat : 7737 (java) S 7722 7725 5960 0 -1 1077944384 10821 0 0 0 374 1 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019482163040 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7738] ppid=7722 vsize=10794416 memory=956 CPUtime=0.66 cores=1,3,5,7
/proc/7725/task/7738/stat : 7738 (java) S 7722 7725 5960 0 -1 1077944384 3801 0 0 0 65 1 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019481113472 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7739] ppid=7722 vsize=10794416 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7739/stat : 7739 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019480066400 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7740] ppid=7722 vsize=10794416 memory=1292 CPUtime=0.29 cores=1,3,5,7
/proc/7725/task/7740/stat : 7740 (java) S 7722 7725 5960 0 -1 1077944384 1232 0 0 0 20 9 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019479014448 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7779] ppid=7722 vsize=10794416 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7779/stat : 7779 (java) S 7722 7725 5960 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 44753056 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019475861424 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7780] ppid=7722 vsize=10794416 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7780/stat : 7780 (java) S 7722 7725 5960 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 44753056 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019474808976 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
Current children cumulated CPU time: 1731.4 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8417852 KiB

[startup+469.801 s]
/proc/loadavg: 4.69 4.52 3.73 6/222 7780
/proc/meminfo: memFree=16017284/32770624 swapFree=67108860/67108860
[pid=7725] ppid=7722 vsize=10794416 memory=8417852 CPUtime=1731.6 cores=1,3,5,7
/proc/7725/stat : 7725 (java) S 7722 7725 5960 0 -1 1077944320 3290743 0 0 0 172323 837 0 0 20 0 17 0 44708431 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140725925802272 140020369358583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
/proc/7725/statm: 2698604 2104463 3227 1 0 2661057 0
[pid=7725/tid=7727] ppid=7722 vsize=10794416 memory=796 CPUtime=14.74 cores=1,3,5,7
/proc/7725/task/7727/stat : 7727 (java) S 7722 7725 5960 0 -1 1077944384 20587 0 0 0 1436 38 0 0 20 0 17 0 44708431 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140020373599264 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7728] ppid=7722 vsize=10794416 memory=4616 CPUtime=421.85 cores=1,3,5,7
/proc/7725/task/7728/stat : 7728 (java) S 7722 7725 5960 0 -1 1077944384 600538 0 0 0 41998 187 0 0 20 0 17 0 44708432 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140020306049552 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7729] ppid=7722 vsize=10794416 memory=1424 CPUtime=419.49 cores=1,3,5,7
/proc/7725/task/7729/stat : 7729 (java) S 7722 7725 5960 0 -1 1077944384 836637 0 0 0 41752 197 0 0 20 0 17 0 44708432 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140020304997008 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7730] ppid=7722 vsize=10794416 memory=18476 CPUtime=420.02 cores=1,3,5,7
/proc/7725/task/7730/stat : 7730 (java) S 7722 7725 5960 0 -1 1077944384 1030258 0 0 0 41789 213 0 0 20 0 17 0 44708432 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140020303943952 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7731] ppid=7722 vsize=10794416 memory=1236 CPUtime=420.79 cores=1,3,5,7
/proc/7725/task/7731/stat : 7731 (java) S 7722 7725 5960 0 -1 1077944384 660602 0 0 0 41893 186 0 0 20 0 17 0 44708432 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140020302891408 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7732] ppid=7722 vsize=10794416 memory=9320 CPUtime=25.77 cores=1,3,5,7
/proc/7725/task/7732/stat : 7732 (java) R 7722 7725 5960 0 -1 4202560 111773 0 0 0 2571 6 0 0 20 0 17 0 44708434 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019487434048 140020353816205 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7733] ppid=7722 vsize=10794416 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7733/stat : 7733 (java) S 7722 7725 5960 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 44708434 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019486381792 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7734] ppid=7722 vsize=10794416 memory=644 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7734/stat : 7734 (java) S 7722 7725 5960 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 44708434 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019485327744 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7735] ppid=7722 vsize=10794416 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7735/stat : 7735 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019484277200 140020369377179 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7736] ppid=7722 vsize=10794416 memory=956 CPUtime=4.14 cores=1,3,5,7
/proc/7725/task/7736/stat : 7736 (java) S 7722 7725 5960 0 -1 1077944384 13035 0 0 0 413 1 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019483224064 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7737] ppid=7722 vsize=10794416 memory=10940 CPUtime=3.75 cores=1,3,5,7
/proc/7725/task/7737/stat : 7737 (java) S 7722 7725 5960 0 -1 1077944384 10821 0 0 0 374 1 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019482163040 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7738] ppid=7722 vsize=10794416 memory=1200 CPUtime=0.66 cores=1,3,5,7
/proc/7725/task/7738/stat : 7738 (java) S 7722 7725 5960 0 -1 1077944384 3801 0 0 0 65 1 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019481113472 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7739] ppid=7722 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7739/stat : 7739 (java) S 7722 7725 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019480066400 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7740] ppid=7722 vsize=10794416 memory=1704 CPUtime=0.29 cores=1,3,5,7
/proc/7725/task/7740/stat : 7740 (java) S 7722 7725 5960 0 -1 1077944384 1232 0 0 0 20 9 0 0 20 0 17 0 44708437 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019479014448 140020369369730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7779] ppid=7722 vsize=10794416 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7779/stat : 7779 (java) S 7722 7725 5960 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 44753056 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019475861424 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
[pid=7725/tid=7780] ppid=7722 vsize=10794416 memory=10416 CPUtime=0 cores=1,3,5,7
/proc/7725/task/7780/stat : 7780 (java) S 7722 7725 5960 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 44753056 11053481984 2104463 33554432000 4194304 4196468 140725925819728 140019474808976 140020369368789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7446528 140725925827697 140725925827849 140725925827849 140725925830607 0
Current children cumulated CPU time: 1731.6 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8417852 KiB

[startup+469.901 s]*
/proc/loadavg: 4.69 4.52 3.73 3/207 7780
/proc/meminfo: memFree=17805088/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.938
CPU time (s): 1731.75
CPU user time (s): 1723.28
CPU system time (s): 8.46431
CPU usage (%): 368.506
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8422780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1723.28
system time used= 8.46431
maximum resident set size= 8422780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3290793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41428
involuntary context switches= 21146


# summary of solver processes directly reported to runsolver:
#   pid: 7725
#   total CPU time (s): 1731.75
#   total CPU user time (s): 1723.28
#   total CPU system time (s): 8.46431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.7061 second user time and 4.99339 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 16:57:32
IDJOB=4289934
IDBENCH=141638
IDSOLVER=2742
FILE ID=node134/4289934-1532271452
RUNJOBID= node134-1532258378-5992
PBS_JOBID= 21018961
Free space on /tmp= 55992 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-2-2_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289934-1532271452/watcher-4289934-1532271452 -o /tmp/evaluation-result-4289934-1532271452/solver-4289934-1532271452 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5992 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289934-1532271452.xml

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

MD5SUM BENCH= cdfe3d0465f921b63e12edf2a82a40f3
RANDOM SEED=1014744787

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
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.68
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.68
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.68
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:        25558740 kB
MemAvailable:   29965408 kB
Buffers:          164396 kB
Cached:          4506664 kB
SwapCached:            0 kB
Active:          3360480 kB
Inactive:        3376156 kB
Active(anon):    2014716 kB
Inactive(anon):    70304 kB
Active(file):    1345764 kB
Inactive(file):  3305852 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3600 kB
Writeback:             0 kB
AnonPages:       2082832 kB
Mapped:            47708 kB
Shmem:             17056 kB
Slab:             169740 kB
SReclaimable:     141772 kB
SUnreclaim:        27968 kB
KernelStack:        3872 kB
PageTables:         9236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3830280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1949696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55988 MiB
End job on node134 at 2018-07-22 17:05:22