Trace number 4263689

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? 1114.74 307.15399

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-14.xml
MD5SUMe8698b72f1d598ed72051801219b61cc
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 variables160
Number of constraints9560
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":160}]
Minimum variable degree80
Maximum variable degree159
Distribution of variable degrees[{"degree":80,"count":80},{"degree":159,"count":80}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9560}]
Number of extensional constraints0
Number of intensional constraints9560
Distribution of constraint types[{"type":"intension","count":9560}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263689-1502635498/watcher-4263689-1502635498 -o /tmp/evaluation-result-4263689-1502635498/solver-4263689-1502635498 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263689-1502635498.xml 

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

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
solver pid=26768, runsolver pid=26765
Current StackSize limit: 8192 KiB


[startup+0.103728 s]*
/proc/loadavg: 4.63 4.44 3.48 3/208 26778
/proc/meminfo: memFree=29884128/32770624 swapFree=67108860/67108860
[pid=26768] ppid=26765 vsize=10484492 memory=22336 CPUtime=0.05 cores=1,3,5,7
/proc/26768/stat : 26768 (java) S 26765 26768 11586 0 -1 1077944320 4543 0 0 0 4 1 0 0 20 0 14 0 51890451 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140721487876512 140333853646583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
/proc/26768/statm: 2621123 5584 2578 1 0 2610620 0
[pid=26768/tid=26770] ppid=26765 vsize=10484492 memory=8186026180326891933 CPUtime=0.04 cores=1,3,5,7
/proc/26768/task/26770/stat : 26770 (java) D 26765 26768 11586 0 -1 4202560 2656 0 0 0 4 0 0 0 20 0 14 0 51890457 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333857884064 140333853668605 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26771] ppid=26765 vsize=10484492 memory=732369846030240741 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26771/stat : 26771 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51890457 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333784067216 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26772] ppid=26765 vsize=10484492 memory=139707692787328 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26772/stat : 26772 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51890457 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333783014416 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26773] ppid=26765 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26773/stat : 26773 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51890457 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333781961616 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26774] ppid=26765 vsize=10484492 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26774/stat : 26774 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51890457 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333780908816 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26775] ppid=26765 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26775/stat : 26775 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51890459 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333350349168 140333853657730 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26776] ppid=26765 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26776/stat : 26776 (java) S 26765 26768 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 51890459 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333349295136 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26777] ppid=26765 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26777/stat : 26777 (java) S 26765 26768 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 51890459 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333348242288 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26778] ppid=26765 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26778/stat : 26778 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51890462 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333347190608 140333853665179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26779] ppid=26765 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26779/stat : 26779 (java) S 26765 26768 11586 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 14 0 51890462 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333346138992 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26780] ppid=26765 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26780/stat : 26780 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51890462 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333345086192 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26781] ppid=26765 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26781/stat : 26781 (java) S 26765 26768 11586 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 14 0 51890462 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333344033392 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26782] ppid=26765 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26782/stat : 26782 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51890462 10736119808 5584 18446744073709551615 4194304 4196468 140721487893968 140333342980832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22336 KiB

