Trace number 4289976

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1354.32 369.754

General information on the benchmark

NameSumColoring/
SumColoring-dsjc-250-5_c18.xml
MD5SUM6d15d8403aebe79e9693643b2fca1a5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3754
Best CPU time to get the best result obtained on this benchmark2520.13
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints15668
Number of domains1
Minimum domain size250
Maximum domain size250
Distribution of domain sizes[{"size":250,"count":250}]
Minimum variable degree102
Maximum variable degree148
Distribution of variable degrees[{"degree":102,"count":1},{"degree":110,"count":3},{"degree":111,"count":2},{"degree":112,"count":2},{"degree":113,"count":3},{"degree":114,"count":3},{"degree":115,"count":5},{"degree":116,"count":6},{"degree":117,"count":8},{"degree":118,"count":7},{"degree":119,"count":9},{"degree":120,"count":8},{"degree":121,"count":9},{"degree":122,"count":12},{"degree":123,"count":12},{"degree":124,"count":14},{"degree":125,"count":10},{"degree":126,"count":12},{"degree":127,"count":17},{"degree":128,"count":13},{"degree":129,"count":14},{"degree":130,"count":13},{"degree":131,"count":6},{"degree":132,"count":11},{"degree":133,"count":6},{"degree":134,"count":10},{"degree":135,"count":2},{"degree":136,"count":6},{"degree":137,"count":7},{"degree":138,"count":1},{"degree":139,"count":4},{"degree":140,"count":4},{"degree":141,"count":1},{"degree":142,"count":1},{"degree":143,"count":1},{"degree":144,"count":3},{"degree":145,"count":2},{"degree":146,"count":1},{"degree":148,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15668}]
Number of extensional constraints0
Number of intensional constraints15668
Distribution of constraint types[{"type":"intension","count":15668}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289976-1532213046/watcher-4289976-1532213046 -o /tmp/evaluation-result-4289976-1532213046/solver-4289976-1532213046 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27131 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289976-1532213046.xml 

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

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

solver pid=27636, runsolver pid=27633

[startup+0.100165 s]*
/proc/loadavg: 4.58 3.83 2.85 3/217 27651
/proc/meminfo: memFree=23004860/32770624 swapFree=67108860/67108860
[pid=27636] ppid=27633 vsize=10659012 memory=30100 CPUtime=0.13 cores=0,2,4,6
/proc/27636/stat : 27636 (java) S 27633 27636 24904 0 -1 1077944320 6608 0 0 0 12 1 0 0 20 0 15 0 38867777 10914828288 7525 33554432000 4194304 4196468 140728264829328 140728264811872 139715944337143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
/proc/27636/statm: 2664753 7525 2844 1 0 2627263 0
[pid=27636/tid=27638] ppid=27633 vsize=10659012 memory=-8773748148830115202 CPUtime=0.09 cores=0,2,4,6
/proc/27636/task/27638/stat : 27638 (java) R 27633 27636 24904 0 -1 4202560 4437 0 0 0 8 1 0 0 20 0 15 0 38867777 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715948551136 139715928417630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27639] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27639/stat : 27639 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715896957584 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27640] ppid=27633 vsize=10659012 memory=140568069412480 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27640/stat : 27640 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715895904784 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27641] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27641/stat : 27641 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715894851984 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27642] ppid=27633 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27642/stat : 27642 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715893799184 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27643] ppid=27633 vsize=10659012 memory=140568069412480 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27643/stat : 27643 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867780 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715503811440 139715944348290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27644] ppid=27633 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27644/stat : 27644 (java) S 27633 27636 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38867780 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715502757408 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27645] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27645/stat : 27645 (java) S 27633 27636 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38867780 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715501704560 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27646] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27646/stat : 27646 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715500652880 139715944355739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27647] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27647/stat : 27647 (java) S 27633 27636 24904 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715499600240 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27648] ppid=27633 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27648/stat : 27648 (java) S 27633 27636 24904 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715498547440 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27649] ppid=27633 vsize=10659012 memory=140568069412480 CPUtime=0.02 cores=0,2,4,6
/proc/27636/task/27649/stat : 27649 (java) R 27633 27636 24904 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 38867783 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715497494640 139715944358490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27650] ppid=27633 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27650/stat : 27650 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715496442080 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27651] ppid=27633 vsize=10659012 memory=140568069412480 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27651/stat : 27651 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 7525 33554432000 4194304 4196468 140728264829328 139715495390384 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30100 KiB

