Trace number 4263004

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? 1439 394.39899

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-46-350-100.xml
MD5SUM1db4b6436defe3ea79c47113dddab962
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark2400.15
Satisfiable
(Un)Satisfiability was proved
Number of variables16101
Number of constraints1082
Number of domains2
Minimum domain size2
Maximum domain size323
Distribution of domain sizes[{"size":2,"count":16100},{"size":323,"count":1}]
Minimum variable degree47
Maximum variable degree1036
Distribution of variable degrees[{"degree":47,"count":16100},{"degree":1036,"count":1}]
Minimum constraint arity350
Maximum constraint arity16100
Distribution of constraint arities[{"arity":350,"count":46},{"arity":701,"count":1035},{"arity":16100,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":1081}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263004-1502620146/watcher-4263004-1502620146 -o /tmp/evaluation-result-4263004-1502620146/solver-4263004-1502620146 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263004-1502620146.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
solver pid=1599, runsolver pid=1596
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 2.21 2.08 2.06 3/217 1614
/proc/meminfo: memFree=25144572/32770624 swapFree=67108860/67108860
[pid=1599] ppid=1596 vsize=10555400 memory=30716 CPUtime=0.12 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 31095 0 -1 1077944320 6702 0 0 0 11 1 0 0 20 0 15 0 95102522 10808729600 7679 33554432000 4194304 4196468 140727079676800 140727079659344 139952373800695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
/proc/1599/statm: 2638850 7679 2812 1 0 2627263 0
[pid=1599/tid=1601] ppid=1596 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/1599/task/1601/stat : 1601 (java) R 1596 1599 31095 0 -1 4202560 4568 0 0 0 8 1 0 0 20 0 15 0 95102523 10808729600 7679 33554432000 4194304 4196468 140727079676800 139952378022464 139952357881182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1602] ppid=1596 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1602/stat : 1602 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102524 10808729600 7679 33554432000 4194304 4196468 140727079676800 139952315803920 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1603] ppid=1596 vsize=10555400 memory=139779902928512 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1603/stat : 1603 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102524 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951979944336 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1604] ppid=1596 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1604/stat : 1604 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102524 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951978891792 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1605] ppid=1596 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95102524 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951977839248 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1606] ppid=1596 vsize=10555400 memory=139779902928512 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95102525 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951933565424 139952373811842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1607] ppid=1596 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95102525 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951932511648 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1608] ppid=1596 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1608/stat : 1608 (java) S 1596 1599 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95102526 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951931459056 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1609] ppid=1596 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95102528 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951930407632 139952373819291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1610] ppid=1596 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 31095 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 95102528 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951929354224 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1611] ppid=1596 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95102528 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951928301680 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1612] ppid=1596 vsize=10555400 memory=139779902928512 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) R 1596 1599 31095 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 15 0 95102528 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951927249136 139952352169299 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1613] ppid=1596 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95102528 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951926196832 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1614] ppid=1596 vsize=10555400 memory=139779902928512 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102528 10808729600 7679 33554432000 4194304 4196468 140727079676800 139951925144368 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30716 KiB

