Trace number 4289773

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? 1334.2 369.059

General information on the benchmark

NameGraphColoring/
GraphColoring-4-fullins-4_c18.xml
MD5SUM954cbc6df2411a2de12d490b8b2019f6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark18.4833
Satisfiable
(Un)Satisfiability was proved
Number of variables690
Number of constraints6650
Number of domains1
Minimum domain size690
Maximum domain size690
Distribution of domain sizes[{"size":690,"count":690}]
Minimum variable degree7
Maximum variable degree120
Distribution of variable degrees[{"degree":7,"count":4},{"degree":8,"count":18},{"degree":9,"count":14},{"degree":10,"count":56},{"degree":11,"count":18},{"degree":12,"count":78},{"degree":13,"count":10},{"degree":14,"count":40},{"degree":15,"count":40},{"degree":16,"count":160},{"degree":17,"count":6},{"degree":18,"count":24},{"degree":19,"count":6},{"degree":20,"count":24},{"degree":26,"count":6},{"degree":29,"count":6},{"degree":30,"count":24},{"degree":31,"count":24},{"degree":32,"count":96},{"degree":47,"count":6},{"degree":48,"count":24},{"degree":120,"count":6}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":6650}]
Number of extensional constraints0
Number of intensional constraints6650
Distribution of constraint types[{"type":"intension","count":6650}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289773-1532212435/watcher-4289773-1532212435 -o /tmp/evaluation-result-4289773-1532212435/solver-4289773-1532212435 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28181 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289773-1532212435.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=28836, runsolver pid=28833


[startup+0.100518 s]*
/proc/loadavg: 1.89 2.04 2.03 2/221 28851
/proc/meminfo: memFree=20043260/32770624 swapFree=67108860/67108860
[pid=28836] ppid=28833 vsize=10659012 memory=31544 CPUtime=0.13 cores=0,2,4,6
/proc/28836/stat : 28836 (java) S 28833 28836 25837 0 -1 1077944320 6434 0 0 0 11 2 0 0 20 0 15 0 38806626 10914828288 7886 33554432000 4194304 4196468 140734082137440 140734082119984 140159561211639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
/proc/28836/statm: 2664753 7886 2816 1 0 2627263 0
[pid=28836/tid=28838] ppid=28833 vsize=10659012 memory=-8701690554791924094 CPUtime=0.09 cores=0,2,4,6
/proc/28836/task/28838/stat : 28838 (java) R 28833 28836 25837 0 -1 4202560 4282 0 0 0 8 1 0 0 20 0 15 0 38806627 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159565435264 140159561233565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28839] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28839/stat : 28839 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159487285904 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28840] ppid=28833 vsize=10659012 memory=140021401515648 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28840/stat : 28840 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159486233104 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28841] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28841/stat : 28841 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159485180304 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28842] ppid=28833 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28842/stat : 28842 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159484127504 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28843] ppid=28833 vsize=10659012 memory=140021401515648 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28843/stat : 28843 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806629 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159052872560 140159561222786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28844] ppid=28833 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28844/stat : 28844 (java) S 28833 28836 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38806629 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159051818528 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28845] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28845/stat : 28845 (java) S 28833 28836 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38806630 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159050765680 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28846] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28846/stat : 28846 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38806632 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159049714000 140159561230235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28847] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28847/stat : 28847 (java) S 28833 28836 25837 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 15 0 38806632 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159048661360 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28848] ppid=28833 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28848/stat : 28848 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806632 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159047608560 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28849] ppid=28833 vsize=10659012 memory=140021401515648 CPUtime=0.02 cores=0,2,4,6
/proc/28836/task/28849/stat : 28849 (java) R 28833 28836 25837 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 38806632 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159046555760 140159561232986 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28850] ppid=28833 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28850/stat : 28850 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38806632 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159045503200 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28851] ppid=28833 vsize=10659012 memory=140021401515648 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28851/stat : 28851 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806632 10914828288 7886 33554432000 4194304 4196468 140734082137440 140159044451504 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31544 KiB

