Trace number 4292023

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 2018-07-11? 1366.26 380.69

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-test03-0400_c18.xml
MD5SUMa5fe7a04cb5002912ef3d870057982e3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark164004631
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables6864
Number of constraints4370
Number of domains85
Minimum domain size1
Maximum domain size175
Distribution of domain sizes[{"size":1,"count":8},{"size":2,"count":2413},{"size":11,"count":2021},{"size":12,"count":1},{"size":21,"count":15},{"size":26,"count":8},{"size":29,"count":37},{"size":31,"count":9},{"size":32,"count":9},{"size":33,"count":36},{"size":35,"count":22},{"size":37,"count":62},{"size":41,"count":51},{"size":43,"count":13},{"size":44,"count":6},{"size":47,"count":16},{"size":49,"count":20},{"size":51,"count":47},{"size":53,"count":8},{"size":55,"count":14},{"size":56,"count":16},{"size":57,"count":3},{"size":59,"count":3},{"size":61,"count":30},{"size":63,"count":21},"...",{"size":91,"count":18}, {"size":93,"count":6}, {"size":94,"count":7}, {"size":97,"count":4}, {"size":99,"count":11}, {"size":101,"count":31}, {"size":103,"count":5}, {"size":105,"count":6}, {"size":107,"count":14}, {"size":109,"count":15}, {"size":113,"count":11}, {"size":115,"count":20}, {"size":117,"count":3}, {"size":123,"count":35}, {"size":127,"count":5}, {"size":135,"count":20}, {"size":136,"count":127}, {"size":137,"count":28}, {"size":153,"count":82}, {"size":158,"count":107}, {"size":160,"count":191}, {"size":163,"count":78}, {"size":165,"count":126}, {"size":167,"count":89}, {"size":175,"count":655}]
Minimum variable degree2
Maximum variable degree2022
Distribution of variable degrees[{"degree":2,"count":6063},{"degree":3,"count":3},{"degree":4,"count":12},{"degree":5,"count":22},{"degree":6,"count":42},{"degree":7,"count":47},{"degree":8,"count":59},{"degree":9,"count":62},{"degree":10,"count":77},{"degree":11,"count":88},{"degree":12,"count":91},{"degree":13,"count":96},{"degree":14,"count":131},{"degree":15,"count":70},{"degree":2022,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":328},{"arity":3,"count":2021},{"arity":6,"count":2021}]
Number of extensional constraints2021
Number of intensional constraints2349
Distribution of constraint types[{"type":"extension","count":2021},{"type":"intension","count":2349}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1366.16/380.40	Jul 22, 2018 3:24:06 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1366.16/380.40	INFO: Runtime exception
1366.16/380.40	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1366.16/380.40		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1366.16/380.40		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1366.16/380.40		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1366.16/380.40		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1366.16/380.40		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1366.16/380.40		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1366.16/380.40		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1366.16/380.40		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1366.16/380.40		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1366.16/380.40		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1366.16/380.40		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1366.16/380.40		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1366.16/380.40		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1366.16/380.40		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1366.16/380.40		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1366.16/380.40		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1366.16/380.40		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1366.16/380.40		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1366.16/380.40		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1366.16/380.40	Caused by: java.lang.reflect.InvocationTargetException
1366.16/380.40		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.16/380.40		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.16/380.40		at java.lang.reflect.Method.invoke(Method.java:498)
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1366.16/380.40		... 21 more
1366.16/380.40	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1366.16/380.40		... 25 more
1366.16/380.40	Caused by: java.lang.reflect.InvocationTargetException
1366.16/380.40		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1366.16/380.40		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.16/380.40		at java.lang.reflect.Method.invoke(Method.java:498)
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1366.16/380.40		... 25 more
1366.16/380.40	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1366.16/380.40		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:391)
1366.16/380.40		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1366.16/380.40		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.16/380.40		at java.lang.reflect.Method.invoke(Method.java:498)
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1366.16/380.40		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1366.16/380.40		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1366.16/380.40		at java.lang.reflect.Method.invoke(Method.java:498)
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1366.16/380.40		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1366.16/380.40		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1366.16/380.40		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1366.16/380.40		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1366.16/380.40		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1366.16/380.40		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1366.16/380.40		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1366.16/380.40		at org.xcsp.parser.XCallbacks$$Lambda$96/824357143.accept(Unknown Source)
1366.16/380.40		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1366.16/380.40		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1366.16/380.40		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1366.16/380.40		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1366.16/380.40		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1366.16/380.40		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1366.16/380.40		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1366.16/380.40		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1366.16/380.40		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1366.16/380.40		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1366.16/380.40		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1366.16/380.40		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1366.16/380.40	
1366.17/380.61	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1366.17/380.61	c This is free software under the dual EPL/GNU LGPL licenses.
1366.17/380.61	c See www.sat4j.org for details.
1366.17/380.61	c That software uses the Rhino library from the Mozilla project.
1366.17/380.61	c version 2.3.6-SNAPSHOT
1366.17/380.61	c java.runtime.name	Java(TM) SE Runtime Environment
1366.17/380.61	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1366.17/380.61	c java.vm.version	25.131-b11
1366.17/380.61	c java.vm.vendor	Oracle Corporation
1366.17/380.61	c sun.arch.data.model	64
1366.17/380.61	c java.version		1.8.0_131
1366.17/380.61	c os.name		Linux
1366.17/380.61	c os.version		3.10.0-514.16.1.el7.x86_64
1366.17/380.61	c os.arch		amd64
1366.17/380.61	c Free memory 		499604488
1366.17/380.61	c Max memory 		7247757312
1366.17/380.61	c Total memory 		504889344
1366.17/380.61	c Number of processors 	4
1366.17/380.61	c c --- Begin Solver configuration ---
1366.17/380.61	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1366.17/380.61	c Learn all clauses as in MiniSAT
1366.17/380.61	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1366.17/380.61	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1366.17/380.61	c No reason simplification
1366.17/380.61	c Glucose 2.1 dynamic restart strategy
1366.17/380.61	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
1366.17/380.61	c timeout=2147483s
1366.17/380.61	c DB Simplification allowed=false
1366.17/380.61	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1366.17/380.61	c --- End Solver configuration ---
1366.17/380.61	c starts		: 0
1366.17/380.61	c conflicts		: 0
1366.17/380.61	c decisions		: 0
1366.17/380.61	c propagations		: 0
1366.17/380.61	c inspects		: 0
1366.17/380.61	c shortcuts		: 0
1366.17/380.61	c learnt literals	: 0
1366.17/380.61	c learnt binary clauses	: 0
1366.17/380.61	c learnt ternary clauses	: 0
1366.17/380.61	c learnt constraints	: 0
1366.17/380.61	c ignored constraints	: 0
1366.17/380.61	c root simplifications	: 0
1366.17/380.61	c removed literals (reason simplification)	: 0
1366.17/380.61	c reason swapping (by a shorter reason)	: 0
1366.17/380.61	c Calls to reduceDB	: 0
1366.17/380.61	c Number of update (reduction) of LBD	: 0
1366.17/380.61	c Imported unit clauses	: 0
1366.17/380.61	c number of reductions to clauses (during analyze)	: 0
1366.17/380.61	c number of learned constraints concerned by reduction	: 0
1366.17/380.61	c number of learning phase by resolution	: 0
1366.17/380.61	c number of learning phase by cutting planes	: 0
1366.17/380.61	c number of rounding to 1 operations	: 0
1366.17/380.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1366.17/380.61	c number of reductions of the coefficients by power 2 	: 0
1366.17/380.61	c number of right shift for reduction by power 2 	: 0
1366.17/380.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
1366.17/380.61	c number of ending skipping 	: 0
1366.17/380.61	c number of internal skipping 	: 0
1366.17/380.61	c number of derivation steps 	: 0
1366.17/380.61	c number of skipped derivation steps 	: 0
1366.17/380.61	c number of remaining unassigned 	: 0
1366.17/380.61	c number of remaining assigned 	: 0
1366.17/380.61	c speed (assignments/second)	: 0.0
1366.17/380.61	c non guided choices	: 0
1366.17/380.61	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 (12979 MiB free)
  memory of node 1: 16384 MiB (11620 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292023-1532265464/watcher-4292023-1532265464 -o /tmp/evaluation-result-4292023-1532265464/solver-4292023-1532265464 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5991 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292023-1532265464.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6797, runsolver pid=6794
Current StackSize limit: 8192 KiB


[startup+0.100151 s]*
/proc/loadavg: 2.00 2.01 2.05 3/221 6812
/proc/meminfo: memFree=25171828/32770624 swapFree=67108860/67108860
[pid=6797] ppid=6794 vsize=10659012 memory=30684 CPUtime=0.13 cores=0,2,4,6
/proc/6797/stat : 6797 (java) S 6794 6797 5960 0 -1 1077944320 6734 0 0 0 12 1 0 0 20 0 15 0 44109716 10914828288 7671 33554432000 4194304 4196468 140730357513056 140730357495600 140570191802103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
/proc/6797/statm: 2664753 7671 2814 1 0 2627263 0
[pid=6797/tid=6799] ppid=6794 vsize=10659012 memory=-8391715158700684480 CPUtime=0.09 cores=0,2,4,6
/proc/6797/task/6799/stat : 6799 (java) R 6794 6797 5960 0 -1 4202560 4577 0 0 0 8 1 0 0 20 0 15 0 44109717 10914828288 7671 33554432000 4194304 4196468 140730357513056 140570196006768 140570191814038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6800] ppid=6794 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6800/stat : 6800 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 7671 33554432000 4194304 4196468 140730357513056 140570128493072 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6801] ppid=6794 vsize=10659012 memory=140326836704896 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6801/stat : 6801 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 7671 33554432000 4194304 4196468 140730357513056 140570127440528 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6802] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6802/stat : 6802 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 7671 33554432000 4194304 4196468 140730357513056 140570126387472 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6803] ppid=6794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6803/stat : 6803 (java) S 6794 6797 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 7671 33554432000 4194304 4196468 140730357513056 140570125334928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6804] ppid=6794 vsize=10659012 memory=140326836704896 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6804/stat : 6804 (java) S 6794 6797 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 7671 33554432000 4194304 4196468 140730357513056 140569683454704 140570191813250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6805] ppid=6794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6805/stat : 6805 (java) S 6794 6797 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 7671 33554432000 4194304 4196468 140730357513056 140569682400928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6806] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6806/stat : 6806 (java) S 6794 6797 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 7671 33554432000 4194304 4196468 140730357513056 140569681347824 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6807] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6807/stat : 6807 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 7671 33554432000 4194304 4196468 140730357513056 140569680296400 140570191820699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6808] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6808/stat : 6808 (java) R 6794 6797 5960 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 7671 33554432000 4194304 4196468 140730357513056 140569679243504 140570191813250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6809] ppid=6794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6809/stat : 6809 (java) S 6794 6797 5960 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 7671 33554432000 4194304 4196468 140730357513056 140569678190960 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6810] ppid=6794 vsize=10659012 memory=140326836704896 CPUtime=0.02 cores=0,2,4,6
/proc/6797/task/6810/stat : 6810 (java) R 6794 6797 5960 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 44109722 10914828288 7671 33554432000 4194304 4196468 140730357513056 140569677137904 140570191823450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6811] ppid=6794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6811/stat : 6811 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 7671 33554432000 4194304 4196468 140730357513056 140569676085600 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6812] ppid=6794 vsize=10659012 memory=140326836704896 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6812/stat : 6812 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 7671 33554432000 4194304 4196468 140730357513056 140569675033648 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30684 KiB