[startup+0.210689 s]*
/proc/loadavg: 2.21 2.08 2.06 7/217 1614
/proc/meminfo: memFree=25118284/32770624 swapFree=67108860/67108860
[pid=1599] ppid=1596 vsize=10555400 memory=39692 CPUtime=0.31 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 31095 0 -1 1077944320 7994 0 0 0 30 1 0 0 20 0 15 0 95102522 10808729600 9923 33554432000 4194304 4196468 140727079676800 140727079659344 139952373800695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
/proc/1599/statm: 2638850 9923 2960 1 0 2627263 0
[pid=1599/tid=1601] ppid=1596 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/1599/task/1601/stat : 1601 (java) R 1596 1599 31095 0 -1 4202560 5058 0 0 0 19 1 0 0 20 0 15 0 95102523 10808729600 9923 33554432000 4194304 4196468 140727079676800 139952378024176 139952357881182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1602] ppid=1596 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1602/stat : 1602 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102524 10808729600 9923 33554432000 4194304 4196468 140727079676800 139952315803920 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1603] ppid=1596 vsize=10555400 memory=3547065554927482528 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1603/stat : 1603 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102524 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951979944336 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1604] ppid=1596 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1604/stat : 1604 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102524 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951978891792 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1605] ppid=1596 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95102524 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951977839248 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1606] ppid=1596 vsize=10555400 memory=139779902928512 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95102525 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951933565424 139952373811842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1607] ppid=1596 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95102525 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951932511648 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1608] ppid=1596 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1608/stat : 1608 (java) S 1596 1599 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95102526 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951931459056 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1609] ppid=1596 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95102528 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951930407632 139952373819291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1610] ppid=1596 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) R 1596 1599 31095 0 -1 4202560 568 0 0 0 2 0 0 0 20 0 15 0 95102528 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951929340768 139952357187238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1611] ppid=1596 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) R 1596 1599 31095 0 -1 4202560 227 0 0 0 1 0 0 0 20 0 15 0 95102528 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951928301776 139952351439120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1612] ppid=1596 vsize=10555400 memory=139779902928512 CPUtime=0.06 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) R 1596 1599 31095 0 -1 4202560 808 0 0 0 6 0 0 0 20 0 15 0 95102528 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951927245080 139952373812630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1613] ppid=1596 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95102528 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951926196832 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1614] ppid=1596 vsize=10555400 memory=139779902928512 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102528 10808729600 9923 33554432000 4194304 4196468 140727079676800 139951925144368 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39692 KiB

[startup+0.315237 s]*
/proc/loadavg: 2.21 2.08 2.06 8/217 1614
/proc/meminfo: memFree=25095148/32770624 swapFree=67108860/67108860
[pid=1599] ppid=1596 vsize=10555476 memory=55140 CPUtime=0.56 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 31095 0 -1 1077944320 8818 0 0 0 54 2 0 0 20 0 15 0 95102522 10808807424 13785 33554432000 4194304 4196468 140727079676800 140727079659344 139952373800695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
/proc/1599/statm: 2638869 13785 3060 1 0 2627263 0
[pid=1599/tid=1601] ppid=1596 vsize=10555476 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1599/task/1601/stat : 1601 (java) R 1596 1599 31095 0 -1 4202560 5499 0 0 0 29 1 0 0 20 0 15 0 95102523 10808807424 13917 33554432000 4194304 4196468 140727079676800 139952378029488 139951995982368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1602] ppid=1596 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1602/stat : 1602 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102524 10808807424 13917 33554432000 4194304 4196468 140727079676800 139952315803920 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1603] ppid=1596 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1603/stat : 1603 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102524 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951979944336 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1604] ppid=1596 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1604/stat : 1604 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102524 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951978891792 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1605] ppid=1596 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95102524 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951977839248 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1606] ppid=1596 vsize=10555476 memory=139779902977312 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 31095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95102525 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951933565424 139952373811842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1607] ppid=1596 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95102525 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951932511648 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1608] ppid=1596 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1608/stat : 1608 (java) S 1596 1599 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95102526 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951931459056 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1609] ppid=1596 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95102528 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951930407632 139952373819291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1610] ppid=1596 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) R 1596 1599 31095 0 -1 4202560 754 0 0 0 6 0 0 0 20 0 15 0 95102528 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951929335240 139952366089984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1611] ppid=1596 vsize=10555476 memory=139779777859343 CPUtime=0.05 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) R 1596 1599 31095 0 -1 4202560 408 0 0 0 5 0 0 0 20 0 15 0 95102528 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951928282696 139952366037822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1612] ppid=1596 vsize=10555476 memory=139779902930013 CPUtime=0.12 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) R 1596 1599 31095 0 -1 4202560 899 0 0 0 12 0 0 0 20 0 15 0 95102528 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951927245944 139952352478384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1613] ppid=1596 vsize=10555476 memory=139779777847759 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95102528 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951926196832 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1614] ppid=1596 vsize=10555476 memory=279559680822432 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102528 10808807424 13917 33554432000 4194304 4196468 140727079676800 139951925144368 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 55140 KiB

