Trace number 4289776

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1576.75 434.861

General information on the benchmark

NameGraphColoring/
GraphColoring-5-fullins-4_c18.xml
MD5SUM9a110b3288dcdd83da8fcc132ac433c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark141.733
Satisfiable
(Un)Satisfiability was proved
Number of variables1085
Number of constraints11395
Number of domains1
Minimum domain size1085
Maximum domain size1085
Distribution of domain sizes[{"size":1085,"count":1085}]
Minimum variable degree7
Maximum variable degree161
Distribution of variable degrees[{"degree":7,"count":4},{"degree":8,"count":22},{"degree":9,"count":16},{"degree":10,"count":80},{"degree":11,"count":22},{"degree":12,"count":110},{"degree":13,"count":19},{"degree":14,"count":60},{"degree":15,"count":60},{"degree":16,"count":300},{"degree":19,"count":7},{"degree":20,"count":35},{"degree":21,"count":7},{"degree":22,"count":35},{"degree":30,"count":7},{"degree":33,"count":7},{"degree":34,"count":35},{"degree":35,"count":35},{"degree":36,"count":175},{"degree":55,"count":7},{"degree":56,"count":35},{"degree":161,"count":7}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":11395}]
Number of extensional constraints0
Number of intensional constraints11395
Distribution of constraint types[{"type":"intension","count":11395}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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 (4133 MiB free)
  memory of node 1: 16384 MiB (12346 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289776-1532212609/watcher-4289776-1532212609 -o /tmp/evaluation-result-4289776-1532212609/solver-4289776-1532212609 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532208872-28144 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289776-1532212609.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100143 s]*
/proc/loadavg: 2.02 2.10 2.20 2/216 28771
/proc/meminfo: memFree=16858548/32770624 swapFree=67108860/67108860
[pid=28756] ppid=28753 vsize=10659012 memory=30048 CPUtime=0.12 cores=1,3,5,7
/proc/28756/stat : 28756 (java) S 28753 28756 25824 0 -1 1077944320 6614 0 0 0 11 1 0 0 20 0 15 0 38824100 10914828288 7512 33554432000 4194304 4196468 140733281103552 140733281086096 140542991691511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
/proc/28756/statm: 2664753 7512 2844 1 0 2627263 0
[pid=28756/tid=28758] ppid=28753 vsize=10659012 memory=-8773748148830244995 CPUtime=0.09 cores=1,3,5,7
/proc/28756/task/28758/stat : 28758 (java) R 28753 28756 25824 0 -1 4202560 4422 0 0 0 8 1 0 0 20 0 15 0 38824101 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542995914544 140542991713437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28759] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28759/stat : 28759 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542944311952 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28760] ppid=28753 vsize=10659012 memory=140130493326976 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28760/stat : 28760 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542943259152 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28761] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28761/stat : 28761 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542942206352 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28762] ppid=28753 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28762/stat : 28762 (java) S 28753 28756 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542941153552 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28763] ppid=28753 vsize=10659012 memory=140130493326976 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28763/stat : 28763 (java) S 28753 28756 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38824103 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542551542640 140542991702658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28764] ppid=28753 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28764/stat : 28764 (java) S 28753 28756 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38824103 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542550488608 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28765] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28765/stat : 28765 (java) S 28753 28756 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38824103 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542549435760 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28766] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28766/stat : 28766 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542548384080 140542991710107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28767] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28767/stat : 28767 (java) S 28753 28756 25824 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542547331440 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28768] ppid=28753 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28768/stat : 28768 (java) S 28753 28756 25824 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542546278640 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28769] ppid=28753 vsize=10659012 memory=140130493326976 CPUtime=0.02 cores=1,3,5,7
/proc/28756/task/28769/stat : 28769 (java) R 28753 28756 25824 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 38824106 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542545225840 140542991703446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28770] ppid=28753 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28770/stat : 28770 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542544173280 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28771] ppid=28753 vsize=10659012 memory=140130493326976 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28771/stat : 28771 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 7512 33554432000 4194304 4196468 140733281103552 140542543121584 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30048 KiB

