Trace number 4263759

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1467.25 407.51401

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-44.xml
MD5SUM0962135a9df7191e1203c0b83ceb0052
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables1936
Number of constraints13244
Number of domains1
Minimum domain size946
Maximum domain size946
Distribution of domain sizes[{"size":946,"count":946}]
Minimum variable degree0
Maximum variable degree43
Distribution of variable degrees[{"degree":0,"count":990},{"degree":43,"count":946}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":13244}]
Number of extensional constraints0
Number of intensional constraints13244
Distribution of constraint types[{"type":"intension","count":13244}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263759-1502641013/watcher-4263759-1502641013 -o /tmp/evaluation-result-4263759-1502641013/solver-4263759-1502641013 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263759-1502641013.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=3906, runsolver pid=3903

[startup+0.100111 s]*
/proc/loadavg: 3.00 2.29 2.30 6/209 3915
/proc/meminfo: memFree=22775308/32770624 swapFree=67108860/67108860
[pid=3906] ppid=3903 vsize=10151672 memory=21692 CPUtime=0.03 cores=0,2,4,6
/proc/3906/stat : 3906 (java) S 3903 3906 12395 0 -1 1077944320 4297 0 0 0 3 0 0 0 20 0 9 0 106012655 10395312128 5423 18446744073709551615 4194304 4196468 140732408597232 140732408579776 140376018013943 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
/proc/3906/statm: 2537918 5423 2155 1 0 2527415 0
[pid=3906/tid=3908] ppid=3903 vsize=10151672 memory=-7174084197762691781 CPUtime=0.03 cores=0,2,4,6
/proc/3906/task/3908/stat : 3908 (java) R 3903 3906 12395 0 -1 4202560 2952 0 0 0 3 0 0 0 20 0 9 0 106012661 10395312128 5423 18446744073709551615 4194304 4196468 140732408597232 140376022249336 140376018035869 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3909] ppid=3903 vsize=10151672 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3909/stat : 3909 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 106012662 10395312128 5423 18446744073709551615 4194304 4196468 140732408597232 140375974980496 140376018024149 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3910] ppid=3903 vsize=10151672 memory=139653727139456 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3910/stat : 3910 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 106012662 10395312128 5423 18446744073709551615 4194304 4196468 140732408597232 140375627586320 140376018024149 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3911] ppid=3903 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3911/stat : 3911 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 106012662 10395312128 5423 18446744073709551615 4194304 4196468 140732408597232 140375626534032 140376018024149 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3912] ppid=3903 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3912/stat : 3912 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 106012662 10395312128 5423 18446744073709551615 4194304 4196468 140732408597232 140375625481232 140376018024149 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3913] ppid=3903 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3913/stat : 3913 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 106012663 10395312128 5423 18446744073709551615 4194304 4196468 140732408597232 140375582062704 140376018025090 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3914] ppid=3903 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3914/stat : 3914 (java) S 3903 3906 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 106012664 10395312128 5423 18446744073709551615 4194304 4196468 140732408597232 140375581008672 140376018024149 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3915] ppid=3903 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3915/stat : 3915 (java) S 3903 3906 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 106012664 10395312128 5423 18446744073709551615 4194304 4196468 140732408597232 140375579956336 140376018024149 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21692 KiB