[startup+0.210924 s]*
/proc/loadavg: 1.89 2.04 2.03 5/221 28851
/proc/meminfo: memFree=20033848/32770624 swapFree=67108860/67108860
[pid=28836] ppid=28833 vsize=10659012 memory=42000 CPUtime=0.33 cores=0,2,4,6
/proc/28836/stat : 28836 (java) S 28833 28836 25837 0 -1 1077944320 7654 0 0 0 31 2 0 0 20 0 15 0 38806626 10914828288 10500 33554432000 4194304 4196468 140734082137440 140734082119984 140159561211639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
/proc/28836/statm: 2664753 10500 3004 1 0 2627263 0
[pid=28836/tid=28838] ppid=28833 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28836/task/28838/stat : 28838 (java) R 28833 28836 25837 0 -1 4202560 4619 0 0 0 19 1 0 0 20 0 15 0 38806627 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159565447920 140159561233565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28839] ppid=28833 vsize=10659012 memory=364 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28839/stat : 28839 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159487285904 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28840] ppid=28833 vsize=10659012 memory=288370397553227392 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28840/stat : 28840 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159486233104 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28841] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28841/stat : 28841 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159485180304 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28842] ppid=28833 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28842/stat : 28842 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159484127504 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28843] ppid=28833 vsize=10659012 memory=140021401515648 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28843/stat : 28843 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806629 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159052872560 140159561222786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28844] ppid=28833 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28844/stat : 28844 (java) S 28833 28836 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38806629 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159051818528 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28845] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28845/stat : 28845 (java) S 28833 28836 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38806630 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159050765680 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28846] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28846/stat : 28846 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38806632 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159049714000 140159561230235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28847] ppid=28833 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28836/task/28847/stat : 28847 (java) S 28833 28836 25837 0 -1 1077944384 789 0 0 0 2 0 0 0 20 0 15 0 38806632 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159048661360 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28848] ppid=28833 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28836/task/28848/stat : 28848 (java) S 28833 28836 25837 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 15 0 38806632 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159047608560 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28849] ppid=28833 vsize=10659012 memory=140021401515648 CPUtime=0.07 cores=0,2,4,6
/proc/28836/task/28849/stat : 28849 (java) S 28833 28836 25837 0 -1 1077944384 650 0 0 0 7 0 0 0 20 0 15 0 38806632 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159046555760 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28850] ppid=28833 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28850/stat : 28850 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38806632 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159045503200 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28851] ppid=28833 vsize=10659012 memory=140021401515648 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28851/stat : 28851 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806632 10914828288 10500 33554432000 4194304 4196468 140734082137440 140159044451504 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42000 KiB

[startup+0.311692 s]*
/proc/loadavg: 1.89 2.04 2.03 5/221 28851
/proc/meminfo: memFree=20021552/32770624 swapFree=67108860/67108860
[pid=28836] ppid=28833 vsize=10659012 memory=55268 CPUtime=0.59 cores=0,2,4,6
/proc/28836/stat : 28836 (java) S 28833 28836 25837 0 -1 1077944320 9495 0 0 0 56 3 0 0 20 0 15 0 38806626 10914828288 13817 33554432000 4194304 4196468 140734082137440 140734082119984 140159561211639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
/proc/28836/statm: 2664753 13817 3051 1 0 2627263 0
[pid=28836/tid=28838] ppid=28833 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/28836/task/28838/stat : 28838 (java) R 28833 28836 25837 0 -1 4202560 5145 0 0 0 28 2 0 0 20 0 15 0 38806627 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159565423920 140159545292156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28839] ppid=28833 vsize=10659012 memory=4294982659 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28839/stat : 28839 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159487285904 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28840] ppid=28833 vsize=10659012 memory=288370397553227392 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28840/stat : 28840 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159486233104 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28841] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28841/stat : 28841 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159485180304 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28842] ppid=28833 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28842/stat : 28842 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806628 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159484127504 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28843] ppid=28833 vsize=10659012 memory=140021401515648 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28843/stat : 28843 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806629 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159052872560 140159561222786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28844] ppid=28833 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28844/stat : 28844 (java) S 28833 28836 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38806629 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159051818528 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28845] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28845/stat : 28845 (java) S 28833 28836 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38806630 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159050765680 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28846] ppid=28833 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28846/stat : 28846 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38806632 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159049714000 140159561230235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28847] ppid=28833 vsize=10659012 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28836/task/28847/stat : 28847 (java) R 28833 28836 25837 0 -1 4202560 1310 0 0 0 7 0 0 0 20 0 15 0 38806632 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159048642376 140159544743122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28848] ppid=28833 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28836/task/28848/stat : 28848 (java) R 28833 28836 25837 0 -1 4202560 662 0 0 0 7 0 0 0 20 0 15 0 38806632 10914828288 13817 33554432000 4194304 4196468 140734082137440 140159047595104 140159546141109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28849] ppid=28833 vsize=10659088 memory=140021401515648 CPUtime=0.13 cores=0,2,4,6
/proc/28836/task/28849/stat : 28849 (java) R 28833 28836 25837 0 -1 1077944384 1011 0 0 0 13 0 0 0 20 0 15 0 38806632 10914906112 13817 33554432000 4194304 4196468 140734082137440 140159046555760 140159561222786 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28850] ppid=28833 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28850/stat : 28850 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38806632 10914906112 13817 33554432000 4194304 4196468 140734082137440 140159045503200 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28851] ppid=28833 vsize=10659088 memory=140021401515648 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28851/stat : 28851 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806632 10914906112 13817 33554432000 4194304 4196468 140734082137440 140159044451504 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55268 KiB

