Trace number 4262946

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1550.87 427.97299

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-3-fullins-5.xml
MD5SUM51dc9de19dcdd21b605810f9d7307a76
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 benchmark1504.59
Satisfiable
(Un)Satisfiability was proved
Number of variables2030
Number of constraints33751
Number of domains1
Minimum domain size2030
Maximum domain size2030
Distribution of domain sizes[{"size":2030,"count":2030}]
Minimum variable degree9
Maximum variable degree410
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":14},{"degree":11,"count":12},{"degree":12,"count":36},{"degree":13,"count":23},{"degree":14,"count":54},{"degree":15,"count":22},{"degree":16,"count":66},{"degree":17,"count":41},{"degree":18,"count":123},{"degree":19,"count":41},{"degree":20,"count":123},{"degree":21,"count":19},{"degree":22,"count":57},{"degree":23,"count":42},{"degree":24,"count":131},{"degree":25,"count":8},{"degree":26,"count":24},{"degree":27,"count":29},{"degree":28,"count":87},{"degree":29,"count":44},{"degree":30,"count":132},{"degree":31,"count":87},{"degree":32,"count":261},{"degree":33,"count":5},{"degree":34,"count":15},{"degree":35,"count":15},{"degree":36,"count":45},{"degree":41,"count":5},{"degree":42,"count":15},{"degree":43,"count":5},{"degree":44,"count":15},{"degree":49,"count":5},{"degree":50,"count":15},{"degree":51,"count":15},{"degree":52,"count":45},{"degree":53,"count":15},{"degree":54,"count":45},{"degree":55,"count":45},{"degree":56,"count":135},{"degree":77,"count":5},{"degree":78,"count":15},{"degree":79,"count":15},{"degree":80,"count":45},{"degree":87,"count":5},{"degree":169,"count":5},{"degree":170,"count":15},{"degree":410,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":33751}]
Number of extensional constraints0
Number of intensional constraints33751
Distribution of constraint types[{"type":"intension","count":33751}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262946-1502613110/watcher-4262946-1502613110 -o /tmp/evaluation-result-4262946-1502613110/solver-4262946-1502613110 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262946-1502613110.xml 

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

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

solver pid=23611, runsolver pid=23608

[startup+0.100127 s]*
/proc/loadavg: 3.25 3.15 3.72 5/195 23612
/proc/meminfo: memFree=23429680/32770624 swapFree=67105588/67108860
[pid=23611] ppid=23608 vsize=8345500 memory=8652 CPUtime=0 cores=0,2,4,6
/proc/23611/stat : 23611 (java) S 23608 23611 12560 0 -1 1077944320 1941 0 0 0 0 0 0 0 20 0 2 0 63506389 8545792000 2097 18446744073709551615 4194304 4196468 140735034665616 140735034648160 140660966555383 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
/proc/23611/statm: 2086375 2163 1169 1 0 2076345 0
[pid=23611/tid=23613] ppid=23608 vsize=8345500 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 12560 0 -1 4202560 787 0 0 0 0 0 0 0 20 0 2 0 63506399 8545792000 2295 18446744073709551615 4194304 4196468 140735034665616 140660970797472 140660958844832 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 8345500 KiB
Current children cumulated memory: 8652 KiB

[startup+0.209622 s]*
/proc/loadavg: 3.25 3.15 3.72 6/209 23626
/proc/meminfo: memFree=23417776/32770624 swapFree=67105588/67108860
[pid=23611] ppid=23608 vsize=10551156 memory=25216 CPUtime=0.07 cores=0,2,4,6
/proc/23611/stat : 23611 (java) S 23608 23611 12560 0 -1 1077944320 4792 0 0 0 6 1 0 0 20 0 15 0 63506389 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140735034648160 140660966555383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
/proc/23611/statm: 2637789 6304 2613 1 0 2627261 0
[pid=23611/tid=23613] ppid=23608 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 12560 0 -1 4202560 2889 0 0 0 5 0 0 0 20 0 15 0 63506399 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660970797664 140660966577309 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23614] ppid=23608 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506400 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660923521808 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23615] ppid=23608 vsize=10551156 memory=288370700264834688 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506400 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660922469264 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23616] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506400 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660921416720 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23617] ppid=23608 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63506400 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660920364176 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23618] ppid=23608 vsize=10551156 memory=140324113122944 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63506402 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660529780720 140660966566530 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23619] ppid=23608 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63506402 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660528726944 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23620] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63506402 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660527674352 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23621] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63506404 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660526622928 140660966573979 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23622] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 12560 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 63506404 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660525570544 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23623] ppid=23608 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63506404 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660524518000 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23624] ppid=23608 vsize=10551156 memory=140324113122944 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 12560 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 15 0 63506405 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660523465456 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23625] ppid=23608 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63506405 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660522413152 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23626] ppid=23608 vsize=10551156 memory=140324113122944 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506410 10804383744 6304 18446744073709551615 4194304 4196468 140735034665616 140660521359664 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25216 KiB