[startup+0.709993 s]
/proc/loadavg: 2.21 2.08 2.06 7/217 1614
/proc/meminfo: memFree=25039272/32770624 swapFree=67108860/67108860
[pid=1599] ppid=1596 vsize=10555476 memory=202508 CPUtime=1.63 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 31095 0 -1 1077944320 11017 0 0 0 156 7 0 0 20 0 15 0 95102522 10808807424 50627 33554432000 4194304 4196468 140727079676800 140727079659344 139952373800695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
/proc/1599/statm: 2638869 50627 3107 1 0 2627263 0
[pid=1599/tid=1601] ppid=1596 vsize=10555476 memory=15872 CPUtime=0.65 cores=0,2,4,6
/proc/1599/task/1601/stat : 1601 (java) S 1596 1599 31095 0 -1 1077944384 5779 0 0 0 63 2 0 0 20 0 15 0 95102523 10808807424 50627 33554432000 4194304 4196468 140727079676800 139952378037648 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1602] ppid=1596 vsize=10555476 memory=16448 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1602/stat : 1602 (java) R 1596 1599 31095 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 15 0 95102524 10808807424 50627 33554432000 4194304 4196468 140727079676800 139952315803920 139952358822680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1603] ppid=1596 vsize=10555476 memory=2241 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1603/stat : 1603 (java) R 1596 1599 31095 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 15 0 95102524 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951979944336 139952358822816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1604] ppid=1596 vsize=10555476 memory=2244 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1604/stat : 1604 (java) R 1596 1599 31095 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 15 0 95102524 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951978891792 139952358822816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1605] ppid=1596 vsize=10555476 memory=139779777973088 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) R 1596 1599 31095 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 15 0 95102524 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951977839448 139952358822816 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1606] ppid=1596 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 31095 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95102525 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951933563936 139952373810901 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1607] ppid=1596 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 31095 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95102525 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951932511648 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1608] ppid=1596 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1608/stat : 1608 (java) S 1596 1599 31095 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 95102526 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951931459056 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1609] ppid=1596 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95102528 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951930407632 139952373819291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1610] ppid=1596 vsize=10555476 memory=6944656592455359580 CPUtime=0.28 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 31095 0 -1 1077944384 1126 0 0 0 28 0 0 0 20 0 15 0 95102528 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951929339216 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1611] ppid=1596 vsize=10555476 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 31095 0 -1 1077944384 1021 0 0 0 28 0 0 0 20 0 15 0 95102528 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951928281824 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1612] ppid=1596 vsize=10555476 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 31095 0 -1 1077944384 1563 0 0 0 28 0 0 0 20 0 15 0 95102528 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951927249136 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1613] ppid=1596 vsize=10555476 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95102528 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951926196832 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1614] ppid=1596 vsize=10555476 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95102528 10808807424 50627 33554432000 4194304 4196468 140727079676800 139951925144368 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 202508 KiB

[startup+1.50101 s]
/proc/loadavg: 2.21 2.08 2.06 7/217 1614
/proc/meminfo: memFree=24508724/32770624 swapFree=67108860/67108860
[pid=1599] ppid=1596 vsize=10555476 memory=1134436 CPUtime=3.42 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 31095 0 -1 1077944320 14331 0 0 0 312 30 0 0 20 0 15 0 95102522 10808807424 283609 33554432000 4194304 4196468 140727079676800 140727079659344 139952373800695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
/proc/1599/statm: 2638869 283609 3127 1 0 2627263 0
[pid=1599/tid=1601] ppid=1596 vsize=10555476 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/1599/task/1601/stat : 1601 (java) R 1596 1599 31095 0 -1 4202560 6424 0 0 0 119 15 0 0 20 0 15 0 95102523 10808807424 283609 33554432000 4194304 4196468 140727079676800 139952377964104 139951999034094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1602] ppid=1596 vsize=10555476 memory=2244 CPUtime=0.1 cores=0,2,4,6
/proc/1599/task/1602/stat : 1602 (java) S 1596 1599 31095 0 -1 1077944384 174 0 0 0 7 3 0 0 20 0 15 0 95102524 10808807424 283609 33554432000 4194304 4196468 140727079676800 139952315803920 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1603] ppid=1596 vsize=10555476 memory=139779777973088 CPUtime=0.09 cores=0,2,4,6
/proc/1599/task/1603/stat : 1603 (java) S 1596 1599 31095 0 -1 1077944384 63 0 0 0 7 2 0 0 20 0 15 0 95102524 10808807424 283609 33554432000 4194304 4196468 140727079676800 139951979944336 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1604] ppid=1596 vsize=10555476 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/1599/task/1604/stat : 1604 (java) S 1596 1599 31095 0 -1 1077944384 146 0 0 0 7 3 0 0 20 0 15 0 95102524 10808807424 283609 33554432000 4194304 4196468 140727079676800 139951978891792 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1605] ppid=1596 vsize=10555476 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 31095 0 -1 1077944384 176 0 0 0 8 3 0 0 20 0 15 0 95102524 10808807424 283609 33554432000 4194304 4196468 140727079676800 139951977839248 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1606] ppid=1596 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 31095 0 -1 1077944384 965 0 0 0 0 0 0 0 20 0 15 0 95102525 10808807424 283609 33554432000 4194304 4196468 140727079676800 139951933565424 139952373811842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0

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