[startup+0.701265 s]
/proc/loadavg: 1.89 2.04 2.03 5/221 28851
/proc/meminfo: memFree=19993956/32770624 swapFree=67108860/67108860
[pid=28836] ppid=28833 vsize=10659088 memory=164272 CPUtime=1.8 cores=0,2,4,6
/proc/28836/stat : 28836 (java) S 28833 28836 25837 0 -1 1077944320 11172 0 0 0 175 5 0 0 20 0 15 0 38806626 10914906112 41068 33554432000 4194304 4196468 140734082137440 140734082119984 140159561211639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
/proc/28836/statm: 2664772 41068 3108 1 0 2627263 0
[pid=28836/tid=28838] ppid=28833 vsize=10659088 memory=18472 CPUtime=0.68 cores=0,2,4,6
/proc/28836/task/28838/stat : 28838 (java) R 28833 28836 25837 0 -1 4202560 5472 0 0 0 64 4 0 0 20 0 15 0 38806627 10914906112 41068 33554432000 4194304 4196468 140734082137440 140159565446512 140159547279758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28839] ppid=28833 vsize=10659088 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28839/stat : 28839 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806628 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159487285904 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28840] ppid=28833 vsize=10659088 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28840/stat : 28840 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806628 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159486233104 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28841] ppid=28833 vsize=10659088 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28841/stat : 28841 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806628 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159485180304 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28842] ppid=28833 vsize=10659088 memory=648 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28842/stat : 28842 (java) S 28833 28836 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38806628 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159484127504 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28843] ppid=28833 vsize=10659088 memory=956 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28843/stat : 28843 (java) S 28833 28836 25837 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38806629 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159052872560 140159561222786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28844] ppid=28833 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28844/stat : 28844 (java) S 28833 28836 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38806629 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159051818528 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28845] ppid=28833 vsize=10659088 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28845/stat : 28845 (java) S 28833 28836 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38806630 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159050765680 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28846] ppid=28833 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28846/stat : 28846 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38806632 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159049714000 140159561230235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28847] ppid=28833 vsize=10659088 memory=6083637879880577129 CPUtime=0.39 cores=0,2,4,6
/proc/28836/task/28847/stat : 28847 (java) R 28833 28836 25837 0 -1 1077944384 1662 0 0 0 39 0 0 0 20 0 15 0 38806632 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159048651280 140159561221845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28848] ppid=28833 vsize=10659088 memory=5860705283049084265 CPUtime=0.4 cores=0,2,4,6
/proc/28836/task/28848/stat : 28848 (java) R 28833 28836 25837 0 -1 4202560 1159 0 0 0 40 0 0 0 20 0 15 0 38806632 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159047598352 140159544697562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28849] ppid=28833 vsize=10659088 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/28836/task/28849/stat : 28849 (java) R 28833 28836 25837 0 -1 4202560 1510 0 0 0 30 0 0 0 20 0 15 0 38806632 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159046552696 140159561223574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28850] ppid=28833 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28850/stat : 28850 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38806632 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159045503200 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28851] ppid=28833 vsize=10659088 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28851/stat : 28851 (java) S 28833 28836 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38806632 10914906112 41580 33554432000 4194304 4196468 140734082137440 140159044451504 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 164272 KiB