[startup+0.310164 s]*
/proc/loadavg: 3.25 3.15 3.72 6/209 23626
/proc/meminfo: memFree=23406972/32770624 swapFree=67105588/67108860
[pid=23611] ppid=23608 vsize=10551156 memory=35464 CPUtime=0.22 cores=0,2,4,6
/proc/23611/stat : 23611 (java) S 23608 23611 12560 0 -1 1077944320 8181 0 0 0 19 3 0 0 20 0 15 0 63506389 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140735034648160 140660966555383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
/proc/23611/statm: 2637789 8866 2843 1 0 2627261 0
[pid=23611/tid=23613] ppid=23608 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 12560 0 -1 4202560 5829 0 0 0 13 2 0 0 20 0 15 0 63506399 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660970793872 140660950635870 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23614] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506400 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660923521808 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23615] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506400 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660922469264 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23616] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506400 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660921416720 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23617] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63506400 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660920364176 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23618] ppid=23608 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63506402 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660529780720 140660966566530 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23619] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63506402 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660528726944 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23620] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63506402 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660527674352 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23621] ppid=23608 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63506404 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660526622928 140660966573979 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23622] ppid=23608 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 12560 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 15 0 63506404 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660525570544 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23623] ppid=23608 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 12560 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 63506404 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660524518000 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23624] ppid=23608 vsize=10551156 memory=140324113122944 CPUtime=0.03 cores=0,2,4,6
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 12560 0 -1 1077944384 435 0 0 0 3 0 0 0 20 0 15 0 63506405 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660523465456 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23625] ppid=23608 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63506405 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660522413152 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23626] ppid=23608 vsize=10551156 memory=140324113122944 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506410 10804383744 8866 18446744073709551615 4194304 4196468 140735034665616 140660521359664 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35464 KiB

[startup+0.700677 s]
/proc/loadavg: 3.25 3.15 3.72 10/209 23626
/proc/meminfo: memFree=23382664/32770624 swapFree=67105588/67108860
[pid=23611] ppid=23608 vsize=10551232 memory=79584 CPUtime=1.32 cores=0,2,4,6
/proc/23611/stat : 23611 (java) S 23608 23611 12560 0 -1 1077944320 12606 0 0 0 128 4 0 0 20 0 15 0 63506389 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140735034648160 140660966555383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
/proc/23611/statm: 2637808 19896 3043 1 0 2627261 0
[pid=23611/tid=23613] ppid=23608 vsize=10551232 memory=1412 CPUtime=0.53 cores=0,2,4,6
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 12560 0 -1 4202560 7303 0 0 0 50 3 0 0 20 0 15 0 63506399 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660970788896 140660601234878 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23614] ppid=23608 vsize=10551232 memory=15584 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506400 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660923521808 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23615] ppid=23608 vsize=10551232 memory=22352 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506400 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660922469264 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23616] ppid=23608 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506400 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660921416720 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23617] ppid=23608 vsize=10551232 memory=644 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63506400 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660920364176 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23618] ppid=23608 vsize=10551232 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 63506402 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660529780720 140660966566530 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23619] ppid=23608 vsize=10551232 memory=956 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63506402 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660528726944 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23620] ppid=23608 vsize=10551232 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63506402 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660527674352 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23621] ppid=23608 vsize=10551232 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63506404 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660526622928 140660966573979 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23622] ppid=23608 vsize=10551232 memory=4088 CPUtime=0.27 cores=0,2,4,6
/proc/23611/task/23622/stat : 23622 (java) R 23608 23611 12560 0 -1 4202560 1479 0 0 0 27 0 0 0 20 0 15 0 63506404 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660525559216 140660945834036 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23623] ppid=23608 vsize=10551232 memory=1620 CPUtime=0.26 cores=0,2,4,6
/proc/23611/task/23623/stat : 23623 (java) R 23608 23611 12560 0 -1 4202560 963 0 0 0 26 0 0 0 20 0 15 0 63506404 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660524518000 140660948099559 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23624] ppid=23608 vsize=10551232 memory=140324113122944 CPUtime=0.23 cores=0,2,4,6
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 12560 0 -1 1077944384 1489 0 0 0 23 0 0 0 20 0 15 0 63506405 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660523465456 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23625] ppid=23608 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63506405 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660522413152 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23626] ppid=23608 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506410 10804461568 19896 18446744073709551615 4194304 4196468 140735034665616 140660521359664 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 79584 KiB