[startup+0.210799 s]*
/proc/loadavg: 4.63 4.44 3.48 3/213 26783
/proc/meminfo: memFree=29878588/32770624 swapFree=67108860/67108860
[pid=26768] ppid=26765 vsize=10552180 memory=31376 CPUtime=0.11 cores=1,3,5,7
/proc/26768/stat : 26768 (java) S 26765 26768 11586 0 -1 1077944320 7195 0 0 0 9 2 0 0 20 0 15 0 51890451 10805432320 7844 18446744073709551615 4194304 4196468 140721487893968 140721487876512 140333853646583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
/proc/26768/statm: 2638045 7844 2790 1 0 2627517 0
[pid=26768/tid=26770] ppid=26765 vsize=10552180 memory=-4116735710718344508 CPUtime=0.08 cores=1,3,5,7
/proc/26768/task/26770/stat : 26770 (java) R 26765 26768 11586 0 -1 4202560 5224 0 0 0 7 1 0 0 20 0 15 0 51890457 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333857834928 140333846326301 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26771] ppid=26765 vsize=10552180 memory=279415261406968 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26771/stat : 26771 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51890457 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333784067216 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26772] ppid=26765 vsize=10552180 memory=139707692787328 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26772/stat : 26772 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51890457 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333783014416 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26773] ppid=26765 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26773/stat : 26773 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51890457 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333781961616 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26774] ppid=26765 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26774/stat : 26774 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51890457 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333780908816 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26775] ppid=26765 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26775/stat : 26775 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51890459 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333350349168 140333853657730 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26776] ppid=26765 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26776/stat : 26776 (java) S 26765 26768 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51890459 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333349295136 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26777] ppid=26765 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26777/stat : 26777 (java) S 26765 26768 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51890459 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333348242288 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26778] ppid=26765 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26778/stat : 26778 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51890462 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333347190608 140333853665179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26779] ppid=26765 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26779/stat : 26779 (java) S 26765 26768 11586 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 51890462 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333346138992 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26780] ppid=26765 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26780/stat : 26780 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51890462 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333345086192 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26781] ppid=26765 vsize=10552180 memory=139707692787328 CPUtime=0.01 cores=1,3,5,7
/proc/26768/task/26781/stat : 26781 (java) S 26765 26768 11586 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 51890462 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333344033392 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26782] ppid=26765 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26782/stat : 26782 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51890462 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333342980832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26783] ppid=26765 vsize=10552180 memory=139707692787328 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26783/stat : 26783 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51890469 10805432320 7910 18446744073709551615 4194304 4196468 140721487893968 140333341928112 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 31376 KiB

[startup+0.310175 s]*
/proc/loadavg: 4.63 4.44 3.48 4/213 26783
/proc/meminfo: memFree=29869552/32770624 swapFree=67108860/67108860
[pid=26768] ppid=26765 vsize=10551156 memory=38484 CPUtime=0.27 cores=1,3,5,7
/proc/26768/stat : 26768 (java) S 26765 26768 11586 0 -1 1077944320 8403 0 0 0 25 2 0 0 20 0 15 0 51890451 10804383744 9621 18446744073709551615 4194304 4196468 140721487893968 140721487876512 140333853646583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
/proc/26768/statm: 2637789 9621 2905 1 0 2627261 0
[pid=26768/tid=26770] ppid=26765 vsize=10551156 memory=279415137239280 CPUtime=0.18 cores=1,3,5,7
/proc/26768/task/26770/stat : 26770 (java) R 26765 26768 11586 0 -1 4202560 5648 0 0 0 17 1 0 0 20 0 15 0 51890457 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333857885552 140333853658518 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26771] ppid=26765 vsize=10551156 memory=279415261521856 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26771/stat : 26771 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51890457 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333784067216 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26772] ppid=26765 vsize=10551156 memory=279415261520512 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26772/stat : 26772 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51890457 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333783014416 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26773] ppid=26765 vsize=10551156 memory=279415137487104 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26773/stat : 26773 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51890457 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333781961616 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26774] ppid=26765 vsize=10551156 memory=139707568730895 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26774/stat : 26774 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51890457 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333780908816 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26775] ppid=26765 vsize=10551156 memory=279415261408264 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26775/stat : 26775 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51890459 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333350349168 140333853657730 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26776] ppid=26765 vsize=10551156 memory=139707568753919 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26776/stat : 26776 (java) S 26765 26768 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51890459 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333349295136 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26777] ppid=26765 vsize=10551156 memory=139707568764354 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26777/stat : 26777 (java) S 26765 26768 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51890459 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333348242288 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26778] ppid=26765 vsize=10551156 memory=139707568766814 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26778/stat : 26778 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51890462 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333347190608 140333853665179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26779] ppid=26765 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26768/task/26779/stat : 26779 (java) S 26765 26768 11586 0 -1 1077944384 547 0 0 0 1 0 0 0 20 0 15 0 51890462 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333346138992 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26780] ppid=26765 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26768/task/26780/stat : 26780 (java) S 26765 26768 11586 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 15 0 51890462 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333345086192 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26781] ppid=26765 vsize=10551156 memory=139707692787328 CPUtime=0.05 cores=1,3,5,7
/proc/26768/task/26781/stat : 26781 (java) R 26765 26768 11586 0 -1 4202560 754 0 0 0 5 0 0 0 20 0 15 0 51890462 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333344030072 140333845883710 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26782] ppid=26765 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26782/stat : 26782 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51890462 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333342980832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26783] ppid=26765 vsize=10551156 memory=139707692787327 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26783/stat : 26783 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51890469 10804383744 9687 18446744073709551615 4194304 4196468 140721487893968 140333341928112 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38484 KiB

