Trace number 4263696

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1583.64 425.57199

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20-15/
SuperTaillard-js-20-15-15.xml
MD5SUM6d7e3033fdb5217c74d2816bb8c5b7b8
Bench CategoryCSP (decision 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 variables600
Number of constraints9690
Number of domains95
Minimum domain size1346
Maximum domain size1444
Distribution of domain sizes[{"size":1346,"count":6},{"size":1347,"count":4},{"size":1348,"count":4},{"size":1349,"count":2},{"size":1350,"count":2},{"size":1351,"count":6},{"size":1352,"count":2},{"size":1353,"count":6},{"size":1354,"count":4},{"size":1355,"count":2},{"size":1356,"count":12},{"size":1357,"count":8},{"size":1358,"count":8},{"size":1359,"count":8},{"size":1360,"count":8},{"size":1361,"count":4},{"size":1362,"count":10},{"size":1363,"count":8},{"size":1364,"count":2},{"size":1365,"count":14},{"size":1366,"count":6},{"size":1367,"count":14},{"size":1368,"count":6},{"size":1369,"count":10},{"size":1370,"count":14},"...",{"size":1419,"count":10}, {"size":1420,"count":8}, {"size":1421,"count":6}, {"size":1422,"count":4}, {"size":1423,"count":6}, {"size":1424,"count":2}, {"size":1425,"count":8}, {"size":1426,"count":4}, {"size":1427,"count":10}, {"size":1429,"count":4}, {"size":1430,"count":12}, {"size":1431,"count":6}, {"size":1432,"count":14}, {"size":1433,"count":6}, {"size":1434,"count":12}, {"size":1435,"count":8}, {"size":1436,"count":4}, {"size":1437,"count":4}, {"size":1438,"count":6}, {"size":1439,"count":10}, {"size":1440,"count":6}, {"size":1441,"count":8}, {"size":1442,"count":8}, {"size":1443,"count":2}, {"size":1444,"count":12}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":260},{"degree":41,"count":40},{"degree":43,"count":260}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9690}]
Number of extensional constraints0
Number of intensional constraints9690
Distribution of constraint types[{"type":"intension","count":9690}]
Optimization problemNO
Type of objective

Solver Data

1359.89/366.86	Aug 13, 2017 4:41:19 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1359.89/366.86	INFO: Runtime exception
1359.89/366.86	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1359.89/366.86		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1359.89/366.86		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1359.89/366.86		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1359.89/366.86		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1359.89/366.86		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1359.89/366.86		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1359.89/366.86		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1359.89/366.86		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1359.89/366.86		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1359.89/366.86		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1359.89/366.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1359.89/366.86		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1359.89/366.86		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1359.89/366.86		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1359.89/366.86		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1359.89/366.86		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1359.89/366.86		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1359.89/366.86		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1359.89/366.86		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1359.89/366.86	Caused by: java.lang.reflect.InvocationTargetException
1359.89/366.86		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1359.89/366.86		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1359.89/366.86		at java.lang.reflect.Method.invoke(Method.java:498)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1359.89/366.86		... 21 more
1359.89/366.86	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1359.89/366.86		... 25 more
1359.89/366.86	Caused by: java.lang.reflect.InvocationTargetException
1359.89/366.86		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1359.89/366.86		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1359.89/366.86		at java.lang.reflect.Method.invoke(Method.java:498)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1359.89/366.86		... 26 more
1359.89/366.86	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1359.89/366.86		... 30 more
1359.89/366.86	Caused by: java.lang.reflect.InvocationTargetException
1359.89/366.86		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1359.89/366.86		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1359.89/366.86		at java.lang.reflect.Method.invoke(Method.java:498)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1359.89/366.86		... 30 more
1359.89/366.86	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1359.89/366.86		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1359.89/366.86		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1359.89/366.86		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1359.89/366.86		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1359.89/366.86		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1359.89/366.86		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1359.89/366.86		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1359.89/366.86		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1359.89/366.86		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1359.89/366.86		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1359.89/366.86		at java.lang.reflect.Method.invoke(Method.java:498)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1359.89/366.86		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1359.89/366.86		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1359.89/366.86		at java.lang.reflect.Method.invoke(Method.java:498)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1359.89/366.86		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1359.89/366.86		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1359.89/366.86		at java.lang.reflect.Method.invoke(Method.java:498)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1359.89/366.86		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1359.89/366.86		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1359.89/366.86		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1359.89/366.86		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1359.89/366.86		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1359.89/366.86		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1359.89/366.86		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1359.89/366.86		at org.xcsp.parser.XCallbacks$$Lambda$38/439904756.accept(Unknown Source)
1359.89/366.86	
1456.85/392.68	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1456.85/392.68	c This is free software under the dual EPL/GNU LGPL licenses.
1456.85/392.68	c See www.sat4j.org for details.
1456.85/392.68	c That software uses the Rhino library from the Mozilla project.
1456.85/392.68	c version CUSTOM.v20170705
1456.85/392.68	c java.runtime.name	Java(TM) SE Runtime Environment
1456.85/392.68	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1456.85/392.68	c java.vm.version	25.131-b11
1456.85/392.68	c java.vm.vendor	Oracle Corporation
1456.85/392.68	c sun.arch.data.model	64
1456.85/392.68	c java.version		1.8.0_131
1456.85/392.68	c os.name		Linux
1456.85/392.68	c os.version		3.10.0-514.16.1.el7.x86_64
1456.85/392.68	c os.arch		amd64
1456.85/392.68	c Free memory 		499604488
1456.85/392.68	c Max memory 		7247757312
1456.85/392.68	c Total memory 		504889344
1456.85/392.68	c Number of processors 	4
1456.85/392.68	c c --- Begin Solver configuration ---
1456.85/392.68	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1456.85/392.68	c Learn all clauses as in MiniSAT
1456.85/392.68	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1456.85/392.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1456.85/392.68	c No reason simplification
1456.85/392.68	c Glucose 2.1 dynamic restart strategy
1456.85/392.68	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
1456.85/392.68	c timeout=2147483s
1456.85/392.68	c DB Simplification allowed=false
1456.85/392.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1456.85/392.68	c --- End Solver configuration ---
1498.91/403.92	c starts		: 0
1527.17/411.11	c conflicts		: 0
1555.46/418.32	c decisions		: 0
1555.46/418.32	Exception in thread "Thread-1" c propagations		: 0
1555.46/418.32	c inspects		: 0
1555.46/418.32	c shortcuts		: 0
1555.46/418.32	c learnt literals	: 0
1555.46/418.32	c learnt binary clauses	: 0
1555.46/418.32	c learnt ternary clauses	: 0
1555.46/418.32	c learnt constraints	: 0
1555.46/418.32	c ignored constraints	: 0
1555.46/418.32	c root simplifications	: 0
1583.34/425.48	c removed literals (reason simplification)	: 0
1583.34/425.48	c reason swapping (by a shorter reason)	: 0
1583.34/425.48	c Calls to reduceDB	: 0
1583.34/425.48	c Number of update (reduction) of LBD	: 0
1583.34/425.48	java.lang.OutOfMemoryError: GC overhead limit exceededc Imported unit clauses	: 0
1583.34/425.48	
1583.34/425.48	c number of reductions to clauses (during analyze)	: 0
1583.34/425.48		at java.util.Hashtable.getEnumeration(Hashtable.java:601)c number of learned constraints concerned by reduction	: 0
1583.34/425.48	
1583.34/425.48	c number of learning phase by resolution	: 0
1583.34/425.48		at java.util.Hashtable.keys(Hashtable.java:257)c number of learning phase by cutting planes	: 0
1583.34/425.48	
1583.34/425.48		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1583.34/425.48		at java.util.logging.LogManager.reset(LogManager.java:1327)
1583.34/425.48		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)c number of rounding to 1 operations	: 0
1583.34/425.48	
1583.34/425.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1583.34/425.48	c number of reductions of the coefficients by power 2 	: 0
1583.34/425.48	c number of right shift for reduction by power 2 	: 0
1583.34/425.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
1583.34/425.48	c speed (assignments/second)	: 0.0
1583.34/425.48	c non guided choices	0
1583.34/425.48	c learnt constraints type 
1583.34/425.48	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 (14987 MiB free)
  memory of node 1: 16384 MiB (11556 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263696-1502635758/watcher-4263696-1502635758 -o /tmp/evaluation-result-4263696-1502635758/solver-4263696-1502635758 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263696-1502635758.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=30743, runsolver pid=30740

[startup+0.100203 s]*
/proc/loadavg: 2.01 2.45 2.63 3/204 30752
/proc/meminfo: memFree=27169500/32770624 swapFree=67108860/67108860
[pid=30743] ppid=30740 vsize=10151672 memory=21252 CPUtime=0.04 cores=0,2,4,6
/proc/30743/stat : 30743 (java) S 30740 30743 897 0 -1 1077944320 4184 0 0 0 4 0 0 0 20 0 9 0 65796507 10395312128 5313 18446744073709551615 4194304 4196468 140721098723120 140721098705664 140512610602743 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
/proc/30743/statm: 2537918 5313 2155 1 0 2527415 0
[pid=30743/tid=30745] ppid=30740 vsize=10151672 memory=8390339637985935414 CPUtime=0.03 cores=0,2,4,6
/proc/30743/task/30745/stat : 30745 (java) R 30740 30743 897 0 -1 4202560 2824 0 0 0 3 0 0 0 20 0 9 0 65796513 10395312128 5313 18446744073709551615 4194304 4196468 140721098723120 140512614838136 140512610624669 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30746] ppid=30740 vsize=10151672 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65796514 10395312128 5313 18446744073709551615 4194304 4196468 140721098723120 140512541022480 140512610612949 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30747] ppid=30740 vsize=10151672 memory=288370273559901824 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30747/stat : 30747 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65796514 10395312128 5313 18446744073709551615 4194304 4196468 140721098723120 140512220670352 140512610612949 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30748] ppid=30740 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 65796514 10395312128 5313 18446744073709551615 4194304 4196468 140721098723120 140512219617808 140512610612949 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30749] ppid=30740 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65796514 10395312128 5313 18446744073709551615 4194304 4196468 140721098723120 140512218565264 140512610612949 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30750] ppid=30740 vsize=10151672 memory=139897408190080 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 65796515 10395312128 5313 18446744073709551615 4194304 4196468 140721098723120 140512107174384 140512610613890 0 0 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30751] ppid=30740 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 65796515 10395312128 5313 18446744073709551615 4194304 4196468 140721098723120 140512106120608 140512610612949 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30752] ppid=30740 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 65796516 10395312128 5313 18446744073709551615 4194304 4196468 140721098723120 140512105068016 140512610612949 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21252 KiB

