Trace number 4263567

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? 1187.89 324.758

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-096.xml
MD5SUM3c52232e333025b0260987be45274879
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark92.949402
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size334
Maximum domain size334
Distribution of domain sizes[{"size":334,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263567-1502626735/watcher-4263567-1502626735 -o /tmp/evaluation-result-4263567-1502626735/solver-4263567-1502626735 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263567-1502626735.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=26782, runsolver pid=26779

[startup+0.100091 s]*
/proc/loadavg: 5.10 4.72 4.13 6/198 26784
/proc/meminfo: memFree=23541076/32770624 swapFree=67105588/67108860
[pid=26782] ppid=26779 vsize=9936560 memory=13844 CPUtime=0 cores=0,2,4,6
/proc/26782/stat : 26782 (java) S 26779 26782 12560 0 -1 1077944320 2776 0 0 0 0 0 0 0 20 0 6 0 64868873 10175037440 3461 18446744073709551615 4194304 4196468 140728110096624 140728110079168 140635731627767 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
/proc/26782/statm: 2484140 3461 1425 1 0 2473637 0
[pid=26782/tid=26784] ppid=26779 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26784/stat : 26784 (java) R 26779 26782 12560 0 -1 4202560 1511 0 0 0 0 0 0 0 20 0 6 0 64868883 10175037440 3527 18446744073709551615 4194304 4196468 140728110096624 140635735863888 140635692609398 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26785] ppid=26779 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26785/stat : 26785 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 64868883 10175037440 3527 18446744073709551615 4194304 4196468 140728110096624 140635688593808 140635731637973 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26786] ppid=26779 vsize=9936560 memory=140173465388672 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26786/stat : 26786 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 64868883 10175037440 3527 18446744073709551615 4194304 4196468 140728110096624 140635687541008 140635731637973 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26787] ppid=26779 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26787/stat : 26787 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 6 0 64868883 10175037440 3527 18446744073709551615 4194304 4196468 140728110096624 140635686488720 140635731637973 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26788] ppid=26779 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26788/stat : 26788 (java) S 26779 26782 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 64868883 10175037440 3527 18446744073709551615 4194304 4196468 140728110096624 140635685435920 140635731637973 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 13844 KiB

[startup+0.210059 s]*
/proc/loadavg: 5.10 4.72 4.13 6/211 26797
/proc/meminfo: memFree=23529964/32770624 swapFree=67105588/67108860
[pid=26782] ppid=26779 vsize=10551156 memory=26060 CPUtime=0.09 cores=0,2,4,6
/proc/26782/stat : 26782 (java) S 26779 26782 12560 0 -1 1077944320 5037 0 0 0 8 1 0 0 20 0 15 0 64868873 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140728110079168 140635731627767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
/proc/26782/statm: 2637789 6515 2727 1 0 2627261 0
[pid=26782/tid=26784] ppid=26779 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=0,2,4,6
/proc/26782/task/26784/stat : 26784 (java) R 26779 26782 12560 0 -1 4202560 2985 0 0 0 6 0 0 0 20 0 15 0 64868883 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635735851584 140635731649693 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26785] ppid=26779 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26785/stat : 26785 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64868883 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635688593808 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26786] ppid=26779 vsize=10551156 memory=288370549617100416 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26786/stat : 26786 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64868883 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635687541008 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26787] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26787/stat : 26787 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868883 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635686488720 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26788] ppid=26779 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26788/stat : 26788 (java) S 26779 26782 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64868883 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635685435920 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26789] ppid=26779 vsize=10551156 memory=140173465388672 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26789/stat : 26789 (java) S 26779 26782 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64868885 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635295668848 140635731638914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26790] ppid=26779 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26790/stat : 26790 (java) S 26779 26782 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64868885 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635294614816 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26791] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26791/stat : 26791 (java) S 26779 26782 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64868886 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635293562480 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26792] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26792/stat : 26792 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868888 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635292510800 140635731646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26793] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26793/stat : 26793 (java) S 26779 26782 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 64868888 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635291457648 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26794] ppid=26779 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26794/stat : 26794 (java) S 26779 26782 12560 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 15 0 64868888 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635290404848 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26795] ppid=26779 vsize=10551156 memory=140173465388672 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26795/stat : 26795 (java) S 26779 26782 12560 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 15 0 64868888 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635289352560 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26796] ppid=26779 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26796/stat : 26796 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868888 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635288300000 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26797] ppid=26779 vsize=10551156 memory=140173465388672 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26797/stat : 26797 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64868893 10804383744 6515 18446744073709551615 4194304 4196468 140728110096624 140635287247792 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26060 KiB