[startup+1.50088 s]
/proc/loadavg: 3.25 3.15 3.72 8/209 23626
/proc/meminfo: memFree=23246632/32770624 swapFree=67105588/67108860
[pid=23611] ppid=23608 vsize=10551232 memory=471208 CPUtime=3.61 cores=0,2,4,6
/proc/23611/stat : 23611 (java) S 23608 23611 12560 0 -1 1077944320 14842 0 0 0 334 27 0 0 20 0 15 0 63506389 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140735034648160 140660966555383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
/proc/23611/statm: 2637808 117802 3096 1 0 2627261 0
[pid=23611/tid=23613] ppid=23608 vsize=10551232 memory=280647927121760 CPUtime=1.16 cores=0,2,4,6
/proc/23611/task/23613/stat : 23613 (java) R 23608 23611 12560 0 -1 4202560 7750 0 0 0 109 7 0 0 20 0 15 0 63506399 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660970792464 140660952623502 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23614] ppid=23608 vsize=10551232 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 12560 0 -1 1077944384 325 0 0 0 11 4 0 0 20 0 15 0 63506400 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660923521808 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23615] ppid=23608 vsize=10551232 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 12560 0 -1 1077944384 183 0 0 0 10 4 0 0 20 0 15 0 63506400 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660922469264 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23616] ppid=23608 vsize=10551232 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 12560 0 -1 1077944384 326 0 0 0 9 4 0 0 20 0 15 0 63506400 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660921416720 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23617] ppid=23608 vsize=10551232 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 12560 0 -1 1077944384 206 0 0 0 10 4 0 0 20 0 15 0 63506400 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660920364176 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23618] ppid=23608 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 12560 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 63506402 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660529780720 140660966566530 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23619] ppid=23608 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63506402 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660528727008 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23620] ppid=23608 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63506402 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660527674368 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23621] ppid=23608 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63506404 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660526622928 140660966573979 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23622] ppid=23608 vsize=10551232 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 12560 0 -1 1077944384 1600 0 0 0 75 0 0 0 20 0 15 0 63506404 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660525570544 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23623] ppid=23608 vsize=10551232 memory=288230617509003574 CPUtime=0.75 cores=0,2,4,6
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 12560 0 -1 1077944384 1243 0 0 0 75 0 0 0 20 0 15 0 63506404 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660524518000 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23624] ppid=23608 vsize=10551232 memory=15254835616287083 CPUtime=0.31 cores=0,2,4,6
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 12560 0 -1 1077944384 1638 0 0 0 31 0 0 0 20 0 15 0 63506405 10804461568 117802 18446744073709551615 4194304 4196468 140735034665616 140660523465456 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23625] ppid=23608 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63506405 10804461568 118314 18446744073709551615 4194304 4196468 140735034665616 140660522413152 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23626] ppid=23608 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63506410 10804461568 118314 18446744073709551615 4194304 4196468 140735034665616 140660521359664 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
Current children cumulated CPU time: 3.61 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 471208 KiB

