Trace number 4262949

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? 1223.97 336.289

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-dsjc-250-1.xml
MD5SUM4a78676e15c4a516bf0316b10322151a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3218
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree14
Maximum variable degree39
Distribution of variable degrees[{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":3},{"degree":17,"count":5},{"degree":18,"count":6},{"degree":19,"count":5},{"degree":20,"count":6},{"degree":21,"count":11},{"degree":22,"count":14},{"degree":23,"count":16},{"degree":24,"count":14},{"degree":25,"count":25},{"degree":26,"count":17},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":25},{"degree":30,"count":21},{"degree":31,"count":11},{"degree":32,"count":9},{"degree":33,"count":9},{"degree":34,"count":4},{"degree":35,"count":6},{"degree":36,"count":9},{"degree":37,"count":3},{"degree":38,"count":2},{"degree":39,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3218}]
Number of extensional constraints0
Number of intensional constraints3218
Distribution of constraint types[{"type":"intension","count":3218}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262949-1502613539/watcher-4262949-1502613539 -o /tmp/evaluation-result-4262949-1502613539/solver-4262949-1502613539 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262949-1502613539.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=23792, runsolver pid=23789
Current StackSize limit: 8192 KiB


[startup+0.100431 s]*
/proc/loadavg: 6.99 6.35 5.06 6/203 23801
/proc/meminfo: memFree=23435128/32770624 swapFree=67105588/67108860
[pid=23792] ppid=23789 vsize=10151672 memory=20736 CPUtime=0.03 cores=0,2,4,6
/proc/23792/stat : 23792 (java) S 23789 23792 12560 0 -1 1077944320 4048 0 0 0 3 0 0 0 20 0 9 0 63549300 10395312128 5184 18446744073709551615 4194304 4196468 140734623334528 140734623317072 139858614886135 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
/proc/23792/statm: 2537918 5184 2156 1 0 2527415 0
[pid=23792/tid=23794] ppid=23789 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/23792/task/23794/stat : 23794 (java) R 23789 23792 12560 0 -1 4202560 2692 0 0 0 3 0 0 0 20 0 9 0 63549306 10395312128 5184 18446744073709551615 4194304 4196468 140734623334528 139858619121528 139858595162960 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23795] ppid=23789 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23795/stat : 23795 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63549307 10395312128 5184 18446744073709551615 4194304 4196468 140734623334528 139858571852944 139858614896341 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23796] ppid=23789 vsize=10151672 memory=140707864794752 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23796/stat : 23796 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63549307 10395312128 5184 18446744073709551615 4194304 4196468 140734623334528 139858570800144 139858614896341 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23797] ppid=23789 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23797/stat : 23797 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63549307 10395312128 5184 18446744073709551615 4194304 4196468 140734623334528 139858569747344 139858614896341 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23798] ppid=23789 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23798/stat : 23798 (java) S 23789 23792 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63549307 10395312128 5184 18446744073709551615 4194304 4196468 140734623334528 139858568694544 139858614896341 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23799] ppid=23789 vsize=10151672 memory=140707864794752 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23799/stat : 23799 (java) S 23789 23792 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63549308 10395312128 5184 18446744073709551615 4194304 4196468 140734623334528 139858178140528 139858614897282 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23800] ppid=23789 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23800/stat : 23800 (java) S 23789 23792 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 63549309 10395312128 5184 18446744073709551615 4194304 4196468 140734623334528 139858177086496 139858614896341 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23801] ppid=23789 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23801/stat : 23801 (java) S 23789 23792 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 63549309 10395312128 5184 18446744073709551615 4194304 4196468 140734623334528 139858176033648 139858614896341 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20736 KiB