[startup+0.310359 s]*
/proc/loadavg: 5.10 4.72 4.13 7/211 26797
/proc/meminfo: memFree=23517192/32770624 swapFree=67105588/67108860
[pid=26782] ppid=26779 vsize=10551156 memory=36244 CPUtime=0.23 cores=0,2,4,6
/proc/26782/stat : 26782 (java) S 26779 26782 12560 0 -1 1077944320 8335 0 0 0 21 2 0 0 20 0 15 0 64868873 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140728110079168 140635731627767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
/proc/26782/statm: 2637789 9061 2868 1 0 2627261 0
[pid=26782/tid=26784] ppid=26779 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/26782/task/26784/stat : 26784 (java) R 26779 26782 12560 0 -1 4202560 5976 0 0 0 15 2 0 0 20 0 15 0 64868883 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635735864640 140635715708254 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26785] ppid=26779 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26785/stat : 26785 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64868883 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635688593808 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26786] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26786/stat : 26786 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64868883 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635687541008 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26787] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26787/stat : 26787 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868883 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635686488720 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26788] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26788/stat : 26788 (java) S 26779 26782 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64868883 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635685435920 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26789] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26789/stat : 26789 (java) S 26779 26782 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64868885 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635295668848 140635731638914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26790] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26790/stat : 26790 (java) S 26779 26782 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64868885 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635294614816 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26791] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26791/stat : 26791 (java) S 26779 26782 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64868886 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635293562480 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26792] ppid=26779 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26792/stat : 26792 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868888 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635292510800 140635731646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26793] ppid=26779 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26782/task/26793/stat : 26793 (java) S 26779 26782 12560 0 -1 1077944384 119 0 0 0 1 0 0 0 20 0 15 0 64868888 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635291457648 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26794] ppid=26779 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26782/task/26794/stat : 26794 (java) S 26779 26782 12560 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 15 0 64868888 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635290404848 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26795] ppid=26779 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26782/task/26795/stat : 26795 (java) S 26779 26782 12560 0 -1 1077944384 398 0 0 0 3 0 0 0 20 0 15 0 64868888 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635289352560 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26796] ppid=26779 vsize=10551156 memory=140173465388672 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26796/stat : 26796 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868888 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635288300000 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26797] ppid=26779 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26797/stat : 26797 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64868893 10804383744 9061 18446744073709551615 4194304 4196468 140728110096624 140635287247792 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36244 KiB