[startup+0.210781 s]*
/proc/loadavg: 2.00 2.01 2.05 5/221 6812
/proc/meminfo: memFree=25163656/32770624 swapFree=67108860/67108860
[pid=6797] ppid=6794 vsize=10659012 memory=42136 CPUtime=0.33 cores=0,2,4,6
/proc/6797/stat : 6797 (java) S 6794 6797 5960 0 -1 1077944320 8109 0 0 0 31 2 0 0 20 0 15 0 44109716 10914828288 10534 33554432000 4194304 4196468 140730357513056 140730357495600 140570191802103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
/proc/6797/statm: 2664753 10534 3006 1 0 2627263 0
[pid=6797/tid=6799] ppid=6794 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6797/task/6799/stat : 6799 (java) R 6794 6797 5960 0 -1 4202560 5033 0 0 0 19 1 0 0 20 0 15 0 44109717 10914828288 10534 33554432000 4194304 4196468 140730357513056 140570196040384 140570191823450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6800] ppid=6794 vsize=10659012 memory=345 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6800/stat : 6800 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 10534 33554432000 4194304 4196468 140730357513056 140570128493072 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6801] ppid=6794 vsize=10659012 memory=140326836711883 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6801/stat : 6801 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 10534 33554432000 4194304 4196468 140730357513056 140570127440528 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6802] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6802/stat : 6802 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 10534 33554432000 4194304 4196468 140730357513056 140570126387472 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6803] ppid=6794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6803/stat : 6803 (java) S 6794 6797 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 10534 33554432000 4194304 4196468 140730357513056 140570125334928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6804] ppid=6794 vsize=10659012 memory=140326836704896 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6804/stat : 6804 (java) S 6794 6797 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 10534 33554432000 4194304 4196468 140730357513056 140569683454704 140570191813250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6805] ppid=6794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6805/stat : 6805 (java) S 6794 6797 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 10534 33554432000 4194304 4196468 140730357513056 140569682400928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6806] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6806/stat : 6806 (java) S 6794 6797 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 10534 33554432000 4194304 4196468 140730357513056 140569681347824 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6807] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6807/stat : 6807 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 10534 33554432000 4194304 4196468 140730357513056 140569680296400 140570191820699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6808] ppid=6794 vsize=10659012 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6797/task/6808/stat : 6808 (java) S 6794 6797 5960 0 -1 1077944384 683 0 0 0 1 0 0 0 20 0 15 0 44109722 10914828288 10534 33554432000 4194304 4196468 140730357513056 140569679243504 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6809] ppid=6794 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6797/task/6809/stat : 6809 (java) S 6794 6797 5960 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 44109722 10914828288 10534 33554432000 4194304 4196468 140730357513056 140569678190960 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6810] ppid=6794 vsize=10659012 memory=140326836704896 CPUtime=0.07 cores=0,2,4,6
/proc/6797/task/6810/stat : 6810 (java) S 6794 6797 5960 0 -1 1077944384 664 0 0 0 7 0 0 0 20 0 15 0 44109722 10914828288 10534 33554432000 4194304 4196468 140730357513056 140569677137904 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6811] ppid=6794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6811/stat : 6811 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 10534 33554432000 4194304 4196468 140730357513056 140569676085600 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6812] ppid=6794 vsize=10659012 memory=140326836704896 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6812/stat : 6812 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 10534 33554432000 4194304 4196468 140730357513056 140569675033648 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42136 KiB

