Trace number 4262836

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 2017-07-05? 1749.71 469.39899

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c3w4o.xml
MD5SUMee745fcf29eade3c7f55b7e84eebe45a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark20067.6
Satisfiable
(Un)Satisfiability was proved
Number of variables1293
Number of constraints649
Number of domains2
Minimum domain size72
Maximum domain size324
Distribution of domain sizes[{"size":72,"count":1292},{"size":324,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":969},{"degree":5,"count":323}]
Minimum constraint arity4
Maximum constraint arity1292
Distribution of constraint arities[{"arity":4,"count":646},{"arity":324,"count":1},{"arity":1292,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":323},{"type":"lex","count":1},{"type":"sum","count":323},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

1469.98/395.87	Aug 13, 2017 4:16:43 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1469.98/395.87	INFO: Runtime exception
1469.98/395.87	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1469.98/395.87		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCount(CountingCtrBuilder.java:143)
1469.98/395.87		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrExactly(CountingCtrBuilder.java:178)
1469.98/395.87		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCardinality(CountingCtrBuilder.java:285)
1469.98/395.87		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCardinality(CountingCtrBuilder.java:278)
1469.98/395.87		at org.sat4j.reader.XMLCSP3Reader.buildCtrCardinality(XMLCSP3Reader.java:751)
1469.98/395.87		at org.xcsp.parser.loaders.CtrLoaderInteger.cardinality(CtrLoaderInteger.java:558)
1469.98/395.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:160)
1469.98/395.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1469.98/395.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1469.98/395.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1469.98/395.87		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1469.98/395.87		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1469.98/395.87		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1469.98/395.87		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1469.98/395.87		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1469.98/395.87		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1469.98/395.87		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1469.98/395.87	Caused by: java.lang.reflect.InvocationTargetException
1469.98/395.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1469.98/395.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1469.98/395.87		at java.lang.reflect.Method.invoke(Method.java:498)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1469.98/395.87		... 19 more
1469.98/395.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1469.98/395.87		... 23 more
1469.98/395.87	Caused by: java.lang.reflect.InvocationTargetException
1469.98/395.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1469.98/395.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1469.98/395.87		at java.lang.reflect.Method.invoke(Method.java:498)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1469.98/395.87		... 24 more
1469.98/395.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1469.98/395.87		... 28 more
1469.98/395.87	Caused by: java.lang.reflect.InvocationTargetException
1469.98/395.87		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1469.98/395.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1469.98/395.87		at java.lang.reflect.Method.invoke(Method.java:498)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1469.98/395.87		... 28 more
1469.98/395.87	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1469.98/395.87		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1469.98/395.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1469.98/395.87		at java.lang.reflect.Method.invoke(Method.java:498)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1469.98/395.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1469.98/395.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1469.98/395.87		at java.lang.reflect.Method.invoke(Method.java:498)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1469.98/395.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1469.98/395.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1469.98/395.87		at java.lang.reflect.Method.invoke(Method.java:498)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1469.98/395.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1469.98/395.87		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCount(CountingCtrBuilder.java:143)
1469.98/395.87		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrExactly(CountingCtrBuilder.java:178)
1469.98/395.87		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCardinality(CountingCtrBuilder.java:285)
1469.98/395.87		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrCardinality(CountingCtrBuilder.java:278)
1469.98/395.87		at org.sat4j.reader.XMLCSP3Reader.buildCtrCardinality(XMLCSP3Reader.java:751)
1469.98/395.87		at org.xcsp.parser.loaders.CtrLoaderInteger.cardinality(CtrLoaderInteger.java:558)
1469.98/395.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:160)
1469.98/395.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1469.98/395.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1469.98/395.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1469.98/395.87		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1469.98/395.87		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1469.98/395.87		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1469.98/395.87		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1469.98/395.87		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1469.98/395.87	
1554.14/418.39	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1554.14/418.39	c This is free software under the dual EPL/GNU LGPL licenses.
1554.14/418.39	c See www.sat4j.org for details.
1554.14/418.39	c That software uses the Rhino library from the Mozilla project.
1554.14/418.39	c version CUSTOM.v20170705
1554.14/418.39	c java.runtime.name	Java(TM) SE Runtime Environment
1554.14/418.39	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1554.14/418.39	c java.vm.version	25.131-b11
1554.14/418.39	c java.vm.vendor	Oracle Corporation
1554.14/418.39	c sun.arch.data.model	64
1554.14/418.39	c java.version		1.8.0_131
1554.14/418.39	c os.name		Linux
1554.14/418.39	c os.version		3.10.0-514.16.1.el7.x86_64
1554.14/418.39	c os.arch		amd64
1554.14/418.39	c Free memory 		499604488
1554.14/418.39	c Max memory 		7247757312
1554.14/418.39	c Total memory 		504889344
1554.14/418.39	c Number of processors 	4
1554.14/418.39	c c --- Begin Solver configuration ---
1554.14/418.39	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1554.14/418.39	c Learn all clauses as in MiniSAT
1554.14/418.39	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1554.14/418.39	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1554.14/418.39	c No reason simplification
1554.14/418.39	c Glucose 2.1 dynamic restart strategy
1554.14/418.39	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
1554.14/418.39	c timeout=2147483s
1554.14/418.39	c DB Simplification allowed=false
1554.14/418.39	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1554.14/418.39	c --- End Solver configuration ---
1598.11/430.13	c starts		: 0
1598.11/430.13	c conflicts		: 0
1598.11/430.13	c decisions		: 0
1598.11/430.13	c propagations		: 0
1598.11/430.13	c inspects		: 0
1598.11/430.13	c shortcuts		: 0
1598.11/430.13	c learnt literals	: 0
1598.11/430.13	c learnt binary clauses	: 0
1598.11/430.13	c learnt ternary clauses	: 0
1598.11/430.13	c learnt constraints	: 0
1598.11/430.13	c ignored constraints	: 0
1598.11/430.13	c root simplifications	: 0
1598.11/430.13	c removed literals (reason simplification)	: 0
1598.11/430.13	c reason swapping (by a shorter reason)	: 0
1598.11/430.13	c Calls to reduceDB	: 0
1598.11/430.13	c Number of update (reduction) of LBD	: 0
1598.11/430.13	c Imported unit clauses	: 0
1598.11/430.13	c number of reductions to clauses (during analyze)	: 0
1598.11/430.13	c number of learned constraints concerned by reduction	: 0
1598.11/430.13	c number of learning phase by resolution	: 0
1598.11/430.13	c number of learning phase by cutting planes	: 0
1598.11/430.13	c number of rounding to 1 operations	: 0
1598.11/430.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1598.11/430.13	c number of reductions of the coefficients by power 2 	: 0
1598.11/430.13	c number of right shift for reduction by power 2 	: 0
1598.11/430.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
1598.11/430.13	c speed (assignments/second)	: 0.0
1598.11/430.13	c non guided choices	0
1749.58/469.34	Exception in thread "Thread-1" java.lang.OutOfMemoryError: GC overhead limit exceeded
1749.58/469.34		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1749.58/469.34		at java.util.Hashtable.keys(Hashtable.java:257)
1749.58/469.34		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1749.58/469.34		at java.util.logging.LogManager.reset(LogManager.java:1327)
1749.58/469.34		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1749.58/469.34	c learnt constraints type 
1749.58/469.34	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 (15435 MiB free)
  memory of node 1: 16384 MiB (12649 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262836-1502634241/watcher-4262836-1502634241 -o /tmp/evaluation-result-4262836-1502634241/solver-4262836-1502634241 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262836-1502634241.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=18517, runsolver pid=18514

[startup+0.108155 s]*
/proc/loadavg: 3.88 3.04 2.47 3/209 18523
/proc/meminfo: memFree=28750476/32770624 swapFree=67108764/67108860
[pid=18517] ppid=18514 vsize=10151672 memory=20532 CPUtime=0.02 cores=0,2,4,6
/proc/18517/stat : 18517 (java) S 18514 18517 4674 0 -1 1077944320 4000 0 0 0 1 1 0 0 20 0 9 0 110930563 10395312128 5133 18446744073709551615 4194304 4196468 140725003197488 140725003180032 140556231061239 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
/proc/18517/statm: 2537918 5133 2082 1 0 2527415 0
[pid=18517/tid=18519] ppid=18514 vsize=10151672 memory=7077796292425249400 CPUtime=0.01 cores=0,2,4,6
/proc/18517/task/18519/stat : 18519 (java) R 18514 18517 4674 0 -1 4202560 2653 0 0 0 1 0 0 0 20 0 9 0 110930572 10395312128 5133 18446744073709551615 4194304 4196468 140725003197488 140556235297224 140556211336297 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18520] ppid=18514 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18520/stat : 18520 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110930572 10395312128 5133 18446744073709551615 4194304 4196468 140725003197488 140556161481232 140556231071445 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18521] ppid=18514 vsize=10151672 memory=139636405429888 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18521/stat : 18521 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110930572 10395312128 5133 18446744073709551615 4194304 4196468 140725003197488 140555841432208 140556231071445 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18522] ppid=18514 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18522/stat : 18522 (java) S 18514 18517 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110930572 10395312128 5133 18446744073709551615 4194304 4196468 140725003197488 140555840379152 140556231071445 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18523] ppid=18514 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18523/stat : 18523 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110930572 10395312128 5133 18446744073709551615 4194304 4196468 140725003197488 140555839326608 140556231071445 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18524] ppid=18514 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18524/stat : 18524 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110930574 10395312128 5133 18446744073709551615 4194304 4196468 140725003197488 140555727936240 140556231072386 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18525] ppid=18514 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18525/stat : 18525 (java) S 18514 18517 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 110930574 10395312128 5133 18446744073709551615 4194304 4196468 140725003197488 140555726882464 140556231071445 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18526] ppid=18514 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18526/stat : 18526 (java) S 18514 18517 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 110930574 10395312128 5133 18446744073709551615 4194304 4196468 140725003197488 140555725829424 140556231071445 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20532 KiB