[startup+0.21057 s]*
/proc/loadavg: 2.02 2.10 2.20 4/216 28771
/proc/meminfo: memFree=16847548/32770624 swapFree=67108860/67108860
[pid=28756] ppid=28753 vsize=10659012 memory=41756 CPUtime=0.34 cores=1,3,5,7
/proc/28756/stat : 28756 (java) S 28753 28756 25824 0 -1 1077944320 8098 0 0 0 32 2 0 0 20 0 15 0 38824100 10914828288 10439 33554432000 4194304 4196468 140733281103552 140733281086096 140542991691511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
/proc/28756/statm: 2664753 10439 3003 1 0 2627263 0
[pid=28756/tid=28758] ppid=28753 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28756/task/28758/stat : 28758 (java) R 28753 28756 25824 0 -1 4202560 5013 0 0 0 19 1 0 0 20 0 15 0 38824101 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542995926528 140542975771998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28759] ppid=28753 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28759/stat : 28759 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542944311952 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28760] ppid=28753 vsize=10659012 memory=140130493354302 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28760/stat : 28760 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542943259152 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28761] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28761/stat : 28761 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542942206352 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28762] ppid=28753 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28762/stat : 28762 (java) S 28753 28756 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542941153552 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28763] ppid=28753 vsize=10659012 memory=140130493326976 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28763/stat : 28763 (java) S 28753 28756 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38824103 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542551542640 140542991702658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28764] ppid=28753 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28764/stat : 28764 (java) S 28753 28756 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38824103 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542550488608 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28765] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28765/stat : 28765 (java) S 28753 28756 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38824103 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542549435760 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28766] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28766/stat : 28766 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542548384080 140542991710107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28767] ppid=28753 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28756/task/28767/stat : 28767 (java) S 28753 28756 25824 0 -1 1077944384 567 0 0 0 2 0 0 0 20 0 15 0 38824106 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542547331440 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28768] ppid=28753 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28756/task/28768/stat : 28768 (java) S 28753 28756 25824 0 -1 1077944384 444 0 0 0 1 0 0 0 20 0 15 0 38824106 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542546278640 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28769] ppid=28753 vsize=10659012 memory=140130493326976 CPUtime=0.07 cores=1,3,5,7
/proc/28756/task/28769/stat : 28769 (java) S 28753 28756 25824 0 -1 1077944384 707 0 0 0 7 0 0 0 20 0 15 0 38824106 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542545225840 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28770] ppid=28753 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28770/stat : 28770 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542544173280 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28771] ppid=28753 vsize=10659012 memory=140130493326976 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28771/stat : 28771 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 10439 33554432000 4194304 4196468 140733281103552 140542543121584 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41756 KiB

[startup+0.310304 s]*
/proc/loadavg: 2.02 2.10 2.20 5/216 28771
/proc/meminfo: memFree=16833280/32770624 swapFree=67108860/67108860
[pid=28756] ppid=28753 vsize=10659012 memory=54892 CPUtime=0.6 cores=1,3,5,7
/proc/28756/stat : 28756 (java) S 28753 28756 25824 0 -1 1077944320 9747 0 0 0 58 2 0 0 20 0 15 0 38824100 10914828288 13723 33554432000 4194304 4196468 140733281103552 140733281086096 140542991691511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
/proc/28756/statm: 2664753 13723 3048 1 0 2627263 0
[pid=28756/tid=28758] ppid=28753 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28756/task/28758/stat : 28758 (java) R 28753 28756 25824 0 -1 4202560 5352 0 0 0 29 1 0 0 20 0 15 0 38824101 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542995929248 140542975771998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28759] ppid=28753 vsize=10659012 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28759/stat : 28759 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542944311952 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28760] ppid=28753 vsize=10659012 memory=140130493353530 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28760/stat : 28760 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542943259152 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28761] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28761/stat : 28761 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542942206352 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28762] ppid=28753 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28762/stat : 28762 (java) S 28753 28756 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38824101 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542941153552 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28763] ppid=28753 vsize=10659012 memory=140130493326976 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28763/stat : 28763 (java) S 28753 28756 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38824103 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542551542640 140542991702658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28764] ppid=28753 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28764/stat : 28764 (java) S 28753 28756 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38824103 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542550488608 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28765] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28765/stat : 28765 (java) S 28753 28756 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38824103 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542549435760 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28766] ppid=28753 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28766/stat : 28766 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542548384080 140542991710107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28767] ppid=28753 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28756/task/28767/stat : 28767 (java) R 28753 28756 25824 0 -1 4202560 1144 0 0 0 8 0 0 0 20 0 15 0 38824106 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542547312456 140542976094693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28768] ppid=28753 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28756/task/28768/stat : 28768 (java) R 28753 28756 25824 0 -1 4202560 825 0 0 0 7 0 0 0 20 0 15 0 38824106 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542546264344 140542972391808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28769] ppid=28753 vsize=10659012 memory=140130493326976 CPUtime=0.12 cores=1,3,5,7
/proc/28756/task/28769/stat : 28769 (java) R 28753 28756 25824 0 -1 1077944384 1058 0 0 0 12 0 0 0 20 0 15 0 38824106 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542545225840 140542991702658 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28770] ppid=28753 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28770/stat : 28770 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542544173280 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28771] ppid=28753 vsize=10659012 memory=140130493326976 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28771/stat : 28771 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824106 10914828288 13723 33554432000 4194304 4196468 140733281103552 140542543121584 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54892 KiB