[startup+0.210138 s]*
/proc/loadavg: 2.01 2.45 2.63 3/210 30758
/proc/meminfo: memFree=27168864/32770624 swapFree=67108860/67108860
[pid=30743] ppid=30740 vsize=10551156 memory=23664 CPUtime=0.06 cores=0,2,4,6
/proc/30743/stat : 30743 (java) S 30740 30743 897 0 -1 1077944320 4919 0 0 0 6 0 0 0 20 0 15 0 65796507 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140721098705664 140512610602743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
/proc/30743/statm: 2637789 5916 2605 1 0 2627261 0
[pid=30743/tid=30745] ppid=30740 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/30743/task/30745/stat : 30745 (java) R 30740 30743 897 0 -1 4202560 3017 0 0 0 5 0 0 0 20 0 15 0 65796513 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512614845024 140512610624669 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30746] ppid=30740 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796514 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512541022480 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30747] ppid=30740 vsize=10551156 memory=288370273559901824 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30747/stat : 30747 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796514 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512220670352 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30748] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796514 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512219617808 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30749] ppid=30740 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65796514 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512218565264 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30750] ppid=30740 vsize=10551156 memory=139897408190080 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65796515 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512107174384 140512610613890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30751] ppid=30740 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65796515 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512106120608 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30752] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65796516 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512105068016 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30753] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65796518 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512104016592 140512610621339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30754] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 897 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 65796518 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512102963184 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30755] ppid=30740 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65796518 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512101910640 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30756] ppid=30740 vsize=10551156 memory=139897408190080 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 897 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 15 0 65796518 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512100858096 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30757] ppid=30740 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65796518 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512099805792 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30758] ppid=30740 vsize=10551156 memory=139897408190080 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796528 10804383744 5916 18446744073709551615 4194304 4196468 140721098723120 140512098753328 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23664 KiB