[startup+0.211123 s]*
/proc/loadavg: 3.88 3.04 2.47 4/218 18532
/proc/meminfo: memFree=28745384/32770624 swapFree=67108764/67108860
[pid=18517] ppid=18514 vsize=10551156 memory=26520 CPUtime=0.09 cores=0,2,4,6
/proc/18517/stat : 18517 (java) S 18514 18517 4674 0 -1 1077944320 5153 0 0 0 8 1 0 0 20 0 15 0 110930563 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140725003180032 140556231061239 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
/proc/18517/statm: 2637789 6630 2746 1 0 2627261 0
[pid=18517/tid=18519] ppid=18514 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=0,2,4,6
/proc/18517/task/18519/stat : 18519 (java) R 18514 18517 4674 0 -1 4202560 3107 0 0 0 6 0 0 0 20 0 15 0 110930572 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140556235283952 140556192008709 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18520] ppid=18514 vsize=10551156 memory=12958 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18520/stat : 18520 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110930572 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140556161481232 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18521] ppid=18514 vsize=10551156 memory=139636406218617 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18521/stat : 18521 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110930572 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555841432208 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18522] ppid=18514 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18522/stat : 18522 (java) S 18514 18517 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110930572 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555840379152 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18523] ppid=18514 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18523/stat : 18523 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110930572 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555839326608 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18524] ppid=18514 vsize=10551156 memory=139636405429888 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18524/stat : 18524 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110930574 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555727936240 140556231072386 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18525] ppid=18514 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18525/stat : 18525 (java) S 18514 18517 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110930574 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555726882464 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18526] ppid=18514 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18526/stat : 18526 (java) S 18514 18517 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110930574 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555725829360 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18527] ppid=18514 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18527/stat : 18527 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110930577 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555724777936 140556231079835 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18528] ppid=18514 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18528/stat : 18528 (java) S 18514 18517 4674 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 15 0 110930577 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555723725040 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18529] ppid=18514 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18529/stat : 18529 (java) S 18514 18517 4674 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 15 0 110930577 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555722672496 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18530] ppid=18514 vsize=10551156 memory=139636405429888 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18530/stat : 18530 (java) S 18514 18517 4674 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 15 0 110930577 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555721619440 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18531] ppid=18514 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18531/stat : 18531 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110930577 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555720567136 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18532] ppid=18514 vsize=10551156 memory=139636405429888 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18532/stat : 18532 (java) S 18514 18517 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110930581 10804383744 6630 18446744073709551615 4194304 4196468 140725003197488 140555719515184 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26520 KiB