[startup+0.701042 s]
/proc/loadavg: 4.63 4.44 3.48 4/213 26783
/proc/meminfo: memFree=29850180/32770624 swapFree=67108860/67108860
[pid=26768] ppid=26765 vsize=10551232 memory=102328 CPUtime=1.47 cores=1,3,5,7
/proc/26768/stat : 26768 (java) S 26765 26768 11586 0 -1 1077944320 12667 0 0 0 142 5 0 0 20 0 15 0 51890451 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140721487876512 140333853646583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
/proc/26768/statm: 2637808 25582 3056 1 0 2627261 0
[pid=26768/tid=26770] ppid=26765 vsize=10551232 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/26768/task/26770/stat : 26770 (java) R 26765 26768 11586 0 -1 4202560 6842 0 0 0 53 3 0 0 20 0 15 0 51890457 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333857882640 140333445552106 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26771] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26771/stat : 26771 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51890457 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333784067216 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26772] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26772/stat : 26772 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51890457 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333783014416 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26773] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26773/stat : 26773 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51890457 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333781961616 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26774] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26774/stat : 26774 (java) S 26765 26768 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51890457 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333780908816 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26775] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26775/stat : 26775 (java) S 26765 26768 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51890459 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333350349168 140333853657730 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26776] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26776/stat : 26776 (java) S 26765 26768 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51890459 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333349295136 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26777] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26777/stat : 26777 (java) S 26765 26768 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51890459 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333348242288 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26778] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26778/stat : 26778 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51890462 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333347190608 140333853665179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26779] ppid=26765 vsize=10551232 memory=4580 CPUtime=0.34 cores=1,3,5,7
/proc/26768/task/26779/stat : 26779 (java) R 26765 26768 11586 0 -1 4202560 1604 0 0 0 34 0 0 0 20 0 15 0 51890462 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333346124872 140333835191211 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26780] ppid=26765 vsize=10551232 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/26768/task/26780/stat : 26780 (java) R 26765 26768 11586 0 -1 4202560 1289 0 0 0 31 0 0 0 20 0 15 0 51890462 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333345072072 140333832893838 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26781] ppid=26765 vsize=10551232 memory=6944656592455097440 CPUtime=0.23 cores=1,3,5,7
/proc/26768/task/26781/stat : 26781 (java) S 26765 26768 11586 0 -1 1077944384 1560 0 0 0 23 0 0 0 20 0 15 0 51890462 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333344033392 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26782] ppid=26765 vsize=10551232 memory=10465 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26782/stat : 26782 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51890462 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333342980832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26783] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26783/stat : 26783 (java) S 26765 26768 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51890469 10804461568 25582 18446744073709551615 4194304 4196468 140721487893968 140333341928112 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 102328 KiB