[startup+0.210933 s]*
/proc/loadavg: 6.99 6.35 5.06 6/209 23807
/proc/meminfo: memFree=23426436/32770624 swapFree=67105588/67108860
[pid=23792] ppid=23789 vsize=10551156 memory=29800 CPUtime=0.15 cores=0,2,4,6
/proc/23792/stat : 23792 (java) S 23789 23792 12560 0 -1 1077944320 7613 0 0 0 13 2 0 0 20 0 15 0 63549300 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 140734623317072 139858614886135 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
/proc/23792/statm: 2637789 7450 2798 1 0 2627261 0
[pid=23792/tid=23794] ppid=23789 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=0,2,4,6
/proc/23792/task/23794/stat : 23794 (java) R 23789 23792 12560 0 -1 4202560 5454 0 0 0 9 1 0 0 20 0 15 0 63549306 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858619122400 139858598966622 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23795] ppid=23789 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23795/stat : 23795 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63549307 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858571852944 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23796] ppid=23789 vsize=10551156 memory=288371084016506496 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23796/stat : 23796 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63549307 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858570800144 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23797] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23797/stat : 23797 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63549307 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858569747344 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23798] ppid=23789 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23798/stat : 23798 (java) S 23789 23792 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63549307 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858568694544 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23799] ppid=23789 vsize=10551156 memory=140707864794752 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23799/stat : 23799 (java) S 23789 23792 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63549308 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858178140528 139858614897282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23800] ppid=23789 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23800/stat : 23800 (java) S 23789 23792 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63549309 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858177086496 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23801] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23801/stat : 23801 (java) S 23789 23792 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63549309 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858176033648 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23802] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23802/stat : 23802 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63549311 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858174981968 139858614904731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23803] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23803/stat : 23803 (java) S 23789 23792 12560 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 63549311 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858173930352 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23804] ppid=23789 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23804/stat : 23804 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63549311 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858172877552 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23805] ppid=23789 vsize=10551156 memory=140707864794752 CPUtime=0.02 cores=0,2,4,6
/proc/23792/task/23805/stat : 23805 (java) S 23789 23792 12560 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 15 0 63549311 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858171824752 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23806] ppid=23789 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23806/stat : 23806 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63549312 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858170772192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23807] ppid=23789 vsize=10551156 memory=140707864794752 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23807/stat : 23807 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63549316 10804383744 7450 18446744073709551615 4194304 4196468 140734623334528 139858169719472 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29800 KiB

[startup+0.31017 s]*
/proc/loadavg: 6.99 6.35 5.06 7/209 23807
/proc/meminfo: memFree=23419560/32770624 swapFree=67105588/67108860
[pid=23792] ppid=23789 vsize=10551156 memory=39360 CPUtime=0.31 cores=0,2,4,6
/proc/23792/stat : 23792 (java) S 23789 23792 12560 0 -1 1077944320 9105 0 0 0 29 2 0 0 20 0 15 0 63549300 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 140734623317072 139858614886135 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
/proc/23792/statm: 2637789 9840 2942 1 0 2627261 0
[pid=23792/tid=23794] ppid=23789 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=0,2,4,6
/proc/23792/task/23794/stat : 23794 (java) S 23789 23792 12560 0 -1 1077944384 6130 0 0 0 19 1 0 0 20 0 15 0 63549306 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858619123984 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23795] ppid=23789 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23795/stat : 23795 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63549307 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858571852944 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23796] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23796/stat : 23796 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63549307 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858570800144 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23797] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23797/stat : 23797 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63549307 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858569747344 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23798] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23798/stat : 23798 (java) S 23789 23792 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63549307 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858568694544 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23799] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23799/stat : 23799 (java) S 23789 23792 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63549308 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858178140528 139858614897282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23800] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23800/stat : 23800 (java) S 23789 23792 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63549309 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858177086496 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23801] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23801/stat : 23801 (java) S 23789 23792 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63549309 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858176033648 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23802] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23802/stat : 23802 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63549311 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858174981968 139858614904731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23803] ppid=23789 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23792/task/23803/stat : 23803 (java) R 23789 23792 12560 0 -1 1077944384 598 0 0 0 2 0 0 0 20 0 15 0 63549311 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858173930352 139858614897282 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23804] ppid=23789 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23792/task/23804/stat : 23804 (java) R 23789 23792 12560 0 -1 4202560 162 0 0 0 1 0 0 0 20 0 15 0 63549311 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858172877648 139858599781431 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23805] ppid=23789 vsize=10551156 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/23792/task/23805/stat : 23805 (java) R 23789 23792 12560 0 -1 4202560 849 0 0 0 6 0 0 0 20 0 15 0 63549311 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858171821120 139858598966622 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23806] ppid=23789 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23806/stat : 23806 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63549312 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858170772192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23807] ppid=23789 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23807/stat : 23807 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63549316 10804383744 9840 18446744073709551615 4194304 4196468 140734623334528 139858169719472 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39360 KiB