[startup+0.702524 s]
/proc/loadavg: 2.02 2.10 2.20 5/216 28771
/proc/meminfo: memFree=16811688/32770624 swapFree=67108860/67108860
[pid=28756] ppid=28753 vsize=10659088 memory=115808 CPUtime=1.82 cores=1,3,5,7
/proc/28756/stat : 28756 (java) S 28753 28756 25824 0 -1 1077944320 11881 0 0 0 179 3 0 0 20 0 15 0 38824100 10914906112 28952 33554432000 4194304 4196468 140733281103552 140733281086096 140542991691511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
/proc/28756/statm: 2664772 28952 3110 1 0 2627263 0
[pid=28756/tid=28758] ppid=28753 vsize=10659088 memory=1836 CPUtime=0.68 cores=1,3,5,7
/proc/28756/task/28758/stat : 28758 (java) R 28753 28756 25824 0 -1 4202560 5848 0 0 0 66 2 0 0 20 0 15 0 38824101 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542995929920 140542624102228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28759] ppid=28753 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28759/stat : 28759 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542944311952 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28760] ppid=28753 vsize=10659088 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28760/stat : 28760 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542943259152 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28761] ppid=28753 vsize=10659088 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28761/stat : 28761 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824101 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542942206352 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28762] ppid=28753 vsize=10659088 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28762/stat : 28762 (java) S 28753 28756 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38824101 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542941153552 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28763] ppid=28753 vsize=10659088 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28763/stat : 28763 (java) S 28753 28756 25824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38824103 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542551542640 140542991702658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28764] ppid=28753 vsize=10659088 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28764/stat : 28764 (java) S 28753 28756 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38824103 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542550488608 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28765] ppid=28753 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28765/stat : 28765 (java) S 28753 28756 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38824103 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542549435760 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28766] ppid=28753 vsize=10659088 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28766/stat : 28766 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38824106 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542548384080 140542991710107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28767] ppid=28753 vsize=10659088 memory=6297835844906604903 CPUtime=0.41 cores=1,3,5,7
/proc/28756/task/28767/stat : 28767 (java) R 28753 28756 25824 0 -1 4202560 1617 0 0 0 41 0 0 0 20 0 15 0 38824106 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542547316944 140542991703446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28768] ppid=28753 vsize=10659088 memory=7597685182856913236 CPUtime=0.41 cores=1,3,5,7
/proc/28756/task/28768/stat : 28768 (java) R 28753 28756 25824 0 -1 4202560 1578 0 0 0 41 0 0 0 20 0 15 0 38824106 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542546265760 140542968915664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28769] ppid=28753 vsize=10659088 memory=6935659224111272016 CPUtime=0.29 cores=1,3,5,7
/proc/28756/task/28769/stat : 28769 (java) R 28753 28756 25824 0 -1 1077944384 1467 0 0 0 29 0 0 0 20 0 15 0 38824106 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542545225968 140542991701717 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28770] ppid=28753 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28770/stat : 28770 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38824106 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542544173280 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28771] ppid=28753 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28771/stat : 28771 (java) S 28753 28756 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38824106 10914906112 28952 33554432000 4194304 4196468 140733281103552 140542543121584 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 115808 KiB