[startup+0.210705 s]*
/proc/loadavg: 4.58 3.83 2.85 4/217 27651
/proc/meminfo: memFree=22995824/32770624 swapFree=67108860/67108860
[pid=27636] ppid=27633 vsize=10659012 memory=42092 CPUtime=0.33 cores=0,2,4,6
/proc/27636/stat : 27636 (java) S 27633 27636 24904 0 -1 1077944320 8115 0 0 0 31 2 0 0 20 0 15 0 38867777 10914828288 10523 33554432000 4194304 4196468 140728264829328 140728264811872 139715944337143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
/proc/27636/statm: 2664753 10523 3007 1 0 2627263 0
[pid=27636/tid=27638] ppid=27633 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27636/task/27638/stat : 27638 (java) R 27633 27636 24904 0 -1 4202560 5029 0 0 0 19 1 0 0 20 0 15 0 38867777 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715948572816 139715900950458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27639] ppid=27633 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27639/stat : 27639 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715896957584 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27640] ppid=27633 vsize=10659012 memory=288370944221124224 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27640/stat : 27640 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715895904784 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27641] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27641/stat : 27641 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715894851984 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27642] ppid=27633 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27642/stat : 27642 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715893799184 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27643] ppid=27633 vsize=10659012 memory=140568069412480 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27643/stat : 27643 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867780 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715503811440 139715944348290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27644] ppid=27633 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27644/stat : 27644 (java) S 27633 27636 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38867780 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715502757408 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27645] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27645/stat : 27645 (java) S 27633 27636 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38867780 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715501704560 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27646] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27646/stat : 27646 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715500652880 139715944355739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27647] ppid=27633 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27636/task/27647/stat : 27647 (java) S 27633 27636 24904 0 -1 1077944384 603 0 0 0 2 0 0 0 20 0 15 0 38867783 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715499600240 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27648] ppid=27633 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27636/task/27648/stat : 27648 (java) S 27633 27636 24904 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 15 0 38867783 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715498547440 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27649] ppid=27633 vsize=10659012 memory=140568069412480 CPUtime=0.07 cores=0,2,4,6
/proc/27636/task/27649/stat : 27649 (java) R 27633 27636 24904 0 -1 4202560 678 0 0 0 7 0 0 0 20 0 15 0 38867783 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715497494640 139715936574270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27650] ppid=27633 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27650/stat : 27650 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715496442080 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27651] ppid=27633 vsize=10659012 memory=140568069412480 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27651/stat : 27651 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 10523 33554432000 4194304 4196468 140728264829328 139715495390384 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42092 KiB

[startup+0.311475 s]*
/proc/loadavg: 4.58 3.83 2.85 5/217 27651
/proc/meminfo: memFree=22981060/32770624 swapFree=67108860/67108860
[pid=27636] ppid=27633 vsize=10659012 memory=54676 CPUtime=0.59 cores=0,2,4,6
/proc/27636/stat : 27636 (java) S 27633 27636 24904 0 -1 1077944320 9721 0 0 0 57 2 0 0 20 0 15 0 38867777 10914828288 13669 33554432000 4194304 4196468 140728264829328 140728264811872 139715944337143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
/proc/27636/statm: 2664753 13669 3048 1 0 2627263 0
[pid=27636/tid=27638] ppid=27633 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/27636/task/27638/stat : 27638 (java) R 27633 27636 24904 0 -1 4202560 5367 0 0 0 29 1 0 0 20 0 15 0 38867777 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715948573360 139715944359069 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27639] ppid=27633 vsize=10659012 memory=4294979967 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27639/stat : 27639 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715896957584 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27640] ppid=27633 vsize=10659012 memory=288370944221124224 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27640/stat : 27640 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715895904784 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27641] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27641/stat : 27641 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715894851984 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27642] ppid=27633 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27642/stat : 27642 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867778 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715893799184 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27643] ppid=27633 vsize=10659012 memory=140568069412480 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27643/stat : 27643 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867780 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715503811440 139715944348290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27644] ppid=27633 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27644/stat : 27644 (java) S 27633 27636 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38867780 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715502757408 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27645] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27645/stat : 27645 (java) S 27633 27636 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38867780 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715501704560 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27646] ppid=27633 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27646/stat : 27646 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715500652880 139715944355739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27647] ppid=27633 vsize=10659012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27636/task/27647/stat : 27647 (java) R 27633 27636 24904 0 -1 4202560 1027 0 0 0 8 0 0 0 20 0 15 0 38867783 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715499585912 139715925036778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27648] ppid=27633 vsize=10659012 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/27636/task/27648/stat : 27648 (java) R 27633 27636 24904 0 -1 4202560 944 0 0 0 6 0 0 0 20 0 15 0 38867783 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715498528456 139715927748121 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27649] ppid=27633 vsize=10659012 memory=140568069412480 CPUtime=0.13 cores=0,2,4,6
/proc/27636/task/27649/stat : 27649 (java) S 27633 27636 24904 0 -1 1077944384 1016 0 0 0 13 0 0 0 20 0 15 0 38867783 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715497494640 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27650] ppid=27633 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27650/stat : 27650 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715496442080 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27651] ppid=27633 vsize=10659012 memory=140568069412480 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27651/stat : 27651 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867783 10914828288 13669 33554432000 4194304 4196468 140728264829328 139715495390384 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54676 KiB