[startup+0.704391 s]
/proc/loadavg: 6.99 6.35 5.06 8/209 23807
/proc/meminfo: memFree=23401316/32770624 swapFree=67105588/67108860
[pid=23792] ppid=23789 vsize=10551232 memory=191204 CPUtime=1.5 cores=0,2,4,6
/proc/23792/stat : 23792 (java) S 23789 23792 12560 0 -1 1077944320 13046 0 0 0 143 7 0 0 20 0 15 0 63549300 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 140734623317072 139858614886135 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
/proc/23792/statm: 2637808 47801 3080 1 0 2627261 0
[pid=23792/tid=23794] ppid=23789 vsize=10551232 memory=80 CPUtime=0.57 cores=0,2,4,6
/proc/23792/task/23794/stat : 23794 (java) R 23789 23792 12560 0 -1 4202560 7457 0 0 0 53 4 0 0 20 0 15 0 63549306 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858619122520 139858244828521 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23795] ppid=23789 vsize=10551232 memory=27 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23795/stat : 23795 (java) S 23789 23792 12560 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 63549307 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858571852944 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23796] ppid=23789 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23796/stat : 23796 (java) S 23789 23792 12560 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 63549307 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858570800144 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23797] ppid=23789 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23797/stat : 23797 (java) S 23789 23792 12560 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 63549307 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858569747344 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23798] ppid=23789 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23798/stat : 23798 (java) S 23789 23792 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63549307 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858568694544 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23799] ppid=23789 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23799/stat : 23799 (java) S 23789 23792 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 63549308 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858178140528 139858614897282 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23800] ppid=23789 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23800/stat : 23800 (java) S 23789 23792 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63549309 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858177086496 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23801] ppid=23789 vsize=10551232 memory=822 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23801/stat : 23801 (java) S 23789 23792 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63549309 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858176033648 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23802] ppid=23789 vsize=10551232 memory=53 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23802/stat : 23802 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63549311 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858174981968 139858614904731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23803] ppid=23789 vsize=10551232 memory=216 CPUtime=0.26 cores=0,2,4,6
/proc/23792/task/23803/stat : 23803 (java) R 23789 23792 12560 0 -1 4202560 1174 0 0 0 26 0 0 0 20 0 15 0 63549311 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858173916376 139858596405820 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23804] ppid=23789 vsize=10551232 memory=281415518261008 CPUtime=0.32 cores=0,2,4,6
/proc/23792/task/23804/stat : 23804 (java) R 23789 23792 12560 0 -1 4202560 1219 0 0 0 32 0 0 0 20 0 15 0 63549311 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858172868880 139858599795307 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23805] ppid=23789 vsize=10551232 memory=2508596446977 CPUtime=0.27 cores=0,2,4,6
/proc/23792/task/23805/stat : 23805 (java) R 23789 23792 12560 0 -1 4202560 1676 0 0 0 27 0 0 0 20 0 15 0 63549311 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858171824752 139858593615753 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23806] ppid=23789 vsize=10551232 memory=2517186381569 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23806/stat : 23806 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63549312 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858170772192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23807] ppid=23789 vsize=10551232 memory=2560136054529 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23807/stat : 23807 (java) S 23789 23792 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63549316 10804461568 47801 18446744073709551615 4194304 4196468 140734623334528 139858169719472 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 191204 KiB