[pid=1599/tid=1602] ppid=1596 vsize=10690804 memory=8343180 CPUtime=348.43 cores=0,2,4,6
/proc/1599/task/1602/stat : 1602 (java) S 1596 1599 31095 0 -1 1077944384 417609 0 0 0 34699 144 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139952315803920 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1603] ppid=1596 vsize=10690804 memory=27528 CPUtime=349.09 cores=0,2,4,6
/proc/1599/task/1603/stat : 1603 (java) S 1596 1599 31095 0 -1 1077944384 666906 0 0 0 34737 172 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951979944336 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1604] ppid=1596 vsize=10690804 memory=8112282956445269571 CPUtime=348.4 cores=0,2,4,6
/proc/1599/task/1604/stat : 1604 (java) S 1596 1599 31095 0 -1 1077944384 620892 0 0 0 34670 170 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951978891792 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1605] ppid=1596 vsize=10690804 memory=4100 CPUtime=349.16 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 31095 0 -1 1077944384 469244 0 0 0 34759 157 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951977839248 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1606] ppid=1596 vsize=10690804 memory=8343180 CPUtime=24.67 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) R 1596 1599 31095 0 -1 4202560 82559 0 0 0 2463 4 0 0 20 0 17 0 95102525 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951933563968 139952358797076 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1607] ppid=1596 vsize=10690804 memory=8343180 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 31095 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 95102525 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951932511712 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1608] ppid=1596 vsize=10690804 memory=8343180 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1608/stat : 1608 (java) S 1596 1599 31095 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 95102526 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951931458064 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1609] ppid=1596 vsize=10690804 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951930407632 139952373819291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1610] ppid=1596 vsize=10690804 memory=1008 CPUtime=1.43 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 31095 0 -1 1077944384 6892 0 0 0 142 1 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951929354320 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1611] ppid=1596 vsize=10690804 memory=11008 CPUtime=1.82 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 31095 0 -1 1077944384 7218 0 0 0 181 1 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951928301728 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1612] ppid=1596 vsize=10690804 memory=1228 CPUtime=0.38 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 31095 0 -1 1077944384 4409 0 0 0 38 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951927248896 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1613] ppid=1596 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951926196832 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1614] ppid=1596 vsize=10690804 memory=840 CPUtime=0.26 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 31095 0 -1 1077944384 759 0 0 0 17 9 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951925144368 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1629] ppid=1596 vsize=10690804 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1629/stat : 1629 (java) S 1596 1599 31095 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95139563 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951921991344 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1630] ppid=1596 vsize=10690804 memory=916 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1630/stat : 1630 (java) S 1596 1599 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95139563 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951920938912 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
Current children cumulated CPU time: 1438.18 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8343180 KiB