[startup+0.210372 s]*
/proc/loadavg: 3.00 2.29 2.30 6/215 3921
/proc/meminfo: memFree=22765508/32770624 swapFree=67108860/67108860
[pid=3906] ppid=3903 vsize=10551156 memory=30708 CPUtime=0.13 cores=0,2,4,6
/proc/3906/stat : 3906 (java) S 3903 3906 12395 0 -1 1077944320 7790 0 0 0 11 2 0 0 20 0 15 0 106012655 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140732408579776 140376018013943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
/proc/3906/statm: 2637789 7677 2792 1 0 2627261 0
[pid=3906/tid=3908] ppid=3903 vsize=10551156 memory=-7174084197762691781 CPUtime=0.09 cores=0,2,4,6
/proc/3906/task/3908/stat : 3908 (java) R 3903 3906 12395 0 -1 4202560 5644 0 0 0 8 1 0 0 20 0 15 0 106012661 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140376022226032 140376018025878 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3909] ppid=3903 vsize=10551156 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3909/stat : 3909 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106012662 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375974980496 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3910] ppid=3903 vsize=10551156 memory=139653727139456 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3910/stat : 3910 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106012662 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375627586320 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3911] ppid=3903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3911/stat : 3911 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106012662 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375626534032 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3912] ppid=3903 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3912/stat : 3912 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106012662 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375625481232 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3913] ppid=3903 vsize=10551156 memory=139653727139456 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3913/stat : 3913 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106012663 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375582062704 140376018025090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3914] ppid=3903 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3914/stat : 3914 (java) S 3903 3906 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106012664 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375581008672 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3915] ppid=3903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3915/stat : 3915 (java) S 3903 3906 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106012664 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375579956336 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3916] ppid=3903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3916/stat : 3916 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106012667 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375578904656 140376018032539 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3917] ppid=3903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3917/stat : 3917 (java) S 3903 3906 12395 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 106012667 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375577852528 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3918] ppid=3903 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3918/stat : 3918 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106012667 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375576799728 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3919] ppid=3903 vsize=10551156 memory=139653727139456 CPUtime=0.01 cores=0,2,4,6
/proc/3906/task/3919/stat : 3919 (java) R 3903 3906 12395 0 -1 4202560 358 0 0 0 1 0 0 0 20 0 15 0 106012667 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375575747440 140376010251070 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3920] ppid=3903 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3920/stat : 3920 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106012667 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375574694880 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3921] ppid=3903 vsize=10551156 memory=139653727139456 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3921/stat : 3921 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106012672 10804383744 7677 18446744073709551615 4194304 4196468 140732408597232 140375573641648 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30708 KiB

[startup+0.310781 s]*
/proc/loadavg: 3.00 2.29 2.30 7/215 3921
/proc/meminfo: memFree=22760024/32770624 swapFree=67108860/67108860
[pid=3906] ppid=3903 vsize=10551156 memory=38888 CPUtime=0.29 cores=0,2,4,6
/proc/3906/stat : 3906 (java) S 3903 3906 12395 0 -1 1077944320 9007 0 0 0 26 3 0 0 20 0 15 0 106012655 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140732408579776 140376018013943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
/proc/3906/statm: 2637789 9722 2931 1 0 2627261 0
[pid=3906/tid=3908] ppid=3903 vsize=10551156 memory=6933928925625698159 CPUtime=0.19 cores=0,2,4,6
/proc/3906/task/3908/stat : 3908 (java) R 3903 3906 12395 0 -1 4202560 6159 0 0 0 17 2 0 0 20 0 15 0 106012661 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140376022250064 140375654259478 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3909] ppid=3903 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3909/stat : 3909 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106012662 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375974980496 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3910] ppid=3903 vsize=10551156 memory=7523371274994148194 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3910/stat : 3910 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106012662 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375627586320 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3911] ppid=3903 vsize=10551156 memory=6944656592452807326 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3911/stat : 3911 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106012662 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375626534032 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3912] ppid=3903 vsize=10551156 memory=-8918987556599313462 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3912/stat : 3912 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106012662 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375625481232 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3913] ppid=3903 vsize=10551156 memory=4279135704047065247 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3913/stat : 3913 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106012663 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375582062704 140376018025090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3914] ppid=3903 vsize=10551156 memory=-8102431393132624720 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3914/stat : 3914 (java) S 3903 3906 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106012664 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375581008672 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3915] ppid=3903 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3915/stat : 3915 (java) S 3903 3906 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106012664 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375579956336 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3916] ppid=3903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3916/stat : 3916 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106012667 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375578904656 140376018032539 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3917] ppid=3903 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3906/task/3917/stat : 3917 (java) R 3903 3906 12395 0 -1 4202560 585 0 0 0 1 0 0 0 20 0 15 0 106012667 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375577852528 140376010303392 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3918] ppid=3903 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3906/task/3918/stat : 3918 (java) R 3903 3906 12395 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 15 0 106012667 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375576799728 140376018025090 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3919] ppid=3903 vsize=10551156 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/3906/task/3919/stat : 3919 (java) R 3903 3906 12395 0 -1 4202560 765 0 0 0 5 0 0 0 20 0 15 0 106012667 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375575744440 140375996644193 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3920] ppid=3903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3920/stat : 3920 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106012667 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375574694880 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3921] ppid=3903 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3921/stat : 3921 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106012672 10804383744 9722 18446744073709551615 4194304 4196468 140732408597232 140375573641648 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38888 KiB