[startup+0.310535 s]*
/proc/loadavg: 3.88 3.04 2.47 3/218 18532
/proc/meminfo: memFree=28734460/32770624 swapFree=67108764/67108860
[pid=18517] ppid=18514 vsize=10551156 memory=36288 CPUtime=0.24 cores=0,2,4,6
/proc/18517/stat : 18517 (java) S 18514 18517 4674 0 -1 1077944320 8354 0 0 0 21 3 0 0 20 0 15 0 110930563 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140725003180032 140556231061239 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
/proc/18517/statm: 2637789 9072 2865 1 0 2627261 0
[pid=18517/tid=18519] ppid=18514 vsize=10551156 memory=8316850467074736180 CPUtime=0.16 cores=0,2,4,6
/proc/18517/task/18519/stat : 18519 (java) R 18514 18517 4674 0 -1 4202560 6025 0 0 0 14 2 0 0 20 0 15 0 110930572 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140556235282544 140556215141726 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18520] ppid=18514 vsize=10551156 memory=12958 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18520/stat : 18520 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110930572 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140556161481232 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18521] ppid=18514 vsize=10551156 memory=139636406218617 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18521/stat : 18521 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110930572 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555841432208 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18522] ppid=18514 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18522/stat : 18522 (java) S 18514 18517 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110930572 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555840379152 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18523] ppid=18514 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18523/stat : 18523 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110930572 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555839326608 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18524] ppid=18514 vsize=10551156 memory=3471342032726267568 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18524/stat : 18524 (java) S 18514 18517 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110930574 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555727936240 140556231072386 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18525] ppid=18514 vsize=10551156 memory=7929203094728028424 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18525/stat : 18525 (java) S 18514 18517 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110930574 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555726882464 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18526] ppid=18514 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18526/stat : 18526 (java) S 18514 18517 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110930574 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555725829360 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18527] ppid=18514 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18527/stat : 18527 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110930577 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555724777936 140556231079835 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18528] ppid=18514 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18528/stat : 18528 (java) S 18514 18517 4674 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 110930577 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555723725040 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18529] ppid=18514 vsize=10551156 memory=3472328296227418159 CPUtime=0.01 cores=0,2,4,6
/proc/18517/task/18529/stat : 18529 (java) S 18514 18517 4674 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 110930577 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555722672496 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18530] ppid=18514 vsize=10551156 memory=7599809386429569763 CPUtime=0.04 cores=0,2,4,6
/proc/18517/task/18530/stat : 18530 (java) S 18514 18517 4674 0 -1 1077944384 379 0 0 0 4 0 0 0 20 0 15 0 110930577 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555721619440 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18531] ppid=18514 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18531/stat : 18531 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110930577 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555720567136 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18532] ppid=18514 vsize=10551156 memory=139636405429888 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18532/stat : 18532 (java) S 18514 18517 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110930581 10804383744 9072 18446744073709551615 4194304 4196468 140725003197488 140555719515184 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36288 KiB