[startup+394.001 s]*
/proc/loadavg: 5.00 4.12 3.01 3/218 1630
/proc/meminfo: memFree=14830220/32770624 swapFree=67108860/67108860
[pid=1599] ppid=1596 vsize=10690804 memory=8343180 CPUtime=1438.59 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 31095 0 -1 1077944320 2302927 0 2 0 143171 688 0 0 20 0 17 0 95102522 10947383296 2085795 33554432000 4194304 4196468 140727079676800 140727079659344 139952373800695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
/proc/1599/statm: 2672701 2085795 3203 1 0 2661057 0
[pid=1599/tid=1601] ppid=1596 vsize=10690804 memory=6935054825532540783 CPUtime=14.44 cores=0,2,4,6
/proc/1599/task/1601/stat : 1601 (java) S 1596 1599 31095 0 -1 1077944384 24971 0 2 0 1411 33 0 0 20 0 17 0 95102523 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139952378041376 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1602] ppid=1596 vsize=10690804 memory=4126316290023845779 CPUtime=348.43 cores=0,2,4,6
/proc/1599/task/1602/stat : 1602 (java) S 1596 1599 31095 0 -1 1077944384 417609 0 0 0 34699 144 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139952315803920 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1603] ppid=1596 vsize=10690804 memory=7451860138386155373 CPUtime=349.09 cores=0,2,4,6
/proc/1599/task/1603/stat : 1603 (java) S 1596 1599 31095 0 -1 1077944384 666906 0 0 0 34737 172 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951979944336 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1604] ppid=1596 vsize=10690804 memory=7595999627233485928 CPUtime=348.4 cores=0,2,4,6
/proc/1599/task/1604/stat : 1604 (java) S 1596 1599 31095 0 -1 1077944384 620892 0 0 0 34670 170 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951978891792 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1605] ppid=1596 vsize=10690804 memory=7524507152160282470 CPUtime=349.16 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 31095 0 -1 1077944384 469244 0 0 0 34759 157 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951977839248 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1606] ppid=1596 vsize=10690804 memory=7378700764877253482 CPUtime=25.08 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) R 1596 1599 31095 0 -1 4202560 82559 0 0 0 2504 4 0 0 20 0 17 0 95102525 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951933563968 139952358797248 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1607] ppid=1596 vsize=10690804 memory=7668057040835078247 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 31095 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 95102525 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951932511712 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1608] ppid=1596 vsize=10690804 memory=-8253362762721939848 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1608/stat : 1608 (java) S 1596 1599 31095 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 95102526 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951931458064 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1609] ppid=1596 vsize=10690804 memory=7100839878645619564 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951930407632 139952373819291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1610] ppid=1596 vsize=10690804 memory=-8634980985311628903 CPUtime=1.43 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 31095 0 -1 1077944384 6892 0 0 0 142 1 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951929354320 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1611] ppid=1596 vsize=10690804 memory=7897517683652307531 CPUtime=1.82 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 31095 0 -1 1077944384 7218 0 0 0 181 1 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951928301728 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1612] ppid=1596 vsize=10690804 memory=8514726395715349656 CPUtime=0.38 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 31095 0 -1 1077944384 4409 0 0 0 38 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951927248896 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1613] ppid=1596 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951926196832 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1614] ppid=1596 vsize=10690804 memory=7089630520722215248 CPUtime=0.26 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 31095 0 -1 1077944384 761 0 0 0 17 9 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951925144368 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1629] ppid=1596 vsize=10690804 memory=7089630520722215248 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1629/stat : 1629 (java) S 1596 1599 31095 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95139563 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951921991344 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1630] ppid=1596 vsize=10690804 memory=916 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1630/stat : 1630 (java) S 1596 1599 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95139563 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951920938912 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
Current children cumulated CPU time: 1438.59 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8343180 KiB

