Trace number 4289929

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? 1661.09 447.47

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-3-0_c18.xml
MD5SUM7371989d8b754960e2638a689dbe5607
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 size24
Maximum domain size111
Distribution of domain sizes[{"size":24,"count":111},{"size":38,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289929-1532271032/watcher-4289929-1532271032 -o /tmp/evaluation-result-4289929-1532271032/solver-4289929-1532271032 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532259870-1810 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289929-1532271032.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
Current StackSize limit: 8192 KiB

solver pid=3599, runsolver pid=3596

[startup+0.1009 s]*
/proc/loadavg: 2.00 2.01 2.05 2/217 3614
/proc/meminfo: memFree=16924576/32770624 swapFree=67108860/67108860
[pid=3599] ppid=3596 vsize=10659012 memory=30124 CPUtime=0.12 cores=1,3,5,7
/proc/3599/stat : 3599 (java) S 3596 3599 1778 0 -1 1077944320 6604 0 0 0 11 1 0 0 20 0 15 0 44666329 10914828288 7531 33554432000 4194304 4196468 140729171847600 140729171830144 139920490987255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
/proc/3599/statm: 2664753 7531 2842 1 0 2627263 0
[pid=3599/tid=3601] ppid=3596 vsize=10659012 memory=-8681639882270799040 CPUtime=0.09 cores=1,3,5,7
/proc/3599/task/3601/stat : 3601 (java) R 3596 3599 1778 0 -1 4202560 4432 0 0 0 8 1 0 0 20 0 15 0 44666329 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920495191920 139920490999190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3602] ppid=3596 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3602/stat : 3602 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666330 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920443607312 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3603] ppid=3596 vsize=10659012 memory=139711802619520 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3603/stat : 3603 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666330 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920442554768 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3604] ppid=3596 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3604/stat : 3604 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666330 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920441502224 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3605] ppid=3596 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3605/stat : 3605 (java) S 3596 3599 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44666330 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920440449680 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3606] ppid=3596 vsize=10659012 memory=139711802619520 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3606/stat : 3606 (java) S 3596 3599 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44666331 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920050575856 139920490998402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3607] ppid=3596 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3607/stat : 3607 (java) S 3596 3599 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44666332 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920049522080 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3608] ppid=3596 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3608/stat : 3608 (java) S 3596 3599 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44666332 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920048469488 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3609] ppid=3596 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3609/stat : 3609 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44666334 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920047418064 139920491005851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3610] ppid=3596 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3610/stat : 3610 (java) S 3596 3599 1778 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 44666334 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920046364656 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3611] ppid=3596 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3611/stat : 3611 (java) S 3596 3599 1778 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 44666334 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920045312112 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3612] ppid=3596 vsize=10659012 memory=139711802619520 CPUtime=0.02 cores=1,3,5,7
/proc/3599/task/3612/stat : 3612 (java) R 3596 3599 1778 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 44666334 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920044259568 139920491008602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3613] ppid=3596 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3613/stat : 3613 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44666334 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920043207264 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3614] ppid=3596 vsize=10659012 memory=139711802619520 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3614/stat : 3614 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666335 10914828288 7531 33554432000 4194304 4196468 140729171847600 139920042154800 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30124 KiB