[startup+0.701158 s]
/proc/loadavg: 3.88 3.04 2.47 5/218 18532
/proc/meminfo: memFree=28723108/32770624 swapFree=67108764/67108860
[pid=18517] ppid=18514 vsize=10551232 memory=202592 CPUtime=1.28 cores=0,2,4,6
/proc/18517/stat : 18517 (java) S 18514 18517 4674 0 -1 1077944320 12245 0 0 0 119 9 0 0 20 0 15 0 110930563 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140725003180032 140556231061239 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
/proc/18517/statm: 2637808 50648 3061 1 0 2627261 0
[pid=18517/tid=18519] ppid=18514 vsize=10551232 memory=956 CPUtime=0.52 cores=0,2,4,6
/proc/18517/task/18519/stat : 18519 (java) R 18514 18517 4674 0 -1 4202560 6849 0 0 0 47 5 0 0 20 0 15 0 110930572 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140556235297536 140555844495248 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18520] ppid=18514 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18520/stat : 18520 (java) S 18514 18517 4674 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 110930572 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140556161481232 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18521] ppid=18514 vsize=10551232 memory=4288 CPUtime=0.01 cores=0,2,4,6
/proc/18517/task/18521/stat : 18521 (java) S 18514 18517 4674 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 110930572 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555841432208 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18522] ppid=18514 vsize=10551232 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18522/stat : 18522 (java) S 18514 18517 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110930572 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555840379152 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18523] ppid=18514 vsize=10551232 memory=928 CPUtime=0.01 cores=0,2,4,6
/proc/18517/task/18523/stat : 18523 (java) S 18514 18517 4674 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 110930572 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555839326608 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18524] ppid=18514 vsize=10551232 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18524/stat : 18524 (java) S 18514 18517 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 110930574 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555727936240 140556231072386 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18525] ppid=18514 vsize=10551232 memory=3472328279047811153 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18525/stat : 18525 (java) S 18514 18517 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110930574 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555726882464 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18526] ppid=18514 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18526/stat : 18526 (java) S 18514 18517 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110930574 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555725829360 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18527] ppid=18514 vsize=10551232 memory=737 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18527/stat : 18527 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110930577 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555724777936 140556231079835 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18528] ppid=18514 vsize=10551232 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/18517/task/18528/stat : 18528 (java) R 18514 18517 4674 0 -1 4202560 1169 0 0 0 21 0 0 0 20 0 15 0 110930577 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555723707408 140556209477447 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18529] ppid=18514 vsize=10551232 memory=844 CPUtime=0.21 cores=0,2,4,6
/proc/18517/task/18529/stat : 18529 (java) R 18514 18517 4674 0 -1 4202560 1095 0 0 0 21 0 0 0 20 0 15 0 110930577 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555722663776 140556212583809 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18530] ppid=18514 vsize=10551232 memory=16436 CPUtime=0.25 cores=0,2,4,6
/proc/18517/task/18530/stat : 18530 (java) S 18514 18517 4674 0 -1 1077944384 1615 0 0 0 25 0 0 0 20 0 15 0 110930577 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555721619440 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18531] ppid=18514 vsize=10551232 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18531/stat : 18531 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110930577 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555720567136 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18532] ppid=18514 vsize=10551232 memory=3008 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18532/stat : 18532 (java) S 18514 18517 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110930581 10804461568 50648 18446744073709551615 4194304 4196468 140725003197488 140555719515184 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 202592 KiB

[startup+1.50088 s]
/proc/loadavg: 3.88 3.04 2.47 5/218 18532
/proc/meminfo: memFree=28411628/32770624 swapFree=67108764/67108860
[pid=18517] ppid=18514 vsize=10551232 memory=750404 CPUtime=3.36 cores=0,2,4,6
/proc/18517/stat : 18517 (java) S 18514 18517 4674 0 -1 1077944320 14369 0 0 0 297 39 0 0 20 0 15 0 110930563 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140725003180032 140556231061239 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
/proc/18517/statm: 2637808 187601 3097 1 0 2627261 0
[pid=18517/tid=18519] ppid=18514 vsize=10551232 memory=2257 CPUtime=1.09 cores=0,2,4,6
/proc/18517/task/18519/stat : 18519 (java) R 18514 18517 4674 0 -1 4202560 7582 0 0 0 98 11 0 0 20 0 15 0 110930572 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140556235297264 140556212710324 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18520] ppid=18514 vsize=10551232 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/18517/task/18520/stat : 18520 (java) S 18514 18517 4674 0 -1 1077944384 185 0 0 0 16 5 0 0 20 0 15 0 110930572 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140556161481232 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18521] ppid=18514 vsize=10551232 memory=-7522837582236181595 CPUtime=0.23 cores=0,2,4,6
/proc/18517/task/18521/stat : 18521 (java) S 18514 18517 4674 0 -1 1077944384 121 0 0 0 17 6 0 0 20 0 15 0 110930572 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140555841432208 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18522] ppid=18514 vsize=10551232 memory=358204 CPUtime=0.22 cores=0,2,4,6
/proc/18517/task/18522/stat : 18522 (java) S 18514 18517 4674 0 -1 1077944384 194 0 0 0 16 6 0 0 20 0 15 0 110930572 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140555840379152 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18523] ppid=18514 vsize=10551232 memory=16436 CPUtime=0.24 cores=0,2,4,6
/proc/18517/task/18523/stat : 18523 (java) S 18514 18517 4674 0 -1 1077944384 216 0 0 0 18 6 0 0 20 0 15 0 110930572 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140555839326608 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18524] ppid=18514 vsize=10551232 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18524/stat : 18524 (java) S 18514 18517 4674 0 -1 1077944384 562 0 0 0 0 0 0 0 20 0 15 0 110930574 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140555727936240 140556231072386 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18525] ppid=18514 vsize=10551232 memory=3008 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18525/stat : 18525 (java) S 18514 18517 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110930574 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140555726882528 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18526] ppid=18514 vsize=10551232 memory=279272598254176 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18526/stat : 18526 (java) S 18514 18517 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110930574 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140555725829360 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18527] ppid=18514 vsize=10551232 memory=7524776545291887462 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18527/stat : 18527 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110930577 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140555724777936 140556231079835 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18528] ppid=18514 vsize=10551232 memory=7524776545291887462 CPUtime=0.49 cores=0,2,4,6
/proc/18517/task/18528/stat : 18528 (java) S 18514 18517 4674 0 -1 1077944384 1289 0 0 0 49 0 0 0 20 0 15 0 110930577 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140555723725040 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18529] ppid=18514 vsize=10551232 memory=7307210656210767971 CPUtime=0.5 cores=0,2,4,6
/proc/18517/task/18529/stat : 18529 (java) S 18514 18517 4674 0 -1 1077944384 1147 0 0 0 50 0 0 0 20 0 15 0 110930577 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140555722672496 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18530] ppid=18514 vsize=10551232 memory=7524776545291887462 CPUtime=0.3 cores=0,2,4,6
/proc/18517/task/18530/stat : 18530 (java) S 18514 18517 4674 0 -1 1077944384 1710 0 0 0 30 0 0 0 20 0 15 0 110930577 10804461568 187601 18446744073709551615 4194304 4196468 140725003197488 140555721619440 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0

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