[startup+1.50075 s]
/proc/loadavg: 4.63 4.44 3.48 6/213 26783
/proc/meminfo: memFree=29712536/32770624 swapFree=67108860/67108860
[pid=26768] ppid=26765 vsize=10551232 memory=305548 CPUtime=3.61 cores=1,3,5,7
/proc/26768/stat : 26768 (java) S 26765 26768 11586 0 -1 1077944320 14509 0 0 0 342 19 0 0 20 0 15 0 51890451 10804461568 76387 18446744073709551615 4194304 4196468 140721487893968 140721487876512 140333853646583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
/proc/26768/statm: 2637808 76387 3096 1 0 2627261 0
[pid=26768/tid=26770] ppid=26765 vsize=10551232 memory=4120 CPUtime=1.23 cores=1,3,5,7
/proc/26768/task/26770/stat : 26770 (java) R 26765 26768 11586 0 -1 4202560 7445 0 0 0 118 5 0 0 20 0 15 0 51890457 10804461568 76387 18446744073709551615 4194304 4196468 140721487893968 140333857882752 140333446533319 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26771] ppid=26765 vsize=10551232 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/26768/task/26771/stat : 26771 (java) S 26765 26768 11586 0 -1 1077944384 118 0 0 0 8 2 0 0 20 0 15 0 51890457 10804461568 76387 18446744073709551615 4194304 4196468 140721487893968 140333784067216 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26772] ppid=26765 vsize=10551232 memory=139707568668096 CPUtime=0.1 cores=1,3,5,7
/proc/26768/task/26772/stat : 26772 (java) S 26765 26768 11586 0 -1 1077944384 126 0 0 0 8 2 0 0 20 0 15 0 51890457 10804461568 76387 18446744073709551615 4194304 4196468 140721487893968 140333783014416 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26773] ppid=26765 vsize=10551232 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26768/task/26773/stat : 26773 (java) S 26765 26768 11586 0 -1 1077944384 155 0 0 0 9 2 0 0 20 0 15 0 51890457 10804461568 76387 18446744073709551615 4194304 4196468 140721487893968 140333781961616 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26774] ppid=26765 vsize=10551232 memory=1 CPUtime=0.12 cores=1,3,5,7
/proc/26768/task/26774/stat : 26774 (java) S 26765 26768 11586 0 -1 1077944384 168 0 0 0 9 3 0 0 20 0 15 0 51890457 10804461568 76387 18446744073709551615 4194304 4196468 140721487893968 140333780908816 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26775] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26775/stat : 26775 (java) S 26765 26768 11586 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 51890459 10804461568 76387 18446744073709551615 4194304 4196468 140721487893968 140333350349168 140333853657730 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26776] ppid=26765 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26776/stat : 26776 (java) S 26765 26768 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51890459 10804461568 76387 18446744073709551615 4194304 4196468 140721487893968 140333349295136 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0

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

[pid=26768/tid=26771] ppid=26765 vsize=10686560 memory=2384 CPUtime=268.55 cores=1,3,5,7
/proc/26768/task/26771/stat : 26771 (java) S 26765 26768 11586 0 -1 1077944384 14247 0 0 0 26670 185 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333784067216 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26772] ppid=26765 vsize=10686560 memory=1296 CPUtime=268.97 cores=1,3,5,7
/proc/26768/task/26772/stat : 26772 (java) S 26765 26768 11586 0 -1 1077944384 14516 0 0 0 26712 185 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333783014416 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26773] ppid=26765 vsize=10686560 memory=1728 CPUtime=269.07 cores=1,3,5,7
/proc/26768/task/26773/stat : 26773 (java) S 26765 26768 11586 0 -1 1077944384 19490 0 0 0 26712 195 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333781961616 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26774] ppid=26765 vsize=10686560 memory=139707692786161 CPUtime=268.41 cores=1,3,5,7
/proc/26768/task/26774/stat : 26774 (java) S 26765 26768 11586 0 -1 1077944384 15983 0 0 0 26640 201 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333780908816 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26775] ppid=26765 vsize=10686560 memory=4048 CPUtime=21.51 cores=1,3,5,7
/proc/26768/task/26775/stat : 26775 (java) R 26765 26768 11586 0 -1 4202560 49222 0 0 0 2149 2 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333350347712 140333838104216 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26776] ppid=26765 vsize=10686560 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26776/stat : 26776 (java) S 26765 26768 11586 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333349295200 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26777] ppid=26765 vsize=10686560 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26777/stat : 26777 (java) S 26765 26768 11586 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333348241408 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26778] ppid=26765 vsize=10686560 memory=5859271421085237344 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26778/stat : 26778 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333347190608 140333853665179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26779] ppid=26765 vsize=10686560 memory=4284 CPUtime=1.84 cores=1,3,5,7
/proc/26768/task/26779/stat : 26779 (java) S 26765 26768 11586 0 -1 1077944384 13074 0 0 0 183 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333346139088 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26780] ppid=26765 vsize=10686560 memory=928 CPUtime=1.66 cores=1,3,5,7
/proc/26768/task/26780/stat : 26780 (java) S 26765 26768 11586 0 -1 1077944384 7537 0 0 0 165 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333345085952 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26781] ppid=26765 vsize=10686560 memory=1580 CPUtime=0.48 cores=1,3,5,7
/proc/26768/task/26781/stat : 26781 (java) S 26765 26768 11586 0 -1 1077944384 2467 0 0 0 47 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333344029264 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26782] ppid=26765 vsize=10686560 memory=2168 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26782/stat : 26782 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333342980832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26783] ppid=26765 vsize=10686560 memory=836 CPUtime=0.23 cores=1,3,5,7
/proc/26768/task/26783/stat : 26783 (java) S 26765 26768 11586 0 -1 1077944384 260 0 0 0 12 11 0 0 20 0 17 0 51890469 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333341928112 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26793] ppid=26765 vsize=10686560 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26793/stat : 26793 (java) S 26765 26768 11586 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 51919439 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333338774832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26794] ppid=26765 vsize=10686560 memory=2756 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26794/stat : 26794 (java) S 26765 26768 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51919439 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333337722800 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
Current children cumulated CPU time: 1113.97 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8242744 KiB