[startup+394.201 s]
/proc/loadavg: 5.00 4.12 3.01 3/218 1630
/proc/meminfo: memFree=14830220/32770624 swapFree=67108860/67108860
[pid=1599] ppid=1596 vsize=10690804 memory=8343180 CPUtime=1438.78 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 31095 0 -1 1077944320 2302927 0 2 0 143190 688 0 0 20 0 17 0 95102522 10947383296 2085795 33554432000 4194304 4196468 140727079676800 140727079659344 139952373800695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
/proc/1599/statm: 2672701 2085795 3203 1 0 2661057 0
[pid=1599/tid=1601] ppid=1596 vsize=10690804 memory=288230617509003574 CPUtime=14.44 cores=0,2,4,6
/proc/1599/task/1601/stat : 1601 (java) S 1596 1599 31095 0 -1 1077944384 24971 0 2 0 1411 33 0 0 20 0 17 0 95102523 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139952378041376 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1602] ppid=1596 vsize=10690804 memory=15537410087847307 CPUtime=348.43 cores=0,2,4,6
/proc/1599/task/1602/stat : 1602 (java) S 1596 1599 31095 0 -1 1077944384 417609 0 0 0 34699 144 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139952315803920 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1603] ppid=1596 vsize=10690804 memory=8343180 CPUtime=349.09 cores=0,2,4,6
/proc/1599/task/1603/stat : 1603 (java) S 1596 1599 31095 0 -1 1077944384 666906 0 0 0 34737 172 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951979944336 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1604] ppid=1596 vsize=10690804 memory=1580 CPUtime=348.4 cores=0,2,4,6
/proc/1599/task/1604/stat : 1604 (java) S 1596 1599 31095 0 -1 1077944384 620892 0 0 0 34670 170 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951978891792 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1605] ppid=1596 vsize=10690804 memory=928 CPUtime=349.16 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 31095 0 -1 1077944384 469244 0 0 0 34759 157 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951977839248 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1606] ppid=1596 vsize=10690804 memory=2240 CPUtime=25.27 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) R 1596 1599 31095 0 -1 4202560 82559 0 0 0 2523 4 0 0 20 0 17 0 95102525 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951933563968 139952358797188 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1607] ppid=1596 vsize=10690804 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 31095 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 95102525 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951932511712 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1608] ppid=1596 vsize=10690804 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1608/stat : 1608 (java) S 1596 1599 31095 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 95102526 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951931458064 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1609] ppid=1596 vsize=10690804 memory=6760 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951930407632 139952373819291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1610] ppid=1596 vsize=10690804 memory=840 CPUtime=1.43 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 31095 0 -1 1077944384 6892 0 0 0 142 1 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951929354320 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1611] ppid=1596 vsize=10690804 memory=1692 CPUtime=1.82 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 31095 0 -1 1077944384 7218 0 0 0 181 1 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951928301728 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1612] ppid=1596 vsize=10690804 memory=916 CPUtime=0.38 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 31095 0 -1 1077944384 4409 0 0 0 38 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951927248896 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1613] ppid=1596 vsize=10690804 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951926196832 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1614] ppid=1596 vsize=10690804 memory=3832 CPUtime=0.26 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 31095 0 -1 1077944384 761 0 0 0 17 9 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951925144368 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1629] ppid=1596 vsize=10690804 memory=6935054825532540783 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1629/stat : 1629 (java) S 1596 1599 31095 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95139563 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951921991344 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1630] ppid=1596 vsize=10690804 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1630/stat : 1630 (java) S 1596 1599 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95139563 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951920938912 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
Current children cumulated CPU time: 1438.78 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8343180 KiB