[startup+1.50113 s]
/proc/loadavg: 1.89 2.04 2.03 3/221 28851
/proc/meminfo: memFree=19666220/32770624 swapFree=67108860/67108860
[pid=28836] ppid=28833 vsize=10659088 memory=1121760 CPUtime=3.41 cores=0,2,4,6
/proc/28836/stat : 28836 (java) S 28833 28836 25837 0 -1 1077944320 13886 0 0 0 303 38 0 0 20 0 15 0 38806626 10914906112 280440 33554432000 4194304 4196468 140734082137440 140734082119984 140159561211639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
/proc/28836/statm: 2664772 280440 3139 1 0 2627263 0
[pid=28836/tid=28838] ppid=28833 vsize=10659088 memory=700312 CPUtime=1.27 cores=0,2,4,6
/proc/28836/task/28838/stat : 28838 (java) R 28833 28836 25837 0 -1 4202560 6543 0 0 0 113 14 0 0 20 0 15 0 38806627 10914906112 280440 33554432000 4194304 4196468 140734082137440 140159565443696 140159161081728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28839] ppid=28833 vsize=10659088 memory=6791534058613427641 CPUtime=0.17 cores=0,2,4,6
/proc/28836/task/28839/stat : 28839 (java) S 28833 28836 25837 0 -1 1077944384 326 0 0 0 12 5 0 0 20 0 15 0 38806628 10914906112 280440 33554432000 4194304 4196468 140734082137440 140159487285904 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28840] ppid=28833 vsize=10659088 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/28836/task/28840/stat : 28840 (java) S 28833 28836 25837 0 -1 1077944384 307 0 0 0 12 5 0 0 20 0 15 0 38806628 10914906112 280440 33554432000 4194304 4196468 140734082137440 140159486233104 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28841] ppid=28833 vsize=10659088 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/28836/task/28841/stat : 28841 (java) S 28833 28836 25837 0 -1 1077944384 175 0 0 0 12 5 0 0 20 0 15 0 38806628 10914906112 280440 33554432000 4194304 4196468 140734082137440 140159485180304 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28842] ppid=28833 vsize=10659088 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/28836/task/28842/stat : 28842 (java) S 28833 28836 25837 0 -1 1077944384 188 0 0 0 12 5 0 0 20 0 15 0 38806628 10914906112 280440 33554432000 4194304 4196468 140734082137440 140159484127504 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28843] ppid=28833 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28843/stat : 28843 (java) S 28833 28836 25837 0 -1 1077944384 486 0 0 0 0 0 0 0 20 0 15 0 38806629 10914906112 280440 33554432000 4194304 4196468 140734082137440 140159052872560 140159561222786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0

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