[startup+1.5014 s]
/proc/loadavg: 6.99 6.35 5.06 6/209 23807
/proc/meminfo: memFree=23201652/32770624 swapFree=67105588/67108860
[pid=23792] ppid=23789 vsize=10551232 memory=513588 CPUtime=3.56 cores=0,2,4,6
/proc/23792/stat : 23792 (java) S 23789 23792 12560 0 -1 1077944320 14120 0 0 0 321 35 0 0 20 0 15 0 63549300 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 140734623317072 139858614886135 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
/proc/23792/statm: 2637808 128397 3099 1 0 2627261 0
[pid=23792/tid=23794] ppid=23789 vsize=10551232 memory=80 CPUtime=1.13 cores=0,2,4,6
/proc/23792/task/23794/stat : 23794 (java) S 23789 23792 12560 0 -1 1077944384 7549 0 0 0 108 5 0 0 20 0 15 0 63549306 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858619123120 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23795] ppid=23789 vsize=10551232 memory=27 CPUtime=0.23 cores=0,2,4,6
/proc/23792/task/23795/stat : 23795 (java) R 23789 23792 12560 0 -1 4202560 192 0 0 0 17 6 0 0 20 0 15 0 63549307 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858571852832 139858599914009 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23796] ppid=23789 vsize=10551232 memory=281415518493248 CPUtime=0.24 cores=0,2,4,6
/proc/23792/task/23796/stat : 23796 (java) R 23789 23792 12560 0 -1 4202560 171 0 0 0 17 7 0 0 20 0 15 0 63549307 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858570800344 139858607982836 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23797] ppid=23789 vsize=10551232 memory=9132 CPUtime=0.24 cores=0,2,4,6
/proc/23792/task/23797/stat : 23797 (java) R 23789 23792 12560 0 -1 4202560 202 0 0 0 17 7 0 0 20 0 15 0 63549307 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858569747344 139858599914009 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23798] ppid=23789 vsize=10551232 memory=19658 CPUtime=0.23 cores=0,2,4,6
/proc/23792/task/23798/stat : 23798 (java) R 23789 23792 12560 0 -1 4202560 182 0 0 0 17 6 0 0 20 0 15 0 63549307 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858568694744 139858599914009 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23799] ppid=23789 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23799/stat : 23799 (java) S 23789 23792 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 63549308 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858178139040 139858614896341 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23800] ppid=23789 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23800/stat : 23800 (java) S 23789 23792 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63549309 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858177086560 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23801] ppid=23789 vsize=10551232 memory=344856 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23801/stat : 23801 (java) S 23789 23792 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63549309 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858176033648 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23802] ppid=23789 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23802/stat : 23802 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63549311 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858174981968 139858614904731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23803] ppid=23789 vsize=10551232 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/23792/task/23803/stat : 23803 (java) S 23789 23792 12560 0 -1 1077944384 1396 0 0 0 52 0 0 0 20 0 15 0 63549311 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858173930352 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23804] ppid=23789 vsize=10551232 memory=6788 CPUtime=0.58 cores=0,2,4,6
/proc/23792/task/23804/stat : 23804 (java) S 23789 23792 12560 0 -1 1077944384 1260 0 0 0 58 0 0 0 20 0 15 0 63549311 10804461568 128397 18446744073709551615 4194304 4196468 140734623334528 139858172877552 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23805] ppid=23789 vsize=10551232 memory=281415518328768 CPUtime=0.3 cores=0,2,4,6
/proc/23792/task/23805/stat : 23805 (java) S 23789 23792 12560 0 -1 1077944384 1724 0 0 0 30 0 0 0 20 0 15 0 63549311 10804461568 128909 18446744073709551615 4194304 4196468 140734623334528 139858171824752 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0

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