[startup+0.210478 s]*
/proc/loadavg: 2.00 2.01 2.05 5/217 3614
/proc/meminfo: memFree=16916264/32770624 swapFree=67108860/67108860
[pid=3599] ppid=3596 vsize=10659012 memory=41040 CPUtime=0.32 cores=1,3,5,7
/proc/3599/stat : 3599 (java) S 3596 3599 1778 0 -1 1077944320 7821 0 0 0 30 2 0 0 20 0 15 0 44666329 10914828288 10260 33554432000 4194304 4196468 140729171847600 140729171830144 139920490987255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
/proc/3599/statm: 2664753 10260 3005 1 0 2627263 0
[pid=3599/tid=3601] ppid=3596 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3599/task/3601/stat : 3601 (java) R 3596 3599 1778 0 -1 4202560 5010 0 0 0 18 1 0 0 20 0 15 0 44666329 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920495212112 139920475030885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3602] ppid=3596 vsize=10659012 memory=345 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3602/stat : 3602 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666330 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920443607312 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3603] ppid=3596 vsize=10659012 memory=139711802798234 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3603/stat : 3603 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666330 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920442554768 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3604] ppid=3596 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3604/stat : 3604 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666330 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920441502224 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3605] ppid=3596 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3605/stat : 3605 (java) S 3596 3599 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44666330 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920440449680 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3606] ppid=3596 vsize=10659012 memory=139711802619520 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3606/stat : 3606 (java) S 3596 3599 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44666331 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920050575856 139920490998402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3607] ppid=3596 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3607/stat : 3607 (java) S 3596 3599 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44666332 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920049522080 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3608] ppid=3596 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3608/stat : 3608 (java) S 3596 3599 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44666332 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920048469488 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3609] ppid=3596 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3609/stat : 3609 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44666334 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920047418064 139920491005851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3610] ppid=3596 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/3599/task/3610/stat : 3610 (java) S 3596 3599 1778 0 -1 1077944384 411 0 0 0 2 0 0 0 20 0 15 0 44666334 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920046364656 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3611] ppid=3596 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3599/task/3611/stat : 3611 (java) R 3596 3599 1778 0 -1 1077944384 336 0 0 0 1 0 0 0 20 0 15 0 44666334 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920045312112 139920490998402 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3612] ppid=3596 vsize=10659012 memory=139711802619520 CPUtime=0.07 cores=1,3,5,7
/proc/3599/task/3612/stat : 3612 (java) S 3596 3599 1778 0 -1 1077944384 703 0 0 0 7 0 0 0 20 0 15 0 44666334 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920044259568 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3613] ppid=3596 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3613/stat : 3613 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44666334 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920043207264 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3614] ppid=3596 vsize=10659012 memory=139711802619520 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3614/stat : 3614 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666335 10914828288 10260 33554432000 4194304 4196468 140729171847600 139920042154800 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41040 KiB

[startup+0.310258 s]*
/proc/loadavg: 2.00 2.01 2.05 5/217 3614
/proc/meminfo: memFree=16902972/32770624 swapFree=67108860/67108860
[pid=3599] ppid=3596 vsize=10659088 memory=53404 CPUtime=0.58 cores=1,3,5,7
/proc/3599/stat : 3599 (java) S 3596 3599 1778 0 -1 1077944320 9906 0 0 0 56 2 0 0 20 0 15 0 44666329 10914906112 13351 33554432000 4194304 4196468 140729171847600 140729171830144 139920490987255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
/proc/3599/statm: 2664772 13351 3072 1 0 2627263 0
[pid=3599/tid=3601] ppid=3596 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/3599/task/3601/stat : 3601 (java) R 3596 3599 1778 0 -1 4202560 5581 0 0 0 28 1 0 0 20 0 15 0 44666329 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920495221552 139920491009181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3602] ppid=3596 vsize=10659088 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3602/stat : 3602 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666330 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920443607312 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3603] ppid=3596 vsize=10659088 memory=139711802798143 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3603/stat : 3603 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666330 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920442554768 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3604] ppid=3596 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3604/stat : 3604 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666330 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920441502224 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3605] ppid=3596 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3605/stat : 3605 (java) S 3596 3599 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44666330 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920440449680 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3606] ppid=3596 vsize=10659088 memory=139711802619520 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3606/stat : 3606 (java) S 3596 3599 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44666331 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920050575856 139920490998402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3607] ppid=3596 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3607/stat : 3607 (java) S 3596 3599 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44666332 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920049522080 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3608] ppid=3596 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3608/stat : 3608 (java) S 3596 3599 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44666332 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920048469488 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3609] ppid=3596 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3609/stat : 3609 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44666334 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920047418064 139920491005851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3610] ppid=3596 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3599/task/3610/stat : 3610 (java) R 3596 3599 1778 0 -1 4202560 887 0 0 0 8 0 0 0 20 0 15 0 44666334 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920046350680 139920474373977 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3611] ppid=3596 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3599/task/3611/stat : 3611 (java) R 3596 3599 1778 0 -1 4202560 963 0 0 0 7 0 0 0 20 0 15 0 44666334 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920045293128 139920474893961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3612] ppid=3596 vsize=10659088 memory=139711802619520 CPUtime=0.12 cores=1,3,5,7
/proc/3599/task/3612/stat : 3612 (java) R 3596 3599 1778 0 -1 1077944384 1113 0 0 0 12 0 0 0 20 0 15 0 44666334 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920044259568 139920490998402 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3613] ppid=3596 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3613/stat : 3613 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44666334 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920043207264 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3614] ppid=3596 vsize=10659088 memory=139711802619520 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3614/stat : 3614 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666335 10914906112 13351 33554432000 4194304 4196468 140729171847600 139920042154800 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53404 KiB