[pid=18517/tid=18520] ppid=18514 vsize=10752096 memory=4872558044660077418 CPUtime=425.68 cores=0,2,4,6
/proc/18517/task/18520/stat : 18520 (java) R 18514 18517 4674 0 -1 4202560 25723 0 0 0 42383 185 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140556161481232 140556216057820 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18521] ppid=18514 vsize=10752096 memory=-8774313645642428999 CPUtime=425.4 cores=0,2,4,6
/proc/18517/task/18521/stat : 18521 (java) R 18514 18517 4674 0 -1 4202560 35676 0 0 0 42336 204 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555841432096 140556215760032 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18522] ppid=18514 vsize=10752096 memory=4572 CPUtime=424.55 cores=0,2,4,6
/proc/18517/task/18522/stat : 18522 (java) R 18514 18517 4674 0 -1 4202560 48836 0 0 0 42260 195 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555840379152 140556215759979 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18523] ppid=18514 vsize=10752096 memory=1444 CPUtime=428.3 cores=0,2,4,6
/proc/18517/task/18523/stat : 18523 (java) R 18514 18517 4674 0 -1 4202560 48707 0 0 0 42663 167 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555839326808 140556216057606 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18524] ppid=18514 vsize=10752096 memory=12304 CPUtime=16.74 cores=0,2,4,6
/proc/18517/task/18524/stat : 18524 (java) S 18514 18517 4674 0 -1 1077944384 79004 0 0 0 1667 7 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555727934784 140556231071445 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18525] ppid=18514 vsize=10752096 memory=8269032 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18525/stat : 18525 (java) S 18514 18517 4674 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555726882528 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18526] ppid=18514 vsize=10752096 memory=3061832 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18526/stat : 18526 (java) S 18514 18517 4674 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555725829376 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18527] ppid=18514 vsize=10752096 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18527/stat : 18527 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555724777936 140556231079835 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18528] ppid=18514 vsize=10752096 memory=3112 CPUtime=3.52 cores=0,2,4,6
/proc/18517/task/18528/stat : 18528 (java) S 18514 18517 4674 0 -1 1077944384 15605 0 0 0 350 2 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555723725088 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18529] ppid=18514 vsize=10752096 memory=8269172 CPUtime=2.25 cores=0,2,4,6
/proc/18517/task/18529/stat : 18529 (java) S 18514 18517 4674 0 -1 1077944384 14404 0 0 0 223 2 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555722672256 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18530] ppid=18514 vsize=10752096 memory=-8774313645642428999 CPUtime=0.4 cores=0,2,4,6
/proc/18517/task/18530/stat : 18530 (java) S 18514 18517 4674 0 -1 1077944384 3118 0 0 0 40 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555721619488 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18531] ppid=18514 vsize=10752096 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18531/stat : 18531 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555720567136 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18532] ppid=18514 vsize=10752096 memory=3008 CPUtime=0.25 cores=0,2,4,6
/proc/18517/task/18532/stat : 18532 (java) S 18514 18517 4674 0 -1 1077944384 1148 0 0 0 17 8 0 0 20 0 17 0 110930581 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555719515184 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18547] ppid=18514 vsize=10752096 memory=3064 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18547/stat : 18547 (java) S 18514 18517 4674 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 17 0 110970150 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555716354336 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18548] ppid=18514 vsize=10752096 memory=4064 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18548/stat : 18548 (java) S 18514 18517 4674 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 17 0 110970150 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555715308928 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
Current children cumulated CPU time: 1744.45 s
Current children cumulated vsize: 10752096 KiB
Current children cumulated memory: 8269172 KiB