[startup+0.31105 s]*
/proc/loadavg: 2.00 2.01 2.05 6/221 6812
/proc/meminfo: memFree=25146592/32770624 swapFree=67108860/67108860
[pid=6797] ppid=6794 vsize=10659012 memory=57064 CPUtime=0.59 cores=0,2,4,6
/proc/6797/stat : 6797 (java) S 6794 6797 5960 0 -1 1077944320 9775 0 0 0 56 3 0 0 20 0 15 0 44109716 10914828288 14266 33554432000 4194304 4196468 140730357513056 140730357495600 140570191802103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
/proc/6797/statm: 2664753 14266 3049 1 0 2627263 0
[pid=6797/tid=6799] ppid=6794 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/6797/task/6799/stat : 6799 (java) R 6794 6797 5960 0 -1 4202560 5374 0 0 0 28 2 0 0 20 0 15 0 44109717 10914828288 14266 33554432000 4194304 4196468 140730357513056 140570196040096 140569800418078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6800] ppid=6794 vsize=10659012 memory=4294980951 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6800/stat : 6800 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 14266 33554432000 4194304 4196468 140730357513056 140570128493072 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6801] ppid=6794 vsize=10659012 memory=140326836961776 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6801/stat : 6801 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 14266 33554432000 4194304 4196468 140730357513056 140570127440528 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6802] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6802/stat : 6802 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 14266 33554432000 4194304 4196468 140730357513056 140570126387472 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6803] ppid=6794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6803/stat : 6803 (java) S 6794 6797 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44109717 10914828288 14266 33554432000 4194304 4196468 140730357513056 140570125334928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6804] ppid=6794 vsize=10659012 memory=140326836704896 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6804/stat : 6804 (java) S 6794 6797 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 14778 33554432000 4194304 4196468 140730357513056 140569683454704 140570191813250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6805] ppid=6794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6805/stat : 6805 (java) S 6794 6797 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 14778 33554432000 4194304 4196468 140730357513056 140569682400928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6806] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6806/stat : 6806 (java) S 6794 6797 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 14778 33554432000 4194304 4196468 140730357513056 140569681347824 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6807] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6807/stat : 6807 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 14778 33554432000 4194304 4196468 140730357513056 140569680296400 140570191820699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6808] ppid=6794 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6797/task/6808/stat : 6808 (java) R 6794 6797 5960 0 -1 4202560 1289 0 0 0 7 0 0 0 20 0 15 0 44109722 10914828288 14778 33554432000 4194304 4196468 140730357513056 140569679224520 140570175302486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6809] ppid=6794 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/6797/task/6809/stat : 6809 (java) R 6794 6797 5960 0 -1 4202560 734 0 0 0 7 0 0 0 20 0 15 0 44109722 10914828288 14778 33554432000 4194304 4196468 140730357513056 140569678176984 140570175712492 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6810] ppid=6794 vsize=10659012 memory=140326836704896 CPUtime=0.13 cores=0,2,4,6
/proc/6797/task/6810/stat : 6810 (java) S 6794 6797 5960 0 -1 1077944384 1010 0 0 0 13 0 0 0 20 0 15 0 44109722 10914828288 14778 33554432000 4194304 4196468 140730357513056 140569677137904 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6811] ppid=6794 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6811/stat : 6811 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 14778 33554432000 4194304 4196468 140730357513056 140569676085600 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6812] ppid=6794 vsize=10659012 memory=140326836704896 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6812/stat : 6812 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 14778 33554432000 4194304 4196468 140730357513056 140569675033648 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 57064 KiB