[startup+0.309902 s]*
/proc/loadavg: 2.01 2.45 2.63 3/210 30758
/proc/meminfo: memFree=27158256/32770624 swapFree=67108860/67108860
[pid=30743] ppid=30740 vsize=10551156 memory=35772 CPUtime=0.22 cores=0,2,4,6
/proc/30743/stat : 30743 (java) S 30740 30743 897 0 -1 1077944320 8674 0 0 0 19 3 0 0 20 0 15 0 65796507 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140721098705664 140512610602743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
/proc/30743/statm: 2637789 8943 2871 1 0 2627261 0
[pid=30743/tid=30745] ppid=30740 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/30743/task/30745/stat : 30745 (java) R 30740 30743 897 0 -1 4202560 6323 0 0 0 13 2 0 0 20 0 15 0 65796513 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512614813232 140512594683230 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30746] ppid=30740 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796514 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512541022480 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30747] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30747/stat : 30747 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796514 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512220670352 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30748] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796514 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512219617808 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30749] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65796514 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512218565264 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30750] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65796515 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512107174384 140512610613890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30751] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65796515 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512106120608 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30752] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65796516 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512105068016 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30753] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65796518 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512104016592 140512610621339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30754] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 897 0 -1 1077944384 502 0 0 0 0 0 0 0 20 0 15 0 65796518 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512102963184 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30755] ppid=30740 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 897 0 -1 1077944384 67 0 0 0 1 0 0 0 20 0 15 0 65796518 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512101910640 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30756] ppid=30740 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 897 0 -1 1077944384 415 0 0 0 4 0 0 0 20 0 15 0 65796518 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512100858096 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30757] ppid=30740 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65796518 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512099805792 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30758] ppid=30740 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796528 10804383744 8943 18446744073709551615 4194304 4196468 140721098723120 140512098753328 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35772 KiB