[startup+0.703864 s]
/proc/loadavg: 2.00 2.01 2.05 5/217 3614
/proc/meminfo: memFree=16862712/32770624 swapFree=67108860/67108860
[pid=3599] ppid=3596 vsize=10659088 memory=194876 CPUtime=1.92 cores=1,3,5,7
/proc/3599/stat : 3599 (java) S 3596 3599 1778 0 -1 1077944320 12875 0 0 0 186 6 0 0 20 0 15 0 44666329 10914906112 48714 33554432000 4194304 4196468 140729171847600 140729171830144 139920490987255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
/proc/3599/statm: 2664772 48714 3124 1 0 2627263 0
[pid=3599/tid=3601] ppid=3596 vsize=10659088 memory=16436 CPUtime=0.66 cores=1,3,5,7
/proc/3599/task/3601/stat : 3601 (java) R 3596 3599 1778 0 -1 4202560 6041 0 0 0 63 3 0 0 20 0 15 0 44666329 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920495204272 139920119307053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3602] ppid=3596 vsize=10659088 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3602/stat : 3602 (java) S 3596 3599 1778 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 44666330 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920443607312 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3603] ppid=3596 vsize=10659088 memory=640 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3603/stat : 3603 (java) S 3596 3599 1778 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 44666330 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920442554768 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3604] ppid=3596 vsize=10659088 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3604/stat : 3604 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44666330 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920441502224 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3605] ppid=3596 vsize=10659088 memory=960 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3605/stat : 3605 (java) S 3596 3599 1778 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 44666330 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920440449680 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3606] ppid=3596 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3606/stat : 3606 (java) S 3596 3599 1778 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 44666331 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920050575856 139920490998402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3607] ppid=3596 vsize=10659088 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3607/stat : 3607 (java) S 3596 3599 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44666332 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920049522080 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3608] ppid=3596 vsize=10659088 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3608/stat : 3608 (java) S 3596 3599 1778 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 44666332 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920048469488 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3609] ppid=3596 vsize=10659088 memory=7157735280297596770 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3609/stat : 3609 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44666334 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920047418064 139920491005851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3610] ppid=3596 vsize=10659088 memory=7668621184521169506 CPUtime=0.42 cores=1,3,5,7
/proc/3599/task/3610/stat : 3610 (java) R 3596 3599 1778 0 -1 4202560 1887 0 0 0 42 0 0 0 20 0 15 0 44666334 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920046356576 139920475256467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3611] ppid=3596 vsize=10659088 memory=7307489957951066475 CPUtime=0.43 cores=1,3,5,7
/proc/3599/task/3611/stat : 3611 (java) S 3596 3599 1778 0 -1 1077944384 1463 0 0 0 43 0 0 0 20 0 15 0 44666334 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920045303088 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3612] ppid=3596 vsize=10659088 memory=7666348541231060838 CPUtime=0.33 cores=1,3,5,7
/proc/3599/task/3612/stat : 3612 (java) R 3596 3599 1778 0 -1 1077944384 1984 0 0 0 33 0 0 0 20 0 15 0 44666334 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920044258752 139920490997461 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3613] ppid=3596 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3613/stat : 3613 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44666334 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920043207264 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3614] ppid=3596 vsize=10659088 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3614/stat : 3614 (java) S 3596 3599 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44666335 10914906112 48719 33554432000 4194304 4196468 140729171847600 139920042154800 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 194876 KiB