[startup+0.701062 s]
/proc/loadavg: 2.00 2.01 2.05 7/221 6812
/proc/meminfo: memFree=24951912/32770624 swapFree=67108860/67108860
[pid=6797] ppid=6794 vsize=10659012 memory=334696 CPUtime=1.65 cores=0,2,4,6
/proc/6797/stat : 6797 (java) S 6794 6797 5960 0 -1 1077944320 12139 0 0 0 139 26 0 0 20 0 15 0 44109716 10914828288 83674 33554432000 4194304 4196468 140730357513056 140730357495600 140570191802103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
/proc/6797/statm: 2664753 83674 3085 1 0 2627263 0
[pid=6797/tid=6799] ppid=6794 vsize=10659012 memory=1236 CPUtime=0.59 cores=0,2,4,6
/proc/6797/task/6799/stat : 6799 (java) S 6794 6797 5960 0 -1 1077944384 5432 0 0 0 53 6 0 0 20 0 15 0 44109717 10914828288 83674 33554432000 4194304 4196468 140730357513056 140570196041184 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6800] ppid=6794 vsize=10659012 memory=9232 CPUtime=0.08 cores=0,2,4,6
/proc/6797/task/6800/stat : 6800 (java) R 6794 6797 5960 0 -1 4202560 171 0 0 0 3 5 0 0 20 0 15 0 44109717 10914828288 83674 33554432000 4194304 4196468 140730357513056 140570128493072 140570176829959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6801] ppid=6794 vsize=10659012 memory=4052 CPUtime=0.06 cores=0,2,4,6
/proc/6797/task/6801/stat : 6801 (java) R 6794 6797 5960 0 -1 4202560 153 0 0 0 2 4 0 0 20 0 15 0 44109717 10914828288 83674 33554432000 4194304 4196468 140730357513056 140570127440528 140570184904820 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6802] ppid=6794 vsize=10659012 memory=644 CPUtime=0.06 cores=0,2,4,6
/proc/6797/task/6802/stat : 6802 (java) R 6794 6797 5960 0 -1 4202560 73 0 0 0 2 4 0 0 20 0 15 0 44109717 10914828288 83674 33554432000 4194304 4196468 140730357513056 140570126387472 140570184905151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6803] ppid=6794 vsize=10659012 memory=1800 CPUtime=0.07 cores=0,2,4,6
/proc/6797/task/6803/stat : 6803 (java) R 6794 6797 5960 0 -1 4202560 168 0 0 0 3 4 0 0 20 0 15 0 44109717 10914828288 83674 33554432000 4194304 4196468 140730357513056 140570125335128 140570184905161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6804] ppid=6794 vsize=10659012 memory=956 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6804/stat : 6804 (java) S 6794 6797 5960 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 83674 33554432000 4194304 4196468 140730357513056 140569683453216 140570191812309 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6805] ppid=6794 vsize=10659012 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6805/stat : 6805 (java) S 6794 6797 5960 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 83674 33554432000 4194304 4196468 140730357513056 140569682400928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6806] ppid=6794 vsize=10659012 memory=928 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6806/stat : 6806 (java) S 6794 6797 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44109719 10914828288 83674 33554432000 4194304 4196468 140730357513056 140569681347824 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6807] ppid=6794 vsize=10659012 memory=6153431502485415525 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6807/stat : 6807 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 83674 33554432000 4194304 4196468 140730357513056 140569680296400 140570191820699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6808] ppid=6794 vsize=10659012 memory=7236558186460768598 CPUtime=0.25 cores=0,2,4,6
/proc/6797/task/6808/stat : 6808 (java) S 6794 6797 5960 0 -1 1077944384 1824 0 0 0 24 1 0 0 20 0 15 0 44109722 10914828288 83674 33554432000 4194304 4196468 140730357513056 140569679243504 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6809] ppid=6794 vsize=10659012 memory=5932762877087012201 CPUtime=0.33 cores=0,2,4,6
/proc/6797/task/6809/stat : 6809 (java) R 6794 6797 5960 0 -1 4202560 1845 0 0 0 33 0 0 0 20 0 15 0 44109722 10914828288 83674 33554432000 4194304 4196468 140730357513056 140569678176984 140570171063414 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6810] ppid=6794 vsize=10659012 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/6797/task/6810/stat : 6810 (java) S 6794 6797 5960 0 -1 1077944384 1029 0 0 0 14 0 0 0 20 0 15 0 44109722 10914828288 83674 33554432000 4194304 4196468 140730357513056 140569677137904 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6811] ppid=6794 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6811/stat : 6811 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 84186 33554432000 4194304 4196468 140730357513056 140569676085600 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6812] ppid=6794 vsize=10659012 memory=10416 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6812/stat : 6812 (java) S 6794 6797 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44109722 10914828288 84186 33554432000 4194304 4196468 140730357513056 140569675033648 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 334696 KiB

