Trace number 4244116

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
R1: sat4j-CSP 2017-07-05? 1348.72 378.81201

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-23-25.xml
MD5SUMd34e1ab3749b5ab5f756e156ef97f2b6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2519.9399
Satisfiable
(Un)Satisfiability was proved
Number of variables575
Number of constraints75901
Number of domains1
Minimum domain size575
Maximum domain size575
Distribution of domain sizes[{"size":575,"count":575}]
Minimum variable degree530
Maximum variable degree530
Distribution of variable degrees[{"degree":530,"count":575}]
Minimum constraint arity4
Maximum constraint arity575
Distribution of constraint arities[{"arity":4,"count":75900},{"arity":575,"count":1}]
Number of extensional constraints0
Number of intensional constraints75900
Distribution of constraint types[{"type":"intension","count":75900},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244116-1502057766/watcher-4244116-1502057766 -o /tmp/evaluation-result-4244116-1502057766/solver-4244116-1502057766 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244116-1502057766.xml 

pid=21549
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 7.92 7.41 6.35 5/203 21552
/proc/meminfo: memFree=23251040/32770624 swapFree=0/345984
[pid=21552] ppid=21549 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/21552/stat : 21552 (runsolver) D 21549 21552 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47687542 24240128 107 18446744073709551615 4194304 4338465 140731459568960 140731459566600 139768579625687 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 34742272 140731459571847 140731459572297 140731459572297 140731459575754 0
/proc/21552/statm: 5918 107 54 36 0 2156 0

[startup+0.100106 s]
/proc/loadavg: 7.92 7.41 6.35 5/203 21552
/proc/meminfo: memFree=23251040/32770624 swapFree=0/345984
[pid=21552] ppid=21549 vsize=356952 CPUtime=0 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 1741 0 0 0 0 0 0 0 20 0 2 0 47687542 365518848 1900 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 89238 1964 1105 1 0 79208 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200276 s]
/proc/loadavg: 7.92 7.41 6.35 5/203 21552
/proc/meminfo: memFree=23251040/32770624 swapFree=0/345984
[pid=21552] ppid=21549 vsize=10551156 CPUtime=0.07 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 4907 0 0 0 6 1 0 0 20 0 15 0 47687542 10804383744 5916 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637789 5916 2610 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.30064 s]
/proc/loadavg: 7.92 7.41 6.35 5/203 21552
/proc/meminfo: memFree=23251040/32770624 swapFree=0/345984
[pid=21552] ppid=21549 vsize=10551156 CPUtime=0.21 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 8175 0 0 0 19 2 0 0 20 0 15 0 47687542 10804383744 8872 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637789 8872 2865 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.707792 s]
/proc/loadavg: 7.92 7.41 6.35 5/203 21552
/proc/meminfo: memFree=23251040/32770624 swapFree=0/345984
[pid=21552] ppid=21549 vsize=10551232 CPUtime=1.32 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 12943 0 0 0 126 6 0 0 20 0 15 0 47687542 10804461568 27391 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637808 27391 3040 1 0 2627261 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10551232