[startup+1.50086 s]
/proc/loadavg: 2.02 2.10 2.20 6/216 28771
/proc/meminfo: memFree=16502384/32770624 swapFree=67108860/67108860
[pid=28756] ppid=28753 vsize=10659088 memory=779288 CPUtime=3.58 cores=1,3,5,7
/proc/28756/stat : 28756 (java) S 28753 28756 25824 0 -1 1077944320 14472 0 0 0 325 33 0 0 20 0 15 0 38824100 10914906112 194822 33554432000 4194304 4196468 140733281103552 140733281086096 140542991691511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
/proc/28756/statm: 2664772 194822 3140 1 0 2627263 0
[pid=28756/tid=28758] ppid=28753 vsize=10659088 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/28756/task/28758/stat : 28758 (java) R 28753 28756 25824 0 -1 4202560 6605 0 0 0 118 7 0 0 20 0 15 0 38824101 10914906112 195334 33554432000 4194304 4196468 140733281103552 140542995928784 140542977759630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28759] ppid=28753 vsize=10659088 memory=-6951259422114956437 CPUtime=0.2 cores=1,3,5,7
/proc/28756/task/28759/stat : 28759 (java) S 28753 28756 25824 0 -1 1077944384 293 0 0 0 15 5 0 0 20 0 15 0 38824101 10914906112 195334 33554432000 4194304 4196468 140733281103552 140542944311952 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28760] ppid=28753 vsize=10659088 memory=-6509546260019855295 CPUtime=0.2 cores=1,3,5,7
/proc/28756/task/28760/stat : 28760 (java) S 28753 28756 25824 0 -1 1077944384 206 0 0 0 14 6 0 0 20 0 15 0 38824101 10914906112 195334 33554432000 4194304 4196468 140733281103552 140542943259152 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28761] ppid=28753 vsize=10659088 memory=-7390251449858225344 CPUtime=0.2 cores=1,3,5,7
/proc/28756/task/28761/stat : 28761 (java) S 28753 28756 25824 0 -1 1077944384 332 0 0 0 15 5 0 0 20 0 15 0 38824101 10914906112 195334 33554432000 4194304 4196468 140733281103552 140542942206352 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28762] ppid=28753 vsize=10659088 memory=-7096649868621430206 CPUtime=0.19 cores=1,3,5,7
/proc/28756/task/28762/stat : 28762 (java) S 28753 28756 25824 0 -1 1077944384 380 0 0 0 14 5 0 0 20 0 15 0 38824101 10914906112 195334 33554432000 4194304 4196468 140733281103552 140542941153552 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28763] ppid=28753 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28763/stat : 28763 (java) S 28753 28756 25824 0 -1 1077944384 490 0 0 0 0 0 0 0 20 0 15 0 38824103 10914906112 195334 33554432000 4194304 4196468 140733281103552 140542551542640 140542991702658 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0

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