[pid=23792/tid=23795] ppid=23789 vsize=10686560 memory=3044 CPUtime=295.03 cores=0,2,4,6
/proc/23792/task/23795/stat : 23795 (java) R 23789 23792 12560 0 -1 4202560 15762 0 0 0 29330 173 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858571852752 139858607514343 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23796] ppid=23789 vsize=10686560 memory=4064 CPUtime=295.63 cores=0,2,4,6
/proc/23792/task/23796/stat : 23796 (java) R 23789 23792 12560 0 -1 4202560 17069 0 0 0 29395 168 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858570800032 139858599585912 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23797] ppid=23789 vsize=10686560 memory=281415519022240 CPUtime=294.73 cores=0,2,4,6
/proc/23792/task/23797/stat : 23797 (java) R 23789 23792 12560 0 -1 4202560 19685 0 0 0 29303 170 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858569747152 139858607514343 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23798] ppid=23789 vsize=10686560 memory=7756490980959290170 CPUtime=294.98 cores=0,2,4,6
/proc/23792/task/23798/stat : 23798 (java) R 23789 23792 12560 0 -1 4202560 15377 0 0 0 29322 176 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858568694664 139858607514343 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23799] ppid=23789 vsize=10686560 memory=8078284 CPUtime=23.14 cores=0,2,4,6
/proc/23792/task/23799/stat : 23799 (java) S 23789 23792 12560 0 -1 1077944384 56906 0 0 0 2311 3 0 0 20 0 17 0 63549308 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858178139072 139858614896341 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23800] ppid=23789 vsize=10686560 memory=796 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23800/stat : 23800 (java) S 23789 23792 12560 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 63549309 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858177086560 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23801] ppid=23789 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23801/stat : 23801 (java) S 23789 23792 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 63549309 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858176032768 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23802] ppid=23789 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23802/stat : 23802 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858174981968 139858614904731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23803] ppid=23789 vsize=10686560 memory=3044 CPUtime=0.9 cores=0,2,4,6
/proc/23792/task/23803/stat : 23803 (java) S 23789 23792 12560 0 -1 1077944384 6554 0 0 0 89 1 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858173930112 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23804] ppid=23789 vsize=10686560 memory=4064 CPUtime=0.68 cores=0,2,4,6
/proc/23792/task/23804/stat : 23804 (java) S 23789 23792 12560 0 -1 1077944384 1839 0 0 0 68 0 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858172877600 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23805] ppid=23789 vsize=10686560 memory=1156 CPUtime=0.43 cores=0,2,4,6
/proc/23792/task/23805/stat : 23805 (java) S 23789 23792 12560 0 -1 1077944384 5243 0 0 0 42 1 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858171819520 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23806] ppid=23789 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23806/stat : 23806 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63549312 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858170772192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23807] ppid=23789 vsize=10686560 memory=2016 CPUtime=0.16 cores=0,2,4,6
/proc/23792/task/23807/stat : 23807 (java) S 23789 23792 12560 0 -1 1077944384 520 0 0 0 10 6 0 0 20 0 17 0 63549316 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858169719472 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23913] ppid=23789 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23913/stat : 23913 (java) S 23789 23792 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 63581137 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858166566192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23914] ppid=23789 vsize=10686560 memory=8600 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23914/stat : 23914 (java) S 23789 23792 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63581137 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858165514160 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
Current children cumulated CPU time: 1218.6 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8078284 KiB

[startup+335.201 s]
/proc/loadavg: 5.29 6.25 5.46 6/216 23914
/proc/meminfo: memFree=21451184/32770624 swapFree=67105588/67108860
[pid=23792] ppid=23789 vsize=10686560 memory=8078284 CPUtime=1221.7 cores=0,2,4,6
/proc/23792/stat : 23792 (java) S 23789 23792 12560 0 -1 1077944320 154744 0 0 0 121462 708 0 0 20 0 17 0 63549300 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 140734623317072 139858614886135 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
/proc/23792/statm: 2671640 2019571 3169 1 0 2661055 0
[pid=23792/tid=23794] ppid=23789 vsize=10686560 memory=16448 CPUtime=12.83 cores=0,2,4,6
/proc/23792/task/23794/stat : 23794 (java) S 23789 23792 12560 0 -1 1077944384 14355 0 0 0 1274 9 0 0 20 0 17 0 63549306 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858619126816 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23795] ppid=23789 vsize=10686560 memory=3908 CPUtime=295.8 cores=0,2,4,6
/proc/23792/task/23795/stat : 23795 (java) R 23789 23792 12560 0 -1 4202560 15762 0 0 0 29407 173 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858571852752 139858607514343 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23796] ppid=23789 vsize=10686560 memory=-8774313645642428999 CPUtime=296.43 cores=0,2,4,6
/proc/23792/task/23796/stat : 23796 (java) R 23789 23792 12560 0 -1 4202560 17069 0 0 0 29475 168 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858570800032 139858596495890 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23797] ppid=23789 vsize=10686560 memory=8078284 CPUtime=295.5 cores=0,2,4,6
/proc/23792/task/23797/stat : 23797 (java) R 23789 23792 12560 0 -1 4202560 19685 0 0 0 29379 171 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858569747152 139858607514343 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23798] ppid=23789 vsize=10686560 memory=1688 CPUtime=295.73 cores=0,2,4,6
/proc/23792/task/23798/stat : 23798 (java) R 23789 23792 12560 0 -1 4202560 15377 0 0 0 29397 176 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858568694664 139858607514343 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23799] ppid=23789 vsize=10686560 memory=5808 CPUtime=23.14 cores=0,2,4,6
/proc/23792/task/23799/stat : 23799 (java) S 23789 23792 12560 0 -1 1077944384 56906 0 0 0 2311 3 0 0 20 0 17 0 63549308 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858178139072 139858614896341 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23800] ppid=23789 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23800/stat : 23800 (java) S 23789 23792 12560 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 63549309 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858177086560 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23801] ppid=23789 vsize=10686560 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23801/stat : 23801 (java) S 23789 23792 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 63549309 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858176032768 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23802] ppid=23789 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23802/stat : 23802 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858174981968 139858614904731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23803] ppid=23789 vsize=10686560 memory=8600 CPUtime=0.9 cores=0,2,4,6
/proc/23792/task/23803/stat : 23803 (java) S 23789 23792 12560 0 -1 1077944384 6554 0 0 0 89 1 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858173930112 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23804] ppid=23789 vsize=10686560 memory=1716 CPUtime=0.68 cores=0,2,4,6
/proc/23792/task/23804/stat : 23804 (java) S 23789 23792 12560 0 -1 1077944384 1839 0 0 0 68 0 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858172877600 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23805] ppid=23789 vsize=10686560 memory=14260 CPUtime=0.43 cores=0,2,4,6
/proc/23792/task/23805/stat : 23805 (java) S 23789 23792 12560 0 -1 1077944384 5243 0 0 0 42 1 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858171819520 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23806] ppid=23789 vsize=10686560 memory=796 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23806/stat : 23806 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63549312 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858170772192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23807] ppid=23789 vsize=10686560 memory=1228 CPUtime=0.16 cores=0,2,4,6
/proc/23792/task/23807/stat : 23807 (java) S 23789 23792 12560 0 -1 1077944384 520 0 0 0 10 6 0 0 20 0 17 0 63549316 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858169719472 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23913] ppid=23789 vsize=10686560 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23913/stat : 23913 (java) S 23789 23792 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 63581137 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858166566192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23914] ppid=23789 vsize=10686560 memory=956 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23914/stat : 23914 (java) S 23789 23792 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63581137 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858165514160 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
Current children cumulated CPU time: 1221.7 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8078284 KiB