[startup+1.50062 s]
/proc/loadavg: 7.92 7.41 6.35 8/218 21567
/proc/meminfo: memFree=23006892/32770624 swapFree=0/346032
[pid=21552] ppid=21549 vsize=10551232 CPUtime=3.47 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 14469 0 0 0 326 21 0 0 20 0 15 0 47687542 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637808 97620 3096 1 0 2627261 0
[pid=21552/tid=21554] ppid=21549 vsize=10551232 CPUtime=1.25 cores=0,2,4,6
/proc/21552/task/21554/stat : 21554 (java) R 21549 21552 12906 0 -1 4202560 7547 0 0 0 118 7 0 0 20 0 15 0 47687551 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139971592493472 139971190425531 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21555] ppid=21549 vsize=10551232 CPUtime=0.08 cores=0,2,4,6
/proc/21552/task/21555/stat : 21555 (java) S 21549 21552 12906 0 -1 1077944384 198 0 0 0 5 3 0 0 20 0 15 0 47687552 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139971518676112 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21556] ppid=21549 vsize=10551232 CPUtime=0.08 cores=0,2,4,6
/proc/21552/task/21556/stat : 21556 (java) S 21549 21552 12906 0 -1 1077944384 87 0 0 0 5 3 0 0 20 0 15 0 47687552 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139971517623312 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21557] ppid=21549 vsize=10551232 CPUtime=0.06 cores=0,2,4,6
/proc/21552/task/21557/stat : 21557 (java) S 21549 21552 12906 0 -1 1077944384 125 0 0 0 4 2 0 0 20 0 15 0 47687552 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139971516570512 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21558] ppid=21549 vsize=10551232 CPUtime=0.07 cores=0,2,4,6
/proc/21552/task/21558/stat : 21558 (java) S 21549 21552 12906 0 -1 1077944384 166 0 0 0 5 2 0 0 20 0 15 0 47687552 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139971515517712 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21559] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 12906 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 47687553 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139970626939248 139971588266626 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21560] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139970625885216 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21561] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139970624832368 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21562] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687556 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139970623780688 139971588274075 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21563] ppid=21549 vsize=10551232 CPUtime=0.78 cores=0,2,4,6
/proc/21552/task/21563/stat : 21563 (java) R 21549 21552 12906 0 -1 4202560 1749 0 0 0 78 0 0 0 20 0 15 0 47687556 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139970622715872 139971569776597 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21564] ppid=21549 vsize=10551232 CPUtime=0.78 cores=0,2,4,6
/proc/21552/task/21564/stat : 21564 (java) R 21549 21552 12906 0 -1 4202560 1481 0 0 0 78 0 0 0 20 0 15 0 47687556 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139970621657664 139971572173120 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21565] ppid=21549 vsize=10551232 CPUtime=0.29 cores=0,2,4,6
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 12906 0 -1 1077944384 1551 0 0 0 28 1 0 0 20 0 15 0 47687557 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139970620623472 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21566] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687557 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139970619570912 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21567] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47687561 10804461568 97620 18446744073709551615 4194304 4196468 140730929212448 139970618518192 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10551232

[startup+3.10057 s]
/proc/loadavg: 7.92 7.41 6.35 8/218 21567
/proc/meminfo: memFree=22401504/32770624 swapFree=0/346032
[pid=21552] ppid=21549 vsize=10551232 CPUtime=7.52 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 18920 0 0 0 677 75 0 0 20 0 15 0 47687542 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637808 373967 3109 1 0 2627261 0
[pid=21552/tid=21554] ppid=21549 vsize=10551232 CPUtime=2.28 cores=0,2,4,6
/proc/21552/task/21554/stat : 21554 (java) S 21549 21552 12906 0 -1 1077944384 8495 0 0 0 213 15 0 0 20 0 15 0 47687551 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139971592482080 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21555] ppid=21549 vsize=10551232 CPUtime=0.64 cores=0,2,4,6
/proc/21552/task/21555/stat : 21555 (java) R 21549 21552 12906 0 -1 4202560 724 0 0 0 50 14 0 0 20 0 15 0 47687552 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139971518676112 139971573206606 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21556] ppid=21549 vsize=10551232 CPUtime=0.63 cores=0,2,4,6
/proc/21552/task/21556/stat : 21556 (java) R 21549 21552 12906 0 -1 4202560 761 0 0 0 49 14 0 0 20 0 15 0 47687552 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139971517622896 139971580883687 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21557] ppid=21549 vsize=10551232 CPUtime=0.6 cores=0,2,4,6
/proc/21552/task/21557/stat : 21557 (java) R 21549 21552 12906 0 -1 4202560 794 0 0 0 47 13 0 0 20 0 15 0 47687552 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139971516570408 139971580883687 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21558] ppid=21549 vsize=10551232 CPUtime=0.61 cores=0,2,4,6
/proc/21552/task/21558/stat : 21558 (java) R 21549 21552 12906 0 -1 4202560 652 0 0 0 48 13 0 0 20 0 15 0 47687552 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139971515517600 139971572953254 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21559] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 12906 0 -1 1077944384 1124 0 0 0 0 0 0 0 20 0 15 0 47687553 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139970626937568 139971588265685 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21560] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139970625885280 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21561] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139970624832368 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21562] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687556 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139970623780688 139971588274075 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21563] ppid=21549 vsize=10551232 CPUtime=1.18 cores=0,2,4,6
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 12906 0 -1 1077944384 1825 0 0 0 118 0 0 0 20 0 15 0 47687556 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139970622729072 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21564] ppid=21549 vsize=10551232 CPUtime=1.14 cores=0,2,4,6
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 12906 0 -1 1077944384 1542 0 0 0 114 0 0 0 20 0 15 0 47687556 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139970621676272 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21565] ppid=21549 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 12906 0 -1 1077944384 1645 0 0 0 34 1 0 0 20 0 15 0 47687557 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139970620623472 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21566] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687557 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139970619570912 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21567] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687561 10804461568 373967 18446744073709551615 4194304 4196468 140730929212448 139970618518192 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 10551232