[startup+468.803 s]
/proc/loadavg: 4.97 4.48 3.39 6/216 18550
/proc/meminfo: memFree=20424424/32770624 swapFree=67108764/67108860
[pid=18517] ppid=18514 vsize=10752096 memory=8269172 CPUtime=1747.61 cores=0,2,4,6
/proc/18517/stat : 18517 (java) S 18514 18517 4674 0 -1 1077944320 289969 0 0 0 173976 785 0 0 20 0 17 0 110930563 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140725003180032 140556231061239 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
/proc/18517/statm: 2688024 2067293 3182 1 0 2677439 0
[pid=18517/tid=18519] ppid=18514 vsize=10752096 memory=-8774313645642428999 CPUtime=17.27 cores=0,2,4,6
/proc/18517/task/18519/stat : 18519 (java) S 18514 18517 4674 0 -1 1077944384 15731 0 0 0 1710 17 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140556235301920 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18520] ppid=18514 vsize=10752096 memory=8269172 CPUtime=426.47 cores=0,2,4,6
/proc/18517/task/18520/stat : 18520 (java) R 18514 18517 4674 0 -1 4202560 25816 0 0 0 42462 185 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140556161481432 140556215518872 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18521] ppid=18514 vsize=10752096 memory=-8774313645642428999 CPUtime=426.18 cores=0,2,4,6
/proc/18517/task/18521/stat : 18521 (java) R 18514 18517 4674 0 -1 4202560 35676 0 0 0 42414 204 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555841432096 140556216057827 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18522] ppid=18514 vsize=10752096 memory=1724 CPUtime=425.34 cores=0,2,4,6
/proc/18517/task/18522/stat : 18522 (java) R 18514 18517 4674 0 -1 4202560 48858 0 0 0 42339 195 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555840379152 140556215759998 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18523] ppid=18514 vsize=10752096 memory=2012 CPUtime=429.09 cores=0,2,4,6
/proc/18517/task/18523/stat : 18523 (java) R 18514 18517 4674 0 -1 4202560 48785 0 0 0 42742 167 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555839326808 140556215518809 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18524] ppid=18514 vsize=10752096 memory=9000 CPUtime=16.74 cores=0,2,4,6
/proc/18517/task/18524/stat : 18524 (java) S 18514 18517 4674 0 -1 1077944384 79004 0 0 0 1667 7 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555727934784 140556231071445 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18525] ppid=18514 vsize=10752096 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18525/stat : 18525 (java) S 18514 18517 4674 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555726882528 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18526] ppid=18514 vsize=10752096 memory=984 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18526/stat : 18526 (java) S 18514 18517 4674 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555725829376 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18527] ppid=18514 vsize=10752096 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18527/stat : 18527 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555724777936 140556231079835 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18528] ppid=18514 vsize=10752096 memory=4572 CPUtime=3.52 cores=0,2,4,6
/proc/18517/task/18528/stat : 18528 (java) S 18514 18517 4674 0 -1 1077944384 15605 0 0 0 350 2 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555723725088 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18529] ppid=18514 vsize=10752096 memory=1228 CPUtime=2.25 cores=0,2,4,6
/proc/18517/task/18529/stat : 18529 (java) S 18514 18517 4674 0 -1 1077944384 14404 0 0 0 223 2 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555722672256 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18530] ppid=18514 vsize=10752096 memory=-8774313645642428999 CPUtime=0.4 cores=0,2,4,6
/proc/18517/task/18530/stat : 18530 (java) S 18514 18517 4674 0 -1 1077944384 3118 0 0 0 40 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555721619488 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18531] ppid=18514 vsize=10752096 memory=9047017150487036571 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18531/stat : 18531 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555720567136 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18532] ppid=18514 vsize=10752096 memory=3047711553219693942 CPUtime=0.25 cores=0,2,4,6
/proc/18517/task/18532/stat : 18532 (java) S 18514 18517 4674 0 -1 1077944384 1148 0 0 0 17 8 0 0 20 0 17 0 110930581 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555719515184 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18547] ppid=18514 vsize=10752096 memory=-7521736447810188379 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18547/stat : 18547 (java) S 18514 18517 4674 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 17 0 110970150 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555716354336 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18548] ppid=18514 vsize=10752096 memory=139636299172273 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18548/stat : 18548 (java) S 18514 18517 4674 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 17 0 110970150 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555715308928 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
Current children cumulated CPU time: 1747.61 s
Current children cumulated vsize: 10752096 KiB
Current children cumulated memory: 8269172 KiB