[startup+0.700737 s]
/proc/loadavg: 4.58 3.83 2.85 5/217 27651
/proc/meminfo: memFree=22962012/32770624 swapFree=67108860/67108860
[pid=27636] ppid=27633 vsize=10659088 memory=126376 CPUtime=1.76 cores=0,2,4,6
/proc/27636/stat : 27636 (java) S 27633 27636 24904 0 -1 1077944320 11441 0 0 0 172 4 0 0 20 0 15 0 38867777 10914906112 31594 33554432000 4194304 4196468 140728264829328 140728264811872 139715944337143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
/proc/27636/statm: 2664772 31594 3100 1 0 2627263 0
[pid=27636/tid=27638] ppid=27633 vsize=10659088 memory=8548 CPUtime=0.68 cores=0,2,4,6
/proc/27636/task/27638/stat : 27638 (java) R 27633 27636 24904 0 -1 4202560 5902 0 0 0 65 3 0 0 20 0 15 0 38867777 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715948569952 139715571383449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27639] ppid=27633 vsize=10659088 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27639/stat : 27639 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867778 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715896957584 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27640] ppid=27633 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27640/stat : 27640 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867778 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715895904784 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27641] ppid=27633 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27641/stat : 27641 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867778 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715894851984 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27642] ppid=27633 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27642/stat : 27642 (java) S 27633 27636 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38867778 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715893799184 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27643] ppid=27633 vsize=10659088 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27643/stat : 27643 (java) S 27633 27636 24904 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38867780 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715503811440 139715944348290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27644] ppid=27633 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27644/stat : 27644 (java) S 27633 27636 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38867780 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715502757408 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27645] ppid=27633 vsize=10659088 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27645/stat : 27645 (java) S 27633 27636 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38867780 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715501704560 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27646] ppid=27633 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27646/stat : 27646 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867783 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715500652880 139715944355739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27647] ppid=27633 vsize=10659088 memory=7013340940837610608 CPUtime=0.41 cores=0,2,4,6
/proc/27636/task/27647/stat : 27647 (java) R 27633 27636 24904 0 -1 4202560 1562 0 0 0 41 0 0 0 20 0 15 0 38867783 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715499582160 139715928736728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27648] ppid=27633 vsize=10659088 memory=6004820471124940137 CPUtime=0.4 cores=0,2,4,6
/proc/27636/task/27648/stat : 27648 (java) R 27633 27636 24904 0 -1 4202560 1318 0 0 0 40 0 0 0 20 0 15 0 38867783 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715498525968 139715925858407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27649] ppid=27633 vsize=10659088 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/27636/task/27649/stat : 27649 (java) S 27633 27636 24904 0 -1 1077944384 1288 0 0 0 26 0 0 0 20 0 15 0 38867783 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715497494640 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27650] ppid=27633 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27650/stat : 27650 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38867783 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715496442080 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27651] ppid=27633 vsize=10659088 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27651/stat : 27651 (java) S 27633 27636 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38867783 10914906112 31594 33554432000 4194304 4196468 140728264829328 139715495390384 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 126376 KiB