[startup+0.705665 s]
/proc/loadavg: 3.16 2.33 2.31 7/215 3921
/proc/meminfo: memFree=22737672/32770624 swapFree=67108860/67108860
[pid=3906] ppid=3903 vsize=10551232 memory=109968 CPUtime=1.5 cores=0,2,4,6
/proc/3906/stat : 3906 (java) S 3903 3906 12395 0 -1 1077944320 13058 0 0 0 144 6 0 0 20 0 15 0 106012655 10804461568 27492 18446744073709551615 4194304 4196468 140732408597232 140732408579776 140376018013943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
/proc/3906/statm: 2637808 27492 3056 1 0 2627261 0
[pid=3906/tid=3908] ppid=3903 vsize=10551232 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/3906/task/3908/stat : 3908 (java) R 3903 3906 12395 0 -1 4202560 7355 0 0 0 53 4 0 0 20 0 15 0 106012661 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140376022248112 140375657407066 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3909] ppid=3903 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3909/stat : 3909 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106012662 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375974980496 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3910] ppid=3903 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3910/stat : 3910 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106012662 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375627586320 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3911] ppid=3903 vsize=10551232 memory=13 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3911/stat : 3911 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106012662 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375626534032 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3912] ppid=3903 vsize=10551232 memory=8242257093008306230 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3912/stat : 3912 (java) S 3903 3906 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106012662 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375625481232 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3913] ppid=3903 vsize=10551232 memory=7450431979618779238 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3913/stat : 3913 (java) S 3903 3906 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106012663 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375582062704 140376018025090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3914] ppid=3903 vsize=10551232 memory=7007707949394126417 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3914/stat : 3914 (java) S 3903 3906 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106012664 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375581008672 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3915] ppid=3903 vsize=10551232 memory=-6592860229746401216 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3915/stat : 3915 (java) S 3903 3906 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106012664 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375579956336 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3916] ppid=3903 vsize=10551232 memory=-8253362762722141311 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3916/stat : 3916 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106012667 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375578904656 140376018032539 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3917] ppid=3903 vsize=10551232 memory=-8458152057954233740 CPUtime=0.32 cores=0,2,4,6
/proc/3906/task/3917/stat : 3917 (java) R 3903 3906 12395 0 -1 4202560 1447 0 0 0 32 0 0 0 20 0 15 0 106012667 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375577851600 140375997259791 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3918] ppid=3903 vsize=10551232 memory=-9001734013606258791 CPUtime=0.33 cores=0,2,4,6
/proc/3906/task/3918/stat : 3918 (java) R 3903 3906 12395 0 -1 4202560 1317 0 0 0 33 0 0 0 20 0 15 0 106012667 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375576780744 140375999543456 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3919] ppid=3903 vsize=10551232 memory=6944656575208382560 CPUtime=0.23 cores=0,2,4,6
/proc/3906/task/3919/stat : 3919 (java) S 3903 3906 12395 0 -1 1077944384 1568 0 0 0 23 0 0 0 20 0 15 0 106012667 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375575747440 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3920] ppid=3903 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3920/stat : 3920 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106012667 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375574694880 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3921] ppid=3903 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3921/stat : 3921 (java) S 3903 3906 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106012672 10804461568 28004 18446744073709551615 4194304 4196468 140732408597232 140375573641648 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 109968 KiB