[startup+3.11073 s]
/proc/loadavg: 3.25 3.15 3.72 6/209 23626
/proc/meminfo: memFree=20955872/32770624 swapFree=67105588/67108860
[pid=23611] ppid=23608 vsize=10551232 memory=2482568 CPUtime=6.46 cores=0,2,4,6
/proc/23611/stat : 23611 (java) S 23608 23611 12560 0 -1 1077944320 18403 0 0 0 548 98 0 0 20 0 15 0 63506389 10804461568 620642 18446744073709551615 4194304 4196468 140735034665616 140735034648160 140660966555383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
/proc/23611/statm: 2637808 620642 3096 1 0 2627261 0

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

/proc/23611/task/23617/stat : 23617 (java) R 23608 23611 12560 0 -1 4202560 643675 0 0 0 37184 204 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660920364376 140660951255331 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23618] ppid=23608 vsize=10684512 memory=8307196 CPUtime=21.1 cores=0,2,4,6
/proc/23611/task/23618/stat : 23618 (java) S 23608 23611 12560 0 -1 1077944384 74873 0 0 0 2103 7 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660529779264 140660966565589 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23619] ppid=23608 vsize=10684512 memory=8307196 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660528727008 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23620] ppid=23608 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 12560 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660527673472 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23621] ppid=23608 vsize=10684512 memory=8307192 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660526622928 140660966573979 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23622] ppid=23608 vsize=10684512 memory=8307180 CPUtime=0.99 cores=0,2,4,6
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 12560 0 -1 1077944384 3928 0 0 0 99 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660525570304 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23623] ppid=23608 vsize=10684512 memory=1004 CPUtime=0.96 cores=0,2,4,6
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 12560 0 -1 1077944384 2869 0 0 0 96 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660524518096 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23624] ppid=23608 vsize=10684512 memory=8307196 CPUtime=0.36 cores=0,2,4,6
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 12560 0 -1 1077944384 4170 0 0 0 35 1 0 0 20 0 17 0 63506405 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660523460832 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23625] ppid=23608 vsize=10684512 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63506405 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660522413152 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23626] ppid=23608 vsize=10684512 memory=1412 CPUtime=0.16 cores=0,2,4,6
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 12560 0 -1 1077944384 340 0 0 0 10 6 0 0 20 0 17 0 63506410 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660521359664 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23731] ppid=23608 vsize=10684512 memory=8306196 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23731/stat : 23731 (java) S 23608 23611 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 63546971 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660520303792 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23732] ppid=23608 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23732/stat : 23732 (java) S 23608 23611 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63546972 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660519250800 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
Current children cumulated CPU time: 1544.21 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8307196 KiB