/proc/28756/task/28758/stat : 28758 (java) S 28753 28756 25824 0 -1 1077944384 46594 0 0 0 1441 33 0 0 20 0 16 0 38824101 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542995932192 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28759] ppid=28753 vsize=10794416 memory=8300648 CPUtime=376.99 cores=1,3,5,7
/proc/28756/task/28759/stat : 28759 (java) R 28753 28756 25824 0 -1 4202560 1230837 0 0 0 37510 189 0 0 20 0 16 0 38824101 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542944311536 140542984319719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28760] ppid=28753 vsize=10794416 memory=8300648 CPUtime=376.64 cores=1,3,5,7
/proc/28756/task/28760/stat : 28760 (java) R 28753 28756 25824 0 -1 4202560 748061 0 0 0 37501 163 0 0 20 0 16 0 38824101 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542943258736 140542984319719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28761] ppid=28753 vsize=10794416 memory=1444 CPUtime=377.38 cores=1,3,5,7
/proc/28756/task/28761/stat : 28761 (java) R 28753 28756 25824 0 -1 4202560 1073344 0 0 0 37547 191 0 0 20 0 16 0 38824101 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542942205936 140542984319719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28762] ppid=28753 vsize=10794416 memory=8300712 CPUtime=376.2 cores=1,3,5,7
/proc/28756/task/28762/stat : 28762 (java) R 28753 28756 25824 0 -1 4202560 967016 0 0 0 37441 179 0 0 20 0 16 0 38824101 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542941153752 140542976676807 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28763] ppid=28753 vsize=10794416 memory=13876 CPUtime=31.06 cores=1,3,5,7
/proc/28756/task/28763/stat : 28763 (java) S 28753 28756 25824 0 -1 1077944384 110393 0 0 0 3099 7 0 0 20 0 16 0 38824103 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542551540960 140542991701717 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28764] ppid=28753 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28764/stat : 28764 (java) S 28753 28756 25824 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 38824103 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542550488672 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28765] ppid=28753 vsize=10794416 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28765/stat : 28765 (java) S 28753 28756 25824 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 16 0 38824103 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542549435776 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28766] ppid=28753 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28766/stat : 28766 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38824106 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542548384080 140542991710107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28767] ppid=28753 vsize=10794416 memory=1960 CPUtime=0.86 cores=1,3,5,7
/proc/28756/task/28767/stat : 28767 (java) S 28753 28756 25824 0 -1 1077944384 2404 0 0 0 86 0 0 0 20 0 16 0 38824106 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542547331440 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28768] ppid=28753 vsize=10794416 memory=5380 CPUtime=0.82 cores=1,3,5,7
/proc/28756/task/28768/stat : 28768 (java) S 28753 28756 25824 0 -1 1077944384 2561 0 0 0 82 0 0 0 20 0 16 0 38824106 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542546278640 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28769] ppid=28753 vsize=10794416 memory=4616 CPUtime=0.45 cores=1,3,5,7
/proc/28756/task/28769/stat : 28769 (java) S 28753 28756 25824 0 -1 1077944384 4280 0 0 0 45 0 0 0 20 0 16 0 38824106 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542545225840 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28770] ppid=28753 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28770/stat : 28770 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38824106 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542544173280 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28771] ppid=28753 vsize=10794416 memory=1296 CPUtime=0.27 cores=1,3,5,7
/proc/28756/task/28771/stat : 28771 (java) S 28753 28756 25824 0 -1 1077944384 618 0 0 0 17 10 0 0 20 0 16 0 38824106 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542543121584 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28787] ppid=28753 vsize=10794416 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28787/stat : 28787 (java) S 28753 28756 25824 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 16 0 38861186 11053481984 2075163 33554432000 4194304 4196468 140733281103552 140542538875104 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
Current children cumulated CPU time: 1555.5 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8300652 KiB