[startup+6.3006 s]
/proc/loadavg: 7.68 7.37 6.34 9/218 21567
/proc/meminfo: memFree=21461520/32770624 swapFree=0/346028
[pid=21552] ppid=21549 vsize=10551232 CPUtime=15.77 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 47905 0 0 0 1437 140 0 0 20 0 15 0 47687542 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637808 539620 3117 1 0 2627261 0
[pid=21552/tid=21554] ppid=21549 vsize=10551232 CPUtime=3.4 cores=0,2,4,6
/proc/21552/task/21554/stat : 21554 (java) S 21549 21552 12906 0 -1 1077944384 10325 0 0 0 325 15 0 0 20 0 15 0 47687551 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139971592491360 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21555] ppid=21549 vsize=10551232 CPUtime=2.3 cores=0,2,4,6
/proc/21552/task/21555/stat : 21555 (java) R 21549 21552 12906 0 -1 4202560 3486 0 0 0 201 29 0 0 20 0 15 0 47687552 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139971518676312 139971573206505 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21556] ppid=21549 vsize=10551232 CPUtime=2.3 cores=0,2,4,6
/proc/21552/task/21556/stat : 21556 (java) R 21549 21552 12906 0 -1 4202560 8067 0 0 0 199 31 0 0 20 0 15 0 47687552 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139971517623200 139971572953240 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21557] ppid=21549 vsize=10551232 CPUtime=2.26 cores=0,2,4,6
/proc/21552/task/21557/stat : 21557 (java) R 21549 21552 12906 0 -1 4202560 8763 0 0 0 196 30 0 0 20 0 15 0 47687552 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139971516570712 139971569852490 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21558] ppid=21549 vsize=10551232 CPUtime=2.29 cores=0,2,4,6
/proc/21552/task/21558/stat : 21558 (java) R 21549 21552 12906 0 -1 4202560 8816 0 0 0 200 29 0 0 20 0 15 0 47687552 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139971515517912 139971572953231 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21559] ppid=21549 vsize=10551232 CPUtime=0.41 cores=0,2,4,6
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 12906 0 -1 1077944384 1676 0 0 0 41 0 0 0 20 0 15 0 47687553 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139970626937568 139971588265685 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21560] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139970625885280 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21561] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139970624832368 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21562] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687556 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139970623780688 139971588274075 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21563] ppid=21549 vsize=10551232 CPUtime=1.2 cores=0,2,4,6
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 12906 0 -1 1077944384 1834 0 0 0 120 0 0 0 20 0 15 0 47687556 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139970622729072 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21564] ppid=21549 vsize=10551232 CPUtime=1.16 cores=0,2,4,6
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 12906 0 -1 1077944384 1548 0 0 0 116 0 0 0 20 0 15 0 47687556 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139970621676272 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21565] ppid=21549 vsize=10551232 CPUtime=0.36 cores=0,2,4,6
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 12906 0 -1 1077944384 1728 0 0 0 35 1 0 0 20 0 15 0 47687557 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139970620623472 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21566] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687557 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139970619570912 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21567] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 12906 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 47687561 10804461568 539620 18446744073709551615 4194304 4196468 140730929212448 139970618518192 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 10551232