[startup+1.50072 s]
/proc/loadavg: 2.00 2.01 2.05 5/221 6812
/proc/meminfo: memFree=24717456/32770624 swapFree=67108860/67108860
[pid=6797] ppid=6794 vsize=10661840 memory=557140 CPUtime=4.11 cores=0,2,4,6
/proc/6797/stat : 6797 (java) S 6794 6797 5960 0 -1 1077944320 25320 0 0 0 368 43 0 0 20 0 15 0 44109716 10917724160 139285 33554432000 4194304 4196468 140730357513056 140730357495600 140570191802103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
/proc/6797/statm: 2665460 139285 3146 1 0 2627951 0
[pid=6797/tid=6799] ppid=6794 vsize=10661840 memory=501472 CPUtime=1.29 cores=0,2,4,6
/proc/6797/task/6799/stat : 6799 (java) R 6794 6797 5960 0 -1 4202560 5928 0 0 0 121 8 0 0 20 0 15 0 44109717 10917724160 139285 33554432000 4194304 4196468 140730357513056 140570196038144 140569800193990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6800] ppid=6794 vsize=10661840 memory=8112282956445269571 CPUtime=0.18 cores=0,2,4,6
/proc/6797/task/6800/stat : 6800 (java) S 6794 6797 5960 0 -1 1077944384 469 0 0 0 10 8 0 0 20 0 15 0 44109717 10917724160 139285 33554432000 4194304 4196468 140730357513056 140570128493072 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6801] ppid=6794 vsize=10661840 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/6797/task/6801/stat : 6801 (java) S 6794 6797 5960 0 -1 1077944384 550 0 0 0 9 8 0 0 20 0 15 0 44109717 10917724160 139285 33554432000 4194304 4196468 140730357513056 140570127440528 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6802] ppid=6794 vsize=10661840 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/6797/task/6802/stat : 6802 (java) S 6794 6797 5960 0 -1 1077944384 287 0 0 0 8 7 0 0 20 0 15 0 44109717 10917724160 139285 33554432000 4194304 4196468 140730357513056 140570126387472 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6803] ppid=6794 vsize=10661840 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/6797/task/6803/stat : 6803 (java) S 6794 6797 5960 0 -1 1077944384 301 0 0 0 8 8 0 0 20 0 15 0 44109717 10917724160 139285 33554432000 4194304 4196468 140730357513056 140570125334928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6804] ppid=6794 vsize=10661840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6804/stat : 6804 (java) S 6794 6797 5960 0 -1 1077944384 335 0 0 0 0 0 0 0 20 0 15 0 44109719 10917724160 139285 33554432000 4194304 4196468 140730357513056 140569683454704 140570191813250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0

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

[pid=6797/tid=6811] ppid=6794 vsize=10661136 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6811/stat : 6811 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569676085600 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6812] ppid=6794 vsize=10661136 memory=1228 CPUtime=0.21 cores=0,2,4,6
/proc/6797/task/6812/stat : 6812 (java) S 6794 6797 5960 0 -1 1077944384 1648 0 0 0 9 12 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569675033648 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
Current children cumulated CPU time: 1356.66 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8335236 KiB

[startup+379.201 s]
/proc/loadavg: 4.67 3.82 2.84 6/221 6827
/proc/meminfo: memFree=16609540/32770624 swapFree=67108860/67108860
[pid=6797] ppid=6794 vsize=10661136 memory=8335236 CPUtime=1363 cores=0,2,4,6
/proc/6797/stat : 6797 (java) S 6794 6797 5960 0 -1 1077944320 1778357 0 0 0 135463 837 0 0 20 0 15 0 44109716 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140730357495600 140570191802103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
/proc/6797/statm: 2665284 2083809 3190 1 0 2627775 0
[pid=6797/tid=6799] ppid=6794 vsize=10661136 memory=8112282956445269571 CPUtime=28.15 cores=0,2,4,6
/proc/6797/task/6799/stat : 6799 (java) S 6794 6797 5960 0 -1 1077944384 34501 0 0 0 2784 31 0 0 20 0 15 0 44109717 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140570196041104 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6800] ppid=6794 vsize=10661136 memory=2340 CPUtime=327.29 cores=0,2,4,6
/proc/6797/task/6800/stat : 6800 (java) R 6794 6797 5960 0 -1 4202560 342316 0 0 0 32538 191 0 0 20 0 15 0 44109717 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140570128493272 140570176501880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6801] ppid=6794 vsize=10661136 memory=928 CPUtime=328.52 cores=0,2,4,6
/proc/6797/task/6801/stat : 6801 (java) R 6794 6797 5960 0 -1 4202560 393874 0 0 0 32662 190 0 0 20 0 15 0 44109717 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140570127440728 140570173411928 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6802] ppid=6794 vsize=10661136 memory=1568 CPUtime=327.45 cores=0,2,4,6
/proc/6797/task/6802/stat : 6802 (java) R 6794 6797 5960 0 -1 4202560 385835 0 0 0 32544 201 0 0 20 0 15 0 44109717 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140570126387672 140570176501934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6803] ppid=6794 vsize=10661136 memory=10940 CPUtime=327.06 cores=0,2,4,6
/proc/6797/task/6803/stat : 6803 (java) R 6794 6797 5960 0 -1 4202560 483189 0 0 0 32500 206 0 0 20 0 15 0 44109717 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140570125334816 140570176502031 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6804] ppid=6794 vsize=10661136 memory=1200 CPUtime=18.03 cores=0,2,4,6
/proc/6797/task/6804/stat : 6804 (java) S 6794 6797 5960 0 -1 1077944384 89291 0 0 0 1798 5 0 0 20 0 15 0 44109719 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569683453248 140570191812309 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6805] ppid=6794 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6805/stat : 6805 (java) S 6794 6797 5960 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 44109719 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569682400992 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6806] ppid=6794 vsize=10661136 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6806/stat : 6806 (java) S 6794 6797 5960 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 44109719 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569681347840 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6807] ppid=6794 vsize=10661136 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6807/stat : 6807 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569680296400 140570191820699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6808] ppid=6794 vsize=10661136 memory=4096 CPUtime=2.65 cores=0,2,4,6
/proc/6797/task/6808/stat : 6808 (java) S 6794 6797 5960 0 -1 1077944384 17777 0 0 0 263 2 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569679243552 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6809] ppid=6794 vsize=10661136 memory=15152 CPUtime=2.79 cores=0,2,4,6
/proc/6797/task/6809/stat : 6809 (java) S 6794 6797 5960 0 -1 1077944384 20883 0 0 0 277 2 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569678190720 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6810] ppid=6794 vsize=10661136 memory=2396 CPUtime=0.74 cores=0,2,4,6
/proc/6797/task/6810/stat : 6810 (java) S 6794 6797 5960 0 -1 1077944384 7590 0 0 0 73 1 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569677135552 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6811] ppid=6794 vsize=10661136 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6811/stat : 6811 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569676085600 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6812] ppid=6794 vsize=10661136 memory=1732 CPUtime=0.22 cores=0,2,4,6
/proc/6797/task/6812/stat : 6812 (java) S 6794 6797 5960 0 -1 1077944384 1648 0 0 0 10 12 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569675033648 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
Current children cumulated CPU time: 1363 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8335236 KiB