[startup+427.201 s]
/proc/loadavg: 7.07 6.35 5.06 6/211 23732
/proc/meminfo: memFree=15133848/32770624 swapFree=67105588/67108860
[pid=23611] ppid=23608 vsize=10684512 memory=8307196 CPUtime=1550.09 cores=0,2,4,6
/proc/23611/stat : 23611 (java) S 23608 23611 12560 0 -1 1077944320 2593059 0 0 0 154190 819 0 0 20 0 17 0 63506389 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140735034648160 140660966555383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
/proc/23611/statm: 2671128 2076799 3163 1 0 2660543 0
[pid=23611/tid=23613] ppid=23608 vsize=10684512 memory=8307196 CPUtime=23.83 cores=0,2,4,6
/proc/23611/task/23613/stat : 23613 (java) S 23608 23611 12560 0 -1 1077944384 29301 0 0 0 2349 34 0 0 20 0 17 0 63506399 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660970796064 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23614] ppid=23608 vsize=10684512 memory=8307196 CPUtime=376.04 cores=0,2,4,6
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 12560 0 -1 1077944384 865274 0 0 0 37404 200 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660923521808 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23615] ppid=23608 vsize=10684512 memory=-8774313645642428999 CPUtime=374.45 cores=0,2,4,6
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 12560 0 -1 1077944384 345363 0 0 0 37262 183 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660922469264 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23616] ppid=23608 vsize=10684512 memory=8600 CPUtime=376.62 cores=0,2,4,6
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 12560 0 -1 1077944384 621338 0 0 0 37479 183 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660921416720 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23617] ppid=23608 vsize=10684512 memory=1716 CPUtime=375.37 cores=0,2,4,6
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 12560 0 -1 1077944384 644114 0 0 0 37333 204 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660920364176 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23618] ppid=23608 vsize=10684512 memory=14260 CPUtime=21.21 cores=0,2,4,6
/proc/23611/task/23618/stat : 23618 (java) R 23608 23611 12560 0 -1 4202560 74873 0 0 0 2114 7 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660529779264 140660951551787 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23619] ppid=23608 vsize=10684512 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660528727008 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23620] ppid=23608 vsize=10684512 memory=920 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 12560 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660527673472 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23621] ppid=23608 vsize=10684512 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660526622928 140660966573979 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23622] ppid=23608 vsize=10684512 memory=832 CPUtime=0.99 cores=0,2,4,6
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 12560 0 -1 1077944384 3928 0 0 0 99 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660525570304 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23623] ppid=23608 vsize=10684512 memory=16448 CPUtime=0.96 cores=0,2,4,6
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 12560 0 -1 1077944384 2869 0 0 0 96 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660524518096 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23624] ppid=23608 vsize=10684512 memory=8307196 CPUtime=0.36 cores=0,2,4,6
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 12560 0 -1 1077944384 4170 0 0 0 35 1 0 0 20 0 17 0 63506405 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660523460832 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23625] ppid=23608 vsize=10684512 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63506405 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660522413152 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23626] ppid=23608 vsize=10684512 memory=8600 CPUtime=0.16 cores=0,2,4,6
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 12560 0 -1 1077944384 340 0 0 0 10 6 0 0 20 0 17 0 63506410 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660521359664 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23731] ppid=23608 vsize=10684512 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23731/stat : 23731 (java) S 23608 23611 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 63546971 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660520303792 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23732] ppid=23608 vsize=10684512 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23732/stat : 23732 (java) S 23608 23611 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63546972 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660519250800 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
Current children cumulated CPU time: 1550.09 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8307196 KiB

[startup+427.601 s]
/proc/loadavg: 7.07 6.35 5.06 6/211 23732
/proc/meminfo: memFree=15133848/32770624 swapFree=67105588/67108860
[pid=23611] ppid=23608 vsize=10684512 memory=8307196 CPUtime=1550.49 cores=0,2,4,6
/proc/23611/stat : 23611 (java) S 23608 23611 12560 0 -1 1077944320 2593059 0 0 0 154230 819 0 0 20 0 17 0 63506389 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140735034648160 140660966555383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
/proc/23611/statm: 2671128 2076799 3163 1 0 2660543 0
[pid=23611/tid=23613] ppid=23608 vsize=10684512 memory=956 CPUtime=23.83 cores=0,2,4,6
/proc/23611/task/23613/stat : 23613 (java) S 23608 23611 12560 0 -1 1077944384 29301 0 0 0 2349 34 0 0 20 0 17 0 63506399 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660970796064 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23614] ppid=23608 vsize=10684512 memory=1232 CPUtime=376.04 cores=0,2,4,6
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 12560 0 -1 1077944384 865274 0 0 0 37404 200 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660923521808 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23615] ppid=23608 vsize=10684512 memory=2240 CPUtime=374.45 cores=0,2,4,6
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 12560 0 -1 1077944384 345363 0 0 0 37262 183 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660922469264 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23616] ppid=23608 vsize=10684512 memory=-8774313645642428999 CPUtime=376.62 cores=0,2,4,6
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 12560 0 -1 1077944384 621338 0 0 0 37479 183 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660921416720 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23617] ppid=23608 vsize=10684512 memory=288230617509003574 CPUtime=375.37 cores=0,2,4,6
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 12560 0 -1 1077944384 644114 0 0 0 37333 204 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660920364176 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23618] ppid=23608 vsize=10684512 memory=15254835616287083 CPUtime=21.61 cores=0,2,4,6
/proc/23611/task/23618/stat : 23618 (java) R 23608 23611 12560 0 -1 4202560 74873 0 0 0 2154 7 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660529779264 140660951551807 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23619] ppid=23608 vsize=10684512 memory=832 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660528727008 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23620] ppid=23608 vsize=10684512 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 12560 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660527673472 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23621] ppid=23608 vsize=10684512 memory=644 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660526622928 140660966573979 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23622] ppid=23608 vsize=10684512 memory=1744 CPUtime=0.99 cores=0,2,4,6
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 12560 0 -1 1077944384 3928 0 0 0 99 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660525570304 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23623] ppid=23608 vsize=10684512 memory=956 CPUtime=0.96 cores=0,2,4,6
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 12560 0 -1 1077944384 2869 0 0 0 96 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660524518096 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23624] ppid=23608 vsize=10684512 memory=1232 CPUtime=0.36 cores=0,2,4,6
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 12560 0 -1 1077944384 4170 0 0 0 35 1 0 0 20 0 17 0 63506405 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660523460832 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23625] ppid=23608 vsize=10684512 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63506405 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660522413152 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23626] ppid=23608 vsize=10684512 memory=4088 CPUtime=0.16 cores=0,2,4,6
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 12560 0 -1 1077944384 340 0 0 0 10 6 0 0 20 0 17 0 63506410 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660521359664 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23731] ppid=23608 vsize=10684512 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23731/stat : 23731 (java) S 23608 23611 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 63546971 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660520303792 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23732] ppid=23608 vsize=10684512 memory=920 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23732/stat : 23732 (java) S 23608 23611 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63546972 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660519250800 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
Current children cumulated CPU time: 1550.49 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8307196 KiB