[startup+1.50153 s]
/proc/loadavg: 4.58 3.83 2.85 5/217 27651
/proc/meminfo: memFree=22839688/32770624 swapFree=67108860/67108860
[pid=27636] ppid=27633 vsize=10659088 memory=400644 CPUtime=3.85 cores=0,2,4,6
/proc/27636/stat : 27636 (java) S 27633 27636 24904 0 -1 1077944320 13171 0 0 0 366 19 0 0 20 0 15 0 38867777 10914906112 100161 33554432000 4194304 4196468 140728264829328 140728264811872 139715944337143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
/proc/27636/statm: 2664772 100161 3155 1 0 2627263 0
[pid=27636/tid=27638] ppid=27633 vsize=10659088 memory=248440 CPUtime=1.35 cores=0,2,4,6
/proc/27636/task/27638/stat : 27638 (java) S 27633 27636 24904 0 -1 1077944384 6126 0 0 0 130 5 0 0 20 0 15 0 38867777 10914906112 100161 33554432000 4194304 4196468 140728264829328 139715948574160 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27639] ppid=27633 vsize=10659088 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/27636/task/27639/stat : 27639 (java) R 27633 27636 24904 0 -1 4202560 70 0 0 0 6 3 0 0 20 0 15 0 38867778 10914906112 100161 33554432000 4194304 4196468 140728264829328 139715896957472 139715929365017 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27640] ppid=27633 vsize=10659088 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27636/task/27640/stat : 27640 (java) R 27633 27636 24904 0 -1 4202560 177 0 0 0 7 3 0 0 20 0 15 0 38867778 10914906112 100161 33554432000 4194304 4196468 140728264829328 139715895904784 139715929364562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27641] ppid=27633 vsize=10659088 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27636/task/27641/stat : 27641 (java) R 27633 27636 24904 0 -1 4202560 140 0 0 0 7 3 0 0 20 0 15 0 38867778 10914906112 100161 33554432000 4194304 4196468 140728264829328 139715894851984 139715929365017 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27642] ppid=27633 vsize=10659088 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27636/task/27642/stat : 27642 (java) R 27633 27636 24904 0 -1 4202560 160 0 0 0 6 3 0 0 20 0 15 0 38867778 10914906112 100161 33554432000 4194304 4196468 140728264829328 139715893799384 139715929365017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27643] ppid=27633 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27643/stat : 27643 (java) S 27633 27636 24904 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 38867780 10914906112 100161 33554432000 4194304 4196468 140728264829328 139715503809952 139715944347349 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0

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