[startup+432.001 s]*
/proc/loadavg: 5.14 4.23 3.14 6/218 28788
/proc/meminfo: memFree=8521240/32770624 swapFree=67108860/67108860
[pid=28756] ppid=28753 vsize=10794416 memory=8300656 CPUtime=1567.93 cores=1,3,5,7
/proc/28756/stat : 28756 (java) S 28753 28756 25824 0 -1 1077944320 4192186 0 0 0 156021 772 0 0 20 0 16 0 38824100 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140733281086096 140542991691511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
/proc/28756/statm: 2698604 2075164 3206 1 0 2661057 0
[pid=28756/tid=28758] ppid=28753 vsize=10794416 memory=3276 CPUtime=14.74 cores=1,3,5,7
/proc/28756/task/28758/stat : 28758 (java) S 28753 28756 25824 0 -1 1077944384 46594 0 0 0 1441 33 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542995932192 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28759] ppid=28753 vsize=10794416 memory=8300648 CPUtime=380.09 cores=1,3,5,7
/proc/28756/task/28759/stat : 28759 (java) R 28753 28756 25824 0 -1 4202560 1230837 0 0 0 37819 190 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542944311760 140542984319719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28760] ppid=28753 vsize=10794416 memory=4126316290023845779 CPUtime=379.72 cores=1,3,5,7
/proc/28756/task/28760/stat : 28760 (java) R 28753 28756 25824 0 -1 4202560 748061 0 0 0 37808 164 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542943259272 140542984319719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28761] ppid=28753 vsize=10794416 memory=303430270546346295 CPUtime=380.57 cores=1,3,5,7
/proc/28756/task/28761/stat : 28761 (java) R 28753 28756 25824 0 -1 4202560 1077624 0 0 0 37866 191 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542942206240 140542976687935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28762] ppid=28753 vsize=10794416 memory=13567093857585738 CPUtime=379.25 cores=1,3,5,7
/proc/28756/task/28762/stat : 28762 (java) R 28753 28756 25824 0 -1 4202560 967016 0 0 0 37745 180 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542941153360 140542984319719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28763] ppid=28753 vsize=10794416 memory=6791534058613427641 CPUtime=31.07 cores=1,3,5,7
/proc/28756/task/28763/stat : 28763 (java) S 28753 28756 25824 0 -1 1077944384 110404 0 0 0 3100 7 0 0 20 0 16 0 38824103 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542551541184 140542991701717 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28764] ppid=28753 vsize=10794416 memory=4731664 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28764/stat : 28764 (java) S 28753 28756 25824 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 38824103 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542550488672 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28765] ppid=28753 vsize=10794416 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28765/stat : 28765 (java) S 28753 28756 25824 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 16 0 38824103 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542549435776 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28766] ppid=28753 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28766/stat : 28766 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542548384080 140542991710107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28767] ppid=28753 vsize=10794416 memory=8300704 CPUtime=0.86 cores=1,3,5,7
/proc/28756/task/28767/stat : 28767 (java) S 28753 28756 25824 0 -1 1077944384 2405 0 0 0 86 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542547331200 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28768] ppid=28753 vsize=10794416 memory=6791534058613427641 CPUtime=0.82 cores=1,3,5,7
/proc/28756/task/28768/stat : 28768 (java) S 28753 28756 25824 0 -1 1077944384 2561 0 0 0 82 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542546278688 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28769] ppid=28753 vsize=10794416 memory=1200 CPUtime=0.45 cores=1,3,5,7
/proc/28756/task/28769/stat : 28769 (java) S 28753 28756 25824 0 -1 1077944384 4280 0 0 0 45 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542545225888 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28770] ppid=28753 vsize=10794416 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28770/stat : 28770 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542544173280 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28771] ppid=28753 vsize=10794416 memory=9236 CPUtime=0.27 cores=1,3,5,7
/proc/28756/task/28771/stat : 28771 (java) S 28753 28756 25824 0 -1 1077944384 618 0 0 0 17 10 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542543121584 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28787] ppid=28753 vsize=10794416 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28787/stat : 28787 (java) S 28753 28756 25824 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 16 0 38861186 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542538875104 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
Current children cumulated CPU time: 1567.93 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8300656 KiB