[startup+380.001 s]*
/proc/loadavg: 4.67 3.82 2.84 3/221 6827
/proc/meminfo: memFree=16607492/32770624 swapFree=67108860/67108860
[pid=6797] ppid=6794 vsize=10661136 memory=8335236 CPUtime=1365.76 cores=0,2,4,6
/proc/6797/stat : 6797 (java) S 6794 6797 5960 0 -1 1077944320 1778414 0 0 0 135739 837 0 0 20 0 15 0 44109716 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140730357495600 140570191802103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
/proc/6797/statm: 2665284 2083809 3190 1 0 2627775 0
[pid=6797/tid=6799] ppid=6794 vsize=10661136 memory=8112282956445269571 CPUtime=28.15 cores=0,2,4,6
/proc/6797/task/6799/stat : 6799 (java) S 6794 6797 5960 0 -1 1077944384 34501 0 0 0 2784 31 0 0 20 0 15 0 44109717 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140570196041104 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6800] ppid=6794 vsize=10661136 memory=4126316290023845779 CPUtime=327.94 cores=0,2,4,6
/proc/6797/task/6800/stat : 6800 (java) S 6794 6797 5960 0 -1 1077944384 342324 0 0 0 32603 191 0 0 20 0 15 0 44109717 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140570128493072 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6801] ppid=6794 vsize=10661136 memory=302304323327754266 CPUtime=329.17 cores=0,2,4,6
/proc/6797/task/6801/stat : 6801 (java) S 6794 6797 5960 0 -1 1077944384 393885 0 0 0 32727 190 0 0 20 0 15 0 44109717 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140570127440528 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6802] ppid=6794 vsize=10661136 memory=288230583166042426 CPUtime=328.1 cores=0,2,4,6
/proc/6797/task/6802/stat : 6802 (java) S 6794 6797 5960 0 -1 1077944384 385844 0 0 0 32609 201 0 0 20 0 15 0 44109717 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140570126387472 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6803] ppid=6794 vsize=10661136 memory=14133333739177381 CPUtime=327.71 cores=0,2,4,6
/proc/6797/task/6803/stat : 6803 (java) S 6794 6797 5960 0 -1 1077944384 483213 0 0 0 32565 206 0 0 20 0 15 0 44109717 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140570125334928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6804] ppid=6794 vsize=10661136 memory=1796 CPUtime=18.18 cores=0,2,4,6
/proc/6797/task/6804/stat : 6804 (java) R 6794 6797 5960 0 -1 4202560 89296 0 0 0 1813 5 0 0 20 0 15 0 44109719 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569683453248 140570176798510 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6805] ppid=6794 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6805/stat : 6805 (java) S 6794 6797 5960 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 44109719 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569682400992 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6806] ppid=6794 vsize=10661136 memory=4426639978525455914 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6806/stat : 6806 (java) S 6794 6797 5960 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 44109719 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569681347840 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6807] ppid=6794 vsize=10661136 memory=3047711553219693942 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6807/stat : 6807 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569680296400 140570191820699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6808] ppid=6794 vsize=10661136 memory=0 CPUtime=2.65 cores=0,2,4,6
/proc/6797/task/6808/stat : 6808 (java) S 6794 6797 5960 0 -1 1077944384 17777 0 0 0 263 2 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569679243552 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6809] ppid=6794 vsize=10661136 memory=-6520471753822164382 CPUtime=2.79 cores=0,2,4,6
/proc/6797/task/6809/stat : 6809 (java) S 6794 6797 5960 0 -1 1077944384 20883 0 0 0 277 2 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569678190720 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6810] ppid=6794 vsize=10661136 memory=9047017150487036575 CPUtime=0.74 cores=0,2,4,6
/proc/6797/task/6810/stat : 6810 (java) S 6794 6797 5960 0 -1 1077944384 7590 0 0 0 73 1 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569677135552 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6811] ppid=6794 vsize=10661136 memory=4427205132082312746 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6811/stat : 6811 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569676085600 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6812] ppid=6794 vsize=10661136 memory=-8486080722631693414 CPUtime=0.22 cores=0,2,4,6
/proc/6797/task/6812/stat : 6812 (java) S 6794 6797 5960 0 -1 1077944384 1648 0 0 0 10 12 0 0 20 0 15 0 44109722 10917003264 2083809 33554432000 4194304 4196468 140730357513056 140569675033648 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
Current children cumulated CPU time: 1365.76 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 8335236 KiB