[startup+1.50076 s]
/proc/loadavg: 2.00 2.01 2.05 5/217 3614
/proc/meminfo: memFree=16698072/32770624 swapFree=67108860/67108860
[pid=3599] ppid=3596 vsize=10659088 memory=518676 CPUtime=4.47 cores=1,3,5,7
/proc/3599/stat : 3599 (java) S 3596 3599 1778 0 -1 1077944320 14254 0 0 0 416 31 0 0 20 0 15 0 44666329 10914906112 129669 33554432000 4194304 4196468 140729171847600 140729171830144 139920490987255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
/proc/3599/statm: 2664772 129669 3149 1 0 2627263 0
[pid=3599/tid=3601] ppid=3596 vsize=10659088 memory=355932 CPUtime=1.21 cores=1,3,5,7
/proc/3599/task/3601/stat : 3601 (java) R 3596 3599 1778 0 -1 4202560 6109 0 0 0 116 5 0 0 20 0 15 0 44666329 10914906112 129669 33554432000 4194304 4196468 140729171847600 139920495223392 139920119506806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3602] ppid=3596 vsize=10659088 memory=8112282956445269571 CPUtime=0.25 cores=1,3,5,7
/proc/3599/task/3602/stat : 3602 (java) S 3596 3599 1778 0 -1 1077944384 185 0 0 0 19 6 0 0 20 0 15 0 44666330 10914906112 129669 33554432000 4194304 4196468 140729171847600 139920443607312 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3603] ppid=3596 vsize=10659088 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/3599/task/3603/stat : 3603 (java) S 3596 3599 1778 0 -1 1077944384 188 0 0 0 18 6 0 0 20 0 15 0 44666330 10914906112 129669 33554432000 4194304 4196468 140729171847600 139920442554768 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3604] ppid=3596 vsize=10659088 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/3599/task/3604/stat : 3604 (java) S 3596 3599 1778 0 -1 1077944384 181 0 0 0 18 6 0 0 20 0 15 0 44666330 10914906112 129669 33554432000 4194304 4196468 140729171847600 139920441502224 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3605] ppid=3596 vsize=10659088 memory=6943526294502006880 CPUtime=0.24 cores=1,3,5,7
/proc/3599/task/3605/stat : 3605 (java) S 3596 3599 1778 0 -1 1077944384 168 0 0 0 19 5 0 0 20 0 15 0 44666330 10914906112 129669 33554432000 4194304 4196468 140729171847600 139920440449680 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3606] ppid=3596 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3606/stat : 3606 (java) S 3596 3599 1778 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 44666331 10914906112 129669 33554432000 4194304 4196468 140729171847600 139920050575856 139920490998402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0

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

[pid=3599/tid=3602] ppid=3596 vsize=10859952 memory=63 CPUtime=404.83 cores=1,3,5,7
/proc/3599/task/3602/stat : 3602 (java) R 3596 3599 1778 0 -1 4202560 48982 0 0 0 40284 199 0 0 20 0 17 0 44666330 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920443607432 139920483615463 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3603] ppid=3596 vsize=10859952 memory=792 CPUtime=404.83 cores=1,3,5,7
/proc/3599/task/3603/stat : 3603 (java) R 3596 3599 1778 0 -1 4202560 61680 0 0 0 40280 203 0 0 20 0 17 0 44666330 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920442554968 139920484090897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3604] ppid=3596 vsize=10859952 memory=1960 CPUtime=402.2 cores=1,3,5,7
/proc/3599/task/3604/stat : 3604 (java) R 3596 3599 1778 0 -1 4202560 36294 0 0 0 39988 232 0 0 20 0 17 0 44666330 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920441502032 139920483615463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3605] ppid=3596 vsize=10859952 memory=0 CPUtime=404.41 cores=1,3,5,7
/proc/3599/task/3605/stat : 3605 (java) R 3596 3599 1778 0 -1 4202560 29080 0 0 0 40227 214 0 0 20 0 17 0 44666330 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920440449488 139920483615463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3606] ppid=3596 vsize=10859952 memory=6944599254640911462 CPUtime=17.19 cores=1,3,5,7
/proc/3599/task/3606/stat : 3606 (java) S 3596 3599 1778 0 -1 1077944384 85150 0 0 0 1715 4 0 0 20 0 17 0 44666331 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920050574400 139920490997461 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3607] ppid=3596 vsize=10859952 memory=8484840 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3607/stat : 3607 (java) S 3596 3599 1778 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 44666332 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920049522144 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3608] ppid=3596 vsize=10859952 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3608/stat : 3608 (java) S 3596 3599 1778 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44666332 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920048469504 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3609] ppid=3596 vsize=10859952 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3609/stat : 3609 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44666334 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920047418064 139920491005851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3610] ppid=3596 vsize=10859952 memory=8484840 CPUtime=1.74 cores=1,3,5,7
/proc/3599/task/3610/stat : 3610 (java) S 3596 3599 1778 0 -1 1077944384 13246 0 0 0 173 1 0 0 20 0 17 0 44666334 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920046364704 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3611] ppid=3596 vsize=10859952 memory=1960 CPUtime=1.38 cores=1,3,5,7
/proc/3599/task/3611/stat : 3611 (java) S 3596 3599 1778 0 -1 1077944384 6510 0 0 0 138 0 0 0 20 0 17 0 44666334 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920045311872 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3612] ppid=3596 vsize=10859952 memory=5380 CPUtime=0.41 cores=1,3,5,7
/proc/3599/task/3612/stat : 3612 (java) S 3596 3599 1778 0 -1 1077944384 2643 0 0 0 40 1 0 0 20 0 17 0 44666334 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920044258400 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3613] ppid=3596 vsize=10859952 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3613/stat : 3613 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44666334 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920043207264 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3614] ppid=3596 vsize=10859952 memory=1444 CPUtime=0.23 cores=1,3,5,7
/proc/3599/task/3614/stat : 3614 (java) S 3596 3599 1778 0 -1 1077944384 728 0 0 0 14 9 0 0 20 0 17 0 44666335 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920042154800 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3623] ppid=3596 vsize=10859952 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3623/stat : 3623 (java) S 3596 3599 1778 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 44708770 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920039001776 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3624] ppid=3596 vsize=10859952 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3624/stat : 3624 (java) S 3596 3599 1778 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 44708770 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920037950000 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
Current children cumulated CPU time: 1652.57 s
Current children cumulated vsize: 10859952 KiB
Current children cumulated memory: 8484840 KiB