[startup+0.70121 s]
/proc/loadavg: 5.10 4.72 4.13 7/211 26797
/proc/meminfo: memFree=23496508/32770624 swapFree=67105588/67108860
[pid=26782] ppid=26779 vsize=10551232 memory=111696 CPUtime=1.21 cores=0,2,4,6
/proc/26782/stat : 26782 (java) S 26779 26782 12560 0 -1 1077944320 12809 0 0 0 116 5 0 0 20 0 15 0 64868873 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140728110079168 140635731627767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
/proc/26782/statm: 2637808 27924 3051 1 0 2627261 0
[pid=26782/tid=26784] ppid=26779 vsize=10551232 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/26782/task/26784/stat : 26784 (java) R 26779 26782 12560 0 -1 4202560 7850 0 0 0 51 4 0 0 20 0 15 0 64868883 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635735860592 140635368149816 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26785] ppid=26779 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26785/stat : 26785 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64868883 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635688593808 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26786] ppid=26779 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26786/stat : 26786 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64868883 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635687541008 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26787] ppid=26779 vsize=10551232 memory=955 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26787/stat : 26787 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868883 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635686488720 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26788] ppid=26779 vsize=10551232 memory=4529 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26788/stat : 26788 (java) S 26779 26782 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64868883 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635685435920 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26789] ppid=26779 vsize=10551232 memory=140173304421184 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26789/stat : 26789 (java) S 26779 26782 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64868885 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635295668848 140635731638914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26790] ppid=26779 vsize=10551232 memory=3472468452352078656 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26790/stat : 26790 (java) S 26779 26782 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64868885 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635294614816 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26791] ppid=26779 vsize=10551232 memory=56 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26791/stat : 26791 (java) S 26779 26782 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64868886 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635293562480 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26792] ppid=26779 vsize=10551232 memory=220 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26792/stat : 26792 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868888 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635292510800 140635731646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26793] ppid=26779 vsize=10551232 memory=423 CPUtime=0.23 cores=0,2,4,6
/proc/26782/task/26793/stat : 26793 (java) R 26779 26782 12560 0 -1 4202560 925 0 0 0 23 0 0 0 20 0 15 0 64868888 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635291457456 140635716753154 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26794] ppid=26779 vsize=10551232 memory=297 CPUtime=0.23 cores=0,2,4,6
/proc/26782/task/26794/stat : 26794 (java) R 26779 26782 12560 0 -1 4202560 1429 0 0 0 23 0 0 0 20 0 15 0 64868888 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635290391664 140635713172304 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26795] ppid=26779 vsize=10551232 memory=105 CPUtime=0.18 cores=0,2,4,6
/proc/26782/task/26795/stat : 26795 (java) S 26779 26782 12560 0 -1 1077944384 1232 0 0 0 18 0 0 0 20 0 15 0 64868888 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635289352560 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26796] ppid=26779 vsize=10551232 memory=2189 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26796/stat : 26796 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868888 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635288300000 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26797] ppid=26779 vsize=10551232 memory=244 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26797/stat : 26797 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64868893 10804461568 27924 18446744073709551615 4194304 4196468 140728110096624 140635287247792 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 111696 KiB

[startup+1.50117 s]
/proc/loadavg: 5.09 4.73 4.14 10/211 26797
/proc/meminfo: memFree=23307688/32770624 swapFree=67105588/67108860
[pid=26782] ppid=26779 vsize=10551232 memory=530040 CPUtime=2.98 cores=0,2,4,6
/proc/26782/stat : 26782 (java) S 26779 26782 12560 0 -1 1077944320 13990 0 0 0 261 37 0 0 20 0 15 0 64868873 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140728110079168 140635731627767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
/proc/26782/statm: 2637808 132510 3088 1 0 2627261 0
[pid=26782/tid=26784] ppid=26779 vsize=10551232 memory=96 CPUtime=1.05 cores=0,2,4,6
/proc/26782/task/26784/stat : 26784 (java) S 26779 26782 12560 0 -1 1077944384 7949 0 0 0 99 6 0 0 20 0 15 0 64868883 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635735863600 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26785] ppid=26779 vsize=10551232 memory=17 CPUtime=0.28 cores=0,2,4,6
/proc/26782/task/26785/stat : 26785 (java) R 26779 26782 12560 0 -1 4202560 224 0 0 0 21 7 0 0 20 0 15 0 64868883 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635688594008 140635716655641 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26786] ppid=26779 vsize=10551232 memory=16 CPUtime=0.27 cores=0,2,4,6
/proc/26782/task/26786/stat : 26786 (java) R 26779 26782 12560 0 -1 4202560 198 0 0 0 20 7 0 0 20 0 15 0 64868883 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635687540896 140635716649888 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26787] ppid=26779 vsize=10551232 memory=56 CPUtime=0.28 cores=0,2,4,6
/proc/26782/task/26787/stat : 26787 (java) R 26779 26782 12560 0 -1 4202560 204 0 0 0 22 6 0 0 20 0 15 0 64868883 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635686488720 140635716649888 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26788] ppid=26779 vsize=10551232 memory=220 CPUtime=0.28 cores=0,2,4,6
/proc/26782/task/26788/stat : 26788 (java) R 26779 26782 12560 0 -1 4202560 227 0 0 0 21 7 0 0 20 0 15 0 64868883 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635685435920 140635716654890 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26789] ppid=26779 vsize=10551232 memory=423 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26789/stat : 26789 (java) S 26779 26782 12560 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 64868885 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635295667360 140635731637973 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26790] ppid=26779 vsize=10551232 memory=297 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26790/stat : 26790 (java) S 26779 26782 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64868885 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635294614816 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26791] ppid=26779 vsize=10551232 memory=105 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26791/stat : 26791 (java) S 26779 26782 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 64868886 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635293562480 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26792] ppid=26779 vsize=10551232 memory=2189 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26792/stat : 26792 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868888 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635292510800 140635731646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26793] ppid=26779 vsize=10551232 memory=244 CPUtime=0.27 cores=0,2,4,6
/proc/26782/task/26793/stat : 26793 (java) S 26779 26782 12560 0 -1 1077944384 977 0 0 0 27 0 0 0 20 0 15 0 64868888 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635291457648 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26794] ppid=26779 vsize=10551232 memory=96416029 CPUtime=0.27 cores=0,2,4,6
/proc/26782/task/26794/stat : 26794 (java) S 26779 26782 12560 0 -1 1077944384 1485 0 0 0 27 0 0 0 20 0 15 0 64868888 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635290404848 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26795] ppid=26779 vsize=10551232 memory=2372 CPUtime=0.21 cores=0,2,4,6
/proc/26782/task/26795/stat : 26795 (java) S 26779 26782 12560 0 -1 1077944384 1279 0 0 0 21 0 0 0 20 0 15 0 64868888 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635289352560 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26796] ppid=26779 vsize=10551232 memory=180 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26796/stat : 26796 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64868888 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635288300000 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26797] ppid=26779 vsize=10551232 memory=288230621803979440 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26797/stat : 26797 (java) S 26779 26782 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64868893 10804461568 132510 18446744073709551615 4194304 4196468 140728110096624 140635287247792 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 10551232 KiB

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