[pid=27636/tid=27639] ppid=27633 vsize=10794416 memory=7392 CPUtime=327.61 cores=0,2,4,6
/proc/27636/task/27639/stat : 27639 (java) R 27633 27636 24904 0 -1 4202560 17787 0 0 0 32569 192 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715896957392 139715936965351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27640] ppid=27633 vsize=10794416 memory=840 CPUtime=328.58 cores=0,2,4,6
/proc/27636/task/27640/stat : 27640 (java) R 27633 27636 24904 0 -1 4202560 18099 0 0 0 32682 176 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715895904984 139715925890384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27641] ppid=27633 vsize=10794416 memory=1796 CPUtime=328.86 cores=0,2,4,6
/proc/27636/task/27641/stat : 27641 (java) R 27633 27636 24904 0 -1 4202560 18475 0 0 0 32713 173 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715894851792 139715936965351 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27642] ppid=27633 vsize=10794416 memory=912 CPUtime=327.73 cores=0,2,4,6
/proc/27636/task/27642/stat : 27642 (java) R 27633 27636 24904 0 -1 4202560 16373 0 0 0 32579 194 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715893799304 139715936965351 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27643] ppid=27633 vsize=10794416 memory=2200 CPUtime=23.36 cores=0,2,4,6
/proc/27636/task/27643/stat : 27643 (java) S 27633 27636 24904 0 -1 1077944384 62087 0 0 0 2333 3 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715503809984 139715944347349 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27644] ppid=27633 vsize=10794416 memory=7392 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27644/stat : 27644 (java) S 27633 27636 24904 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715502757472 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27645] ppid=27633 vsize=10794416 memory=840 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27645/stat : 27645 (java) S 27633 27636 24904 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715501703680 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27646] ppid=27633 vsize=10794416 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27646/stat : 27646 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715500652880 139715944355739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27647] ppid=27633 vsize=10794416 memory=912 CPUtime=1.14 cores=0,2,4,6
/proc/27636/task/27647/stat : 27647 (java) S 27633 27636 24904 0 -1 1077944384 5959 0 0 0 114 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715499600288 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27648] ppid=27633 vsize=10794416 memory=3852 CPUtime=1.02 cores=0,2,4,6
/proc/27636/task/27648/stat : 27648 (java) S 27633 27636 24904 0 -1 1077944384 4686 0 0 0 102 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715498547200 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27649] ppid=27633 vsize=10794416 memory=4100 CPUtime=0.49 cores=0,2,4,6
/proc/27636/task/27649/stat : 27649 (java) S 27633 27636 24904 0 -1 1077944384 3773 0 0 0 49 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715497491040 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27650] ppid=27633 vsize=10794416 memory=952 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27650/stat : 27650 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715496442080 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27651] ppid=27633 vsize=10794416 memory=1240 CPUtime=0.26 cores=0,2,4,6
/proc/27636/task/27651/stat : 27651 (java) S 27633 27636 24904 0 -1 1077944384 317 0 0 0 19 7 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715495390384 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27657] ppid=27633 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27657/stat : 27657 (java) S 27633 27636 24904 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 38902657 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715492237104 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27658] ppid=27633 vsize=10794416 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27658/stat : 27658 (java) S 27633 27636 24904 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38902657 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715491185072 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
Current children cumulated CPU time: 1352.72 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8298016 KiB

[startup+369.201 s]
/proc/loadavg: 4.83 4.50 3.45 9/219 27667
/proc/meminfo: memFree=14749436/32770624 swapFree=67108860/67108860
[pid=27636] ppid=27633 vsize=10794416 memory=8298016 CPUtime=1353.76 cores=0,2,4,6
/proc/27636/stat : 27636 (java) S 27633 27636 24904 0 -1 1077944320 167612 0 0 0 134619 757 0 0 20 0 17 0 38867777 11053481984 2074504 33554432000 4194304 4196468 140728264829328 140728264811872 139715944337143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
/proc/27636/statm: 2698604 2074504 3221 1 0 2661057 0
[pid=27636/tid=27638] ppid=27633 vsize=10794416 memory=1196 CPUtime=13.55 cores=0,2,4,6
/proc/27636/task/27638/stat : 27638 (java) S 27633 27636 24904 0 -1 1077944384 18031 0 0 0 1343 12 0 0 20 0 17 0 38867777 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715948577824 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27639] ppid=27633 vsize=10794416 memory=5300 CPUtime=327.83 cores=0,2,4,6
/proc/27636/task/27639/stat : 27639 (java) S 27633 27636 24904 0 -1 1077944384 17787 0 0 0 32591 192 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715896957584 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27640] ppid=27633 vsize=10794416 memory=6791534058613427641 CPUtime=328.8 cores=0,2,4,6
/proc/27636/task/27640/stat : 27640 (java) S 27633 27636 24904 0 -1 1077944384 18217 0 0 0 32704 176 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715895904784 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27641] ppid=27633 vsize=10794416 memory=288230621803970871 CPUtime=329.08 cores=0,2,4,6
/proc/27636/task/27641/stat : 27641 (java) S 27633 27636 24904 0 -1 1077944384 18475 0 0 0 32735 173 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715894851984 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27642] ppid=27633 vsize=10794416 memory=8298016 CPUtime=327.94 cores=0,2,4,6
/proc/27636/task/27642/stat : 27642 (java) S 27633 27636 24904 0 -1 1077944384 16374 0 0 0 32600 194 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715893799184 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27643] ppid=27633 vsize=10794416 memory=8548 CPUtime=23.54 cores=0,2,4,6
/proc/27636/task/27643/stat : 27643 (java) R 27633 27636 24904 0 -1 4202560 62559 0 0 0 2351 3 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715503809984 139715929333636 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27644] ppid=27633 vsize=10794416 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27644/stat : 27644 (java) S 27633 27636 24904 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715502757472 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27645] ppid=27633 vsize=10794416 memory=644 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27645/stat : 27645 (java) S 27633 27636 24904 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715501703680 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27646] ppid=27633 vsize=10794416 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27646/stat : 27646 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715500652880 139715944355739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27647] ppid=27633 vsize=10794416 memory=952 CPUtime=1.14 cores=0,2,4,6
/proc/27636/task/27647/stat : 27647 (java) S 27633 27636 24904 0 -1 1077944384 5959 0 0 0 114 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715499600288 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27648] ppid=27633 vsize=10794416 memory=1240 CPUtime=1.02 cores=0,2,4,6
/proc/27636/task/27648/stat : 27648 (java) S 27633 27636 24904 0 -1 1077944384 4686 0 0 0 102 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715498547200 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27649] ppid=27633 vsize=10794416 memory=2340 CPUtime=0.49 cores=0,2,4,6
/proc/27636/task/27649/stat : 27649 (java) S 27633 27636 24904 0 -1 1077944384 3773 0 0 0 49 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715497491040 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27650] ppid=27633 vsize=10794416 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27650/stat : 27650 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715496442080 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27651] ppid=27633 vsize=10794416 memory=928 CPUtime=0.26 cores=0,2,4,6
/proc/27636/task/27651/stat : 27651 (java) S 27633 27636 24904 0 -1 1077944384 317 0 0 0 19 7 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715495390384 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27657] ppid=27633 vsize=10794416 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27657/stat : 27657 (java) S 27633 27636 24904 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 38902657 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715492237104 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27658] ppid=27633 vsize=10794416 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27658/stat : 27658 (java) S 27633 27636 24904 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38902657 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715491185072 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
Current children cumulated CPU time: 1353.76 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8298016 KiB