/proc/28836/task/28842/stat : 28842 (java) R 28833 28836 25837 0 -1 4202560 303878 0 0 0 31691 166 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159484127704 140159546162826 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28843] ppid=28833 vsize=10794416 memory=2856 CPUtime=27.89 cores=0,2,4,6
/proc/28836/task/28843/stat : 28843 (java) S 28833 28836 25837 0 -1 1077944384 62436 0 0 0 2786 3 0 0 20 0 17 0 38806629 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159052870880 140159561221845 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28844] ppid=28833 vsize=10794416 memory=2648 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28844/stat : 28844 (java) S 28833 28836 25837 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 38806629 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159051818592 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28845] ppid=28833 vsize=10794416 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28845/stat : 28845 (java) S 28833 28836 25837 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 38806630 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159050765696 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28846] ppid=28833 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28846/stat : 28846 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159049714000 140159561230235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28847] ppid=28833 vsize=10794416 memory=1424 CPUtime=0.82 cores=0,2,4,6
/proc/28836/task/28847/stat : 28847 (java) S 28833 28836 25837 0 -1 1077944384 2458 0 0 0 82 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159048661360 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28848] ppid=28833 vsize=10794416 memory=796 CPUtime=0.87 cores=0,2,4,6
/proc/28836/task/28848/stat : 28848 (java) S 28833 28836 25837 0 -1 1077944384 3277 0 0 0 87 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159047608560 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28849] ppid=28833 vsize=10794416 memory=8380 CPUtime=0.45 cores=0,2,4,6
/proc/28836/task/28849/stat : 28849 (java) S 28833 28836 25837 0 -1 1077944384 3466 0 0 0 45 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159046554656 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28850] ppid=28833 vsize=10794416 memory=8301720 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28850/stat : 28850 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159045503200 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28851] ppid=28833 vsize=10794416 memory=1728 CPUtime=0.26 cores=0,2,4,6
/proc/28836/task/28851/stat : 28851 (java) S 28833 28836 25837 0 -1 1077944384 603 0 0 0 13 13 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159044451504 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28858] ppid=28833 vsize=10794416 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28858/stat : 28858 (java) S 28833 28836 25837 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 38840542 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159041298880 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28859] ppid=28833 vsize=10794416 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28859/stat : 28859 (java) S 28833 28836 25837 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 38840542 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159040246160 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
Current children cumulated CPU time: 1317.8 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8301720 KiB

[startup+366.401 s]
/proc/loadavg: 4.25 3.70 2.78 6/222 28867
/proc/meminfo: memFree=11086568/32770624 swapFree=67108860/67108860
[pid=28836] ppid=28833 vsize=10794416 memory=8301720 CPUtime=1324.05 cores=0,2,4,6
/proc/28836/stat : 28836 (java) S 28833 28836 25837 0 -1 1077944320 1506170 0 0 0 131694 711 0 0 20 0 17 0 38806626 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140734082119984 140159561211639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
/proc/28836/statm: 2698604 2075430 3205 1 0 2661057 0
[pid=28836/tid=28838] ppid=28833 vsize=10794416 memory=916 CPUtime=14.85 cores=0,2,4,6
/proc/28836/task/28838/stat : 28838 (java) S 28833 28836 25837 0 -1 1077944384 46299 0 0 0 1458 27 0 0 20 0 17 0 38806627 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159565452320 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28839] ppid=28833 vsize=10794416 memory=3848 CPUtime=319.93 cores=0,2,4,6
/proc/28836/task/28839/stat : 28839 (java) R 28833 28836 25837 0 -1 4202560 342736 0 0 0 31830 163 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159487285488 140159553839847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28840] ppid=28833 vsize=10794416 memory=4104 CPUtime=319.47 cores=0,2,4,6
/proc/28836/task/28840/stat : 28840 (java) R 28833 28836 25837 0 -1 4202560 393701 0 0 0 31770 177 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159486233304 140159542808401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28841] ppid=28833 vsize=10794416 memory=8301720 CPUtime=319.25 cores=0,2,4,6
/proc/28836/task/28841/stat : 28841 (java) R 28833 28836 25837 0 -1 4202560 345683 0 0 0 31757 168 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159485180200 140159553839847 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28842] ppid=28833 vsize=10794416 memory=1584 CPUtime=320.17 cores=0,2,4,6
/proc/28836/task/28842/stat : 28842 (java) R 28833 28836 25837 0 -1 4202560 303878 0 0 0 31851 166 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159484127704 140159542808349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28843] ppid=28833 vsize=10794416 memory=928 CPUtime=27.89 cores=0,2,4,6
/proc/28836/task/28843/stat : 28843 (java) S 28833 28836 25837 0 -1 1077944384 62436 0 0 0 2786 3 0 0 20 0 17 0 38806629 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159052870880 140159561221845 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28844] ppid=28833 vsize=10794416 memory=8301716 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28844/stat : 28844 (java) S 28833 28836 25837 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 38806629 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159051818592 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28845] ppid=28833 vsize=10794416 memory=8301720 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28845/stat : 28845 (java) S 28833 28836 25837 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 38806630 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159050765696 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28846] ppid=28833 vsize=10794416 memory=8301716 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28846/stat : 28846 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159049714000 140159561230235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28847] ppid=28833 vsize=10794416 memory=6791534058613427641 CPUtime=0.82 cores=0,2,4,6
/proc/28836/task/28847/stat : 28847 (java) S 28833 28836 25837 0 -1 1077944384 2458 0 0 0 82 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159048661360 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28848] ppid=28833 vsize=10794416 memory=11956 CPUtime=0.87 cores=0,2,4,6
/proc/28836/task/28848/stat : 28848 (java) S 28833 28836 25837 0 -1 1077944384 3277 0 0 0 87 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159047608560 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28849] ppid=28833 vsize=10794416 memory=1008 CPUtime=0.45 cores=0,2,4,6
/proc/28836/task/28849/stat : 28849 (java) S 28833 28836 25837 0 -1 1077944384 3466 0 0 0 45 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159046554656 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28850] ppid=28833 vsize=10794416 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28850/stat : 28850 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159045503200 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28851] ppid=28833 vsize=10794416 memory=15872 CPUtime=0.26 cores=0,2,4,6
/proc/28836/task/28851/stat : 28851 (java) S 28833 28836 25837 0 -1 1077944384 603 0 0 0 13 13 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159044451504 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28858] ppid=28833 vsize=10794416 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28858/stat : 28858 (java) S 28833 28836 25837 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 38840542 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159041298880 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28859] ppid=28833 vsize=10794416 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28859/stat : 28859 (java) S 28833 28836 25837 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 38840542 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159040246160 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
Current children cumulated CPU time: 1324.05 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8301720 KiB