[startup+306.801 s]
/proc/loadavg: 4.53 4.40 3.71 6/212 26796
/proc/meminfo: memFree=21521828/32770624 swapFree=67108860/67108860
[pid=26768] ppid=26765 vsize=10686560 memory=8242744 CPUtime=1114.37 cores=1,3,5,7
/proc/26768/stat : 26768 (java) S 26765 26768 11586 0 -1 1077944320 152468 0 0 0 110651 786 0 0 20 0 17 0 51890451 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140721487876512 140333853646583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
/proc/26768/statm: 2671640 2060686 3182 1 0 2661055 0
[pid=26768/tid=26770] ppid=26765 vsize=10686560 memory=302867320592924983 CPUtime=13.15 cores=1,3,5,7
/proc/26768/task/26770/stat : 26770 (java) S 26765 26768 11586 0 -1 1077944384 14145 0 0 0 1306 9 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333857887264 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26771] ppid=26765 vsize=10686560 memory=15254852779379061 CPUtime=268.55 cores=1,3,5,7
/proc/26768/task/26771/stat : 26771 (java) S 26765 26768 11586 0 -1 1077944384 14247 0 0 0 26670 185 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333784067216 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26772] ppid=26765 vsize=10686560 memory=7883960649037381690 CPUtime=268.97 cores=1,3,5,7
/proc/26768/task/26772/stat : 26772 (java) S 26765 26768 11586 0 -1 1077944384 14516 0 0 0 26712 185 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333783014416 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26773] ppid=26765 vsize=10686560 memory=1700 CPUtime=269.07 cores=1,3,5,7
/proc/26768/task/26773/stat : 26773 (java) S 26765 26768 11586 0 -1 1077944384 19490 0 0 0 26712 195 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333781961616 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26774] ppid=26765 vsize=10686560 memory=4082648570986653216 CPUtime=268.41 cores=1,3,5,7
/proc/26768/task/26774/stat : 26774 (java) S 26765 26768 11586 0 -1 1077944384 15983 0 0 0 26640 201 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333780908816 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26775] ppid=26765 vsize=10686560 memory=-7812193691855986592 CPUtime=21.91 cores=1,3,5,7
/proc/26768/task/26775/stat : 26775 (java) R 26765 26768 11586 0 -1 4202560 49286 0 0 0 2189 2 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333350347712 140333838104216 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26776] ppid=26765 vsize=10686560 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26776/stat : 26776 (java) S 26765 26768 11586 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333349295200 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26777] ppid=26765 vsize=10686560 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26777/stat : 26777 (java) S 26765 26768 11586 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333348241408 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26778] ppid=26765 vsize=10686560 memory=-2025810976467231676 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26778/stat : 26778 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333347190608 140333853665179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26779] ppid=26765 vsize=10686560 memory=-7812736537705029536 CPUtime=1.84 cores=1,3,5,7
/proc/26768/task/26779/stat : 26779 (java) S 26765 26768 11586 0 -1 1077944384 13074 0 0 0 183 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333346139088 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26780] ppid=26765 vsize=10686560 memory=6944656592455350634 CPUtime=1.66 cores=1,3,5,7
/proc/26768/task/26780/stat : 26780 (java) S 26765 26768 11586 0 -1 1077944384 7537 0 0 0 165 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333345085952 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26781] ppid=26765 vsize=10686560 memory=-8990767739041718176 CPUtime=0.48 cores=1,3,5,7
/proc/26768/task/26781/stat : 26781 (java) S 26765 26768 11586 0 -1 1077944384 2467 0 0 0 47 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333344029264 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26782] ppid=26765 vsize=10686560 memory=-7812736537705029536 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26782/stat : 26782 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333342980832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26783] ppid=26765 vsize=10686560 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/26768/task/26783/stat : 26783 (java) S 26765 26768 11586 0 -1 1077944384 291 0 0 0 12 11 0 0 20 0 17 0 51890469 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333341928112 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26793] ppid=26765 vsize=10686560 memory=68 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26793/stat : 26793 (java) S 26765 26768 11586 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 51919439 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333338774832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26794] ppid=26765 vsize=10686560 memory=1569 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26794/stat : 26794 (java) S 26765 26768 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51919439 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333337722800 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
Current children cumulated CPU time: 1114.37 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8242744 KiB