[startup+1.50093 s]
/proc/loadavg: 3.16 2.33 2.31 9/215 3921
/proc/meminfo: memFree=22571244/32770624 swapFree=67108860/67108860
[pid=3906] ppid=3903 vsize=10551232 memory=722448 CPUtime=3.5 cores=0,2,4,6
/proc/3906/stat : 3906 (java) S 3903 3906 12395 0 -1 1077944320 15716 0 0 0 313 37 0 0 20 0 15 0 106012655 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140732408579776 140376018013943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
/proc/3906/statm: 2637808 180612 3094 1 0 2627261 0
[pid=3906/tid=3908] ppid=3903 vsize=10551232 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/3906/task/3908/stat : 3908 (java) R 3903 3906 12395 0 -1 4202560 7885 0 0 0 106 9 0 0 20 0 15 0 106012661 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140376022250944 140376004082068 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3909] ppid=3903 vsize=10551232 memory=8641 CPUtime=0.2 cores=0,2,4,6
/proc/3906/task/3909/stat : 3909 (java) S 3903 3906 12395 0 -1 1077944384 354 0 0 0 14 6 0 0 20 0 15 0 106012662 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375974980496 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3910] ppid=3903 vsize=10551232 memory=4420 CPUtime=0.2 cores=0,2,4,6
/proc/3906/task/3910/stat : 3910 (java) S 3903 3906 12395 0 -1 1077944384 300 0 0 0 14 6 0 0 20 0 15 0 106012662 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375627586320 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3911] ppid=3903 vsize=10551232 memory=4484 CPUtime=0.2 cores=0,2,4,6
/proc/3906/task/3911/stat : 3911 (java) S 3903 3906 12395 0 -1 1077944384 272 0 0 0 14 6 0 0 20 0 15 0 106012662 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375626534032 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3912] ppid=3903 vsize=10551232 memory=187204 CPUtime=0.19 cores=0,2,4,6
/proc/3906/task/3912/stat : 3912 (java) S 3903 3906 12395 0 -1 1077944384 368 0 0 0 13 6 0 0 20 0 15 0 106012662 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375625481232 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3913] ppid=3903 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3913/stat : 3913 (java) S 3903 3906 12395 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 15 0 106012663 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375582062704 140376018025090 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3914] ppid=3903 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3914/stat : 3914 (java) S 3903 3906 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106012664 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375581008736 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3915] ppid=3903 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3915/stat : 3915 (java) S 3903 3906 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106012664 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375579956336 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3916] ppid=3903 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3916/stat : 3916 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106012667 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375578904656 140376018032539 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3917] ppid=3903 vsize=10551232 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/3906/task/3917/stat : 3917 (java) S 3903 3906 12395 0 -1 1077944384 1604 0 0 0 59 0 0 0 20 0 15 0 106012667 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375577852528 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3918] ppid=3903 vsize=10551232 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/3906/task/3918/stat : 3918 (java) S 3903 3906 12395 0 -1 1077944384 1397 0 0 0 59 0 0 0 20 0 15 0 106012667 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375576799728 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3919] ppid=3903 vsize=10551232 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/3906/task/3919/stat : 3919 (java) S 3903 3906 12395 0 -1 1077944384 1678 0 0 0 30 1 0 0 20 0 15 0 106012667 10804461568 180612 18446744073709551615 4194304 4196468 140732408597232 140375575747440 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0

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

/proc/3906/task/3912/stat : 3912 (java) R 3903 3906 12395 0 -1 4202560 397471 0 0 0 34962 163 0 0 20 0 17 0 106012662 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375625481120 140375999623552 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3913] ppid=3903 vsize=10686560 memory=11049050102 CPUtime=33.69 cores=0,2,4,6
/proc/3906/task/3913/stat : 3913 (java) S 3903 3906 12395 0 -1 1077944384 88871 0 0 0 3364 5 0 0 20 0 17 0 106012663 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375582061248 140376018024149 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3914] ppid=3903 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3914/stat : 3914 (java) S 3903 3906 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 106012664 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375581008736 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3915] ppid=3903 vsize=10686560 memory=2884 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3915/stat : 3915 (java) S 3903 3906 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 106012664 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375579955456 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3916] ppid=3903 vsize=10686560 memory=8287648 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3916/stat : 3916 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106012667 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375578904656 140376018032539 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3917] ppid=3903 vsize=10686560 memory=3904 CPUtime=0.86 cores=0,2,4,6
/proc/3906/task/3917/stat : 3917 (java) S 3903 3906 12395 0 -1 1077944384 3011 0 0 0 86 0 0 0 20 0 17 0 106012667 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375577852288 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3918] ppid=3903 vsize=10686560 memory=7680170660397595203 CPUtime=0.83 cores=0,2,4,6
/proc/3906/task/3918/stat : 3918 (java) S 3903 3906 12395 0 -1 1077944384 2465 0 0 0 83 0 0 0 20 0 17 0 106012667 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375576799776 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3919] ppid=3903 vsize=10686560 memory=1228 CPUtime=0.38 cores=0,2,4,6
/proc/3906/task/3919/stat : 3919 (java) S 3903 3906 12395 0 -1 1077944384 4009 0 0 0 37 1 0 0 20 0 17 0 106012667 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375575742208 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3920] ppid=3903 vsize=10686560 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3920/stat : 3920 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106012667 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375574694880 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3921] ppid=3903 vsize=10686560 memory=12132 CPUtime=0.16 cores=0,2,4,6
/proc/3906/task/3921/stat : 3921 (java) S 3903 3906 12395 0 -1 1077944384 709 0 0 0 8 8 0 0 20 0 17 0 106012672 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375573641648 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=4013] ppid=3903 vsize=10686560 memory=8301972 CPUtime=0 cores=0,2,4,6
/proc/3906/task/4013/stat : 4013 (java) S 3903 3906 12395 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 106051305 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375503133744 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=4014] ppid=3903 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/3906/task/4014/stat : 4014 (java) S 3903 3906 12395 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 106051305 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375502081008 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
Current children cumulated CPU time: 1459.46 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8301972 KiB