[startup+12.7006 s]
/proc/loadavg: 7.39 7.32 6.33 10/218 21567
/proc/meminfo: memFree=19689760/32770624 swapFree=0/346020
[pid=21552] ppid=21549 vsize=10551232 CPUtime=32.92 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 76030 0 0 0 3037 255 0 0 20 0 15 0 47687542 10804461568 892085 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637808 892085 3117 1 0 2627261 0
[pid=21552/tid=21554] ppid=21549 vsize=10551232 CPUtime=5.01 cores=0,2,4,6
/proc/21552/task/21554/stat : 21554 (java) S 21549 21552 12906 0 -1 1077944384 13230 0 0 0 481 20 0 0 20 0 15 0 47687551 10804461568 892085 18446744073709551615 4194304 4196468 140730929212448 139971592490832 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21555] ppid=21549 vsize=10551232 CPUtime=5.88 cores=0,2,4,6
/proc/21552/task/21555/stat : 21555 (java) R 21549 21552 12906 0 -1 4202560 7163 0 0 0 534 54 0 0 20 0 15 0 47687552 10804461568 892085 18446744073709551615 4194304 4196468 140730929212448 139971518676312 139971569852018 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21556] ppid=21549 vsize=10551232 CPUtime=5.89 cores=0,2,4,6
/proc/21552/task/21556/stat : 21556 (java) R 21549 21552 12906 0 -1 4202560 15199 0 0 0 530 59 0 0 20 0 15 0 47687552 10804461568 892085 18446744073709551615 4194304 4196468 140730929212448 139971517622896 139971580883687 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21557] ppid=21549 vsize=10551232 CPUtime=5.86 cores=0,2,4,6
/proc/21552/task/21557/stat : 21557 (java) R 21549 21552 12906 0 -1 4202560 16397 0 0 0 527 59 0 0 20 0 15 0 47687552 10804461568 892085 18446744073709551615 4194304 4196468 140730929212448 139971516570096 139971580883687 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21558] ppid=21549 vsize=10551232 CPUtime=5.86 cores=0,2,4,6
/proc/21552/task/21558/stat : 21558 (java) R 21549 21552 12906 0 -1 4202560 11914 0 0 0 528 58 0 0 20 0 15 0 47687552 10804461568 892085 18446744073709551615 4194304 4196468 140730929212448 139971515517608 139971580883687 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21559] ppid=21549 vsize=10551232 CPUtime=1.59 cores=0,2,4,6
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 12906 0 -1 1077944384 4860 0 0 0 159 0 0 0 20 0 15 0 47687553 10804461568 892085 18446744073709551615 4194304 4196468 140730929212448 139970626937568 139971588265685 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21560] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 892085 18446744073709551615 4194304 4196468 140730929212448 139970625885280 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21561] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 892085 18446744073709551615 4194304 4196468 140730929212448 139970624832368 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21562] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687556 10804461568 892085 18446744073709551615 4194304 4196468 140730929212448 139970623780688 139971588274075 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0

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

[pid=21552/tid=21565] ppid=21549 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 12906 0 -1 1077944384 3340 0 0 0 41 1 0 0 20 0 15 0 47687557 10804461568 2076335 18446744073709551615 4194304 4196468 140730929212448 139970620623472 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21566] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687557 10804461568 2076335 18446744073709551615 4194304 4196468 140730929212448 139970619570912 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21567] ppid=21549 vsize=10551232 CPUtime=0.14 cores=0,2,4,6
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 12906 0 -1 1077944384 669 0 0 0 8 6 0 0 20 0 15 0 47687561 10804461568 2076335 18446744073709551615 4194304 4196468 140730929212448 139970618518192 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
Current children cumulated CPU time (s) 1321.8
Current children cumulated vsize (KiB) 10551232