[startup+307.001 s]*
/proc/loadavg: 4.53 4.40 3.71 3/212 26796
/proc/meminfo: memFree=21521836/32770624 swapFree=67108860/67108860
[pid=26768] ppid=26765 vsize=10686560 memory=8242744 CPUtime=1114.58 cores=1,3,5,7
/proc/26768/stat : 26768 (java) S 26765 26768 11586 0 -1 1077944320 152843 0 0 0 110672 786 0 0 20 0 17 0 51890451 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140721487876512 140333853646583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
/proc/26768/statm: 2671640 2060686 3182 1 0 2661055 0
[pid=26768/tid=26770] ppid=26765 vsize=10686560 memory=-4116735710718344508 CPUtime=13.15 cores=1,3,5,7
/proc/26768/task/26770/stat : 26770 (java) S 26765 26768 11586 0 -1 1077944384 14145 0 0 0 1306 9 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333857887264 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26771] ppid=26765 vsize=10686560 memory=732369846030240741 CPUtime=268.55 cores=1,3,5,7
/proc/26768/task/26771/stat : 26771 (java) S 26765 26768 11586 0 -1 1077944384 14247 0 0 0 26670 185 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333784067216 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26772] ppid=26765 vsize=10686560 memory=139707692787328 CPUtime=268.97 cores=1,3,5,7
/proc/26768/task/26772/stat : 26772 (java) S 26765 26768 11586 0 -1 1077944384 14516 0 0 0 26712 185 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333783014416 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26773] ppid=26765 vsize=10686560 memory=0 CPUtime=269.07 cores=1,3,5,7
/proc/26768/task/26773/stat : 26773 (java) S 26765 26768 11586 0 -1 1077944384 19490 0 0 0 26712 195 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333781961616 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26774] ppid=26765 vsize=10686560 memory=-1 CPUtime=268.41 cores=1,3,5,7
/proc/26768/task/26774/stat : 26774 (java) S 26765 26768 11586 0 -1 1077944384 15983 0 0 0 26640 201 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333780908816 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26775] ppid=26765 vsize=10686560 memory=139707692787328 CPUtime=22.12 cores=1,3,5,7
/proc/26768/task/26775/stat : 26775 (java) R 26765 26768 11586 0 -1 4202560 49663 0 0 0 2210 2 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333350347712 140333838649671 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26776] ppid=26765 vsize=10686560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26776/stat : 26776 (java) S 26765 26768 11586 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333349295200 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26777] ppid=26765 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26777/stat : 26777 (java) S 26765 26768 11586 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333348241408 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26778] ppid=26765 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26778/stat : 26778 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333347190608 140333853665179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26779] ppid=26765 vsize=10686560 memory=0 CPUtime=1.84 cores=1,3,5,7
/proc/26768/task/26779/stat : 26779 (java) S 26765 26768 11586 0 -1 1077944384 13074 0 0 0 183 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333346139088 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26780] ppid=26765 vsize=10686560 memory=-1 CPUtime=1.66 cores=1,3,5,7
/proc/26768/task/26780/stat : 26780 (java) S 26765 26768 11586 0 -1 1077944384 7537 0 0 0 165 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333345085952 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26781] ppid=26765 vsize=10686560 memory=139707692787328 CPUtime=0.48 cores=1,3,5,7
/proc/26768/task/26781/stat : 26781 (java) S 26765 26768 11586 0 -1 1077944384 2467 0 0 0 47 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333344029264 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26782] ppid=26765 vsize=10686560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26782/stat : 26782 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333342980832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26783] ppid=26765 vsize=10686560 memory=139707692787328 CPUtime=0.23 cores=1,3,5,7
/proc/26768/task/26783/stat : 26783 (java) S 26765 26768 11586 0 -1 1077944384 291 0 0 0 12 11 0 0 20 0 17 0 51890469 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333341928112 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26793] ppid=26765 vsize=10686560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26793/stat : 26793 (java) S 26765 26768 11586 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 51919439 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333338774832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26794] ppid=26765 vsize=10686560 memory=139707692787328 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26794/stat : 26794 (java) S 26765 26768 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51919439 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333337722800 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
Current children cumulated CPU time: 1114.58 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8242744 KiB