[startup+369.601 s]
/proc/loadavg: 4.83 4.50 3.45 9/219 27667
/proc/meminfo: memFree=14749436/32770624 swapFree=67108860/67108860
[pid=27636] ppid=27633 vsize=10794416 memory=8298016 CPUtime=1354.16 cores=0,2,4,6
/proc/27636/stat : 27636 (java) S 27633 27636 24904 0 -1 1077944320 167612 0 0 0 134659 757 0 0 20 0 17 0 38867777 11053481984 2074504 33554432000 4194304 4196468 140728264829328 140728264811872 139715944337143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
/proc/27636/statm: 2698604 2074504 3221 1 0 2661057 0
[pid=27636/tid=27638] ppid=27633 vsize=10794416 memory=8298016 CPUtime=13.55 cores=0,2,4,6
/proc/27636/task/27638/stat : 27638 (java) S 27633 27636 24904 0 -1 1077944384 18031 0 0 0 1343 12 0 0 20 0 17 0 38867777 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715948577824 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27639] ppid=27633 vsize=10794416 memory=952 CPUtime=327.83 cores=0,2,4,6
/proc/27636/task/27639/stat : 27639 (java) S 27633 27636 24904 0 -1 1077944384 17787 0 0 0 32591 192 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715896957584 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27640] ppid=27633 vsize=10794416 memory=4140 CPUtime=328.8 cores=0,2,4,6
/proc/27636/task/27640/stat : 27640 (java) S 27633 27636 24904 0 -1 1077944384 18217 0 0 0 32704 176 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715895904784 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27641] ppid=27633 vsize=10794416 memory=13864 CPUtime=329.08 cores=0,2,4,6
/proc/27636/task/27641/stat : 27641 (java) S 27633 27636 24904 0 -1 1077944384 18475 0 0 0 32735 173 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715894851984 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27642] ppid=27633 vsize=10794416 memory=1296 CPUtime=327.94 cores=0,2,4,6
/proc/27636/task/27642/stat : 27642 (java) S 27633 27636 24904 0 -1 1077944384 16374 0 0 0 32600 194 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715893799184 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27643] ppid=27633 vsize=10794416 memory=2412 CPUtime=23.94 cores=0,2,4,6
/proc/27636/task/27643/stat : 27643 (java) R 27633 27636 24904 0 -1 4202560 62559 0 0 0 2391 3 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715503809984 139715929333547 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27644] ppid=27633 vsize=10794416 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27644/stat : 27644 (java) S 27633 27636 24904 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715502757472 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27645] ppid=27633 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27645/stat : 27645 (java) S 27633 27636 24904 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715501703680 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27646] ppid=27633 vsize=10794416 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27646/stat : 27646 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715500652880 139715944355739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27647] ppid=27633 vsize=10794416 memory=13864 CPUtime=1.14 cores=0,2,4,6
/proc/27636/task/27647/stat : 27647 (java) S 27633 27636 24904 0 -1 1077944384 5959 0 0 0 114 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715499600288 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27648] ppid=27633 vsize=10794416 memory=1296 CPUtime=1.02 cores=0,2,4,6
/proc/27636/task/27648/stat : 27648 (java) S 27633 27636 24904 0 -1 1077944384 4686 0 0 0 102 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715498547200 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27649] ppid=27633 vsize=10794416 memory=6791534058613427641 CPUtime=0.49 cores=0,2,4,6
/proc/27636/task/27649/stat : 27649 (java) S 27633 27636 24904 0 -1 1077944384 3773 0 0 0 49 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715497491040 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27650] ppid=27633 vsize=10794416 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27650/stat : 27650 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715496442080 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27651] ppid=27633 vsize=10794416 memory=1952 CPUtime=0.26 cores=0,2,4,6
/proc/27636/task/27651/stat : 27651 (java) S 27633 27636 24904 0 -1 1077944384 317 0 0 0 19 7 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715495390384 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27657] ppid=27633 vsize=10794416 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27657/stat : 27657 (java) S 27633 27636 24904 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 38902657 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715492237104 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27658] ppid=27633 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27658/stat : 27658 (java) S 27633 27636 24904 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38902657 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715491185072 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
Current children cumulated CPU time: 1354.16 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8298016 KiB