[startup+368.001 s]*
/proc/loadavg: 4.23 3.70 2.78 6/222 28867
/proc/meminfo: memFree=11086520/32770624 swapFree=67108860/67108860
[pid=28836] ppid=28833 vsize=10794416 memory=8301720 CPUtime=1330.36 cores=0,2,4,6
/proc/28836/stat : 28836 (java) S 28833 28836 25837 0 -1 1077944320 1506279 0 0 0 132325 711 0 0 20 0 17 0 38806626 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140734082119984 140159561211639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
/proc/28836/statm: 2698604 2075430 3205 1 0 2661057 0
[pid=28836/tid=28838] ppid=28833 vsize=10794416 memory=6791534058613427641 CPUtime=14.85 cores=0,2,4,6
/proc/28836/task/28838/stat : 28838 (java) S 28833 28836 25837 0 -1 1077944384 46299 0 0 0 1458 27 0 0 20 0 17 0 38806627 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159565452320 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28839] ppid=28833 vsize=10794416 memory=4126316290023845779 CPUtime=321.5 cores=0,2,4,6
/proc/28836/task/28839/stat : 28839 (java) R 28833 28836 25837 0 -1 4202560 342736 0 0 0 31987 163 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159487286104 140159546208240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28840] ppid=28833 vsize=10794416 memory=0 CPUtime=321.07 cores=0,2,4,6
/proc/28836/task/28840/stat : 28840 (java) R 28833 28836 25837 0 -1 4202560 393770 0 0 0 31930 177 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159486233104 140159546208148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28841] ppid=28833 vsize=10794416 memory=263857020920144 CPUtime=320.8 cores=0,2,4,6
/proc/28836/task/28841/stat : 28841 (java) R 28833 28836 25837 0 -1 4202560 345683 0 0 0 31912 168 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159485180192 140159546208043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28842] ppid=28833 vsize=10794416 memory=263857020920145 CPUtime=321.75 cores=0,2,4,6
/proc/28836/task/28842/stat : 28842 (java) R 28833 28836 25837 0 -1 4202560 303917 0 0 0 32009 166 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159484127704 140159542821459 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28843] ppid=28833 vsize=10794416 memory=263857020920146 CPUtime=27.9 cores=0,2,4,6
/proc/28836/task/28843/stat : 28843 (java) S 28833 28836 25837 0 -1 1077944384 62437 0 0 0 2787 3 0 0 20 0 17 0 38806629 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159052871104 140159561221845 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28844] ppid=28833 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28844/stat : 28844 (java) S 28833 28836 25837 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 38806629 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159051818592 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28845] ppid=28833 vsize=10794416 memory=2444 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28845/stat : 28845 (java) S 28833 28836 25837 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 38806630 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159050765696 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28846] ppid=28833 vsize=10794416 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28846/stat : 28846 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159049714000 140159561230235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28847] ppid=28833 vsize=10794416 memory=1948 CPUtime=0.82 cores=0,2,4,6
/proc/28836/task/28847/stat : 28847 (java) S 28833 28836 25837 0 -1 1077944384 2458 0 0 0 82 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159048661120 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28848] ppid=28833 vsize=10794416 memory=1224 CPUtime=0.87 cores=0,2,4,6
/proc/28836/task/28848/stat : 28848 (java) S 28833 28836 25837 0 -1 1077944384 3277 0 0 0 87 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159047608608 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28849] ppid=28833 vsize=10794416 memory=1704 CPUtime=0.45 cores=0,2,4,6
/proc/28836/task/28849/stat : 28849 (java) S 28833 28836 25837 0 -1 1077944384 3466 0 0 0 45 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159046554656 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28850] ppid=28833 vsize=10794416 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28850/stat : 28850 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159045503200 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28851] ppid=28833 vsize=10794416 memory=796 CPUtime=0.26 cores=0,2,4,6
/proc/28836/task/28851/stat : 28851 (java) S 28833 28836 25837 0 -1 1077944384 603 0 0 0 13 13 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159044451504 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28858] ppid=28833 vsize=10794416 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28858/stat : 28858 (java) S 28833 28836 25837 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 38840542 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159041298880 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28859] ppid=28833 vsize=10794416 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28859/stat : 28859 (java) S 28833 28836 25837 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 38840542 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159040246160 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
Current children cumulated CPU time: 1330.36 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8301720 KiB