[startup+336.001 s]*
/proc/loadavg: 5.29 6.25 5.46 3/216 23914
/proc/meminfo: memFree=21451184/32770624 swapFree=67105588/67108860
[pid=23792] ppid=23789 vsize=10686560 memory=8078284 CPUtime=1223.68 cores=0,2,4,6
/proc/23792/stat : 23792 (java) S 23789 23792 12560 0 -1 1077944320 154751 0 0 0 121659 709 0 0 20 0 17 0 63549300 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 140734623317072 139858614886135 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
/proc/23792/statm: 2671640 2019571 3169 1 0 2661055 0
[pid=23792/tid=23794] ppid=23789 vsize=10686560 memory=-8195925453750481479 CPUtime=12.83 cores=0,2,4,6
/proc/23792/task/23794/stat : 23794 (java) S 23789 23792 12560 0 -1 1077944384 14355 0 0 0 1274 9 0 0 20 0 17 0 63549306 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858619126816 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23795] ppid=23789 vsize=10686560 memory=4872558044660077418 CPUtime=296.19 cores=0,2,4,6
/proc/23792/task/23795/stat : 23795 (java) S 23789 23792 12560 0 -1 1077944384 15762 0 0 0 29446 173 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858571852944 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23796] ppid=23789 vsize=10686560 memory=1228 CPUtime=296.83 cores=0,2,4,6
/proc/23792/task/23796/stat : 23796 (java) S 23789 23792 12560 0 -1 1077944384 17069 0 0 0 29515 168 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858570800144 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23797] ppid=23789 vsize=10686560 memory=8078284 CPUtime=295.89 cores=0,2,4,6
/proc/23792/task/23797/stat : 23797 (java) S 23789 23792 12560 0 -1 1077944384 19685 0 0 0 29418 171 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858569747344 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23798] ppid=23789 vsize=10686560 memory=15584 CPUtime=296.13 cores=0,2,4,6
/proc/23792/task/23798/stat : 23798 (java) S 23789 23792 12560 0 -1 1077944384 15377 0 0 0 29436 177 0 0 20 0 17 0 63549307 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858568694544 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23799] ppid=23789 vsize=10686560 memory=-8774313645642428999 CPUtime=23.54 cores=0,2,4,6
/proc/23792/task/23799/stat : 23799 (java) R 23789 23792 12560 0 -1 4202560 56913 0 0 0 2351 3 0 0 20 0 17 0 63549308 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858178138960 139858599882480 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23800] ppid=23789 vsize=10686560 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23800/stat : 23800 (java) S 23789 23792 12560 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 63549309 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858177086560 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23801] ppid=23789 vsize=10686560 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23801/stat : 23801 (java) S 23789 23792 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 63549309 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858176032768 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23802] ppid=23789 vsize=10686560 memory=8600 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23802/stat : 23802 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858174981968 139858614904731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23803] ppid=23789 vsize=10686560 memory=1716 CPUtime=0.9 cores=0,2,4,6
/proc/23792/task/23803/stat : 23803 (java) S 23789 23792 12560 0 -1 1077944384 6554 0 0 0 89 1 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858173930112 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23804] ppid=23789 vsize=10686560 memory=-8774313645642428999 CPUtime=0.68 cores=0,2,4,6
/proc/23792/task/23804/stat : 23804 (java) S 23789 23792 12560 0 -1 1077944384 1839 0 0 0 68 0 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858172877600 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23805] ppid=23789 vsize=10686560 memory=14260 CPUtime=0.43 cores=0,2,4,6
/proc/23792/task/23805/stat : 23805 (java) S 23789 23792 12560 0 -1 1077944384 5243 0 0 0 42 1 0 0 20 0 17 0 63549311 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858171819520 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23806] ppid=23789 vsize=10686560 memory=796 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23806/stat : 23806 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63549312 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858170772192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23807] ppid=23789 vsize=10686560 memory=8078284 CPUtime=0.16 cores=0,2,4,6
/proc/23792/task/23807/stat : 23807 (java) S 23789 23792 12560 0 -1 1077944384 520 0 0 0 10 6 0 0 20 0 17 0 63549316 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858169719472 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23913] ppid=23789 vsize=10686560 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23913/stat : 23913 (java) S 23789 23792 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 63581137 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858166566192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23914] ppid=23789 vsize=10686560 memory=15584 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23914/stat : 23914 (java) S 23789 23792 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63581137 10943037440 2019571 18446744073709551615 4194304 4196468 140734623334528 139858165514160 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
Current children cumulated CPU time: 1223.68 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8078284 KiB