[startup+374.401 s]
/proc/loadavg: 8.16 7.42 6.61 9/214 21657
/proc/meminfo: memFree=14931892/32770624 swapFree=0/346112
[pid=21552] ppid=21549 vsize=10551232 CPUtime=1334.56 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 435778 0 0 0 132840 616 0 0 20 0 15 0 47687542 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637808 2076338 3121 1 0 2627261 0
[pid=21552/tid=21554] ppid=21549 vsize=10551232 CPUtime=14.55 cores=0,2,4,6
/proc/21552/task/21554/stat : 21554 (java) S 21549 21552 12906 0 -1 1077944384 24509 0 0 0 1432 23 0 0 20 0 15 0 47687551 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139971592494192 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21555] ppid=21549 vsize=10551232 CPUtime=320.04 cores=0,2,4,6
/proc/21552/task/21555/stat : 21555 (java) R 21549 21552 12906 0 -1 4202560 65511 0 0 0 31870 134 0 0 20 0 15 0 47687552 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139971518676312 139971569852213 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21556] ppid=21549 vsize=10551232 CPUtime=319.85 cores=0,2,4,6
/proc/21552/task/21556/stat : 21556 (java) R 21549 21552 12906 0 -1 4202560 91222 0 0 0 31835 150 0 0 20 0 15 0 47687552 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139971517623512 139971569851946 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21557] ppid=21549 vsize=10551232 CPUtime=320.34 cores=0,2,4,6
/proc/21552/task/21557/stat : 21557 (java) R 21549 21552 12906 0 -1 4202560 90766 0 0 0 31882 152 0 0 20 0 15 0 47687552 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139971516570400 139971569851296 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21558] ppid=21549 vsize=10551232 CPUtime=319.96 cores=0,2,4,6
/proc/21552/task/21558/stat : 21558 (java) R 21549 21552 12906 0 -1 4202560 78813 0 0 0 31851 145 0 0 20 0 15 0 47687552 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139971515517912 139971572953231 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21559] ppid=21549 vsize=10551232 CPUtime=36.67 cores=0,2,4,6
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 12906 0 -1 1077944384 73991 0 0 0 3663 4 0 0 20 0 15 0 47687553 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139970626937568 139971588265685 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21560] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139970625885280 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21561] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139970624832368 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21562] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687556 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139970623780688 139971588274075 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21563] ppid=21549 vsize=10551232 CPUtime=1.26 cores=0,2,4,6
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 12906 0 -1 1077944384 3096 0 0 0 126 0 0 0 20 0 15 0 47687556 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139970622729072 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21564] ppid=21549 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 12906 0 -1 1077944384 2503 0 0 0 123 0 0 0 20 0 15 0 47687556 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139970621676272 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21565] ppid=21549 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 12906 0 -1 1077944384 3340 0 0 0 41 1 0 0 20 0 15 0 47687557 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139970620623472 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21566] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687557 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139970619570912 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21567] ppid=21549 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 12906 0 -1 1077944384 669 0 0 0 8 7 0 0 20 0 15 0 47687561 10804461568 2076338 18446744073709551615 4194304 4196468 140730929212448 139970618518192 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
Current children cumulated CPU time (s) 1334.56
Current children cumulated vsize (KiB) 10551232