[startup+427.801 s]
/proc/loadavg: 7.07 6.35 5.06 6/211 23732
/proc/meminfo: memFree=15133848/32770624 swapFree=67105588/67108860
[pid=23611] ppid=23608 vsize=10684512 memory=8307196 CPUtime=1550.69 cores=0,2,4,6
/proc/23611/stat : 23611 (java) S 23608 23611 12560 0 -1 1077944320 2593059 0 0 0 154250 819 0 0 20 0 17 0 63506389 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140735034648160 140660966555383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
/proc/23611/statm: 2671128 2076799 3163 1 0 2660543 0
[pid=23611/tid=23613] ppid=23608 vsize=10684512 memory=832 CPUtime=23.83 cores=0,2,4,6
/proc/23611/task/23613/stat : 23613 (java) S 23608 23611 12560 0 -1 1077944384 29301 0 0 0 2349 34 0 0 20 0 17 0 63506399 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660970796064 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23614] ppid=23608 vsize=10684512 memory=-8774313645642428999 CPUtime=376.04 cores=0,2,4,6
/proc/23611/task/23614/stat : 23614 (java) S 23608 23611 12560 0 -1 1077944384 865274 0 0 0 37404 200 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660923521808 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23615] ppid=23608 vsize=10684512 memory=576461256482450691 CPUtime=374.45 cores=0,2,4,6
/proc/23611/task/23615/stat : 23615 (java) S 23608 23611 12560 0 -1 1077944384 345363 0 0 0 37262 183 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660922469264 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23616] ppid=23608 vsize=10684512 memory=18335 CPUtime=376.62 cores=0,2,4,6
/proc/23611/task/23616/stat : 23616 (java) S 23608 23611 12560 0 -1 1077944384 621338 0 0 0 37479 183 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660921416720 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23617] ppid=23608 vsize=10684512 memory=4048795658516454748 CPUtime=375.37 cores=0,2,4,6
/proc/23611/task/23617/stat : 23617 (java) S 23608 23611 12560 0 -1 1077944384 644114 0 0 0 37333 204 0 0 20 0 17 0 63506400 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660920364176 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23618] ppid=23608 vsize=10684512 memory=6944656592387989600 CPUtime=21.81 cores=0,2,4,6
/proc/23611/task/23618/stat : 23618 (java) R 23608 23611 12560 0 -1 4202560 74873 0 0 0 2174 7 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660529779264 140660951012986 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23619] ppid=23608 vsize=10684512 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23619/stat : 23619 (java) S 23608 23611 12560 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660528727008 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23620] ppid=23608 vsize=10684512 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23620/stat : 23620 (java) S 23608 23611 12560 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 17 0 63506402 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660527673472 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23621] ppid=23608 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23621/stat : 23621 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660526622928 140660966573979 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23622] ppid=23608 vsize=10684512 memory=6944656592455097440 CPUtime=0.99 cores=0,2,4,6
/proc/23611/task/23622/stat : 23622 (java) S 23608 23611 12560 0 -1 1077944384 3928 0 0 0 99 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660525570304 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23623] ppid=23608 vsize=10684512 memory=6656426216303648864 CPUtime=0.96 cores=0,2,4,6
/proc/23611/task/23623/stat : 23623 (java) S 23608 23611 12560 0 -1 1077944384 2869 0 0 0 96 0 0 0 20 0 17 0 63506404 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660524518096 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23624] ppid=23608 vsize=10684512 memory=6944656592387989600 CPUtime=0.36 cores=0,2,4,6
/proc/23611/task/23624/stat : 23624 (java) S 23608 23611 12560 0 -1 1077944384 4170 0 0 0 35 1 0 0 20 0 17 0 63506405 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660523460832 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23625] ppid=23608 vsize=10684512 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23625/stat : 23625 (java) S 23608 23611 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 63506405 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660522413152 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23626] ppid=23608 vsize=10684512 memory=6944656592387989600 CPUtime=0.16 cores=0,2,4,6
/proc/23611/task/23626/stat : 23626 (java) S 23608 23611 12560 0 -1 1077944384 340 0 0 0 10 6 0 0 20 0 17 0 63506410 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660521359664 140660966566530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23731] ppid=23608 vsize=10684512 memory=7306062783016687469 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23731/stat : 23731 (java) S 23608 23611 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 63546971 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660520303792 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
[pid=23611/tid=23732] ppid=23608 vsize=10684512 memory=6369607583083817303 CPUtime=0 cores=0,2,4,6
/proc/23611/task/23732/stat : 23732 (java) S 23608 23611 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 63546972 10940940288 2076799 18446744073709551615 4194304 4196468 140735034665616 140660519250800 140660966565589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12111872 140735034671504 140735034671657 140735034671657 140735034675151 0
Current children cumulated CPU time: 1550.69 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8307196 KiB