[startup+446.401 s]
/proc/loadavg: 4.74 4.11 3.04 6/218 3624
/proc/meminfo: memFree=8320420/32770624 swapFree=67108860/67108860
[pid=3599] ppid=3596 vsize=10859952 memory=8484840 CPUtime=1658.76 cores=1,3,5,7
/proc/3599/stat : 3599 (java) S 3596 3599 1778 0 -1 1077944320 301377 0 0 0 165001 875 0 0 20 0 17 0 44666329 11120590848 2121210 33554432000 4194304 4196468 140729171847600 140729171830144 139920490987255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
/proc/3599/statm: 2714988 2121210 3225 1 0 2677441 0
[pid=3599/tid=3601] ppid=3596 vsize=10859952 memory=8484840 CPUtime=15.25 cores=1,3,5,7
/proc/3599/task/3601/stat : 3601 (java) S 3596 3599 1778 0 -1 1077944384 15574 0 0 0 1514 11 0 0 20 0 17 0 44666329 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920495227936 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3602] ppid=3596 vsize=10859952 memory=15068 CPUtime=406.35 cores=1,3,5,7
/proc/3599/task/3602/stat : 3602 (java) R 3596 3599 1778 0 -1 4202560 48982 0 0 0 40435 200 0 0 20 0 17 0 44666330 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920443607432 139920483615463 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3603] ppid=3596 vsize=10859952 memory=1296 CPUtime=406.43 cores=1,3,5,7
/proc/3599/task/3603/stat : 3603 (java) R 3596 3599 1778 0 -1 4202560 61680 0 0 0 40440 203 0 0 20 0 17 0 44666330 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920442554968 139920475687079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3604] ppid=3596 vsize=10859952 memory=8484840 CPUtime=403.74 cores=1,3,5,7
/proc/3599/task/3604/stat : 3604 (java) R 3596 3599 1778 0 -1 4202560 36294 0 0 0 40141 233 0 0 20 0 17 0 44666330 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920441502032 139920483615463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3605] ppid=3596 vsize=10859952 memory=8384 CPUtime=405.96 cores=1,3,5,7
/proc/3599/task/3605/stat : 3605 (java) R 3596 3599 1778 0 -1 4202560 29080 0 0 0 40381 215 0 0 20 0 17 0 44666330 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920440449488 139920483615463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3606] ppid=3596 vsize=10859952 memory=1012 CPUtime=17.19 cores=1,3,5,7
/proc/3599/task/3606/stat : 3606 (java) S 3596 3599 1778 0 -1 1077944384 85150 0 0 0 1715 4 0 0 20 0 17 0 44666331 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920050574400 139920490997461 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3607] ppid=3596 vsize=10859952 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3607/stat : 3607 (java) S 3596 3599 1778 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 44666332 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920049522144 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3608] ppid=3596 vsize=10859952 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3608/stat : 3608 (java) S 3596 3599 1778 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44666332 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920048469504 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3609] ppid=3596 vsize=10859952 memory=792 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3609/stat : 3609 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44666334 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920047418064 139920491005851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3610] ppid=3596 vsize=10859952 memory=1960 CPUtime=1.74 cores=1,3,5,7
/proc/3599/task/3610/stat : 3610 (java) S 3596 3599 1778 0 -1 1077944384 13246 0 0 0 173 1 0 0 20 0 17 0 44666334 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920046364704 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3611] ppid=3596 vsize=10859952 memory=4048 CPUtime=1.38 cores=1,3,5,7
/proc/3599/task/3611/stat : 3611 (java) S 3596 3599 1778 0 -1 1077944384 6510 0 0 0 138 0 0 0 20 0 17 0 44666334 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920045311872 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3612] ppid=3596 vsize=10859952 memory=640 CPUtime=0.41 cores=1,3,5,7
/proc/3599/task/3612/stat : 3612 (java) S 3596 3599 1778 0 -1 1077944384 2643 0 0 0 40 1 0 0 20 0 17 0 44666334 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920044258400 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3613] ppid=3596 vsize=10859952 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3613/stat : 3613 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44666334 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920043207264 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3614] ppid=3596 vsize=10859952 memory=960 CPUtime=0.23 cores=1,3,5,7
/proc/3599/task/3614/stat : 3614 (java) S 3596 3599 1778 0 -1 1077944384 728 0 0 0 14 9 0 0 20 0 17 0 44666335 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920042154800 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3623] ppid=3596 vsize=10859952 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3623/stat : 3623 (java) S 3596 3599 1778 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 44708770 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920039001776 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3624] ppid=3596 vsize=10859952 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3624/stat : 3624 (java) S 3596 3599 1778 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 44708770 11120590848 2121210 33554432000 4194304 4196468 140729171847600 139920037950000 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
Current children cumulated CPU time: 1658.76 s
Current children cumulated vsize: 10859952 KiB
Current children cumulated memory: 8484840 KiB