[startup+369.701 s]
/proc/loadavg: 4.83 4.50 3.45 9/219 27667
/proc/meminfo: memFree=14749436/32770624 swapFree=67108860/67108860
[pid=27636] ppid=27633 vsize=10794416 memory=8298016 CPUtime=1354.26 cores=0,2,4,6
/proc/27636/stat : 27636 (java) S 27633 27636 24904 0 -1 1077944320 167612 0 0 0 134669 757 0 0 20 0 17 0 38867777 11053481984 2074504 33554432000 4194304 4196468 140728264829328 140728264811872 139715944337143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
/proc/27636/statm: 2698604 2074504 3221 1 0 2661057 0
[pid=27636/tid=27638] ppid=27633 vsize=10794416 memory=8298016 CPUtime=13.55 cores=0,2,4,6
/proc/27636/task/27638/stat : 27638 (java) S 27633 27636 24904 0 -1 1077944384 18031 0 0 0 1343 12 0 0 20 0 17 0 38867777 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715948577824 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27639] ppid=27633 vsize=10794416 memory=8298016 CPUtime=327.83 cores=0,2,4,6
/proc/27636/task/27639/stat : 27639 (java) S 27633 27636 24904 0 -1 1077944384 17787 0 0 0 32591 192 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715896957584 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27640] ppid=27633 vsize=10794416 memory=-5587106306044206369 CPUtime=328.8 cores=0,2,4,6
/proc/27636/task/27640/stat : 27640 (java) S 27633 27636 24904 0 -1 1077944384 18217 0 0 0 32704 176 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715895904784 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27641] ppid=27633 vsize=10794416 memory=8297924 CPUtime=329.08 cores=0,2,4,6
/proc/27636/task/27641/stat : 27641 (java) S 27633 27636 24904 0 -1 1077944384 18475 0 0 0 32735 173 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715894851984 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27642] ppid=27633 vsize=10794416 memory=8297960 CPUtime=327.94 cores=0,2,4,6
/proc/27636/task/27642/stat : 27642 (java) S 27633 27636 24904 0 -1 1077944384 16374 0 0 0 32600 194 0 0 20 0 17 0 38867778 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715893799184 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27643] ppid=27633 vsize=10794416 memory=8298016 CPUtime=24.04 cores=0,2,4,6
/proc/27636/task/27643/stat : 27643 (java) R 27633 27636 24904 0 -1 4202560 62559 0 0 0 2401 3 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715503809984 139715922707323 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27644] ppid=27633 vsize=10794416 memory=8297924 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27644/stat : 27644 (java) S 27633 27636 24904 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715502757472 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27645] ppid=27633 vsize=10794416 memory=8297924 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27645/stat : 27645 (java) S 27633 27636 24904 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 38867780 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715501703680 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27646] ppid=27633 vsize=10794416 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27646/stat : 27646 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715500652880 139715944355739 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27647] ppid=27633 vsize=10794416 memory=3192 CPUtime=1.14 cores=0,2,4,6
/proc/27636/task/27647/stat : 27647 (java) S 27633 27636 24904 0 -1 1077944384 5959 0 0 0 114 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715499600288 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27648] ppid=27633 vsize=10794416 memory=8297900 CPUtime=1.02 cores=0,2,4,6
/proc/27636/task/27648/stat : 27648 (java) S 27633 27636 24904 0 -1 1077944384 4686 0 0 0 102 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715498547200 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27649] ppid=27633 vsize=10794416 memory=8297092 CPUtime=0.49 cores=0,2,4,6
/proc/27636/task/27649/stat : 27649 (java) S 27633 27636 24904 0 -1 1077944384 3773 0 0 0 49 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715497491040 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27650] ppid=27633 vsize=10794416 memory=8298016 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27650/stat : 27650 (java) S 27633 27636 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715496442080 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27651] ppid=27633 vsize=10794416 memory=8298016 CPUtime=0.26 cores=0,2,4,6
/proc/27636/task/27651/stat : 27651 (java) S 27633 27636 24904 0 -1 1077944384 317 0 0 0 19 7 0 0 20 0 17 0 38867783 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715495390384 139715944348290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27657] ppid=27633 vsize=10794416 memory=8297960 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27657/stat : 27657 (java) S 27633 27636 24904 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 38902657 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715492237104 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
[pid=27636/tid=27658] ppid=27633 vsize=10794416 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/27636/task/27658/stat : 27658 (java) S 27633 27636 24904 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 38902657 11053481984 2074504 33554432000 4194304 4196468 140728264829328 139715491185072 139715944347349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17862656 140728264836209 140728264836361 140728264836361 140728264839119 0
Current children cumulated CPU time: 1354.26 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8298016 KiB