[startup+394.301 s]
/proc/loadavg: 5.00 4.12 3.01 3/218 1630
/proc/meminfo: memFree=14830220/32770624 swapFree=67108860/67108860
[pid=1599] ppid=1596 vsize=10690804 memory=8343180 CPUtime=1438.89 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 31095 0 -1 1077944320 2302927 0 2 0 143201 688 0 0 20 0 17 0 95102522 10947383296 2085795 33554432000 4194304 4196468 140727079676800 140727079659344 139952373800695 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
/proc/1599/statm: 2672701 2085795 3203 1 0 2661057 0
[pid=1599/tid=1601] ppid=1596 vsize=10690804 memory=8343180 CPUtime=14.44 cores=0,2,4,6
/proc/1599/task/1601/stat : 1601 (java) S 1596 1599 31095 0 -1 1077944384 24971 0 2 0 1411 33 0 0 20 0 17 0 95102523 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139952378041376 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1602] ppid=1596 vsize=10690804 memory=8343180 CPUtime=348.43 cores=0,2,4,6
/proc/1599/task/1602/stat : 1602 (java) S 1596 1599 31095 0 -1 1077944384 417609 0 0 0 34699 144 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139952315803920 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1603] ppid=1596 vsize=10690804 memory=8343180 CPUtime=349.09 cores=0,2,4,6
/proc/1599/task/1603/stat : 1603 (java) S 1596 1599 31095 0 -1 1077944384 666906 0 0 0 34737 172 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951979944336 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1604] ppid=1596 vsize=10690804 memory=8343076 CPUtime=348.4 cores=0,2,4,6
/proc/1599/task/1604/stat : 1604 (java) S 1596 1599 31095 0 -1 1077944384 620892 0 0 0 34670 170 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951978891792 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1605] ppid=1596 vsize=10690804 memory=8343076 CPUtime=349.16 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 31095 0 -1 1077944384 469244 0 0 0 34759 157 0 0 20 0 17 0 95102524 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951977839248 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1606] ppid=1596 vsize=10690804 memory=8342228 CPUtime=25.37 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) R 1596 1599 31095 0 -1 4202560 82559 0 0 0 2533 4 0 0 20 0 17 0 95102525 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951933563968 139952352170856 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1607] ppid=1596 vsize=10690804 memory=8342220 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 31095 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 95102525 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951932511712 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1608] ppid=1596 vsize=10690804 memory=8343180 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1608/stat : 1608 (java) S 1596 1599 31095 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 95102526 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951931458064 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1609] ppid=1596 vsize=10690804 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951930407632 139952373819291 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1610] ppid=1596 vsize=10690804 memory=4140 CPUtime=1.43 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 31095 0 -1 1077944384 6892 0 0 0 142 1 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951929354320 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1611] ppid=1596 vsize=10690804 memory=27528 CPUtime=1.82 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 31095 0 -1 1077944384 7218 0 0 0 181 1 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951928301728 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1612] ppid=1596 vsize=10690804 memory=8343180 CPUtime=0.38 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 31095 0 -1 1077944384 4409 0 0 0 38 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951927248896 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1613] ppid=1596 vsize=10690804 memory=6944656592452807320 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951926196832 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1614] ppid=1596 vsize=10690804 memory=8343180 CPUtime=0.26 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 31095 0 -1 1077944384 761 0 0 0 17 9 0 0 20 0 17 0 95102528 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951925144368 139952373811842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1629] ppid=1596 vsize=10690804 memory=290763849282617370 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1629/stat : 1629 (java) S 1596 1599 31095 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95139563 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951921991344 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
[pid=1599/tid=1630] ppid=1596 vsize=10690804 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1630/stat : 1630 (java) S 1596 1599 31095 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95139563 10947383296 2085795 33554432000 4194304 4196468 140727079676800 139951920938912 139952373810901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38146048 140727079679110 140727079679263 140727079679263 140727079681999 0
Current children cumulated CPU time: 1438.89 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8343180 KiB

Child status: 0
Real time (s): 394.399
CPU time (s): 1439
CPU user time (s): 1432.03
CPU system time (s): 6.96088
CPU usage (%): 364.858
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8343180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1432.03
system time used= 6.96088
maximum resident set size= 8343340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2305668
page faults= 2
swaps= 0
block input operations= 1856
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29909
involuntary context switches= 14486


# summary of solver processes directly reported to runsolver:
#   pid: 1599
#   total CPU time (s): 1439
#   total CPU user time (s): 1432.03
#   total CPU system time (s): 6.96088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.45457 second user time and 3.84884 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 12:14:48
IDJOB=4263004
IDBENCH=122940
IDSOLVER=2651
FILE ID=node104/4263004-1502620146
RUNJOBID= node104-1502619271-1476
PBS_JOBID= 20628300
Free space on /tmp= 61864 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-46-350-100.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263004-1502620146/watcher-4263004-1502620146 -o /tmp/evaluation-result-4263004-1502620146/solver-4263004-1502620146 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1476 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263004-1502620146.xml

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

MD5SUM BENCH= 1db4b6436defe3ea79c47113dddab962
RANDOM SEED=1140405199

node104.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.43
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.43
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.43
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.43
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:        25164576 kB
MemAvailable:   28464336 kB
Buffers:          145208 kB
Cached:          3436764 kB
SwapCached:            0 kB
Active:          3851620 kB
Inactive:        3298516 kB
Active(anon):    3571120 kB
Inactive(anon):    25024 kB
Active(file):     280500 kB
Inactive(file):  3273492 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1868 kB
Writeback:             0 kB
AnonPages:       3589068 kB
Mapped:            55020 kB
Shmem:             25228 kB
Slab:             148720 kB
SReclaimable:     123208 kB
SUnreclaim:        25512 kB
KernelStack:        3824 kB
PageTables:        12136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5337188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3444736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 12:21:22