[startup+336.201 s]
/proc/loadavg: 5.29 6.25 5.46 3/216 23914
/proc/meminfo: memFree=21451184/32770624 swapFree=67105588/67108860
[pid=23792] ppid=23789 vsize=10686560 memory=8078288 CPUtime=1223.88 cores=0,2,4,6
/proc/23792/stat : 23792 (java) S 23789 23792 12560 0 -1 1077944320 154872 0 0 0 121679 709 0 0 20 0 17 0 63549300 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 140734623317072 139858614886135 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
/proc/23792/statm: 2671640 2019572 3169 1 0 2661055 0
[pid=23792/tid=23794] ppid=23789 vsize=10686560 memory=1744 CPUtime=12.83 cores=0,2,4,6
/proc/23792/task/23794/stat : 23794 (java) S 23789 23792 12560 0 -1 1077944384 14355 0 0 0 1274 9 0 0 20 0 17 0 63549306 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858619126816 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23795] ppid=23789 vsize=10686560 memory=956 CPUtime=296.19 cores=0,2,4,6
/proc/23792/task/23795/stat : 23795 (java) S 23789 23792 12560 0 -1 1077944384 15762 0 0 0 29446 173 0 0 20 0 17 0 63549307 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858571852944 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23796] ppid=23789 vsize=10686560 memory=1232 CPUtime=296.83 cores=0,2,4,6
/proc/23792/task/23796/stat : 23796 (java) S 23789 23792 12560 0 -1 1077944384 17069 0 0 0 29515 168 0 0 20 0 17 0 63549307 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858570800144 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23797] ppid=23789 vsize=10686560 memory=2240 CPUtime=295.89 cores=0,2,4,6
/proc/23792/task/23797/stat : 23797 (java) S 23789 23792 12560 0 -1 1077944384 19685 0 0 0 29418 171 0 0 20 0 17 0 63549307 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858569747344 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23798] ppid=23789 vsize=10686560 memory=4088 CPUtime=296.13 cores=0,2,4,6
/proc/23792/task/23798/stat : 23798 (java) S 23789 23792 12560 0 -1 1077944384 15377 0 0 0 29436 177 0 0 20 0 17 0 63549307 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858568694544 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23799] ppid=23789 vsize=10686560 memory=1620 CPUtime=23.73 cores=0,2,4,6
/proc/23792/task/23799/stat : 23799 (java) R 23789 23792 12560 0 -1 4202560 57034 0 0 0 2370 3 0 0 20 0 17 0 63549308 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858178138960 139858599343705 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23800] ppid=23789 vsize=10686560 memory=920 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23800/stat : 23800 (java) S 23789 23792 12560 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 63549309 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858177086560 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23801] ppid=23789 vsize=10686560 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23801/stat : 23801 (java) S 23789 23792 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 63549309 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858176032768 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23802] ppid=23789 vsize=10686560 memory=832 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23802/stat : 23802 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63549311 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858174981968 139858614904731 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23803] ppid=23789 vsize=10686560 memory=16448 CPUtime=0.9 cores=0,2,4,6
/proc/23792/task/23803/stat : 23803 (java) S 23789 23792 12560 0 -1 1077944384 6554 0 0 0 89 1 0 0 20 0 17 0 63549311 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858173930112 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23804] ppid=23789 vsize=10686560 memory=3908 CPUtime=0.68 cores=0,2,4,6
/proc/23792/task/23804/stat : 23804 (java) S 23789 23792 12560 0 -1 1077944384 1839 0 0 0 68 0 0 0 20 0 17 0 63549311 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858172877600 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23805] ppid=23789 vsize=10686560 memory=3036 CPUtime=0.43 cores=0,2,4,6
/proc/23792/task/23805/stat : 23805 (java) S 23789 23792 12560 0 -1 1077944384 5243 0 0 0 42 1 0 0 20 0 17 0 63549311 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858171819520 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23806] ppid=23789 vsize=10686560 memory=3044 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23806/stat : 23806 (java) S 23789 23792 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63549312 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858170772192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23807] ppid=23789 vsize=10686560 memory=302022848351043610 CPUtime=0.16 cores=0,2,4,6
/proc/23792/task/23807/stat : 23807 (java) S 23789 23792 12560 0 -1 1077944384 520 0 0 0 10 6 0 0 20 0 17 0 63549316 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858169719472 139858614897282 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23913] ppid=23789 vsize=10686560 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23913/stat : 23913 (java) S 23789 23792 12560 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 63581137 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858166566192 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
[pid=23792/tid=23914] ppid=23789 vsize=10686560 memory=15254835616287083 CPUtime=0 cores=0,2,4,6
/proc/23792/task/23914/stat : 23914 (java) S 23789 23792 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63581137 10943037440 2019572 18446744073709551615 4194304 4196468 140734623334528 139858165514160 139858614896341 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37126144 140734623342992 140734623343145 140734623343145 140734623346639 0
Current children cumulated CPU time: 1223.88 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8078288 KiB