Child status: 0
Real time (s): 369.754
CPU time (s): 1354.32
CPU user time (s): 1346.71
CPU system time (s): 7.6141
CPU usage (%): 366.275
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8299792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1346.71
system time used= 7.6141
maximum resident set size= 8299792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170463
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19434
involuntary context switches= 13365


# summary of solver processes directly reported to runsolver:
#   pid: 27636
#   total CPU time (s): 1354.32
#   total CPU user time (s): 1346.71
#   total CPU system time (s): 7.6141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.13512 second user time and 3.80579 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 00:44:06
IDJOB=4289976
IDBENCH=141218
IDSOLVER=2742
FILE ID=node103/4289976-1532213046
RUNJOBID= node103-1532209718-27131
PBS_JOBID= 21018940
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SumColoring/SumColoring-dsjc-250-5_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289976-1532213046/watcher-4289976-1532213046 -o /tmp/evaluation-result-4289976-1532213046/solver-4289976-1532213046 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27131 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289976-1532213046.xml

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

MD5SUM BENCH= 6d15d8403aebe79e9693643b2fca1a5e
RANDOM SEED=796560908

node103.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.48
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.48
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.48
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.48
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:        23022252 kB
MemAvailable:   31348348 kB
Buffers:          215500 kB
Cached:          8316388 kB
SwapCached:            0 kB
Active:          1916516 kB
Inactive:        7260420 kB
Active(anon):     647472 kB
Inactive(anon):    16984 kB
Active(file):    1269044 kB
Inactive(file):  7243436 kB
Unevictable:        7140 kB
Mlocked:            7140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2564 kB
Writeback:             0 kB
AnonPages:        651312 kB
Mapped:            46720 kB
Shmem:             17036 kB
Slab:             269488 kB
SReclaimable:     242076 kB
SUnreclaim:        27412 kB
KernelStack:        3552 kB
PageTables:         6432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1251932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 00:50:16