[startup+0.701081 s]
/proc/loadavg: 2.01 2.45 2.63 4/210 30758
/proc/meminfo: memFree=27138680/32770624 swapFree=67108860/67108860
[pid=30743] ppid=30740 vsize=10551232 memory=89036 CPUtime=1.37 cores=0,2,4,6
/proc/30743/stat : 30743 (java) S 30740 30743 897 0 -1 1077944320 13347 0 0 0 133 4 0 0 20 0 15 0 65796507 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140721098705664 140512610602743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
/proc/30743/statm: 2637808 22259 3057 1 0 2627261 0
[pid=30743/tid=30745] ppid=30740 vsize=10551232 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/30743/task/30745/stat : 30745 (java) R 30740 30743 897 0 -1 4202560 7234 0 0 0 51 2 0 0 20 0 15 0 65796513 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512614840160 140512220802823 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30746] ppid=30740 vsize=10551232 memory=301 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796514 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512541022480 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30747] ppid=30740 vsize=10551232 memory=250 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30747/stat : 30747 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796514 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512220670352 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30748] ppid=30740 vsize=10551232 memory=279794571299712 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796514 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512219617808 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30749] ppid=30740 vsize=10551232 memory=279794571355312 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65796514 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512218565264 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30750] ppid=30740 vsize=10551232 memory=139897285654352 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65796515 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512107174384 140512610613890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30751] ppid=30740 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65796515 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512106120608 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30752] ppid=30740 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65796516 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512105068016 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30753] ppid=30740 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65796518 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512104016592 140512610621339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30754] ppid=30740 vsize=10551232 memory=2000 CPUtime=0.28 cores=0,2,4,6
/proc/30743/task/30754/stat : 30754 (java) R 30740 30743 897 0 -1 4202560 1722 0 0 0 28 0 0 0 20 0 15 0 65796518 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512102949752 140512595712309 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30755] ppid=30740 vsize=10551232 memory=10976 CPUtime=0.28 cores=0,2,4,6
/proc/30743/task/30755/stat : 30755 (java) R 30740 30743 897 0 -1 4202560 1317 0 0 0 28 0 0 0 20 0 15 0 65796518 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512101896664 140512590291393 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30756] ppid=30740 vsize=10551232 memory=1200 CPUtime=0.24 cores=0,2,4,6
/proc/30743/task/30756/stat : 30756 (java) R 30740 30743 897 0 -1 4202560 1704 0 0 0 24 0 0 0 20 0 15 0 65796518 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512100858096 140512594683230 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30757] ppid=30740 vsize=10551232 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65796518 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512099805792 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30758] ppid=30740 vsize=10551232 memory=20712 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65796528 10804461568 22259 18446744073709551615 4194304 4196468 140721098723120 140512098753328 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 89036 KiB