[startup+376.002 s]
/proc/loadavg: 8.22 7.44 6.62 9/214 21657
/proc/meminfo: memFree=14931768/32770624 swapFree=0/346112
[pid=21552] ppid=21549 vsize=10551232 CPUtime=1340.92 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 435818 0 0 0 133476 616 0 0 20 0 15 0 47687542 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637808 2076339 3121 1 0 2627261 0
[pid=21552/tid=21554] ppid=21549 vsize=10551232 CPUtime=14.55 cores=0,2,4,6
/proc/21552/task/21554/stat : 21554 (java) S 21549 21552 12906 0 -1 1077944384 24509 0 0 0 1432 23 0 0 20 0 15 0 47687551 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971592494192 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21555] ppid=21549 vsize=10551232 CPUtime=321.62 cores=0,2,4,6
/proc/21552/task/21555/stat : 21555 (java) R 21549 21552 12906 0 -1 4202560 65548 0 0 0 32028 134 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971518676312 139971572956112 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21556] ppid=21549 vsize=10551232 CPUtime=321.44 cores=0,2,4,6
/proc/21552/task/21556/stat : 21556 (java) R 21549 21552 12906 0 -1 4202560 91224 0 0 0 31994 150 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971517623200 139971572956064 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21557] ppid=21549 vsize=10551232 CPUtime=321.93 cores=0,2,4,6
/proc/21552/task/21557/stat : 21557 (java) R 21549 21552 12906 0 -1 4202560 90767 0 0 0 32041 152 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971516570712 139971573245122 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21558] ppid=21549 vsize=10551232 CPUtime=321.55 cores=0,2,4,6
/proc/21552/task/21558/stat : 21558 (java) R 21549 21552 12906 0 -1 4202560 78813 0 0 0 32010 145 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971515517912 139971573251972 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21559] ppid=21549 vsize=10551232 CPUtime=36.68 cores=0,2,4,6
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 12906 0 -1 1077944384 73991 0 0 0 3664 4 0 0 20 0 15 0 47687553 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970626937792 139971588265685 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21560] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970625885280 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21561] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970624832368 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21562] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687556 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970623780688 139971588274075 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21563] ppid=21549 vsize=10551232 CPUtime=1.26 cores=0,2,4,6
/proc/21552/task/21563/stat : 21563 (java) R 21549 21552 12906 0 -1 1077944384 3096 0 0 0 126 0 0 0 20 0 15 0 47687556 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970622729072 139971588266626 0 4 1 16800974 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21564] ppid=21549 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 12906 0 -1 1077944384 2503 0 0 0 123 0 0 0 20 0 15 0 47687556 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970621676272 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21565] ppid=21549 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 12906 0 -1 1077944384 3340 0 0 0 41 1 0 0 20 0 15 0 47687557 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970620623472 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21566] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687557 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970619570912 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21567] ppid=21549 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 12906 0 -1 1077944384 669 0 0 0 8 7 0 0 20 0 15 0 47687561 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970618518192 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
Current children cumulated CPU time (s) 1340.92
Current children cumulated vsize (KiB) 10551232