[startup+433.601 s]
/proc/loadavg: 5.14 4.23 3.14 6/218 28788
/proc/meminfo: memFree=8521240/32770624 swapFree=67108860/67108860
[pid=28756] ppid=28753 vsize=10794416 memory=8300656 CPUtime=1574.1 cores=1,3,5,7
/proc/28756/stat : 28756 (java) S 28753 28756 25824 0 -1 1077944320 4192263 0 0 0 156635 775 0 0 20 0 16 0 38824100 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140733281086096 140542991691511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
/proc/28756/statm: 2698604 2075164 3206 1 0 2661057 0
[pid=28756/tid=28758] ppid=28753 vsize=10794416 memory=8300648 CPUtime=14.74 cores=1,3,5,7
/proc/28756/task/28758/stat : 28758 (java) S 28753 28756 25824 0 -1 1077944384 46594 0 0 0 1441 33 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542995932192 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28759] ppid=28753 vsize=10794416 memory=928 CPUtime=381.61 cores=1,3,5,7
/proc/28756/task/28759/stat : 28759 (java) R 28753 28756 25824 0 -1 4202560 1230837 0 0 0 37971 190 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542944311760 140542984319719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28760] ppid=28753 vsize=10794416 memory=1580 CPUtime=381.23 cores=1,3,5,7
/proc/28756/task/28760/stat : 28760 (java) R 28753 28756 25824 0 -1 4202560 748061 0 0 0 37959 164 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542943259272 140542984319719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28761] ppid=28753 vsize=10794416 memory=6791534058613427641 CPUtime=382.16 cores=1,3,5,7
/proc/28756/task/28761/stat : 28761 (java) R 28753 28756 25824 0 -1 4202560 1077701 0 0 0 38025 191 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542942206240 140542976391301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28762] ppid=28753 vsize=10794416 memory=288286452067074331 CPUtime=380.78 cores=1,3,5,7
/proc/28756/task/28762/stat : 28762 (java) R 28753 28756 25824 0 -1 4202560 967016 0 0 0 37897 181 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542941153360 140542984319719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28763] ppid=28753 vsize=10794416 memory=288286666949657818 CPUtime=31.07 cores=1,3,5,7
/proc/28756/task/28763/stat : 28763 (java) S 28753 28756 25824 0 -1 1077944384 110404 0 0 0 3100 7 0 0 20 0 16 0 38824103 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542551541184 140542991701717 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28764] ppid=28753 vsize=10794416 memory=288230376974057755 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28764/stat : 28764 (java) S 28753 28756 25824 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 38824103 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542550488672 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28765] ppid=28753 vsize=10794416 memory=8300656 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28765/stat : 28765 (java) S 28753 28756 25824 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 16 0 38824103 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542549435776 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28766] ppid=28753 vsize=10794416 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28766/stat : 28766 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542548384080 140542991710107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28767] ppid=28753 vsize=10794416 memory=11964 CPUtime=0.86 cores=1,3,5,7
/proc/28756/task/28767/stat : 28767 (java) S 28753 28756 25824 0 -1 1077944384 2405 0 0 0 86 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542547331200 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28768] ppid=28753 vsize=10794416 memory=1708 CPUtime=0.82 cores=1,3,5,7
/proc/28756/task/28768/stat : 28768 (java) S 28753 28756 25824 0 -1 1077944384 2561 0 0 0 82 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542546278688 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28769] ppid=28753 vsize=10794416 memory=8300656 CPUtime=0.45 cores=1,3,5,7
/proc/28756/task/28769/stat : 28769 (java) S 28753 28756 25824 0 -1 1077944384 4280 0 0 0 45 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542545225888 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28770] ppid=28753 vsize=10794416 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28770/stat : 28770 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542544173280 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28771] ppid=28753 vsize=10794416 memory=2204 CPUtime=0.27 cores=1,3,5,7
/proc/28756/task/28771/stat : 28771 (java) S 28753 28756 25824 0 -1 1077944384 618 0 0 0 17 10 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542543121584 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28787] ppid=28753 vsize=10794416 memory=7532 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28787/stat : 28787 (java) S 28753 28756 25824 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 16 0 38861186 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542538875104 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
Current children cumulated CPU time: 1574.1 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8300656 KiB