[startup+368.801 s]
/proc/loadavg: 4.23 3.70 2.78 6/222 28867
/proc/meminfo: memFree=11086520/32770624 swapFree=67108860/67108860
[pid=28836] ppid=28833 vsize=10794416 memory=8301720 CPUtime=1333.51 cores=0,2,4,6
/proc/28836/stat : 28836 (java) S 28833 28836 25837 0 -1 1077944320 1506500 0 0 0 132640 711 0 0 20 0 17 0 38806626 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140734082119984 140159561211639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
/proc/28836/statm: 2698604 2075430 3205 1 0 2661057 0
[pid=28836/tid=28838] ppid=28833 vsize=10794416 memory=1721200 CPUtime=14.85 cores=0,2,4,6
/proc/28836/task/28838/stat : 28838 (java) S 28833 28836 25837 0 -1 1077944384 46299 0 0 0 1458 27 0 0 20 0 17 0 38806627 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159565452320 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28839] ppid=28833 vsize=10794416 memory=1408 CPUtime=322.29 cores=0,2,4,6
/proc/28836/task/28839/stat : 28839 (java) R 28833 28836 25837 0 -1 4202560 342775 0 0 0 32066 163 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159487286104 140159546207991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28840] ppid=28833 vsize=10794416 memory=3164 CPUtime=321.86 cores=0,2,4,6
/proc/28836/task/28840/stat : 28840 (java) R 28833 28836 25837 0 -1 4202560 393770 0 0 0 32009 177 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159486233104 140159546208231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28841] ppid=28833 vsize=10794416 memory=6791534058613427641 CPUtime=321.59 cores=0,2,4,6
/proc/28836/task/28841/stat : 28841 (java) R 28833 28836 25837 0 -1 4202560 345784 0 0 0 31991 168 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159485180424 140159553839847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28842] ppid=28833 vsize=10794416 memory=796 CPUtime=322.53 cores=0,2,4,6
/proc/28836/task/28842/stat : 28842 (java) R 28833 28836 25837 0 -1 4202560 303998 0 0 0 32087 166 0 0 20 0 17 0 38806628 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159484127704 140159546208148 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28843] ppid=28833 vsize=10794416 memory=8380 CPUtime=27.9 cores=0,2,4,6
/proc/28836/task/28843/stat : 28843 (java) S 28833 28836 25837 0 -1 1077944384 62437 0 0 0 2787 3 0 0 20 0 17 0 38806629 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159052871104 140159561221845 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28844] ppid=28833 vsize=10794416 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28844/stat : 28844 (java) S 28833 28836 25837 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 38806629 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159051818592 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28845] ppid=28833 vsize=10794416 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28845/stat : 28845 (java) S 28833 28836 25837 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 38806630 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159050765696 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28846] ppid=28833 vsize=10794416 memory=11956 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28846/stat : 28846 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159049714000 140159561230235 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28847] ppid=28833 vsize=10794416 memory=1008 CPUtime=0.82 cores=0,2,4,6
/proc/28836/task/28847/stat : 28847 (java) S 28833 28836 25837 0 -1 1077944384 2458 0 0 0 82 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159048661120 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28848] ppid=28833 vsize=10794416 memory=648 CPUtime=0.87 cores=0,2,4,6
/proc/28836/task/28848/stat : 28848 (java) S 28833 28836 25837 0 -1 1077944384 3277 0 0 0 87 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159047608608 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28849] ppid=28833 vsize=10794416 memory=956 CPUtime=0.45 cores=0,2,4,6
/proc/28836/task/28849/stat : 28849 (java) S 28833 28836 25837 0 -1 1077944384 3466 0 0 0 45 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159046554656 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28850] ppid=28833 vsize=10794416 memory=8301720 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28850/stat : 28850 (java) S 28833 28836 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159045503200 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28851] ppid=28833 vsize=10794416 memory=1584 CPUtime=0.26 cores=0,2,4,6
/proc/28836/task/28851/stat : 28851 (java) S 28833 28836 25837 0 -1 1077944384 603 0 0 0 13 13 0 0 20 0 17 0 38806632 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159044451504 140159561222786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28858] ppid=28833 vsize=10794416 memory=928 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28858/stat : 28858 (java) S 28833 28836 25837 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 38840542 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159041298880 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
[pid=28836/tid=28859] ppid=28833 vsize=10794416 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/28836/task/28859/stat : 28859 (java) S 28833 28836 25837 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 38840542 11053481984 2075430 33554432000 4194304 4196468 140734082137440 140159040246160 140159561221845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32980992 140734082139249 140734082139401 140734082139401 140734082142159 0
Current children cumulated CPU time: 1333.51 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8301720 KiB