[startup+377.601 s]
/proc/loadavg: 8.22 7.44 6.62 10/214 21657
/proc/meminfo: memFree=14931768/32770624 swapFree=0/346112
[pid=21552] ppid=21549 vsize=10551232 CPUtime=1347.3 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 436014 0 0 0 134114 616 0 0 20 0 15 0 47687542 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637808 2076339 3121 1 0 2627261 0
[pid=21552/tid=21554] ppid=21549 vsize=10551232 CPUtime=14.55 cores=0,2,4,6
/proc/21552/task/21554/stat : 21554 (java) S 21549 21552 12906 0 -1 1077944384 24509 0 0 0 1432 23 0 0 20 0 15 0 47687551 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971592494192 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21555] ppid=21549 vsize=10551232 CPUtime=323.19 cores=0,2,4,6
/proc/21552/task/21555/stat : 21555 (java) R 21549 21552 12906 0 -1 4202560 65584 0 0 0 32185 134 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971518676312 139971572956083 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21556] ppid=21549 vsize=10551232 CPUtime=323.04 cores=0,2,4,6
/proc/21552/task/21556/stat : 21556 (java) R 21549 21552 12906 0 -1 4202560 91273 0 0 0 32154 150 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971517623200 139971581358465 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21557] ppid=21549 vsize=10551232 CPUtime=323.53 cores=0,2,4,6
/proc/21552/task/21557/stat : 21557 (java) R 21549 21552 12906 0 -1 4202560 90826 0 0 0 32201 152 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971516570712 139971572956154 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21558] ppid=21549 vsize=10551232 CPUtime=323.15 cores=0,2,4,6
/proc/21552/task/21558/stat : 21558 (java) R 21549 21552 12906 0 -1 4202560 78864 0 0 0 32170 145 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971515517912 139971573251846 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21559] ppid=21549 vsize=10551232 CPUtime=36.68 cores=0,2,4,6
/proc/21552/task/21559/stat : 21559 (java) S 21549 21552 12906 0 -1 1077944384 73991 0 0 0 3664 4 0 0 20 0 15 0 47687553 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970626937792 139971588265685 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21560] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970625885280 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21561] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970624832368 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21562] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687556 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970623780688 139971588274075 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21563] ppid=21549 vsize=10551232 CPUtime=1.26 cores=0,2,4,6
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 12906 0 -1 1077944384 3097 0 0 0 126 0 0 0 20 0 15 0 47687556 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970622728832 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21564] ppid=21549 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 12906 0 -1 1077944384 2503 0 0 0 123 0 0 0 20 0 15 0 47687556 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970621676320 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21565] ppid=21549 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 12906 0 -1 1077944384 3340 0 0 0 41 1 0 0 20 0 15 0 47687557 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970620623520 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21566] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687557 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970619570912 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21567] ppid=21549 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 12906 0 -1 1077944384 669 0 0 0 8 7 0 0 20 0 15 0 47687561 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970618518192 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
Current children cumulated CPU time (s) 1347.3
Current children cumulated vsize (KiB) 10551232

[startup+378.401 s]
/proc/loadavg: 8.22 7.44 6.62 6/214 21657
/proc/meminfo: memFree=14931768/32770624 swapFree=0/346112
[pid=21552] ppid=21549 vsize=10551232 CPUtime=1348.49 cores=0,2,4,6
/proc/21552/stat : 21552 (java) S 21549 21552 12906 0 -1 1077944320 436014 0 0 0 134233 616 0 0 20 0 15 0 47687542 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 140730929194992 139971588255479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
/proc/21552/statm: 2637808 2076339 3121 1 0 2627261 0
[pid=21552/tid=21554] ppid=21549 vsize=10551232 CPUtime=14.55 cores=0,2,4,6
/proc/21552/task/21554/stat : 21554 (java) S 21549 21552 12906 0 -1 1077944384 24509 0 0 0 1432 23 0 0 20 0 15 0 47687551 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971592494192 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21555] ppid=21549 vsize=10551232 CPUtime=323.32 cores=0,2,4,6
/proc/21552/task/21555/stat : 21555 (java) S 21549 21552 12906 0 -1 1077944384 65584 0 0 0 32198 134 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971518676112 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21556] ppid=21549 vsize=10551232 CPUtime=323.17 cores=0,2,4,6
/proc/21552/task/21556/stat : 21556 (java) S 21549 21552 12906 0 -1 1077944384 91273 0 0 0 32167 150 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971517623312 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21557] ppid=21549 vsize=10551232 CPUtime=323.65 cores=0,2,4,6
/proc/21552/task/21557/stat : 21557 (java) S 21549 21552 12906 0 -1 1077944384 90826 0 0 0 32213 152 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971516570512 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21558] ppid=21549 vsize=10551232 CPUtime=323.28 cores=0,2,4,6
/proc/21552/task/21558/stat : 21558 (java) S 21549 21552 12906 0 -1 1077944384 78864 0 0 0 32183 145 0 0 20 0 15 0 47687552 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139971515517712 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21559] ppid=21549 vsize=10551232 CPUtime=37.36 cores=0,2,4,6
/proc/21552/task/21559/stat : 21559 (java) R 21549 21552 12906 0 -1 4202560 73991 0 0 0 3732 4 0 0 20 0 15 0 47687553 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970626937680 139971573251883 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21560] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21560/stat : 21560 (java) S 21549 21552 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970625885280 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21561] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21561/stat : 21561 (java) S 21549 21552 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 47687554 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970624832368 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21562] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21562/stat : 21562 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687556 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970623780688 139971588274075 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21563] ppid=21549 vsize=10551232 CPUtime=1.26 cores=0,2,4,6
/proc/21552/task/21563/stat : 21563 (java) S 21549 21552 12906 0 -1 1077944384 3097 0 0 0 126 0 0 0 20 0 15 0 47687556 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970622728832 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21564] ppid=21549 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/21552/task/21564/stat : 21564 (java) S 21549 21552 12906 0 -1 1077944384 2503 0 0 0 123 0 0 0 20 0 15 0 47687556 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970621676320 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21565] ppid=21549 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/21552/task/21565/stat : 21565 (java) S 21549 21552 12906 0 -1 1077944384 3340 0 0 0 41 1 0 0 20 0 15 0 47687557 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970620623520 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21566] ppid=21549 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21552/task/21566/stat : 21566 (java) S 21549 21552 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47687557 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970619570912 139971588265685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
[pid=21552/tid=21567] ppid=21549 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/21552/task/21567/stat : 21567 (java) S 21549 21552 12906 0 -1 1077944384 669 0 0 0 8 7 0 0 20 0 15 0 47687561 10804461568 2076339 18446744073709551615 4194304 4196468 140730929212448 139970618518192 139971588266626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 33959936 140730929217973 140730929218126 140730929218126 140730929221583 0
Current children cumulated CPU time (s) 1348.49
Current children cumulated vsize (KiB) 10551232