[startup+434.401 s]
/proc/loadavg: 5.14 4.23 3.14 6/218 28788
/proc/meminfo: memFree=8521240/32770624 swapFree=67108860/67108860
[pid=28756] ppid=28753 vsize=10794416 memory=8300656 CPUtime=1576.29 cores=1,3,5,7
/proc/28756/stat : 28756 (java) S 28753 28756 25824 0 -1 1077944320 4192390 0 0 0 156853 776 0 0 20 0 16 0 38824100 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140733281086096 140542991691511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
/proc/28756/statm: 2698604 2075164 3206 1 0 2661057 0
[pid=28756/tid=28758] ppid=28753 vsize=10794416 memory=1296 CPUtime=14.74 cores=1,3,5,7
/proc/28756/task/28758/stat : 28758 (java) S 28753 28756 25824 0 -1 1077944384 46594 0 0 0 1441 33 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542995932192 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28759] ppid=28753 vsize=10794416 memory=2412 CPUtime=382.08 cores=1,3,5,7
/proc/28756/task/28759/stat : 28759 (java) S 28753 28756 25824 0 -1 1077944384 1230837 0 0 0 38018 190 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542944311952 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28760] ppid=28753 vsize=10794416 memory=1836 CPUtime=381.69 cores=1,3,5,7
/proc/28756/task/28760/stat : 28760 (java) S 28753 28756 25824 0 -1 1077944384 748061 0 0 0 38004 165 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542943259152 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28761] ppid=28753 vsize=10794416 memory=792 CPUtime=382.65 cores=1,3,5,7
/proc/28756/task/28761/stat : 28761 (java) S 28753 28756 25824 0 -1 1077944384 1077701 0 0 0 38074 191 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542942206352 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28762] ppid=28753 vsize=10794416 memory=1960 CPUtime=381.24 cores=1,3,5,7
/proc/28756/task/28762/stat : 28762 (java) S 28753 28756 25824 0 -1 1077944384 967016 0 0 0 37943 181 0 0 20 0 16 0 38824101 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542941153552 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28763] ppid=28753 vsize=10794416 memory=4140 CPUtime=31.38 cores=1,3,5,7
/proc/28756/task/28763/stat : 28763 (java) R 28753 28756 25824 0 -1 4202560 110531 0 0 0 3131 7 0 0 20 0 16 0 38824103 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542551541184 140542976688064 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28764] ppid=28753 vsize=10794416 memory=13876 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28764/stat : 28764 (java) S 28753 28756 25824 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 38824103 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542550488672 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28765] ppid=28753 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28765/stat : 28765 (java) S 28753 28756 25824 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 16 0 38824103 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542549435776 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28766] ppid=28753 vsize=10794416 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28766/stat : 28766 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542548384080 140542991710107 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28767] ppid=28753 vsize=10794416 memory=303430270546346295 CPUtime=0.86 cores=1,3,5,7
/proc/28756/task/28767/stat : 28767 (java) S 28753 28756 25824 0 -1 1077944384 2405 0 0 0 86 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542547331200 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28768] ppid=28753 vsize=10794416 memory=13567093857585738 CPUtime=0.82 cores=1,3,5,7
/proc/28756/task/28768/stat : 28768 (java) S 28753 28756 25824 0 -1 1077944384 2561 0 0 0 82 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542546278688 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28769] ppid=28753 vsize=10794416 memory=1960 CPUtime=0.45 cores=1,3,5,7
/proc/28756/task/28769/stat : 28769 (java) S 28753 28756 25824 0 -1 1077944384 4280 0 0 0 45 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542545225888 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28770] ppid=28753 vsize=10794416 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28770/stat : 28770 (java) S 28753 28756 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542544173280 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28771] ppid=28753 vsize=10794416 memory=1708 CPUtime=0.27 cores=1,3,5,7
/proc/28756/task/28771/stat : 28771 (java) S 28753 28756 25824 0 -1 1077944384 618 0 0 0 17 10 0 0 20 0 16 0 38824106 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542543121584 140542991702658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
[pid=28756/tid=28787] ppid=28753 vsize=10794416 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/28756/task/28787/stat : 28787 (java) S 28753 28756 25824 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 16 0 38861186 11053481984 2075164 33554432000 4194304 4196468 140733281103552 140542538875104 140542991701717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28164096 140733281105009 140733281105161 140733281105161 140733281107919 0
Current children cumulated CPU time: 1576.29 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8300656 KiB

[startup+434.801 s]*
/proc/loadavg: 5.14 4.23 3.14 3/204 28788
/proc/meminfo: memFree=9521960/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 434.861
CPU time (s): 1576.75
CPU user time (s): 1568.89
CPU system time (s): 7.85981
CPU usage (%): 362.588
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8300712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1568.89
system time used= 7.85981
maximum resident set size= 8300764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4192447
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33436
involuntary context switches= 15920


# summary of solver processes directly reported to runsolver:
#   pid: 28756
#   total CPU time (s): 1576.75
#   total CPU user time (s): 1568.89
#   total CPU system time (s): 7.85981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.61831 second user time and 4.40198 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 00:36:49
IDJOB=4289776
IDBENCH=141142
IDSOLVER=2742
FILE ID=node104/4289776-1532212609
RUNJOBID= node104-1532208872-28144
PBS_JOBID= 21018939
Free space on /tmp= 57244 MiB

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

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

MD5SUM BENCH= 9a110b3288dcdd83da8fcc132ac433c6
RANDOM SEED=836724950

node104.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.11
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.11
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.11
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.11
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:        16876816 kB
MemAvailable:   27262144 kB
Buffers:          219656 kB
Cached:         10376408 kB
SwapCached:            0 kB
Active:          6422568 kB
Inactive:        8896584 kB
Active(anon):    4725644 kB
Inactive(anon):    17040 kB
Active(file):    1696924 kB
Inactive(file):  8879544 kB
Unevictable:        7224 kB
Mlocked:            7224 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2816 kB
Writeback:             0 kB
AnonPages:       4730100 kB
Mapped:            46808 kB
Shmem:             17036 kB
Slab:             264696 kB
SReclaimable:     237320 kB
SUnreclaim:        27376 kB
KernelStack:        3552 kB
PageTables:        14464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6093904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4567040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57240 MiB
End job on node104 at 2018-07-22 00:44:04