[startup+427.901 s]*
/proc/loadavg: 7.07 6.35 5.06 3/196 23732
/proc/meminfo: memFree=16425384/32770624 swapFree=67105588/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): 427.973
CPU time (s): 1550.87
CPU user time (s): 1542.58
CPU system time (s): 8.29359
CPU usage (%): 362.375
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8307196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1542.58
system time used= 8.29359
maximum resident set size= 8307464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2593154
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32433
involuntary context switches= 41027


# summary of solver processes directly reported to runsolver:
#   pid: 23611
#   total CPU time (s): 1550.87
#   total CPU user time (s): 1542.58
#   total CPU system time (s): 8.29359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.4309 second user time and 4.21232 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 10:17:48
IDJOB=4262946
IDBENCH=120574
IDSOLVER=2651
FILE ID=node126/4262946-1502613110
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 51dc9de19dcdd21b605810f9d7307a76
RANDOM SEED=591035504

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23429684 kB
MemAvailable:   23659576 kB
Buffers:          256832 kB
Cached:           243680 kB
SwapCached:          524 kB
Active:          8713860 kB
Inactive:         134060 kB
Active(anon):    8295740 kB
Inactive(anon):    85576 kB
Active(file):     418120 kB
Inactive(file):    48484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              2848 kB
Writeback:             0 kB
AnonPages:       8347252 kB
Mapped:            57408 kB
Shmem:             33440 kB
Slab:             184336 kB
SReclaimable:     158244 kB
SUnreclaim:        26092 kB
KernelStack:        3408 kB
PageTables:        21236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8632344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7204864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node126 at 2017-08-13 10:24:56