[startup+447.201 s]
/proc/loadavg: 4.77 4.13 3.05 3/218 3624
/proc/meminfo: memFree=8320420/32770624 swapFree=67108860/67108860
[pid=3599] ppid=3596 vsize=10859952 memory=8484852 CPUtime=1660.81 cores=1,3,5,7
/proc/3599/stat : 3599 (java) S 3596 3599 1778 0 -1 1077944320 301631 0 0 0 165205 876 0 0 20 0 17 0 44666329 11120590848 2121213 33554432000 4194304 4196468 140729171847600 140729171830144 139920490987255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
/proc/3599/statm: 2714988 2121213 3225 1 0 2677441 0
[pid=3599/tid=3601] ppid=3596 vsize=10859952 memory=1836 CPUtime=15.25 cores=1,3,5,7
/proc/3599/task/3601/stat : 3601 (java) S 3596 3599 1778 0 -1 1077944384 15574 0 0 0 1514 11 0 0 20 0 17 0 44666329 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920495227936 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3602] ppid=3596 vsize=10859952 memory=792 CPUtime=406.76 cores=1,3,5,7
/proc/3599/task/3602/stat : 3602 (java) S 3596 3599 1778 0 -1 1077944384 48982 0 0 0 40476 200 0 0 20 0 17 0 44666330 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920443607312 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3603] ppid=3596 vsize=10859952 memory=1960 CPUtime=406.86 cores=1,3,5,7
/proc/3599/task/3603/stat : 3603 (java) S 3596 3599 1778 0 -1 1077944384 61680 0 0 0 40483 203 0 0 20 0 17 0 44666330 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920442554768 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3604] ppid=3596 vsize=10859952 memory=5380 CPUtime=404.16 cores=1,3,5,7
/proc/3599/task/3604/stat : 3604 (java) S 3596 3599 1778 0 -1 1077944384 36294 0 0 0 40183 233 0 0 20 0 17 0 44666330 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920441502224 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3605] ppid=3596 vsize=10859952 memory=5380 CPUtime=406.37 cores=1,3,5,7
/proc/3599/task/3605/stat : 3605 (java) S 3596 3599 1778 0 -1 1077944384 29080 0 0 0 40422 215 0 0 20 0 17 0 44666330 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920440449680 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3606] ppid=3596 vsize=10859952 memory=4616 CPUtime=17.56 cores=1,3,5,7
/proc/3599/task/3606/stat : 3606 (java) R 3596 3599 1778 0 -1 4202560 85404 0 0 0 1752 4 0 0 20 0 17 0 44666331 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920050574400 139920475983607 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3607] ppid=3596 vsize=10859952 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3607/stat : 3607 (java) S 3596 3599 1778 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 44666332 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920049522144 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3608] ppid=3596 vsize=10859952 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3608/stat : 3608 (java) S 3596 3599 1778 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44666332 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920048469504 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3609] ppid=3596 vsize=10859952 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3609/stat : 3609 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44666334 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920047418064 139920491005851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3610] ppid=3596 vsize=10859952 memory=8484852 CPUtime=1.74 cores=1,3,5,7
/proc/3599/task/3610/stat : 3610 (java) S 3596 3599 1778 0 -1 1077944384 13246 0 0 0 173 1 0 0 20 0 17 0 44666334 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920046364704 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3611] ppid=3596 vsize=10859952 memory=8484840 CPUtime=1.38 cores=1,3,5,7
/proc/3599/task/3611/stat : 3611 (java) S 3596 3599 1778 0 -1 1077944384 6510 0 0 0 138 0 0 0 20 0 17 0 44666334 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920045311872 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3612] ppid=3596 vsize=10859952 memory=916 CPUtime=0.41 cores=1,3,5,7
/proc/3599/task/3612/stat : 3612 (java) S 3596 3599 1778 0 -1 1077944384 2643 0 0 0 40 1 0 0 20 0 17 0 44666334 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920044258400 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3613] ppid=3596 vsize=10859952 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3613/stat : 3613 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44666334 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920043207264 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3614] ppid=3596 vsize=10859952 memory=2588 CPUtime=0.23 cores=1,3,5,7
/proc/3599/task/3614/stat : 3614 (java) S 3596 3599 1778 0 -1 1077944384 728 0 0 0 14 9 0 0 20 0 17 0 44666335 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920042154800 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3623] ppid=3596 vsize=10859952 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3623/stat : 3623 (java) S 3596 3599 1778 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 44708770 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920039001776 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3624] ppid=3596 vsize=10859952 memory=928 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3624/stat : 3624 (java) S 3596 3599 1778 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 44708770 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920037950000 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
Current children cumulated CPU time: 1660.81 s
Current children cumulated vsize: 10859952 KiB
Current children cumulated memory: 8484852 KiB