Child status: 0
Real time (s): 336.289
CPU time (s): 1223.97
CPU user time (s): 1216.84
CPU system time (s): 7.13279
CPU usage (%): 363.965
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8082184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1216.84
system time used= 7.13279
maximum resident set size= 8082184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154932
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17587
involuntary context switches= 24239


# summary of solver processes directly reported to runsolver:
#   pid: 23792
#   total CPU time (s): 1223.97
#   total CPU user time (s): 1216.84
#   total CPU system time (s): 7.13279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.88228 second user time and 3.39629 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 10:24:57
IDJOB=4262949
IDBENCH=120626
IDSOLVER=2651
FILE ID=node126/4262949-1502613539
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-dsjc-250-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262949-1502613539/watcher-4262949-1502613539 -o /tmp/evaluation-result-4262949-1502613539/solver-4262949-1502613539 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262949-1502613539.xml

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

MD5SUM BENCH= 4a78676e15c4a516bf0316b10322151a
RANDOM SEED=492339272

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23446532 kB
MemAvailable:   23676868 kB
Buffers:          257052 kB
Cached:           243488 kB
SwapCached:          524 kB
Active:          8696396 kB
Inactive:         134488 kB
Active(anon):    8278244 kB
Inactive(anon):    85576 kB
Active(file):     418152 kB
Inactive(file):    48912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1672 kB
Writeback:             0 kB
AnonPages:       8329996 kB
Mapped:            57428 kB
Shmem:             33440 kB
Slab:             184400 kB
SReclaimable:     158212 kB
SUnreclaim:        26188 kB
KernelStack:        3440 kB
PageTables:        21224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8633356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8163328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

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