[startup+1.5009 s]
/proc/loadavg: 2.01 2.45 2.63 3/210 30758
/proc/meminfo: memFree=26882936/32770624 swapFree=67108860/67108860
[pid=30743] ppid=30740 vsize=10551232 memory=740712 CPUtime=3.37 cores=0,2,4,6
/proc/30743/stat : 30743 (java) S 30740 30743 897 0 -1 1077944320 16066 0 0 0 300 37 0 0 20 0 15 0 65796507 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140721098705664 140512610602743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
/proc/30743/statm: 2637808 185178 3092 1 0 2627261 0
[pid=30743/tid=30745] ppid=30740 vsize=10551232 memory=94 CPUtime=1.09 cores=0,2,4,6
/proc/30743/task/30745/stat : 30745 (java) R 30740 30743 897 0 -1 4202560 7723 0 0 0 101 8 0 0 20 0 15 0 65796513 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512614841568 140512596670868 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30746] ppid=30740 vsize=10551232 memory=17 CPUtime=0.21 cores=0,2,4,6
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 897 0 -1 1077944384 361 0 0 0 15 6 0 0 20 0 15 0 65796514 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512541022480 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30747] ppid=30740 vsize=10551232 memory=17 CPUtime=0.21 cores=0,2,4,6
/proc/30743/task/30747/stat : 30747 (java) S 30740 30743 897 0 -1 1077944384 177 0 0 0 15 6 0 0 20 0 15 0 65796514 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512220670352 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30748] ppid=30740 vsize=10551232 memory=2000 CPUtime=0.22 cores=0,2,4,6
/proc/30743/task/30748/stat : 30748 (java) S 30740 30743 897 0 -1 1077944384 464 0 0 0 15 7 0 0 20 0 15 0 65796514 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512219617808 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30749] ppid=30740 vsize=10551232 memory=10976 CPUtime=0.22 cores=0,2,4,6
/proc/30743/task/30749/stat : 30749 (java) S 30740 30743 897 0 -1 1077944384 272 0 0 0 16 6 0 0 20 0 15 0 65796514 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512218565264 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30750] ppid=30740 vsize=10551232 memory=7446534215326326868 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 897 0 -1 1077944384 491 0 0 0 0 0 0 0 20 0 15 0 65796515 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512107174384 140512610613890 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30751] ppid=30740 vsize=10551232 memory=7590932991789657957 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65796515 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512106120608 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30752] ppid=30740 vsize=10551232 memory=7161125169034317921 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65796516 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512105068016 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30753] ppid=30740 vsize=10551232 memory=180 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65796518 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512104016592 140512610621339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30754] ppid=30740 vsize=10551232 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 897 0 -1 1077944384 1893 0 0 0 51 0 0 0 20 0 15 0 65796518 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512102963184 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30755] ppid=30740 vsize=10551232 memory=4532 CPUtime=0.54 cores=0,2,4,6
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 897 0 -1 1077944384 1533 0 0 0 54 0 0 0 20 0 15 0 65796518 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512101910640 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30756] ppid=30740 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 897 0 -1 1077944384 1791 0 0 0 29 0 0 0 20 0 15 0 65796518 10804461568 185178 18446744073709551615 4194304 4196468 140721098723120 140512100858096 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0

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

/proc/30743/task/30749/stat : 30749 (java) R 30740 30743 897 0 -1 4202560 779551 0 0 0 38421 194 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512218565464 140512592212514 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30750] ppid=30740 vsize=10686560 memory=8313128 CPUtime=17.21 cores=0,2,4,6
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 897 0 -1 1077944384 98409 0 0 0 1715 6 0 0 20 0 17 0 65796515 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512107172928 140512610612949 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30751] ppid=30740 vsize=10686560 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 897 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 65796515 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512106120672 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30752] ppid=30740 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 897 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 65796516 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512105068032 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30753] ppid=30740 vsize=10686560 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512104016592 140512610621339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30754] ppid=30740 vsize=10686560 memory=5788 CPUtime=0.79 cores=0,2,4,6
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 897 0 -1 1077944384 3277 0 0 0 79 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512102962944 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30755] ppid=30740 vsize=10686560 memory=1712 CPUtime=0.81 cores=0,2,4,6
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 897 0 -1 1077944384 2829 0 0 0 80 1 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512101910736 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30756] ppid=30740 vsize=10686560 memory=1440 CPUtime=0.35 cores=0,2,4,6
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 897 0 -1 1077944384 3316 0 0 0 35 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512100858192 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30757] ppid=30740 vsize=10686560 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512099805792 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30758] ppid=30740 vsize=10686560 memory=10976 CPUtime=0.27 cores=0,2,4,6
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 897 0 -1 1077944384 871 0 0 0 13 14 0 0 20 0 17 0 65796528 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512098753328 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30785] ppid=30740 vsize=10686560 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30785/stat : 30785 (java) S 30740 30743 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 65833193 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512095599600 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30786] ppid=30740 vsize=10686560 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30786/stat : 30786 (java) S 30740 30743 897 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 65833193 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512094543888 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
Current children cumulated CPU time: 1577.83 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8313220 KiB