[startup+469.201 s]
/proc/loadavg: 4.97 4.48 3.39 6/216 18550
/proc/meminfo: memFree=20424424/32770624 swapFree=67108764/67108860
[pid=18517] ppid=18514 vsize=10752096 memory=8269172 CPUtime=1749.19 cores=0,2,4,6
/proc/18517/stat : 18517 (java) S 18514 18517 4674 0 -1 1077944320 289969 0 0 0 174133 786 0 0 20 0 17 0 110930563 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140725003180032 140556231061239 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
/proc/18517/statm: 2688024 2067293 3182 1 0 2677439 0
[pid=18517/tid=18519] ppid=18514 vsize=10752096 memory=8269032 CPUtime=17.27 cores=0,2,4,6
/proc/18517/task/18519/stat : 18519 (java) S 18514 18517 4674 0 -1 1077944384 15731 0 0 0 1710 17 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140556235301920 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18520] ppid=18514 vsize=10752096 memory=3061832 CPUtime=426.87 cores=0,2,4,6
/proc/18517/task/18520/stat : 18520 (java) R 18514 18517 4674 0 -1 4202560 25816 0 0 0 42502 185 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140556161481040 140556223689447 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18521] ppid=18514 vsize=10752096 memory=1152 CPUtime=426.56 cores=0,2,4,6
/proc/18517/task/18521/stat : 18521 (java) R 18514 18517 4674 0 -1 4202560 35676 0 0 0 42452 204 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555841432328 140556223689447 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18522] ppid=18514 vsize=10752096 memory=3112 CPUtime=425.74 cores=0,2,4,6
/proc/18517/task/18522/stat : 18522 (java) R 18514 18517 4674 0 -1 4202560 48858 0 0 0 42379 195 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555840379152 140556215759984 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18523] ppid=18514 vsize=10752096 memory=8269032 CPUtime=429.49 cores=0,2,4,6
/proc/18517/task/18523/stat : 18523 (java) R 18514 18517 4674 0 -1 4202560 48785 0 0 0 42782 167 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555839326416 140556223689447 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18524] ppid=18514 vsize=10752096 memory=32072 CPUtime=16.74 cores=0,2,4,6
/proc/18517/task/18524/stat : 18524 (java) S 18514 18517 4674 0 -1 1077944384 79004 0 0 0 1667 7 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555727934784 140556231071445 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18525] ppid=18514 vsize=10752096 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18525/stat : 18525 (java) S 18514 18517 4674 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555726882528 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18526] ppid=18514 vsize=10752096 memory=302022891367825718 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18526/stat : 18526 (java) S 18514 18517 4674 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555725829376 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18527] ppid=18514 vsize=10752096 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18527/stat : 18527 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555724777936 140556231079835 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18528] ppid=18514 vsize=10752096 memory=1728 CPUtime=3.52 cores=0,2,4,6
/proc/18517/task/18528/stat : 18528 (java) S 18514 18517 4674 0 -1 1077944384 15605 0 0 0 350 2 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555723725088 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18529] ppid=18514 vsize=10752096 memory=-8774313645642428999 CPUtime=2.25 cores=0,2,4,6
/proc/18517/task/18529/stat : 18529 (java) S 18514 18517 4674 0 -1 1077944384 14404 0 0 0 223 2 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555722672256 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18530] ppid=18514 vsize=10752096 memory=288230617509003574 CPUtime=0.4 cores=0,2,4,6
/proc/18517/task/18530/stat : 18530 (java) S 18514 18517 4674 0 -1 1077944384 3118 0 0 0 40 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555721619488 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18531] ppid=18514 vsize=10752096 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18531/stat : 18531 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555720567136 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18532] ppid=18514 vsize=10752096 memory=8269032 CPUtime=0.25 cores=0,2,4,6
/proc/18517/task/18532/stat : 18532 (java) S 18514 18517 4674 0 -1 1077944384 1148 0 0 0 17 8 0 0 20 0 17 0 110930581 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555719515184 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18547] ppid=18514 vsize=10752096 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18547/stat : 18547 (java) S 18514 18517 4674 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 17 0 110970150 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555716354336 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18548] ppid=18514 vsize=10752096 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18548/stat : 18548 (java) S 18514 18517 4674 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 17 0 110970150 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555715308928 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
Current children cumulated CPU time: 1749.19 s
Current children cumulated vsize: 10752096 KiB
Current children cumulated memory: 8269172 KiB