[pid=26782/tid=26785] ppid=26779 vsize=10684512 memory=4872558044660077418 CPUtime=288.31 cores=0,2,4,6
/proc/26782/task/26785/stat : 26785 (java) R 26779 26782 12560 0 -1 4202560 15291 0 0 0 28674 157 0 0 20 0 17 0 64868883 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635688593616 140635724255975 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26786] ppid=26779 vsize=10684512 memory=3548 CPUtime=287.71 cores=0,2,4,6
/proc/26782/task/26786/stat : 26786 (java) R 26779 26782 12560 0 -1 4202560 16917 0 0 0 28623 148 0 0 20 0 17 0 64868883 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635687541128 140635724255975 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26787] ppid=26779 vsize=10684512 memory=3044 CPUtime=288.46 cores=0,2,4,6
/proc/26782/task/26787/stat : 26787 (java) R 26779 26782 12560 0 -1 4202560 15401 0 0 0 28694 152 0 0 20 0 17 0 64868883 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635686488528 140635724255975 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26788] ppid=26779 vsize=10684512 memory=4060 CPUtime=288.55 cores=0,2,4,6
/proc/26782/task/26788/stat : 26788 (java) R 26779 26782 12560 0 -1 4202560 21194 0 0 0 28707 148 0 0 20 0 17 0 64868883 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635685436120 140635724731424 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26789] ppid=26779 vsize=10684512 memory=1152 CPUtime=19.19 cores=0,2,4,6
/proc/26782/task/26789/stat : 26789 (java) S 26779 26782 12560 0 -1 1077944384 53077 0 0 0 1916 3 0 0 20 0 17 0 64868885 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635295667392 140635731637973 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26790] ppid=26779 vsize=10684512 memory=3012 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26790/stat : 26790 (java) S 26779 26782 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 64868885 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635294614880 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26791] ppid=26779 vsize=10684512 memory=8082744 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26791/stat : 26791 (java) S 26779 26782 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 64868886 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635293561600 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26792] ppid=26779 vsize=10684512 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26792/stat : 26792 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64868888 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635292510800 140635731646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26793] ppid=26779 vsize=10684512 memory=3016 CPUtime=0.39 cores=0,2,4,6
/proc/26782/task/26793/stat : 26793 (java) S 26779 26782 12560 0 -1 1077944384 2204 0 0 0 39 0 0 0 20 0 17 0 64868888 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635291457696 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26794] ppid=26779 vsize=10684512 memory=1410904 CPUtime=0.34 cores=0,2,4,6
/proc/26782/task/26794/stat : 26794 (java) S 26779 26782 12560 0 -1 1077944384 2551 0 0 0 34 0 0 0 20 0 17 0 64868888 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635290404608 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26795] ppid=26779 vsize=10684512 memory=4120 CPUtime=0.26 cores=0,2,4,6
/proc/26782/task/26795/stat : 26795 (java) S 26779 26782 12560 0 -1 1077944384 2853 0 0 0 26 0 0 0 20 0 17 0 64868888 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635289348960 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26796] ppid=26779 vsize=10684512 memory=4080 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26796/stat : 26796 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64868888 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635288300000 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26797] ppid=26779 vsize=10684512 memory=4576 CPUtime=0.19 cores=0,2,4,6
/proc/26782/task/26797/stat : 26797 (java) R 26779 26782 12560 0 -1 1077944384 517 0 0 0 13 6 0 0 20 0 17 0 64868893 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635287247792 140635731638914 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26883] ppid=26779 vsize=10684512 memory=-8195925453750481479 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26883/stat : 26883 (java) S 26779 26782 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 64899415 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635286191664 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26884] ppid=26779 vsize=10684512 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26884/stat : 26884 (java) S 26779 26782 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 64899415 10940940288 2020686 18446744073709551615 4194304 4196468 140728110096624 140635285140416 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
Current children cumulated CPU time: 1186.91 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8082744 KiB