[startup+424.801 s]
/proc/loadavg: 4.74 4.22 3.41 6/213 30788
/proc/meminfo: memFree=18480096/32770624 swapFree=67108860/67108860
[pid=30743] ppid=30740 vsize=10686560 memory=8313220 CPUtime=1580.99 cores=0,2,4,6
/proc/30743/stat : 30743 (java) S 30740 30743 897 0 -1 1077944320 2576087 0 0 0 157327 772 0 0 20 0 17 0 65796507 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140721098705664 140512610602743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
/proc/30743/statm: 2671640 2078305 3160 1 0 2661055 0
[pid=30743/tid=30745] ppid=30740 vsize=10686560 memory=-8774313645642428999 CPUtime=14.96 cores=0,2,4,6
/proc/30743/task/30745/stat : 30745 (java) S 30740 30743 897 0 -1 1077944384 25378 0 0 0 1466 30 0 0 20 0 17 0 65796513 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512614843424 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30746] ppid=30740 vsize=10686560 memory=-7531822216213012384 CPUtime=386.6 cores=0,2,4,6
/proc/30743/task/30746/stat : 30746 (java) R 30740 30743 897 0 -1 4202560 690692 0 0 0 38473 187 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512541022480 140512595599147 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30747] ppid=30740 vsize=10686560 memory=-7522837583129502606 CPUtime=386.27 cores=0,2,4,6
/proc/30743/task/30747/stat : 30747 (java) R 30740 30743 897 0 -1 4202560 480970 0 0 0 38460 167 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512220670552 140512592212531 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30748] ppid=30740 vsize=10686560 memory=-7531822216213012384 CPUtime=386.69 cores=0,2,4,6
/proc/30743/task/30748/stat : 30748 (java) R 30740 30743 897 0 -1 4202560 489170 0 0 0 38488 181 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512219617808 140512595599252 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30749] ppid=30740 vsize=10686560 memory=-8774313645642428999 CPUtime=386.94 cores=0,2,4,6
/proc/30743/task/30749/stat : 30749 (java) R 30740 30743 897 0 -1 4202560 779612 0 0 0 38500 194 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512218565464 140512592155984 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30750] ppid=30740 vsize=10686560 memory=37188 CPUtime=17.21 cores=0,2,4,6
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 897 0 -1 1077944384 98409 0 0 0 1715 6 0 0 20 0 17 0 65796515 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512107172928 140512610612949 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30751] ppid=30740 vsize=10686560 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 897 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 65796515 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512106120672 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30752] ppid=30740 vsize=10686560 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 897 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 65796516 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512105068032 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30753] ppid=30740 vsize=10686560 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512104016592 140512610621339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30754] ppid=30740 vsize=10686560 memory=1228 CPUtime=0.79 cores=0,2,4,6
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 897 0 -1 1077944384 3277 0 0 0 79 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512102962944 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30755] ppid=30740 vsize=10686560 memory=796 CPUtime=0.81 cores=0,2,4,6
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 897 0 -1 1077944384 2829 0 0 0 80 1 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512101910736 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30756] ppid=30740 vsize=10686560 memory=5788 CPUtime=0.35 cores=0,2,4,6
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 897 0 -1 1077944384 3316 0 0 0 35 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512100858192 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30757] ppid=30740 vsize=10686560 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512099805792 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30758] ppid=30740 vsize=10686560 memory=4616 CPUtime=0.27 cores=0,2,4,6
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 897 0 -1 1077944384 871 0 0 0 13 14 0 0 20 0 17 0 65796528 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512098753328 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30785] ppid=30740 vsize=10686560 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30785/stat : 30785 (java) S 30740 30743 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 65833193 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512095599600 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30786] ppid=30740 vsize=10686560 memory=10164 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30786/stat : 30786 (java) S 30740 30743 897 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 65833193 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512094543888 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
Current children cumulated CPU time: 1580.99 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8313220 KiB