[startup+307.11 s]
/proc/loadavg: 4.53 4.40 3.71 3/212 26796
/proc/meminfo: memFree=21521836/32770624 swapFree=67108860/67108860
[pid=26768] ppid=26765 vsize=10686560 memory=8242744 CPUtime=1114.68 cores=1,3,5,7
/proc/26768/stat : 26768 (java) S 26765 26768 11586 0 -1 1077944320 153854 0 0 0 110682 786 0 0 20 0 17 0 51890451 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140721487876512 140333853646583 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 5 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
/proc/26768/statm: 2671640 2060686 3182 1 0 2661055 0
[pid=26768/tid=26770] ppid=26765 vsize=10686560 memory=56 CPUtime=13.15 cores=1,3,5,7
/proc/26768/task/26770/stat : 26770 (java) S 26765 26768 11586 0 -1 1077944384 14145 0 0 0 1306 9 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333857887264 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26771] ppid=26765 vsize=10686560 memory=56 CPUtime=268.55 cores=1,3,5,7
/proc/26768/task/26771/stat : 26771 (java) S 26765 26768 11586 0 -1 1077944384 14247 0 0 0 26670 185 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333784067216 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26772] ppid=26765 vsize=10686560 memory=164 CPUtime=268.97 cores=1,3,5,7
/proc/26768/task/26772/stat : 26772 (java) S 26765 26768 11586 0 -1 1077944384 14516 0 0 0 26712 185 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333783014416 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26773] ppid=26765 vsize=10686560 memory=8242744 CPUtime=269.07 cores=1,3,5,7
/proc/26768/task/26773/stat : 26773 (java) S 26765 26768 11586 0 -1 1077944384 19490 0 0 0 26712 195 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333781961616 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26774] ppid=26765 vsize=10686560 memory=8242744 CPUtime=268.41 cores=1,3,5,7
/proc/26768/task/26774/stat : 26774 (java) S 26765 26768 11586 0 -1 1077944384 15983 0 0 0 26640 201 0 0 20 0 17 0 51890457 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333780908816 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26775] ppid=26765 vsize=10686560 memory=1232 CPUtime=22.22 cores=1,3,5,7
/proc/26768/task/26775/stat : 26775 (java) R 26765 26768 11586 0 -1 4202560 50673 0 0 0 2220 2 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333350347712 140333832016758 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26776] ppid=26765 vsize=10686560 memory=8241568 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26776/stat : 26776 (java) S 26765 26768 11586 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333349295200 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26777] ppid=26765 vsize=10686560 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26777/stat : 26777 (java) S 26765 26768 11586 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 51890459 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333348241408 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26778] ppid=26765 vsize=10686560 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26778/stat : 26778 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333347190608 140333853665179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26779] ppid=26765 vsize=10686560 memory=29668 CPUtime=1.84 cores=1,3,5,7
/proc/26768/task/26779/stat : 26779 (java) S 26765 26768 11586 0 -1 1077944384 13074 0 0 0 183 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333346139088 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26780] ppid=26765 vsize=10686560 memory=279415137992896 CPUtime=1.66 cores=1,3,5,7
/proc/26768/task/26780/stat : 26780 (java) S 26765 26768 11586 0 -1 1077944384 7537 0 0 0 165 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333345085952 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26781] ppid=26765 vsize=10686560 memory=254661495935275 CPUtime=0.48 cores=1,3,5,7
/proc/26768/task/26781/stat : 26781 (java) S 26765 26768 11586 0 -1 1077944384 2467 0 0 0 47 1 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333344029264 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26782] ppid=26765 vsize=10686560 memory=8242744 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26782/stat : 26782 (java) S 26765 26768 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51890462 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333342980832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26783] ppid=26765 vsize=10686560 memory=8242656 CPUtime=0.23 cores=1,3,5,7
/proc/26768/task/26783/stat : 26783 (java) S 26765 26768 11586 0 -1 1077944384 291 0 0 0 12 11 0 0 20 0 17 0 51890469 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333341928112 140333853657730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26793] ppid=26765 vsize=10686560 memory=164 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26793/stat : 26793 (java) S 26765 26768 11586 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 51919439 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333338774832 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
[pid=26768/tid=26794] ppid=26765 vsize=10686560 memory=3471202396320840513 CPUtime=0 cores=1,3,5,7
/proc/26768/task/26794/stat : 26794 (java) S 26765 26768 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 51919439 10943037440 2060686 18446744073709551615 4194304 4196468 140721487893968 140333337722800 140333853656789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35598336 140721487901072 140721487901225 140721487901225 140721487904719 0
Current children cumulated CPU time: 1114.68 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8242744 KiB