[startup+406.401 s]
/proc/loadavg: 6.77 5.87 4.03 9/215 4016
/proc/meminfo: memFree=14474180/32770624 swapFree=67108860/67108860
[pid=3906] ppid=3903 vsize=10686560 memory=8301972 CPUtime=1465.65 cores=0,2,4,6
/proc/3906/stat : 3906 (java) S 3903 3906 12395 0 -1 1077944320 2189922 0 0 0 145811 754 0 0 20 0 17 0 106012655 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140732408579776 140376018013943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
/proc/3906/statm: 2671640 2075493 3161 1 0 2661055 0
[pid=3906/tid=3908] ppid=3903 vsize=10686560 memory=8301972 CPUtime=14.83 cores=0,2,4,6
/proc/3906/task/3908/stat : 3908 (java) S 3903 3906 12395 0 -1 1077944384 24324 0 0 0 1452 31 0 0 20 0 17 0 106012661 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140376022254624 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3909] ppid=3903 vsize=10686560 memory=4132 CPUtime=353.65 cores=0,2,4,6
/proc/3906/task/3909/stat : 3909 (java) R 3903 3906 12395 0 -1 4202560 564295 0 0 0 35188 177 0 0 20 0 17 0 106012662 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375974980304 140376010642151 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3910] ppid=3903 vsize=10686560 memory=52068 CPUtime=354.38 cores=0,2,4,6
/proc/3906/task/3910/stat : 3910 (java) R 3903 3906 12395 0 -1 4202560 677185 0 0 0 35252 186 0 0 20 0 17 0 106012662 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375627586440 140376010642151 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3911] ppid=3903 vsize=10686560 memory=8301972 CPUtime=353.89 cores=0,2,4,6
/proc/3906/task/3911/stat : 3911 (java) R 3903 3906 12395 0 -1 4202560 425860 0 0 0 35205 184 0 0 20 0 17 0 106012662 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375626533840 140376010642151 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3912] ppid=3903 vsize=10686560 memory=279307226612480 CPUtime=352.85 cores=0,2,4,6
/proc/3906/task/3912/stat : 3912 (java) R 3903 3906 12395 0 -1 4202560 397471 0 0 0 35122 163 0 0 20 0 17 0 106012662 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375625481120 140376003010344 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3913] ppid=3903 vsize=10686560 memory=14410445063716523 CPUtime=33.69 cores=0,2,4,6
/proc/3906/task/3913/stat : 3913 (java) S 3903 3906 12395 0 -1 1077944384 88871 0 0 0 3364 5 0 0 20 0 17 0 106012663 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375582061248 140376018024149 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3914] ppid=3903 vsize=10686560 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3914/stat : 3914 (java) S 3903 3906 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 106012664 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375581008736 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3915] ppid=3903 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3915/stat : 3915 (java) S 3903 3906 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 106012664 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375579955456 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3916] ppid=3903 vsize=10686560 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3916/stat : 3916 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106012667 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375578904656 140376018032539 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3917] ppid=3903 vsize=10686560 memory=4048 CPUtime=0.86 cores=0,2,4,6
/proc/3906/task/3917/stat : 3917 (java) S 3903 3906 12395 0 -1 1077944384 3011 0 0 0 86 0 0 0 20 0 17 0 106012667 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375577852288 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3918] ppid=3903 vsize=10686560 memory=30276 CPUtime=0.83 cores=0,2,4,6
/proc/3906/task/3918/stat : 3918 (java) S 3903 3906 12395 0 -1 1077944384 2465 0 0 0 83 0 0 0 20 0 17 0 106012667 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375576799776 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3919] ppid=3903 vsize=10686560 memory=8301972 CPUtime=0.38 cores=0,2,4,6
/proc/3906/task/3919/stat : 3919 (java) S 3903 3906 12395 0 -1 1077944384 4009 0 0 0 37 1 0 0 20 0 17 0 106012667 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375575742208 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3920] ppid=3903 vsize=10686560 memory=8301972 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3920/stat : 3920 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106012667 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375574694880 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3921] ppid=3903 vsize=10686560 memory=1296 CPUtime=0.16 cores=0,2,4,6
/proc/3906/task/3921/stat : 3921 (java) S 3903 3906 12395 0 -1 1077944384 709 0 0 0 8 8 0 0 20 0 17 0 106012672 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375573641648 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=4013] ppid=3903 vsize=10686560 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/3906/task/4013/stat : 4013 (java) S 3903 3906 12395 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 106051305 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375503133744 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=4014] ppid=3903 vsize=10686560 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/3906/task/4014/stat : 4014 (java) S 3903 3906 12395 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 106051305 10943037440 2075493 18446744073709551615 4194304 4196468 140732408597232 140375502081008 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
Current children cumulated CPU time: 1465.65 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8301972 KiB