[startup+425.201 s]
/proc/loadavg: 4.74 4.22 3.41 6/213 30788
/proc/meminfo: memFree=18480176/32770624 swapFree=67108860/67108860
[pid=30743] ppid=30740 vsize=10686560 memory=8313220 CPUtime=1582.55 cores=0,2,4,6
/proc/30743/stat : 30743 (java) S 30740 30743 897 0 -1 1077944320 2576087 0 0 0 157483 772 0 0 20 0 17 0 65796507 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140721098705664 140512610602743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
/proc/30743/statm: 2671640 2078305 3160 1 0 2661055 0
[pid=30743/tid=30745] ppid=30740 vsize=10686560 memory=4304 CPUtime=14.96 cores=0,2,4,6
/proc/30743/task/30745/stat : 30745 (java) S 30740 30743 897 0 -1 1077944384 25378 0 0 0 1466 30 0 0 20 0 17 0 65796513 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512614843424 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30746] ppid=30740 vsize=10686560 memory=1624 CPUtime=386.99 cores=0,2,4,6
/proc/30743/task/30746/stat : 30746 (java) R 30740 30743 897 0 -1 4202560 690692 0 0 0 38512 187 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512541022288 140512603230951 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30747] ppid=30740 vsize=10686560 memory=928 CPUtime=386.65 cores=0,2,4,6
/proc/30743/task/30747/stat : 30747 (java) R 30740 30743 897 0 -1 4202560 480970 0 0 0 38498 167 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512220670472 140512603230951 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30748] ppid=30740 vsize=10686560 memory=2164 CPUtime=387.09 cores=0,2,4,6
/proc/30743/task/30748/stat : 30748 (java) R 30740 30743 897 0 -1 4202560 489170 0 0 0 38528 181 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512219617808 140512595599144 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30749] ppid=30740 vsize=10686560 memory=840 CPUtime=387.33 cores=0,2,4,6
/proc/30743/task/30749/stat : 30749 (java) R 30740 30743 897 0 -1 4202560 779612 0 0 0 38539 194 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512218565072 140512603230951 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30750] ppid=30740 vsize=10686560 memory=1712 CPUtime=17.21 cores=0,2,4,6
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 897 0 -1 1077944384 98409 0 0 0 1715 6 0 0 20 0 17 0 65796515 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512107172928 140512610612949 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30751] ppid=30740 vsize=10686560 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 897 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 65796515 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512106120672 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30752] ppid=30740 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 897 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 65796516 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512105068032 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30753] ppid=30740 vsize=10686560 memory=10164 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512104016592 140512610621339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30754] ppid=30740 vsize=10686560 memory=1440 CPUtime=0.79 cores=0,2,4,6
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 897 0 -1 1077944384 3277 0 0 0 79 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512102962944 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30755] ppid=30740 vsize=10686560 memory=2000 CPUtime=0.81 cores=0,2,4,6
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 897 0 -1 1077944384 2829 0 0 0 80 1 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512101910736 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30756] ppid=30740 vsize=10686560 memory=33 CPUtime=0.35 cores=0,2,4,6
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 897 0 -1 1077944384 3316 0 0 0 35 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512100858192 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30757] ppid=30740 vsize=10686560 memory=-7531822216213012384 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512099805792 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30758] ppid=30740 vsize=10686560 memory=627248 CPUtime=0.27 cores=0,2,4,6
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 897 0 -1 1077944384 871 0 0 0 13 14 0 0 20 0 17 0 65796528 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512098753328 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30785] ppid=30740 vsize=10686560 memory=317785472934084944 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30785/stat : 30785 (java) S 30740 30743 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 65833193 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512095599600 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30786] ppid=30740 vsize=10686560 memory=6944656592452938395 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30786/stat : 30786 (java) S 30740 30743 897 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 65833193 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512094543888 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
Current children cumulated CPU time: 1582.55 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8313220 KiB