[startup+469.301 s]
/proc/loadavg: 4.97 4.48 3.39 6/216 18550
/proc/meminfo: memFree=20424424/32770624 swapFree=67108764/67108860
[pid=18517] ppid=18514 vsize=10752096 memory=8269172 CPUtime=1749.58 cores=0,2,4,6
/proc/18517/stat : 18517 (java) S 18514 18517 4674 0 -1 1077944320 289969 0 0 0 174172 786 0 0 20 0 17 0 110930563 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140725003180032 140556231061239 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
/proc/18517/statm: 2688024 2067293 3182 1 0 2677439 0
[pid=18517/tid=18519] ppid=18514 vsize=10752096 memory=8269172 CPUtime=17.27 cores=0,2,4,6
/proc/18517/task/18519/stat : 18519 (java) S 18514 18517 4674 0 -1 1077944384 15731 0 0 0 1710 17 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140556235301920 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18520] ppid=18514 vsize=10752096 memory=8269172 CPUtime=426.96 cores=0,2,4,6
/proc/18517/task/18520/stat : 18520 (java) R 18514 18517 4674 0 -1 4202560 25816 0 0 0 42511 185 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140556161481040 140556223689447 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18521] ppid=18514 vsize=10752096 memory=8269032 CPUtime=426.66 cores=0,2,4,6
/proc/18517/task/18521/stat : 18521 (java) R 18514 18517 4674 0 -1 4202560 35676 0 0 0 42462 204 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555841432328 140556223689447 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18522] ppid=18514 vsize=10752096 memory=8269032 CPUtime=425.84 cores=0,2,4,6
/proc/18517/task/18522/stat : 18522 (java) R 18514 18517 4674 0 -1 4202560 48858 0 0 0 42389 195 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555840379152 140556212670872 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18523] ppid=18514 vsize=10752096 memory=8269172 CPUtime=429.58 cores=0,2,4,6
/proc/18517/task/18523/stat : 18523 (java) R 18514 18517 4674 0 -1 4202560 48785 0 0 0 42791 167 0 0 20 0 17 0 110930572 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555839326416 140556223689447 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18524] ppid=18514 vsize=10752096 memory=8269172 CPUtime=16.74 cores=0,2,4,6
/proc/18517/task/18524/stat : 18524 (java) S 18514 18517 4674 0 -1 1077944384 79004 0 0 0 1667 7 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555727934784 140556231071445 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18525] ppid=18514 vsize=10752096 memory=8269172 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18525/stat : 18525 (java) S 18514 18517 4674 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555726882528 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18526] ppid=18514 vsize=10752096 memory=8269172 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18526/stat : 18526 (java) S 18514 18517 4674 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 110930574 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555725829376 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18527] ppid=18514 vsize=10752096 memory=8269172 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18527/stat : 18527 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555724777936 140556231079835 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18528] ppid=18514 vsize=10752096 memory=4288 CPUtime=3.52 cores=0,2,4,6
/proc/18517/task/18528/stat : 18528 (java) S 18514 18517 4674 0 -1 1077944384 15605 0 0 0 350 2 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555723725088 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18529] ppid=18514 vsize=10752096 memory=8269172 CPUtime=2.25 cores=0,2,4,6
/proc/18517/task/18529/stat : 18529 (java) S 18514 18517 4674 0 -1 1077944384 14404 0 0 0 223 2 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555722672256 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18530] ppid=18514 vsize=10752096 memory=2012 CPUtime=0.4 cores=0,2,4,6
/proc/18517/task/18530/stat : 18530 (java) S 18514 18517 4674 0 -1 1077944384 3118 0 0 0 40 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555721619488 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18531] ppid=18514 vsize=10752096 memory=9000 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18531/stat : 18531 (java) S 18514 18517 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110930577 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555720567136 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18532] ppid=18514 vsize=10752096 memory=8269172 CPUtime=0.25 cores=0,2,4,6
/proc/18517/task/18532/stat : 18532 (java) S 18514 18517 4674 0 -1 1077944384 1148 0 0 0 17 8 0 0 20 0 17 0 110930581 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555719515184 140556231072386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18547] ppid=18514 vsize=10752096 memory=8269172 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18547/stat : 18547 (java) S 18514 18517 4674 0 -1 1077944384 186 0 0 0 0 0 0 0 20 0 17 0 110970150 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555716354336 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
[pid=18517/tid=18548] ppid=18514 vsize=10752096 memory=8269172 CPUtime=0 cores=0,2,4,6
/proc/18517/task/18548/stat : 18548 (java) S 18514 18517 4674 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 17 0 110970150 11010146304 2067293 18446744073709551615 4194304 4196468 140725003197488 140555715308928 140556231071445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7884800 140725003202960 140725003203113 140725003203113 140725003206607 0
Current children cumulated CPU time: 1749.58 s
Current children cumulated vsize: 10752096 KiB
Current children cumulated memory: 8269172 KiB

Child status: 0
Real time (s): 469.399
CPU time (s): 1749.71
CPU user time (s): 1741.79
CPU system time (s): 7.91616
CPU usage (%): 372.756
Max. virtual memory (cumulated for all children) (KiB): 10752096
Max. memory (cumulated for all children) (KiB): 8269172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1741.79
system time used= 7.91616
maximum resident set size= 8269212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290111
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34711
involuntary context switches= 21924


# summary of solver processes directly reported to runsolver:
#   pid: 18517
#   total CPU time (s): 1749.71
#   total CPU user time (s): 1741.79
#   total CPU system time (s): 7.91616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.94585 second user time and 4.68094 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:10:07
IDJOB=4262836
IDBENCH=136341
IDSOLVER=2651
FILE ID=node134/4262836-1502634241
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c3w4o.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262836-1502634241/watcher-4262836-1502634241 -o /tmp/evaluation-result-4262836-1502634241/solver-4262836-1502634241 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262836-1502634241.xml

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

MD5SUM BENCH= ee745fcf29eade3c7f55b7e84eebe45a
RANDOM SEED=323297478

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.43
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.43
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.43
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.43
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:        28759800 kB
MemAvailable:   28976148 kB
Buffers:          226172 kB
Cached:           283792 kB
SwapCached:            4 kB
Active:          3345892 kB
Inactive:         209692 kB
Active(anon):    2992472 kB
Inactive(anon):    94432 kB
Active(file):     353420 kB
Inactive(file):   115260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1792 kB
Writeback:             0 kB
AnonPages:       3052788 kB
Mapped:            69012 kB
Shmem:             41564 kB
Slab:             153368 kB
SReclaimable:     127004 kB
SUnreclaim:        26364 kB
KernelStack:        3840 kB
PageTables:        11848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3842820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2940928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 16:17:56