[startup+407.201 s]
/proc/loadavg: 6.77 5.87 4.03 6/215 4016
/proc/meminfo: memFree=14474180/32770624 swapFree=67108860/67108860
[pid=3906] ppid=3903 vsize=10686560 memory=8301976 CPUtime=1466.92 cores=0,2,4,6
/proc/3906/stat : 3906 (java) S 3903 3906 12395 0 -1 1077944320 2190387 0 0 0 145938 754 0 0 20 0 17 0 106012655 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140732408579776 140376018013943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
/proc/3906/statm: 2671640 2075494 3161 1 0 2661055 0
[pid=3906/tid=3908] ppid=3903 vsize=10686560 memory=1296 CPUtime=14.83 cores=0,2,4,6
/proc/3906/task/3908/stat : 3908 (java) S 3903 3906 12395 0 -1 1077944384 24324 0 0 0 1452 31 0 0 20 0 17 0 106012661 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140376022254624 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3909] ppid=3903 vsize=10686560 memory=8301972 CPUtime=353.82 cores=0,2,4,6
/proc/3906/task/3909/stat : 3909 (java) S 3903 3906 12395 0 -1 1077944384 564295 0 0 0 35204 178 0 0 20 0 17 0 106012662 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375974980496 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3910] ppid=3903 vsize=10686560 memory=8301972 CPUtime=354.54 cores=0,2,4,6
/proc/3906/task/3910/stat : 3910 (java) S 3903 3906 12395 0 -1 1077944384 677185 0 0 0 35268 186 0 0 20 0 17 0 106012662 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375627586320 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3911] ppid=3903 vsize=10686560 memory=7680170660397595203 CPUtime=354.05 cores=0,2,4,6
/proc/3906/task/3911/stat : 3911 (java) S 3903 3906 12395 0 -1 1077944384 425860 0 0 0 35221 184 0 0 20 0 17 0 106012662 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375626534032 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3912] ppid=3903 vsize=10686560 memory=1012 CPUtime=353.02 cores=0,2,4,6
/proc/3906/task/3912/stat : 3912 (java) S 3903 3906 12395 0 -1 1077944384 397471 0 0 0 35139 163 0 0 20 0 17 0 106012662 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375625481232 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3913] ppid=3903 vsize=10686560 memory=1228 CPUtime=34.32 cores=0,2,4,6
/proc/3906/task/3913/stat : 3913 (java) R 3903 3906 12395 0 -1 4202560 89336 0 0 0 3427 5 0 0 20 0 17 0 106012663 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375582061136 140376003010347 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3914] ppid=3903 vsize=10686560 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3914/stat : 3914 (java) S 3903 3906 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 106012664 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375581008736 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3915] ppid=3903 vsize=10686560 memory=12132 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3915/stat : 3915 (java) S 3903 3906 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 106012664 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375579955456 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3916] ppid=3903 vsize=10686560 memory=8301976 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3916/stat : 3916 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106012667 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375578904656 140376018032539 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3917] ppid=3903 vsize=10686560 memory=5784 CPUtime=0.86 cores=0,2,4,6
/proc/3906/task/3917/stat : 3917 (java) S 3903 3906 12395 0 -1 1077944384 3011 0 0 0 86 0 0 0 20 0 17 0 106012667 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375577852288 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3918] ppid=3903 vsize=10686560 memory=4612 CPUtime=0.83 cores=0,2,4,6
/proc/3906/task/3918/stat : 3918 (java) S 3903 3906 12395 0 -1 1077944384 2465 0 0 0 83 0 0 0 20 0 17 0 106012667 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375576799776 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3919] ppid=3903 vsize=10686560 memory=1716 CPUtime=0.38 cores=0,2,4,6
/proc/3906/task/3919/stat : 3919 (java) S 3903 3906 12395 0 -1 1077944384 4009 0 0 0 37 1 0 0 20 0 17 0 106012667 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375575742208 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3920] ppid=3903 vsize=10686560 memory=9024 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3920/stat : 3920 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106012667 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375574694880 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3921] ppid=3903 vsize=10686560 memory=8301972 CPUtime=0.16 cores=0,2,4,6
/proc/3906/task/3921/stat : 3921 (java) S 3903 3906 12395 0 -1 1077944384 709 0 0 0 8 8 0 0 20 0 17 0 106012672 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375573641648 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=4013] ppid=3903 vsize=10686560 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/3906/task/4013/stat : 4013 (java) S 3903 3906 12395 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 106051305 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375503133744 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=4014] ppid=3903 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/3906/task/4014/stat : 4014 (java) S 3903 3906 12395 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 106051305 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375502081008 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
Current children cumulated CPU time: 1466.92 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8301976 KiB