[startup+369.011 s]*
/proc/loadavg: 4.23 3.70 2.78 3/207 28867
/proc/meminfo: memFree=11631828/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 369.059
CPU time (s): 1334.2
CPU user time (s): 1327.02
CPU system time (s): 7.18089
CPU usage (%): 361.515
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8301720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1327.02
system time used= 7.18089
maximum resident set size= 8301720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1506573
page faults= 0
swaps= 0
block input operations= 88
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21954
involuntary context switches= 12465


# summary of solver processes directly reported to runsolver:
#   pid: 28836
#   total CPU time (s): 1334.2
#   total CPU user time (s): 1327.02
#   total CPU system time (s): 7.18089

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.31589 second user time and 3.69217 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 00:33:55
IDJOB=4289773
IDBENCH=141140
IDSOLVER=2742
FILE ID=node132/4289773-1532212435
RUNJOBID= node132-1532209718-28181
PBS_JOBID= 21018935
Free space on /tmp= 55128 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GraphColoring/GraphColoring-4-fullins-4_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289773-1532212435/watcher-4289773-1532212435 -o /tmp/evaluation-result-4289773-1532212435/solver-4289773-1532212435 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28181 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289773-1532212435.xml

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

MD5SUM BENCH= 954cbc6df2411a2de12d490b8b2019f6
RANDOM SEED=178557459

node132.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.65
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.65
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.65
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.65
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:        20062324 kB
MemAvailable:   30896304 kB
Buffers:          226136 kB
Cached:         10762200 kB
SwapCached:            0 kB
Active:          2948660 kB
Inactive:        9136180 kB
Active(anon):    1099212 kB
Inactive(anon):    17040 kB
Active(file):    1849448 kB
Inactive(file):  9119140 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2536 kB
Writeback:             0 kB
AnonPages:       1113640 kB
Mapped:            46912 kB
Shmem:             17056 kB
Slab:             320844 kB
SReclaimable:     293852 kB
SUnreclaim:        26992 kB
KernelStack:        3888 kB
PageTables:         7228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2622956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    993280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55128 MiB
End job on node132 at 2018-07-22 00:40:04