[startup+380.401 s]
/proc/loadavg: 4.67 3.82 2.84 3/221 6827
/proc/meminfo: memFree=16607492/32770624 swapFree=67108860/67108860
[pid=6797] ppid=6794 vsize=10661288 memory=8335724 CPUtime=1366.16 cores=0,2,4,6
/proc/6797/stat : 6797 (java) S 6794 6797 5960 0 -1 1077944320 1779142 0 0 0 135779 837 0 0 20 0 15 0 44109716 10917158912 2083931 33554432000 4194304 4196468 140730357513056 140730357495600 140570191802103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
/proc/6797/statm: 2665330 2083931 3229 1 0 2627783 0
[pid=6797/tid=6799] ppid=6794 vsize=10661288 memory=8335212 CPUtime=28.16 cores=0,2,4,6
/proc/6797/task/6799/stat : 6799 (java) D 6794 6797 5960 0 -1 1077944384 34786 0 0 0 2785 31 0 0 20 0 15 0 44109717 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140570196026288 140570184481325 0 4 0 16800975 18446744072101809664 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6800] ppid=6794 vsize=10661288 memory=15152 CPUtime=327.94 cores=0,2,4,6
/proc/6797/task/6800/stat : 6800 (java) S 6794 6797 5960 0 -1 1077944384 342324 0 0 0 32603 191 0 0 20 0 15 0 44109717 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140570128493072 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6801] ppid=6794 vsize=10661288 memory=8112282956445269571 CPUtime=329.17 cores=0,2,4,6
/proc/6797/task/6801/stat : 6801 (java) S 6794 6797 5960 0 -1 1077944384 393885 0 0 0 32727 190 0 0 20 0 15 0 44109717 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140570127440528 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6802] ppid=6794 vsize=10661288 memory=1200 CPUtime=328.1 cores=0,2,4,6
/proc/6797/task/6802/stat : 6802 (java) S 6794 6797 5960 0 -1 1077944384 385844 0 0 0 32609 201 0 0 20 0 15 0 44109717 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140570126387472 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6803] ppid=6794 vsize=10661320 memory=1228 CPUtime=327.71 cores=0,2,4,6
/proc/6797/task/6803/stat : 6803 (java) S 6794 6797 5960 0 -1 1077944384 483213 0 0 0 32565 206 0 0 20 0 15 0 44109717 10917191680 2083949 33554432000 4194304 4196468 140730357513056 140570125334928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6804] ppid=6794 vsize=10661288 memory=1704 CPUtime=18.56 cores=0,2,4,6
/proc/6797/task/6804/stat : 6804 (java) S 6794 6797 5960 0 -1 1077944384 89389 0 0 0 1851 5 0 0 20 0 15 0 44109719 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140569683454704 140570191813250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6805] ppid=6794 vsize=10661288 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6805/stat : 6805 (java) S 6794 6797 5960 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 44109719 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140569682400992 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6806] ppid=6794 vsize=10661288 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6806/stat : 6806 (java) S 6794 6797 5960 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 44109719 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140569681347840 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6807] ppid=6794 vsize=10661288 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6807/stat : 6807 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140569680296400 140570191820699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6808] ppid=6794 vsize=10661288 memory=1008 CPUtime=2.65 cores=0,2,4,6
/proc/6797/task/6808/stat : 6808 (java) S 6794 6797 5960 0 -1 1077944384 17830 0 0 0 263 2 0 0 20 0 15 0 44109722 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140569679243504 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6809] ppid=6794 vsize=10661288 memory=5404 CPUtime=2.79 cores=0,2,4,6
/proc/6797/task/6809/stat : 6809 (java) S 6794 6797 5960 0 -1 1077944384 20883 0 0 0 277 2 0 0 20 0 15 0 44109722 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140569678190960 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6810] ppid=6794 vsize=10661320 memory=796 CPUtime=0.75 cores=0,2,4,6
/proc/6797/task/6810/stat : 6810 (java) R 6794 6797 5960 0 -1 4202560 7902 0 0 0 74 1 0 0 20 0 15 0 44109722 10917191680 2083949 33554432000 4194304 4196468 140730357513056 140569677137712 140570170333088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6811] ppid=6794 vsize=10661320 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6811/stat : 6811 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44109722 10917191680 2083949 33554432000 4194304 4196468 140730357513056 140569676085600 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6812] ppid=6794 vsize=10661288 memory=1424 CPUtime=0.22 cores=0,2,4,6
/proc/6797/task/6812/stat : 6812 (java) S 6794 6797 5960 0 -1 1077944384 1648 0 0 0 10 12 0 0 20 0 15 0 44109722 10917158912 2083949 33554432000 4194304 4196468 140730357513056 140569675033648 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
Current children cumulated CPU time: 1366.16 s
Current children cumulated vsize: 10661288 KiB
Current children cumulated memory: 8335724 KiB