[startup+407.401 s]
/proc/loadavg: 6.77 5.87 4.03 6/215 4016
/proc/meminfo: memFree=14474180/32770624 swapFree=67108860/67108860
[pid=3906] ppid=3903 vsize=10686560 memory=8301976 CPUtime=1467.12 cores=0,2,4,6
/proc/3906/stat : 3906 (java) S 3903 3906 12395 0 -1 1077944320 2190387 0 0 0 145958 754 0 0 20 0 17 0 106012655 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140732408579776 140376018013943 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
/proc/3906/statm: 2671640 2075494 3161 1 0 2661055 0
[pid=3906/tid=3908] ppid=3903 vsize=10686560 memory=4048 CPUtime=14.83 cores=0,2,4,6
/proc/3906/task/3908/stat : 3908 (java) S 3903 3906 12395 0 -1 1077944384 24324 0 0 0 1452 31 0 0 20 0 17 0 106012661 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140376022254624 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3909] ppid=3903 vsize=10686560 memory=30276 CPUtime=353.82 cores=0,2,4,6
/proc/3906/task/3909/stat : 3909 (java) S 3903 3906 12395 0 -1 1077944384 564295 0 0 0 35204 178 0 0 20 0 17 0 106012662 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375974980496 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3910] ppid=3903 vsize=10686560 memory=7680170660397595203 CPUtime=354.54 cores=0,2,4,6
/proc/3906/task/3910/stat : 3910 (java) S 3903 3906 12395 0 -1 1077944384 677185 0 0 0 35268 186 0 0 20 0 17 0 106012662 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375627586320 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3911] ppid=3903 vsize=10686560 memory=139655156597296 CPUtime=354.05 cores=0,2,4,6
/proc/3906/task/3911/stat : 3911 (java) S 3903 3906 12395 0 -1 1077944384 425860 0 0 0 35221 184 0 0 20 0 17 0 106012662 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375626534032 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3912] ppid=3903 vsize=10686560 memory=139655156597316 CPUtime=353.02 cores=0,2,4,6
/proc/3906/task/3912/stat : 3912 (java) S 3903 3906 12395 0 -1 1077944384 397471 0 0 0 35139 163 0 0 20 0 17 0 106012662 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375625481232 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3913] ppid=3903 vsize=10686560 memory=139655156597317 CPUtime=34.52 cores=0,2,4,6
/proc/3906/task/3913/stat : 3913 (java) R 3903 3906 12395 0 -1 4202560 89336 0 0 0 3447 5 0 0 20 0 17 0 106012663 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375582061136 140375996384123 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3914] ppid=3903 vsize=10686560 memory=139655156597321 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3914/stat : 3914 (java) S 3903 3906 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 106012664 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375581008736 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3915] ppid=3903 vsize=10686560 memory=139655156597336 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3915/stat : 3915 (java) S 3903 3906 12395 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 17 0 106012664 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375579955456 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3916] ppid=3903 vsize=10686560 memory=139655156597337 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3916/stat : 3916 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106012667 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375578904656 140376018032539 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3917] ppid=3903 vsize=10686560 memory=139655156597338 CPUtime=0.86 cores=0,2,4,6
/proc/3906/task/3917/stat : 3917 (java) S 3903 3906 12395 0 -1 1077944384 3011 0 0 0 86 0 0 0 20 0 17 0 106012667 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375577852288 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3918] ppid=3903 vsize=10686560 memory=139655156597340 CPUtime=0.83 cores=0,2,4,6
/proc/3906/task/3918/stat : 3918 (java) S 3903 3906 12395 0 -1 1077944384 2465 0 0 0 83 0 0 0 20 0 17 0 106012667 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375576799776 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3919] ppid=3903 vsize=10686560 memory=139655156597347 CPUtime=0.38 cores=0,2,4,6
/proc/3906/task/3919/stat : 3919 (java) S 3903 3906 12395 0 -1 1077944384 4009 0 0 0 37 1 0 0 20 0 17 0 106012667 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375575742208 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3920] ppid=3903 vsize=10686560 memory=139655156597350 CPUtime=0 cores=0,2,4,6
/proc/3906/task/3920/stat : 3920 (java) S 3903 3906 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106012667 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375574694880 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=3921] ppid=3903 vsize=10686560 memory=139655156597352 CPUtime=0.16 cores=0,2,4,6
/proc/3906/task/3921/stat : 3921 (java) S 3903 3906 12395 0 -1 1077944384 709 0 0 0 8 8 0 0 20 0 17 0 106012672 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375573641648 140376018025090 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=4013] ppid=3903 vsize=10686560 memory=139655156597361 CPUtime=0 cores=0,2,4,6
/proc/3906/task/4013/stat : 4013 (java) S 3903 3906 12395 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 106051305 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375503133744 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
[pid=3906/tid=4014] ppid=3903 vsize=10686560 memory=142287971549849 CPUtime=0 cores=0,2,4,6
/proc/3906/task/4014/stat : 4014 (java) S 3903 3906 12395 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 106051305 10943037440 2075494 18446744073709551615 4194304 4196468 140732408597232 140375502081008 140376018024149 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26341376 140732408598928 140732408599081 140732408599081 140732408602575 0
Current children cumulated CPU time: 1467.12 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8301976 KiB