[startup+425.401 s]
/proc/loadavg: 4.74 4.22 3.41 6/213 30788
/proc/meminfo: memFree=18480176/32770624 swapFree=67108860/67108860
[pid=30743] ppid=30740 vsize=10686560 memory=8313220 CPUtime=1583.34 cores=0,2,4,6
/proc/30743/stat : 30743 (java) S 30740 30743 897 0 -1 1077944320 2576087 0 0 0 157561 773 0 0 20 0 17 0 65796507 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140721098705664 140512610602743 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
/proc/30743/statm: 2671640 2078305 3160 1 0 2661055 0
[pid=30743/tid=30745] ppid=30740 vsize=10686560 memory=288230617509003574 CPUtime=14.96 cores=0,2,4,6
/proc/30743/task/30745/stat : 30745 (java) S 30740 30743 897 0 -1 1077944384 25378 0 0 0 1466 30 0 0 20 0 17 0 65796513 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512614843424 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30746] ppid=30740 vsize=10686560 memory=15536310592997909 CPUtime=387.19 cores=0,2,4,6
/proc/30743/task/30746/stat : 30746 (java) S 30740 30743 897 0 -1 1077944384 690692 0 0 0 38532 187 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512541022288 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30747] ppid=30740 vsize=10686560 memory=1712 CPUtime=386.84 cores=0,2,4,6
/proc/30743/task/30747/stat : 30747 (java) R 30740 30743 897 0 -1 4202560 480970 0 0 0 38517 167 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512220670472 140512603230951 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30748] ppid=30740 vsize=10686560 memory=4616 CPUtime=387.29 cores=0,2,4,6
/proc/30743/task/30748/stat : 30748 (java) R 30740 30743 897 0 -1 4202560 489170 0 0 0 38548 181 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512219617808 140512595599144 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30749] ppid=30740 vsize=10686560 memory=0 CPUtime=387.53 cores=0,2,4,6
/proc/30743/task/30749/stat : 30749 (java) R 30740 30743 897 0 -1 4202560 779612 0 0 0 38559 194 0 0 20 0 17 0 65796514 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512218565072 140512603230951 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30750] ppid=30740 vsize=10686560 memory=279794572985792 CPUtime=17.21 cores=0,2,4,6
/proc/30743/task/30750/stat : 30750 (java) S 30740 30743 897 0 -1 1077944384 98409 0 0 0 1715 6 0 0 20 0 17 0 65796515 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512107172928 140512610612949 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30751] ppid=30740 vsize=10686560 memory=139897286510624 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30751/stat : 30751 (java) S 30740 30743 897 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 65796515 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512106120672 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30752] ppid=30740 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30752/stat : 30752 (java) S 30740 30743 897 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 65796516 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512105068032 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30753] ppid=30740 vsize=10686560 memory=10976 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30753/stat : 30753 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512104016592 140512610621339 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30754] ppid=30740 vsize=10686560 memory=1200 CPUtime=0.79 cores=0,2,4,6
/proc/30743/task/30754/stat : 30754 (java) S 30740 30743 897 0 -1 1077944384 3277 0 0 0 79 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512102962944 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30755] ppid=30740 vsize=10686560 memory=15880 CPUtime=0.81 cores=0,2,4,6
/proc/30743/task/30755/stat : 30755 (java) S 30740 30743 897 0 -1 1077944384 2829 0 0 0 80 1 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512101910736 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30756] ppid=30740 vsize=10686560 memory=302022848351043610 CPUtime=0.35 cores=0,2,4,6
/proc/30743/task/30756/stat : 30756 (java) S 30740 30743 897 0 -1 1077944384 3316 0 0 0 35 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512100858192 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30757] ppid=30740 vsize=10686560 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30757/stat : 30757 (java) S 30740 30743 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65796518 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512099805792 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30758] ppid=30740 vsize=10686560 memory=-8774313645642428999 CPUtime=0.27 cores=0,2,4,6
/proc/30743/task/30758/stat : 30758 (java) S 30740 30743 897 0 -1 1077944384 871 0 0 0 13 14 0 0 20 0 17 0 65796528 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512098753328 140512610613890 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30785] ppid=30740 vsize=10686560 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30785/stat : 30785 (java) S 30740 30743 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 65833193 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512095599600 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
[pid=30743/tid=30786] ppid=30740 vsize=10686560 memory=8114533842071819099 CPUtime=0 cores=0,2,4,6
/proc/30743/task/30786/stat : 30786 (java) S 30740 30743 897 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 17 0 65833193 10943037440 2078305 18446744073709551615 4194304 4196468 140721098723120 140512094543888 140512610612949 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24408064 140721098731920 140721098732073 140721098732073 140721098735567 0
Current children cumulated CPU time: 1583.34 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8313220 KiB

[startup+425.501 s]*
/proc/loadavg: 4.74 4.22 3.41 3/198 30788
/proc/meminfo: memFree=19023808/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 425.572
CPU time (s): 1583.64
CPU user time (s): 1575.82
CPU system time (s): 7.8192
CPU usage (%): 372.121
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8313220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1575.82
system time used= 7.8192
maximum resident set size= 8313316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2576237
page faults= 0
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29917
involuntary context switches= 16331


# summary of solver processes directly reported to runsolver:
#   pid: 30743
#   total CPU time (s): 1583.64
#   total CPU user time (s): 1575.82
#   total CPU system time (s): 7.8192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.54361 second user time and 4.19611 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 16:35:12
IDJOB=4263696
IDBENCH=138612
IDSOLVER=2651
FILE ID=node125/4263696-1502635758
RUNJOBID= node125-1502623975-28610
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20-15/SuperTaillard-js-20-15-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263696-1502635758/watcher-4263696-1502635758 -o /tmp/evaluation-result-4263696-1502635758/solver-4263696-1502635758 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263696-1502635758.xml

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

MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8
RANDOM SEED=1549682599

node125.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.07
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.07
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.07
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.07
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:        27181724 kB
MemAvailable:   28030508 kB
Buffers:          284872 kB
Cached:           859708 kB
SwapCached:            0 kB
Active:          4571028 kB
Inactive:         583460 kB
Active(anon):    4010364 kB
Inactive(anon):    33100 kB
Active(file):     560664 kB
Inactive(file):   550360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1960 kB
Writeback:             0 kB
AnonPages:       4009784 kB
Mapped:            58696 kB
Shmem:             33444 kB
Slab:             132480 kB
SReclaimable:     107188 kB
SUnreclaim:        25292 kB
KernelStack:        3408 kB
PageTables:        12676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4761844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3837952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 16:42:18