[startup+447.401 s]
/proc/loadavg: 4.77 4.13 3.05 3/218 3624
/proc/meminfo: memFree=8320420/32770624 swapFree=67108860/67108860
[pid=3599] ppid=3596 vsize=10859952 memory=8484852 CPUtime=1661.01 cores=1,3,5,7
/proc/3599/stat : 3599 (java) S 3596 3599 1778 0 -1 1077944320 301631 0 0 0 165225 876 0 0 20 0 17 0 44666329 11120590848 2121213 33554432000 4194304 4196468 140729171847600 140729171830144 139920490987255 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
/proc/3599/statm: 2714988 2121213 3225 1 0 2677441 0
[pid=3599/tid=3601] ppid=3596 vsize=10859952 memory=1444 CPUtime=15.25 cores=1,3,5,7
/proc/3599/task/3601/stat : 3601 (java) S 3596 3599 1778 0 -1 1077944384 15574 0 0 0 1514 11 0 0 20 0 17 0 44666329 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920495227936 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3602] ppid=3596 vsize=10859952 memory=1200 CPUtime=406.76 cores=1,3,5,7
/proc/3599/task/3602/stat : 3602 (java) S 3596 3599 1778 0 -1 1077944384 48982 0 0 0 40476 200 0 0 20 0 17 0 44666330 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920443607312 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3603] ppid=3596 vsize=10859952 memory=15872 CPUtime=406.86 cores=1,3,5,7
/proc/3599/task/3603/stat : 3603 (java) S 3596 3599 1778 0 -1 1077944384 61680 0 0 0 40483 203 0 0 20 0 17 0 44666330 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920442554768 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3604] ppid=3596 vsize=10859952 memory=9960 CPUtime=404.16 cores=1,3,5,7
/proc/3599/task/3604/stat : 3604 (java) S 3596 3599 1778 0 -1 1077944384 36294 0 0 0 40183 233 0 0 20 0 17 0 44666330 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920441502224 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3605] ppid=3596 vsize=10859952 memory=16436 CPUtime=406.37 cores=1,3,5,7
/proc/3599/task/3605/stat : 3605 (java) S 3596 3599 1778 0 -1 1077944384 29080 0 0 0 40422 215 0 0 20 0 17 0 44666330 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920440449680 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3606] ppid=3596 vsize=10859952 memory=1200 CPUtime=17.76 cores=1,3,5,7
/proc/3599/task/3606/stat : 3606 (java) R 3596 3599 1778 0 -1 4202560 85404 0 0 0 1772 4 0 0 20 0 17 0 44666331 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920050574400 139920469357435 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3607] ppid=3596 vsize=10859952 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3607/stat : 3607 (java) S 3596 3599 1778 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 44666332 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920049522144 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3608] ppid=3596 vsize=10859952 memory=9960 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3608/stat : 3608 (java) S 3596 3599 1778 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 44666332 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920048469504 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3609] ppid=3596 vsize=10859952 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3609/stat : 3609 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44666334 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920047418064 139920491005851 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3610] ppid=3596 vsize=10859952 memory=4048 CPUtime=1.74 cores=1,3,5,7
/proc/3599/task/3610/stat : 3610 (java) S 3596 3599 1778 0 -1 1077944384 13246 0 0 0 173 1 0 0 20 0 17 0 44666334 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920046364704 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3611] ppid=3596 vsize=10859952 memory=640 CPUtime=1.38 cores=1,3,5,7
/proc/3599/task/3611/stat : 3611 (java) S 3596 3599 1778 0 -1 1077944384 6510 0 0 0 138 0 0 0 20 0 17 0 44666334 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920045311872 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3612] ppid=3596 vsize=10859952 memory=1792 CPUtime=0.41 cores=1,3,5,7
/proc/3599/task/3612/stat : 3612 (java) S 3596 3599 1778 0 -1 1077944384 2643 0 0 0 40 1 0 0 20 0 17 0 44666334 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920044258400 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3613] ppid=3596 vsize=10859952 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3613/stat : 3613 (java) S 3596 3599 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44666334 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920043207264 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3614] ppid=3596 vsize=10859952 memory=1232 CPUtime=0.23 cores=1,3,5,7
/proc/3599/task/3614/stat : 3614 (java) S 3596 3599 1778 0 -1 1077944384 728 0 0 0 14 9 0 0 20 0 17 0 44666335 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920042154800 139920490998402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3623] ppid=3596 vsize=10859952 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3623/stat : 3623 (java) S 3596 3599 1778 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 44708770 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920039001776 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
[pid=3599/tid=3624] ppid=3596 vsize=10859952 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/3599/task/3624/stat : 3624 (java) S 3596 3599 1778 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 44708770 11120590848 2121213 33554432000 4194304 4196468 140729171847600 139920037950000 139920490997461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140729171854449 140729171854601 140729171854601 140729171857359 0
Current children cumulated CPU time: 1661.01 s
Current children cumulated vsize: 10859952 KiB
Current children cumulated memory: 8484852 KiB