[startup+407.501 s]*
/proc/loadavg: 6.77 5.87 4.03 5/200 4016
/proc/meminfo: memFree=20191492/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 407.514
CPU time (s): 1467.25
CPU user time (s): 1459.63
CPU system time (s): 7.62111
CPU usage (%): 360.048
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8301976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1459.63
system time used= 7.62111
maximum resident set size= 8302032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2190550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23300
involuntary context switches= 33043


# summary of solver processes directly reported to runsolver:
#   pid: 3906
#   total CPU time (s): 1467.25
#   total CPU user time (s): 1459.63
#   total CPU system time (s): 7.62111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.36956 second user time and 4.17406 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 18:03:00
IDJOB=4263759
IDBENCH=140589
IDSOLVER=2651
FILE ID=node135/4263759-1502641013
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-44.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263759-1502641013/watcher-4263759-1502641013 -o /tmp/evaluation-result-4263759-1502641013/solver-4263759-1502641013 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263759-1502641013.xml

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

MD5SUM BENCH= 0962135a9df7191e1203c0b83ceb0052
RANDOM SEED=1125670700

node135.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.21
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.21
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.21
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.21
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:        22785544 kB
MemAvailable:   23685884 kB
Buffers:          312956 kB
Cached:           884868 kB
SwapCached:            0 kB
Active:          8967312 kB
Inactive:         557684 kB
Active(anon):    8327496 kB
Inactive(anon):    41324 kB
Active(file):     639816 kB
Inactive(file):   516360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:       8358088 kB
Mapped:            67076 kB
Shmem:             41656 kB
Slab:             147648 kB
SReclaimable:     120000 kB
SUnreclaim:        27648 kB
KernelStack:        3840 kB
PageTables:        21244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8639996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7356416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 18:09:48