[startup+378.806 s]
/proc/loadavg: 8.22 7.44 6.62 6/214 21657
/proc/meminfo: memFree=14931768/32770624 swapFree=0/346112
[pid=21552] ppid=21549 vsize=0 CPUtime=1348.7 cores=0,2,4,6
/proc/21552/stat : 21552 (java) Z 21549 21552 12906 0 -1 4227084 436794 0 0 0 134250 620 0 0 20 0 2 0 47687542 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/21552/statm: 0 0 0 0 0 0 0
[pid=21552/tid=21564] ppid=21549 vsize=0 CPUtime=1.27 cores=0,2,4,6
/proc/21552/task/21564/stat : 21564 (java) R 21549 21552 12906 0 -1 4203588 2522 0 0 0 123 4 0 0 20 0 2 0 47687556 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1348.7
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 378.812
CPU time (s): 1348.72
CPU user time (s): 1342.51
CPU system time (s): 6.21023
CPU usage (%): 356.039
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1342.51
system time used= 6.21023
maximum resident set size= 8306416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436794
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18756
involuntary context switches= 28897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.93415 second user time and 2.30392 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 00:02:09
IDJOB=4244116
IDBENCH=139756
IDSOLVER=2623
FILE ID=node135/4244116-1502057766
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-23-25.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244116-1502057766/watcher-4244116-1502057766 -o /tmp/evaluation-result-4244116-1502057766/solver-4244116-1502057766 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244116-1502057766.xml

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

MD5SUM BENCH= d34e1ab3749b5ab5f756e156ef97f2b6
RANDOM SEED=1484649485

node135.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.21
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.21
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.21
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.21
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:        23251044 kB
MemAvailable:   23672360 kB
Buffers:          206660 kB
Cached:           503608 kB
SwapCached:            0 kB
Active:          8701384 kB
Inactive:         370956 kB
Active(anon):    8362648 kB
Inactive(anon):    24972 kB
Active(file):     338736 kB
Inactive(file):   345984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6052 kB
Writeback:             0 kB
AnonPages:       8361908 kB
Mapped:            51492 kB
Shmem:             25344 kB
Slab:             131880 kB
SReclaimable:     104860 kB
SUnreclaim:        27020 kB
KernelStack:        3600 kB
PageTables:        21676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8623704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8142848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62016 MiB
End job on node135 at 2017-08-07 00:08:28