[startup+324.401 s]
/proc/loadavg: 5.35 5.76 4.82 6/216 26898
/proc/meminfo: memFree=22228628/32770624 swapFree=67105588/67108860
[pid=26782] ppid=26779 vsize=10684512 memory=8082748 CPUtime=1187.53 cores=0,2,4,6
/proc/26782/stat : 26782 (java) S 26779 26782 12560 0 -1 1077944320 147456 0 0 0 118130 623 0 0 20 0 17 0 64868873 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140728110079168 140635731627767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
/proc/26782/statm: 2671128 2020687 3152 1 0 2660543 0
[pid=26782/tid=26784] ppid=26779 vsize=10684512 memory=1228 CPUtime=13.42 cores=0,2,4,6
/proc/26782/task/26784/stat : 26784 (java) S 26779 26782 12560 0 -1 1077944384 15736 0 0 0 1332 10 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635735868448 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26785] ppid=26779 vsize=10684512 memory=1412 CPUtime=288.38 cores=0,2,4,6
/proc/26782/task/26785/stat : 26785 (java) S 26779 26782 12560 0 -1 1077944384 15291 0 0 0 28681 157 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635688593808 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26786] ppid=26779 vsize=10684512 memory=15584 CPUtime=287.78 cores=0,2,4,6
/proc/26782/task/26786/stat : 26786 (java) S 26779 26782 12560 0 -1 1077944384 16917 0 0 0 28630 148 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635687541008 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26787] ppid=26779 vsize=10684512 memory=22740 CPUtime=288.54 cores=0,2,4,6
/proc/26782/task/26787/stat : 26787 (java) S 26779 26782 12560 0 -1 1077944384 15401 0 0 0 28702 152 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635686488720 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26788] ppid=26779 vsize=10684512 memory=4048 CPUtime=288.63 cores=0,2,4,6
/proc/26782/task/26788/stat : 26788 (java) S 26779 26782 12560 0 -1 1077944384 21194 0 0 0 28715 148 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635685435920 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26789] ppid=26779 vsize=10684512 memory=8082744 CPUtime=19.51 cores=0,2,4,6
/proc/26782/task/26789/stat : 26789 (java) R 26779 26782 12560 0 -1 4202560 53308 0 0 0 1948 3 0 0 20 0 17 0 64868885 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635295667392 140635716085400 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26790] ppid=26779 vsize=10684512 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26790/stat : 26790 (java) S 26779 26782 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 64868885 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635294614880 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26791] ppid=26779 vsize=10684512 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26791/stat : 26791 (java) S 26779 26782 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 64868886 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635293561600 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26792] ppid=26779 vsize=10684512 memory=796 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26792/stat : 26792 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635292510800 140635731646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26793] ppid=26779 vsize=10684512 memory=1228 CPUtime=0.39 cores=0,2,4,6
/proc/26782/task/26793/stat : 26793 (java) S 26779 26782 12560 0 -1 1077944384 2204 0 0 0 39 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635291457696 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26794] ppid=26779 vsize=10684512 memory=1412 CPUtime=0.34 cores=0,2,4,6
/proc/26782/task/26794/stat : 26794 (java) S 26779 26782 12560 0 -1 1077944384 2551 0 0 0 34 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635290404608 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26795] ppid=26779 vsize=10684512 memory=1792 CPUtime=0.26 cores=0,2,4,6
/proc/26782/task/26795/stat : 26795 (java) S 26779 26782 12560 0 -1 1077944384 2853 0 0 0 26 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635289348960 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26796] ppid=26779 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26796/stat : 26796 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635288300000 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26797] ppid=26779 vsize=10684512 memory=4144 CPUtime=0.19 cores=0,2,4,6
/proc/26782/task/26797/stat : 26797 (java) S 26779 26782 12560 0 -1 1077944384 517 0 0 0 13 6 0 0 20 0 17 0 64868893 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635287247792 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26883] ppid=26779 vsize=10684512 memory=37000 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26883/stat : 26883 (java) S 26779 26782 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 64899415 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635286191664 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26884] ppid=26779 vsize=10684512 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26884/stat : 26884 (java) S 26779 26782 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 64899415 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635285140416 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
Current children cumulated CPU time: 1187.53 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8082748 KiB