Child status: 0
Real time (s): 307.154
CPU time (s): 1114.74
CPU user time (s): 1106.84
CPU system time (s): 7.90379
CPU usage (%): 362.926
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8244744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1106.84
system time used= 7.90379
maximum resident set size= 8244744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156923
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15855
involuntary context switches= 11253


# summary of solver processes directly reported to runsolver:
#   pid: 26768
#   total CPU time (s): 1114.74
#   total CPU user time (s): 1106.84
#   total CPU system time (s): 7.90379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.85763 second user time and 2.9876 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 16:30:42
IDJOB=4263689
IDBENCH=138399
IDSOLVER=2651
FILE ID=node124/4263689-1502635498
RUNJOBID= node124-1502623904-24885
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-14.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263689-1502635498/watcher-4263689-1502635498 -o /tmp/evaluation-result-4263689-1502635498/solver-4263689-1502635498 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263689-1502635498.xml

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

MD5SUM BENCH= e8698b72f1d598ed72051801219b61cc
RANDOM SEED=1107357562

node124.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.51
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.51
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.51
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.51
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:        29895476 kB
MemAvailable:   30102200 kB
Buffers:          166640 kB
Cached:           329844 kB
SwapCached:            0 kB
Active:          2266540 kB
Inactive:         180940 kB
Active(anon):    1902072 kB
Inactive(anon):    73860 kB
Active(file):     364468 kB
Inactive(file):   107080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1984 kB
Writeback:             0 kB
AnonPages:       2067080 kB
Mapped:            55316 kB
Shmem:             25320 kB
Slab:             128160 kB
SReclaimable:     102020 kB
SUnreclaim:        26140 kB
KernelStack:        3792 kB
PageTables:         9024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3077484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1951744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 16:35:49