Child status: 0
Real time (s): 447.47
CPU time (s): 1661.09
CPU user time (s): 1652.28
CPU system time (s): 8.80944
CPU usage (%): 371.217
Max. virtual memory (cumulated for all children) (KiB): 10859952
Max. memory (cumulated for all children) (KiB): 8484852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1652.28
system time used= 8.80944
maximum resident set size= 8485180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301761
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36561
involuntary context switches= 17597


# summary of solver processes directly reported to runsolver:
#   pid: 3599
#   total CPU time (s): 1661.09
#   total CPU user time (s): 1652.28
#   total CPU system time (s): 8.80944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.95745 second user time and 4.27253 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 16:50:32
IDJOB=4289929
IDBENCH=141632
IDSOLVER=2742
FILE ID=node104/4289929-1532271032
RUNJOBID= node104-1532259870-1810
PBS_JOBID= 21018962
Free space on /tmp= 57240 MiB

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

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

MD5SUM BENCH= 7371989d8b754960e2638a689dbe5607
RANDOM SEED=477534593

node104.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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16943956 kB
MemAvailable:   27412496 kB
Buffers:          240268 kB
Cached:         10436760 kB
SwapCached:            0 kB
Active:          6335632 kB
Inactive:        8910636 kB
Active(anon):    4571904 kB
Inactive(anon):    17088 kB
Active(file):    1763728 kB
Inactive(file):  8893548 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2824 kB
Writeback:             0 kB
AnonPages:       4576496 kB
Mapped:            47620 kB
Shmem:             17036 kB
Slab:             267668 kB
SReclaimable:     239724 kB
SUnreclaim:        27944 kB
KernelStack:        3536 kB
PageTables:        13676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5514236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4251648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 16:57:59