[startup+324.601 s]
/proc/loadavg: 5.35 5.76 4.82 6/216 26898
/proc/meminfo: memFree=22228628/32770624 swapFree=67105588/67108860
[pid=26782] ppid=26779 vsize=10684512 memory=8082748 CPUtime=1187.73 cores=0,2,4,6
/proc/26782/stat : 26782 (java) S 26779 26782 12560 0 -1 1077944320 147456 0 0 0 118150 623 0 0 20 0 17 0 64868873 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140728110079168 140635731627767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
/proc/26782/statm: 2671128 2020687 3152 1 0 2660543 0
[pid=26782/tid=26784] ppid=26779 vsize=10684512 memory=4426639978525455914 CPUtime=13.42 cores=0,2,4,6
/proc/26782/task/26784/stat : 26784 (java) S 26779 26782 12560 0 -1 1077944384 15736 0 0 0 1332 10 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635735868448 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26785] ppid=26779 vsize=10684512 memory=3047711553219693942 CPUtime=288.38 cores=0,2,4,6
/proc/26782/task/26785/stat : 26785 (java) S 26779 26782 12560 0 -1 1077944384 15291 0 0 0 28681 157 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635688593808 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26786] ppid=26779 vsize=10684512 memory=-7521736447810188379 CPUtime=287.78 cores=0,2,4,6
/proc/26782/task/26786/stat : 26786 (java) S 26779 26782 12560 0 -1 1077944384 16917 0 0 0 28630 148 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635687541008 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26787] ppid=26779 vsize=10684512 memory=8328453600958622283 CPUtime=288.54 cores=0,2,4,6
/proc/26782/task/26787/stat : 26787 (java) S 26779 26782 12560 0 -1 1077944384 15401 0 0 0 28702 152 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635686488720 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26788] ppid=26779 vsize=10684512 memory=255185481945409 CPUtime=288.63 cores=0,2,4,6
/proc/26782/task/26788/stat : 26788 (java) S 26779 26782 12560 0 -1 1077944384 21194 0 0 0 28715 148 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635685435920 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26789] ppid=26779 vsize=10684512 memory=255185481945410 CPUtime=19.71 cores=0,2,4,6
/proc/26782/task/26789/stat : 26789 (java) R 26779 26782 12560 0 -1 4202560 53308 0 0 0 1968 3 0 0 20 0 17 0 64868885 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635295667392 140635716085358 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26790] ppid=26779 vsize=10684512 memory=255185481945411 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26790/stat : 26790 (java) S 26779 26782 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 64868885 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635294614880 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26791] ppid=26779 vsize=10684512 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26791/stat : 26791 (java) S 26779 26782 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 64868886 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635293561600 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26792] ppid=26779 vsize=10684512 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26792/stat : 26792 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635292510800 140635731646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26793] ppid=26779 vsize=10684512 memory=2016 CPUtime=0.39 cores=0,2,4,6
/proc/26782/task/26793/stat : 26793 (java) S 26779 26782 12560 0 -1 1077944384 2204 0 0 0 39 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635291457696 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26794] ppid=26779 vsize=10684512 memory=8082744 CPUtime=0.34 cores=0,2,4,6
/proc/26782/task/26794/stat : 26794 (java) S 26779 26782 12560 0 -1 1077944384 2551 0 0 0 34 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635290404608 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26795] ppid=26779 vsize=10684512 memory=33 CPUtime=0.26 cores=0,2,4,6
/proc/26782/task/26795/stat : 26795 (java) S 26779 26782 12560 0 -1 1077944384 2853 0 0 0 26 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635289348960 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26796] ppid=26779 vsize=10684512 memory=8082744 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26796/stat : 26796 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635288300000 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26797] ppid=26779 vsize=10684512 memory=8082744 CPUtime=0.19 cores=0,2,4,6
/proc/26782/task/26797/stat : 26797 (java) S 26779 26782 12560 0 -1 1077944384 517 0 0 0 13 6 0 0 20 0 17 0 64868893 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635287247792 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26883] ppid=26779 vsize=10684512 memory=255185481945419 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26883/stat : 26883 (java) S 26779 26782 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 64899415 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635286191664 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26884] ppid=26779 vsize=10684512 memory=19031000092388 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26884/stat : 26884 (java) S 26779 26782 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 64899415 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635285140416 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
Current children cumulated CPU time: 1187.73 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8082748 KiB