[startup+380.601 s]
/proc/loadavg: 4.67 3.82 2.84 3/221 6827
/proc/meminfo: memFree=16607492/32770624 swapFree=67108860/67108860
[pid=6797] ppid=6794 vsize=10794416 memory=8336092 CPUtime=1366.17 cores=0,2,4,6
/proc/6797/stat : 6797 (java) S 6794 6797 5960 0 -1 1077944320 1779342 0 0 0 135780 837 0 0 20 0 16 0 44109716 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140730357495600 140570191802103 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
/proc/6797/statm: 2698604 2084023 3233 1 0 2661057 0
[pid=6797/tid=6799] ppid=6794 vsize=10794416 memory=312437431163158842 CPUtime=28.18 cores=0,2,4,6
/proc/6797/task/6799/stat : 6799 (java) S 6794 6797 5960 0 -1 1077944384 34908 0 0 0 2786 32 0 0 20 0 16 0 44109717 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140570196042784 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6800] ppid=6794 vsize=10794416 memory=-6520471753822164382 CPUtime=327.94 cores=0,2,4,6
/proc/6797/task/6800/stat : 6800 (java) S 6794 6797 5960 0 -1 1077944384 342324 0 0 0 32603 191 0 0 20 0 16 0 44109717 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140570128493072 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6801] ppid=6794 vsize=10794416 memory=9047017150487036575 CPUtime=329.17 cores=0,2,4,6
/proc/6797/task/6801/stat : 6801 (java) S 6794 6797 5960 0 -1 1077944384 393885 0 0 0 32727 190 0 0 20 0 16 0 44109717 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140570127440528 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6802] ppid=6794 vsize=10794416 memory=4427205132082312746 CPUtime=328.1 cores=0,2,4,6
/proc/6797/task/6802/stat : 6802 (java) S 6794 6797 5960 0 -1 1077944384 385844 0 0 0 32609 201 0 0 20 0 16 0 44109717 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140570126387472 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6803] ppid=6794 vsize=10794416 memory=-8486080722631693414 CPUtime=327.71 cores=0,2,4,6
/proc/6797/task/6803/stat : 6803 (java) S 6794 6797 5960 0 -1 1077944384 483213 0 0 0 32565 206 0 0 20 0 16 0 44109717 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140570125334928 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6804] ppid=6794 vsize=10794416 memory=4629546024076873078 CPUtime=18.56 cores=0,2,4,6
/proc/6797/task/6804/stat : 6804 (java) S 6794 6797 5960 0 -1 1077944384 89389 0 0 0 1851 5 0 0 20 0 16 0 44109719 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140569683454704 140570191813250 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6805] ppid=6794 vsize=10794416 memory=-8412652152092201843 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6805/stat : 6805 (java) S 6794 6797 5960 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 44109719 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140569682400992 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6806] ppid=6794 vsize=10794416 memory=-7023579799431922829 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6806/stat : 6806 (java) S 6794 6797 5960 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 16 0 44109719 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140569681347840 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6807] ppid=6794 vsize=10794416 memory=4426639978525455914 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6807/stat : 6807 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44109722 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140569680296400 140570191820699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6808] ppid=6794 vsize=10794416 memory=3047711553219693942 CPUtime=2.65 cores=0,2,4,6
/proc/6797/task/6808/stat : 6808 (java) S 6794 6797 5960 0 -1 1077944384 17830 0 0 0 263 2 0 0 20 0 16 0 44109722 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140569679243504 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6809] ppid=6794 vsize=10794416 memory=-7521736447810188379 CPUtime=2.79 cores=0,2,4,6
/proc/6797/task/6809/stat : 6809 (java) S 6794 6797 5960 0 -1 1077944384 20883 0 0 0 277 2 0 0 20 0 16 0 44109722 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140569678190960 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6810] ppid=6794 vsize=10794416 memory=-8412652160765825907 CPUtime=0.75 cores=0,2,4,6
/proc/6797/task/6810/stat : 6810 (java) S 6794 6797 5960 0 -1 1077944384 7915 0 0 0 74 1 0 0 20 0 16 0 44109722 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140569677137904 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6811] ppid=6794 vsize=10794416 memory=-8634980985311628903 CPUtime=0 cores=0,2,4,6
/proc/6797/task/6811/stat : 6811 (java) S 6794 6797 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44109722 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140569676085600 140570191812309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
[pid=6797/tid=6812] ppid=6794 vsize=10794416 memory=7100839878645619564 CPUtime=0.22 cores=0,2,4,6
/proc/6797/task/6812/stat : 6812 (java) S 6794 6797 5960 0 -1 1077944384 1648 0 0 0 10 12 0 0 20 0 16 0 44109722 11053481984 2084023 33554432000 4194304 4196468 140730357513056 140569675033648 140570191813250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9613312 140730357519473 140730357519625 140730357519625 140730357522383 0
Current children cumulated CPU time: 1366.17 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8336092 KiB

Child status: 0
Real time (s): 380.69
CPU time (s): 1366.26
CPU user time (s): 1357.81
CPU system time (s): 8.45886
CPU usage (%): 358.892
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8336092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1357.81
system time used= 8.45886
maximum resident set size= 8336208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1779395
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28747
involuntary context switches= 14508


# summary of solver processes directly reported to runsolver:
#   pid: 6797
#   total CPU time (s): 1366.26
#   total CPU user time (s): 1357.81
#   total CPU system time (s): 8.45886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.27989 second user time and 3.83872 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 15:17:45
IDJOB=4292023
IDBENCH=141268
IDSOLVER=2742
FILE ID=node134/4292023-1532265464
RUNJOBID= node134-1532258378-5991
PBS_JOBID= 21018961
Free space on /tmp= 55848 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-test03-0400_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292023-1532265464/watcher-4292023-1532265464 -o /tmp/evaluation-result-4292023-1532265464/solver-4292023-1532265464 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5991 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4292023-1532265464.xml

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

MD5SUM BENCH= a5fe7a04cb5002912ef3d870057982e3
RANDOM SEED=1798694290

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.68
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.68
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.68
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.68
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:        25190716 kB
MemAvailable:   29739428 kB
Buffers:          162152 kB
Cached:          4651520 kB
SwapCached:            0 kB
Active:          3729724 kB
Inactive:        3374688 kB
Active(anon):    2240280 kB
Inactive(anon):    70304 kB
Active(file):    1489444 kB
Inactive(file):  3304384 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            150196 kB
Writeback:             0 kB
AnonPages:       2304508 kB
Mapped:            47668 kB
Shmem:             17056 kB
Slab:             169216 kB
SReclaimable:     141440 kB
SUnreclaim:        27776 kB
KernelStack:        3616 kB
PageTables:         9736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3919292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2185216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55844 MiB
End job on node134 at 2018-07-22 15:24:06