[startup+324.701 s]
/proc/loadavg: 5.35 5.76 4.82 6/216 26898
/proc/meminfo: memFree=22228628/32770624 swapFree=67105588/67108860
[pid=26782] ppid=26779 vsize=10684512 memory=8082748 CPUtime=1187.83 cores=0,2,4,6
/proc/26782/stat : 26782 (java) S 26779 26782 12560 0 -1 1077944320 147456 0 0 0 118160 623 0 0 20 0 17 0 64868873 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140728110079168 140635731627767 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
/proc/26782/statm: 2671128 2020687 3152 1 0 2660543 0
[pid=26782/tid=26784] ppid=26779 vsize=10684512 memory=8082744 CPUtime=13.42 cores=0,2,4,6
/proc/26782/task/26784/stat : 26784 (java) S 26779 26782 12560 0 -1 1077944384 15736 0 0 0 1332 10 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635735868448 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26785] ppid=26779 vsize=10684512 memory=8082748 CPUtime=288.38 cores=0,2,4,6
/proc/26782/task/26785/stat : 26785 (java) S 26779 26782 12560 0 -1 1077944384 15291 0 0 0 28681 157 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635688593808 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26786] ppid=26779 vsize=10684512 memory=8082744 CPUtime=287.78 cores=0,2,4,6
/proc/26782/task/26786/stat : 26786 (java) S 26779 26782 12560 0 -1 1077944384 16917 0 0 0 28630 148 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635687541008 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26787] ppid=26779 vsize=10684512 memory=8082728 CPUtime=288.54 cores=0,2,4,6
/proc/26782/task/26787/stat : 26787 (java) S 26779 26782 12560 0 -1 1077944384 15401 0 0 0 28702 152 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635686488720 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26788] ppid=26779 vsize=10684512 memory=8082744 CPUtime=288.63 cores=0,2,4,6
/proc/26782/task/26788/stat : 26788 (java) S 26779 26782 12560 0 -1 1077944384 21194 0 0 0 28715 148 0 0 20 0 17 0 64868883 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635685435920 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26789] ppid=26779 vsize=10684512 memory=8082744 CPUtime=19.81 cores=0,2,4,6
/proc/26782/task/26789/stat : 26789 (java) R 26779 26782 12560 0 -1 4202560 53308 0 0 0 1978 3 0 0 20 0 17 0 64868885 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635295667392 140635709997942 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26790] ppid=26779 vsize=10684512 memory=8082744 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26790/stat : 26790 (java) S 26779 26782 12560 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 64868885 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635294614880 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26791] ppid=26779 vsize=10684512 memory=8082748 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26791/stat : 26791 (java) S 26779 26782 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 64868886 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635293561600 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26792] ppid=26779 vsize=10684512 memory=8082744 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26792/stat : 26792 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635292510800 140635731646363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26793] ppid=26779 vsize=10684512 memory=8082744 CPUtime=0.39 cores=0,2,4,6
/proc/26782/task/26793/stat : 26793 (java) S 26779 26782 12560 0 -1 1077944384 2204 0 0 0 39 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635291457696 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26794] ppid=26779 vsize=10684512 memory=8082744 CPUtime=0.34 cores=0,2,4,6
/proc/26782/task/26794/stat : 26794 (java) S 26779 26782 12560 0 -1 1077944384 2551 0 0 0 34 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635290404608 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26795] ppid=26779 vsize=10684512 memory=4144 CPUtime=0.26 cores=0,2,4,6
/proc/26782/task/26795/stat : 26795 (java) S 26779 26782 12560 0 -1 1077944384 2853 0 0 0 26 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635289348960 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26796] ppid=26779 vsize=10684512 memory=-8195925453750481479 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26796/stat : 26796 (java) S 26779 26782 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64868888 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635288300000 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26797] ppid=26779 vsize=10684512 memory=4872558044660077418 CPUtime=0.19 cores=0,2,4,6
/proc/26782/task/26797/stat : 26797 (java) S 26779 26782 12560 0 -1 1077944384 517 0 0 0 13 6 0 0 20 0 17 0 64868893 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635287247792 140635731638914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26883] ppid=26779 vsize=10684512 memory=-8412652152092201843 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26883/stat : 26883 (java) S 26779 26782 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 64899415 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635286191664 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
[pid=26782/tid=26884] ppid=26779 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26782/task/26884/stat : 26884 (java) S 26779 26782 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 64899415 10940940288 2020687 18446744073709551615 4194304 4196468 140728110096624 140635285140416 140635731637973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9388032 140728110100880 140728110101033 140728110101033 140728110104527 0
Current children cumulated CPU time: 1187.83 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8082748 KiB

Child status: 0
Real time (s): 324.758
CPU time (s): 1187.89
CPU user time (s): 1181.62
CPU system time (s): 6.27174
CPU usage (%): 365.779
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8082748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1181.62
system time used= 6.27174
maximum resident set size= 8083084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147519
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= 16244
involuntary context switches= 14553


# summary of solver processes directly reported to runsolver:
#   pid: 26782
#   total CPU time (s): 1187.89
#   total CPU user time (s): 1181.62
#   total CPU system time (s): 6.27174

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.96958 second user time and 3.18626 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 14:04:53
IDJOB=4263567
IDBENCH=127848
IDSOLVER=2651
FILE ID=node126/4263567-1502626735
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-096.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263567-1502626735/watcher-4263567-1502626735 -o /tmp/evaluation-result-4263567-1502626735/solver-4263567-1502626735 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263567-1502626735.xml

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

MD5SUM BENCH= 3c52232e333025b0260987be45274879
RANDOM SEED=2041048534

node126.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.81
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.81
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.81
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.81
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:        23542984 kB
MemAvailable:   23790500 kB
Buffers:          262508 kB
Cached:           255588 kB
SwapCached:          524 kB
Active:          8583956 kB
Inactive:         151256 kB
Active(anon):    8165324 kB
Inactive(anon):    85544 kB
Active(file):     418632 kB
Inactive(file):    65712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1800 kB
Writeback:             0 kB
AnonPages:       8217076 kB
Mapped:            57752 kB
Shmem:             33440 kB
Slab:             183792 kB
SReclaimable:     158016 kB
SUnreclaim:        25776 kB
KernelStack:        3456 kB
PageTables:        20960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8607680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7966720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 14:10:18