Trace number 4289780

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? 2025.01 601.121

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order60_c18.xml
MD5SUM2b7bed68bca9665ed3be29de24764d77
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2519.69
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints212400
Number of domains1
Minimum domain size3600
Maximum domain size3600
Distribution of domain sizes[{"size":3600,"count":3600}]
Minimum variable degree119
Maximum variable degree119
Distribution of variable degrees[{"degree":119,"count":3600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212400}]
Number of extensional constraints0
Number of intensional constraints212400
Distribution of constraint types[{"type":"intension","count":212400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9262 MiB free)
  memory of node 1: 16384 MiB (10956 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289780-1532212356/watcher-4289780-1532212356 -o /tmp/evaluation-result-4289780-1532212356/solver-4289780-1532212356 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289780-1532212356.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=29910, runsolver pid=29907
Current StackSize limit: 8192 KiB


[startup+0.100191 s]*
/proc/loadavg: 2.41 2.11 2.08 4/216 29925
/proc/meminfo: memFree=20629068/32770624 swapFree=67108860/67108860
[pid=29910] ppid=29907 vsize=10659012 memory=31496 CPUtime=0.12 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 26594 0 -1 1077944320 6436 0 0 0 11 1 0 0 20 0 15 0 38798763 10914828288 7874 33554432000 4194304 4196468 140737431603728 140737431586272 139829450223351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
/proc/29910/statm: 2664753 7874 2841 1 0 2627263 0
[pid=29910/tid=29912] ppid=29907 vsize=10659012 memory=-8701690554792449406 CPUtime=0.09 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 26594 0 -1 4202560 4271 0 0 0 8 1 0 0 20 0 15 0 38798764 10914828288 7874 33554432000 4194304 4196468 140737431603728 139829454444480 139829450235286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29913] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 7874 33554432000 4194304 4196468 140737431603728 139829376297360 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29914] ppid=29907 vsize=10659012 memory=139950037280384 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 7874 33554432000 4194304 4196468 140737431603728 139829375244560 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29915] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 7874 33554432000 4194304 4196468 140737431603728 139829374192272 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29916] ppid=29907 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 7874 33554432000 4194304 4196468 140737431603728 139829373139472 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29917] ppid=29907 vsize=10659012 memory=139950037280384 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798766 10914828288 7874 33554432000 4194304 4196468 140737431603728 139828942432880 139829450234498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29918] ppid=29907 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38798766 10914828288 7874 33554432000 4194304 4196468 140737431603728 139828941378848 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29919] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38798767 10914828288 7874 33554432000 4194304 4196468 140737431603728 139828940326512 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29920] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 7874 33554432000 4194304 4196468 140737431603728 139828939274832 139829450241947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29921] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 26594 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 7874 33554432000 4194304 4196468 140737431603728 139828938221680 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29922] ppid=29907 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) R 29907 29910 26594 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 7874 33554432000 4194304 4196468 140737431603728 139828937168880 139829450234498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29923] ppid=29907 vsize=10659012 memory=139950037280384 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) R 29907 29910 26594 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 38798769 10914828288 7874 33554432000 4194304 4196468 140737431603728 139828936116592 139829428761012 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29924] ppid=29907 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 7874 33554432000 4194304 4196468 140737431603728 139828935064032 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29925] ppid=29907 vsize=10659012 memory=139950037280384 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 7874 33554432000 4194304 4196468 140737431603728 139828934011824 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31496 KiB

[startup+0.210561 s]*
/proc/loadavg: 2.41 2.11 2.08 4/216 29925
/proc/meminfo: memFree=20546968/32770624 swapFree=67108860/67108860
[pid=29910] ppid=29907 vsize=10659012 memory=41960 CPUtime=0.33 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 26594 0 -1 1077944320 7645 0 0 0 31 2 0 0 20 0 15 0 38798763 10914828288 10490 33554432000 4194304 4196468 140737431603728 140737431586272 139829450223351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
/proc/29910/statm: 2664753 10490 2994 1 0 2627263 0
[pid=29910/tid=29912] ppid=29907 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 26594 0 -1 4202560 4612 0 0 0 19 1 0 0 20 0 15 0 38798764 10914828288 10490 33554432000 4194304 4196468 140737431603728 139829454453232 139829434303838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29913] ppid=29907 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 10490 33554432000 4194304 4196468 140737431603728 139829376297360 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29914] ppid=29907 vsize=10659012 memory=139950037308151 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 10490 33554432000 4194304 4196468 140737431603728 139829375244560 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29915] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 10490 33554432000 4194304 4196468 140737431603728 139829374192272 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29916] ppid=29907 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 10490 33554432000 4194304 4196468 140737431603728 139829373139472 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29917] ppid=29907 vsize=10659012 memory=139950037280384 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798766 10914828288 10490 33554432000 4194304 4196468 140737431603728 139828942432880 139829450234498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29918] ppid=29907 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38798766 10914828288 10490 33554432000 4194304 4196468 140737431603728 139828941378848 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29919] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38798767 10914828288 10490 33554432000 4194304 4196468 140737431603728 139828940326512 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29920] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 10490 33554432000 4194304 4196468 140737431603728 139828939274832 139829450241947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29921] ppid=29907 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 26594 0 -1 1077944384 658 0 0 0 2 0 0 0 20 0 15 0 38798769 10914828288 10490 33554432000 4194304 4196468 140737431603728 139828938221680 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29922] ppid=29907 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 26594 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 15 0 38798769 10914828288 10490 33554432000 4194304 4196468 140737431603728 139828937168880 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29923] ppid=29907 vsize=10659012 memory=139950037280384 CPUtime=0.07 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 26594 0 -1 1077944384 650 0 0 0 7 0 0 0 20 0 15 0 38798769 10914828288 10490 33554432000 4194304 4196468 140737431603728 139828936116592 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29924] ppid=29907 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 10490 33554432000 4194304 4196468 140737431603728 139828935064032 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29925] ppid=29907 vsize=10659012 memory=139950037280384 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 10490 33554432000 4194304 4196468 140737431603728 139828934011824 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41960 KiB

[startup+0.313448 s]*
/proc/loadavg: 2.41 2.11 2.08 9/216 29925
/proc/meminfo: memFree=20411000/32770624 swapFree=67108860/67108860
[pid=29910] ppid=29907 vsize=10659012 memory=54808 CPUtime=0.6 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 26594 0 -1 1077944320 9271 0 0 0 57 3 0 0 20 0 15 0 38798763 10914828288 13702 33554432000 4194304 4196468 140737431603728 140737431586272 139829450223351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
/proc/29910/statm: 2664753 13702 3044 1 0 2627263 0
[pid=29910/tid=29912] ppid=29907 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 26594 0 -1 4202560 4885 0 0 0 29 1 0 0 20 0 15 0 38798764 10914828288 13702 33554432000 4194304 4196468 140737431603728 139829454453824 139829450245277 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29913] ppid=29907 vsize=10659012 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 13702 33554432000 4194304 4196468 140737431603728 139829376297360 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29914] ppid=29907 vsize=10659012 memory=139950037307273 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 13702 33554432000 4194304 4196468 140737431603728 139829375244560 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29915] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 13702 33554432000 4194304 4196468 140737431603728 139829374192272 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29916] ppid=29907 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798765 10914828288 13702 33554432000 4194304 4196468 140737431603728 139829373139472 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29917] ppid=29907 vsize=10659012 memory=139950037280384 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798766 10914828288 13702 33554432000 4194304 4196468 140737431603728 139828942432880 139829450234498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29918] ppid=29907 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38798766 10914828288 13702 33554432000 4194304 4196468 140737431603728 139828941378848 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29919] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38798767 10914828288 13702 33554432000 4194304 4196468 140737431603728 139828940326512 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29920] ppid=29907 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 13702 33554432000 4194304 4196468 140737431603728 139828939274832 139829450241947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29921] ppid=29907 vsize=10659012 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) R 29907 29910 26594 0 -1 4202560 1210 0 0 0 8 0 0 0 20 0 15 0 38798769 10914828288 13702 33554432000 4194304 4196468 140737431603728 139828938202696 139829428240343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29922] ppid=29907 vsize=10659012 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) R 29907 29910 26594 0 -1 4202560 773 0 0 0 7 0 0 0 20 0 15 0 38798769 10914828288 13702 33554432000 4194304 4196468 140737431603728 139828937154760 139829430923966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29923] ppid=29907 vsize=10659012 memory=139950037280384 CPUtime=0.13 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) R 29907 29910 26594 0 -1 1077944384 1035 0 0 0 13 0 0 0 20 0 15 0 38798769 10914828288 13702 33554432000 4194304 4196468 140737431603728 139828936116592 139829450234498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29924] ppid=29907 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 13702 33554432000 4194304 4196468 140737431603728 139828935064032 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29925] ppid=29907 vsize=10659012 memory=139950037280384 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798769 10914828288 13702 33554432000 4194304 4196468 140737431603728 139828934011824 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54808 KiB

[startup+0.707451 s]
/proc/loadavg: 2.41 2.11 2.08 6/216 29925
/proc/meminfo: memFree=20144080/32770624 swapFree=67108860/67108860
[pid=29910] ppid=29907 vsize=10659088 memory=156272 CPUtime=1.63 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 26594 0 -1 1077944320 10688 0 0 0 158 5 0 0 20 0 15 0 38798763 10914906112 39068 33554432000 4194304 4196468 140737431603728 140737431586272 139829450223351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
/proc/29910/statm: 2664772 39068 3093 1 0 2627263 0
[pid=29910/tid=29912] ppid=29907 vsize=10659088 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 26594 0 -1 4202560 5363 0 0 0 64 4 0 0 20 0 15 0 38798764 10914906112 39068 33554432000 4194304 4196468 140737431603728 139829454459856 139829052517512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29913] ppid=29907 vsize=10659088 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914906112 39068 33554432000 4194304 4196468 140737431603728 139829376297360 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29914] ppid=29907 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914906112 39068 33554432000 4194304 4196468 140737431603728 139829375244560 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29915] ppid=29907 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798765 10914906112 39087 33554432000 4194304 4196468 140737431603728 139829374192272 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29916] ppid=29907 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798765 10914906112 39087 33554432000 4194304 4196468 140737431603728 139829373139472 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29917] ppid=29907 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 26594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38798766 10914906112 39087 33554432000 4194304 4196468 140737431603728 139828942432880 139829450234498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29918] ppid=29907 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38798766 10914906112 39087 33554432000 4194304 4196468 140737431603728 139828941378848 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29919] ppid=29907 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38798767 10914906112 39087 33554432000 4194304 4196468 140737431603728 139828940326512 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29920] ppid=29907 vsize=10659088 memory=12972 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914906112 39087 33554432000 4194304 4196468 140737431603728 139828939274832 139829450241947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29921] ppid=29907 vsize=10659088 memory=7662705889289527641 CPUtime=0.34 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) R 29907 29910 26594 0 -1 4202560 1632 0 0 0 34 0 0 0 20 0 15 0 38798769 10914906112 39087 33554432000 4194304 4196468 140737431603728 139828938208432 139829430923655 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29922] ppid=29907 vsize=10659088 memory=7597685182856913236 CPUtime=0.31 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) R 29907 29910 26594 0 -1 4202560 993 0 0 0 31 0 0 0 20 0 15 0 38798769 10914906112 39087 33554432000 4194304 4196468 140737431603728 139828937162072 139829434129589 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29923] ppid=29907 vsize=10659088 memory=7007715718637572176 CPUtime=0.27 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) R 29907 29910 26594 0 -1 4202560 1333 0 0 0 27 0 0 0 20 0 15 0 38798769 10914906112 39087 33554432000 4194304 4196468 140737431603728 139828936116720 139829443320187 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29924] ppid=29907 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914906112 39087 33554432000 4194304 4196468 140737431603728 139828935064032 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29925] ppid=29907 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798769 10914906112 39087 33554432000 4194304 4196468 140737431603728 139828934011824 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 156272 KiB

[startup+1.50084 s]
/proc/loadavg: 2.41 2.11 2.08 5/216 29925
/proc/meminfo: memFree=19975728/32770624 swapFree=67108860/67108860
[pid=29910] ppid=29907 vsize=10659088 memory=312912 CPUtime=4.13 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 26594 0 -1 1077944320 16395 0 0 0 397 16 0 0 20 0 15 0 38798763 10914906112 78228 33554432000 4194304 4196468 140737431603728 140737431586272 139829450223351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
/proc/29910/statm: 2664772 78228 3131 1 0 2627263 0
[pid=29910/tid=29912] ppid=29907 vsize=10659088 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) R 29907 29910 26594 0 -1 4202560 5385 0 0 0 132 4 0 0 20 0 15 0 38798764 10914906112 78228 33554432000 4194304 4196468 140737431603728 139829454460432 139829055618326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29913] ppid=29907 vsize=10659088 memory=-6951259422114956437 CPUtime=0.09 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 26594 0 -1 1077944384 182 0 0 0 7 2 0 0 20 0 15 0 38798765 10914906112 78228 33554432000 4194304 4196468 140737431603728 139829376297360 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29914] ppid=29907 vsize=10659088 memory=-6509546260019855295 CPUtime=0.06 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 26594 0 -1 1077944384 112 0 0 0 5 1 0 0 20 0 15 0 38798765 10914906112 78228 33554432000 4194304 4196468 140737431603728 139829375244560 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29915] ppid=29907 vsize=10659088 memory=-7390251449858225344 CPUtime=0.08 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 26594 0 -1 1077944384 154 0 0 0 6 2 0 0 20 0 15 0 38798765 10914906112 78228 33554432000 4194304 4196468 140737431603728 139829374192272 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29916] ppid=29907 vsize=10659088 memory=-7096649868621430206 CPUtime=0.07 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 26594 0 -1 1077944384 62 0 0 0 5 2 0 0 20 0 15 0 38798765 10914906112 78228 33554432000 4194304 4196468 140737431603728 139829373139472 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29917] ppid=29907 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 26594 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 38798766 10914906112 78228 33554432000 4194304 4196468 140737431603728 139828942432880 139829450234498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0

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

/proc/loadavg: 4.16 4.04 3.08 6/216 29942
/proc/meminfo: memFree=9802940/32770624 swapFree=67108860/67108860
[pid=29910] ppid=29907 vsize=10659088 memory=8329708 CPUtime=2017.84 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 26594 0 -1 1077944320 1975944 0 0 0 200778 1006 0 0 20 0 15 0 38798763 10914906112 2082427 33554432000 4194304 4196468 140737431603728 140737431586272 139829450223351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
/proc/29910/statm: 2664772 2082427 3165 1 0 2627263 0
[pid=29910/tid=29912] ppid=29907 vsize=10659088 memory=8329704 CPUtime=73.32 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) S 29907 29910 26594 0 -1 1077944384 36801 0 0 0 7300 32 0 0 20 0 15 0 38798764 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829454462464 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29913] ppid=29907 vsize=10659088 memory=8329700 CPUtime=475.9 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) R 29907 29910 26594 0 -1 4202560 469868 0 0 0 47356 234 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829376297560 139829431833127 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29914] ppid=29907 vsize=10659088 memory=13796 CPUtime=472.95 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) R 29907 29910 26594 0 -1 4202560 526865 0 0 0 47047 248 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829375244560 139829431833180 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29915] ppid=29907 vsize=10659088 memory=1296 CPUtime=474.85 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) R 29907 29910 26594 0 -1 4202560 403938 0 0 0 47247 238 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829374192272 139829443326988 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29916] ppid=29907 vsize=10659088 memory=2412 CPUtime=474.15 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) R 29907 29910 26594 0 -1 4202560 438278 0 0 0 47178 237 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829373139672 139829435219755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29917] ppid=29907 vsize=10659088 memory=6791534058613427641 CPUtime=41.76 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 26594 0 -1 1077944384 82605 0 0 0 4171 5 0 0 20 0 15 0 38798766 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828942431424 139829450233557 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29918] ppid=29907 vsize=10659088 memory=8329700 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 26594 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 38798766 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828941378912 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29919] ppid=29907 vsize=10659088 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 26594 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 38798767 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828940326528 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29920] ppid=29907 vsize=10659088 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828939274832 139829450241947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29921] ppid=29907 vsize=10659088 memory=1728 CPUtime=2.05 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 26594 0 -1 1077944384 6558 0 0 0 204 1 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828938221728 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29922] ppid=29907 vsize=10659088 memory=5408 CPUtime=1.96 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 26594 0 -1 1077944384 5839 0 0 0 195 1 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828937168640 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29923] ppid=29907 vsize=10659088 memory=4612 CPUtime=0.43 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 26594 0 -1 1077944384 3343 0 0 0 43 0 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828936115488 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29924] ppid=29907 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828935064032 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29925] ppid=29907 vsize=10659088 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 26594 0 -1 1077944384 413 0 0 0 22 18 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828934011824 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
Current children cumulated CPU time: 2017.84 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8329708 KiB

[startup+600.001 s]*
/proc/loadavg: 4.16 4.04 3.08 3/216 29942
/proc/meminfo: memFree=9802940/32770624 swapFree=67108860/67108860
[pid=29910] ppid=29907 vsize=10659088 memory=8329708 CPUtime=2024.08 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 26594 0 -1 1077944320 1976813 0 0 0 201401 1007 0 0 20 0 15 0 38798763 10914906112 2082427 33554432000 4194304 4196468 140737431603728 140737431586272 139829450223351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
/proc/29910/statm: 2664772 2082427 3165 1 0 2627263 0
[pid=29910/tid=29912] ppid=29907 vsize=10659088 memory=2200 CPUtime=73.32 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) S 29907 29910 26594 0 -1 1077944384 36801 0 0 0 7300 32 0 0 20 0 15 0 38798764 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829454462464 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29913] ppid=29907 vsize=10659088 memory=6791534058613427641 CPUtime=477.42 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 26594 0 -1 1077944384 470043 0 0 0 47508 234 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829376297360 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29914] ppid=29907 vsize=10659088 memory=1424 CPUtime=474.5 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 26594 0 -1 1077944384 527209 0 0 0 47202 248 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829375244560 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29915] ppid=29907 vsize=10659088 memory=1200 CPUtime=476.4 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 26594 0 -1 1077944384 404091 0 0 0 47401 239 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829374192272 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29916] ppid=29907 vsize=10659088 memory=15872 CPUtime=475.7 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 26594 0 -1 1077944384 438475 0 0 0 47333 237 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829373139472 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29917] ppid=29907 vsize=10659088 memory=8536 CPUtime=41.82 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) R 29907 29910 26594 0 -1 4202560 82605 0 0 0 4177 5 0 0 20 0 15 0 38798766 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828942431424 139829434680954 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29918] ppid=29907 vsize=10659088 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 26594 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 38798766 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828941378912 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29919] ppid=29907 vsize=10659088 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 26594 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 38798767 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828940326528 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29920] ppid=29907 vsize=10659088 memory=636 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828939274832 139829450241947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29921] ppid=29907 vsize=10659088 memory=1792 CPUtime=2.05 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 26594 0 -1 1077944384 6558 0 0 0 204 1 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828938221728 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29922] ppid=29907 vsize=10659088 memory=1240 CPUtime=1.96 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 26594 0 -1 1077944384 5839 0 0 0 195 1 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828937168640 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29923] ppid=29907 vsize=10659088 memory=960 CPUtime=0.43 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 26594 0 -1 1077944384 3343 0 0 0 43 0 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828936115488 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29924] ppid=29907 vsize=10659088 memory=6428 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828935064032 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29925] ppid=29907 vsize=10659088 memory=1576 CPUtime=0.4 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 26594 0 -1 1077944384 413 0 0 0 22 18 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828934011824 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
Current children cumulated CPU time: 2024.08 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8329708 KiB

[startup+600.801 s]
/proc/loadavg: 4.16 4.04 3.08 3/216 29942
/proc/meminfo: memFree=9802940/32770624 swapFree=67108860/67108860
[pid=29910] ppid=29907 vsize=10659088 memory=8329708 CPUtime=2024.87 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 26594 0 -1 1077944320 1976853 0 0 0 201480 1007 0 0 20 0 15 0 38798763 10914906112 2082427 33554432000 4194304 4196468 140737431603728 140737431586272 139829450223351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
/proc/29910/statm: 2664772 2082427 3165 1 0 2627263 0
[pid=29910/tid=29912] ppid=29907 vsize=10659088 memory=13796 CPUtime=73.32 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) S 29907 29910 26594 0 -1 1077944384 36801 0 0 0 7300 32 0 0 20 0 15 0 38798764 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829454462464 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29913] ppid=29907 vsize=10659088 memory=1296 CPUtime=477.42 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 26594 0 -1 1077944384 470043 0 0 0 47508 234 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829376297360 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29914] ppid=29907 vsize=10659088 memory=2412 CPUtime=474.5 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 26594 0 -1 1077944384 527209 0 0 0 47202 248 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829375244560 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29915] ppid=29907 vsize=10659088 memory=1728 CPUtime=476.4 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 26594 0 -1 1077944384 404091 0 0 0 47401 239 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829374192272 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29916] ppid=29907 vsize=10659088 memory=5408 CPUtime=475.7 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 26594 0 -1 1077944384 438475 0 0 0 47333 237 0 0 20 0 15 0 38798765 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139829373139472 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29917] ppid=29907 vsize=10659088 memory=4612 CPUtime=42.61 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) R 29907 29910 26594 0 -1 4202560 82645 0 0 0 4256 5 0 0 20 0 15 0 38798766 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828942431312 139829428593531 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29918] ppid=29907 vsize=10659088 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 26594 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 38798766 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828941378912 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29919] ppid=29907 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 26594 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 38798767 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828940326528 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29920] ppid=29907 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828939274832 139829450241947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29921] ppid=29907 vsize=10659088 memory=1004 CPUtime=2.05 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 26594 0 -1 1077944384 6558 0 0 0 204 1 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828938221728 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29922] ppid=29907 vsize=10659088 memory=8372 CPUtime=1.96 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 26594 0 -1 1077944384 5839 0 0 0 195 1 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828937168640 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29923] ppid=29907 vsize=10659088 memory=12972 CPUtime=0.43 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 26594 0 -1 1077944384 3343 0 0 0 43 0 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828936115488 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29924] ppid=29907 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828935064032 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29925] ppid=29907 vsize=10659088 memory=1424 CPUtime=0.4 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 26594 0 -1 1077944384 413 0 0 0 22 18 0 0 20 0 15 0 38798769 10914906112 2082427 33554432000 4194304 4196468 140737431603728 139828934011824 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
Current children cumulated CPU time: 2024.87 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8329708 KiB

[startup+601.001 s]*
/proc/loadavg: 3.98 4.01 3.07 2/217 29945
/proc/meminfo: memFree=9802296/32770624 swapFree=67108860/67108860
[pid=29910] ppid=29907 vsize=10794416 memory=8330580 CPUtime=2024.92 cores=1,3,5,7
/proc/29910/stat : 29910 (java) S 29907 29910 26594 0 -1 1077944320 1977708 0 0 0 201485 1007 0 0 20 0 16 0 38798763 11053481984 2082645 33554432000 4194304 4196468 140737431603728 140737431586272 139829450223351 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
/proc/29910/statm: 2698604 2082645 3210 1 0 2661057 0
[pid=29910/tid=29912] ppid=29907 vsize=10794416 memory=6791534058613427641 CPUtime=73.34 cores=1,3,5,7
/proc/29910/task/29912/stat : 29912 (java) S 29907 29910 26594 0 -1 1077944384 37197 0 0 0 7302 32 0 0 20 0 16 0 38798764 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139829454464032 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29913] ppid=29907 vsize=10794416 memory=0 CPUtime=477.42 cores=1,3,5,7
/proc/29910/task/29913/stat : 29913 (java) S 29907 29910 26594 0 -1 1077944384 470043 0 0 0 47508 234 0 0 20 0 16 0 38798765 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139829376297360 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29914] ppid=29907 vsize=10794416 memory=0 CPUtime=474.5 cores=1,3,5,7
/proc/29910/task/29914/stat : 29914 (java) S 29907 29910 26594 0 -1 1077944384 527209 0 0 0 47202 248 0 0 20 0 16 0 38798765 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139829375244560 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29915] ppid=29907 vsize=10794416 memory=7649399384214944049 CPUtime=476.4 cores=1,3,5,7
/proc/29910/task/29915/stat : 29915 (java) S 29907 29910 26594 0 -1 1077944384 404091 0 0 0 47401 239 0 0 20 0 16 0 38798765 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139829374192272 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29916] ppid=29907 vsize=10794416 memory=3467824627981693471 CPUtime=475.7 cores=1,3,5,7
/proc/29910/task/29916/stat : 29916 (java) S 29907 29910 26594 0 -1 1077944384 438475 0 0 0 47333 237 0 0 20 0 16 0 38798765 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139829373139472 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29917] ppid=29907 vsize=10794416 memory=3977157208833152672 CPUtime=42.63 cores=1,3,5,7
/proc/29910/task/29917/stat : 29917 (java) S 29907 29910 26594 0 -1 1077944384 82645 0 0 0 4258 5 0 0 20 0 16 0 38798766 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139828942432880 139829450234498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29918] ppid=29907 vsize=10794416 memory=3539882221918887983 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29918/stat : 29918 (java) S 29907 29910 26594 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 38798766 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139828941378912 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29919] ppid=29907 vsize=10794416 memory=5859271421085237344 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29919/stat : 29919 (java) S 29907 29910 26594 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 38798767 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139828940326528 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29920] ppid=29907 vsize=10794416 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29920/stat : 29920 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38798769 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139828939274832 139829450241947 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29921] ppid=29907 vsize=10794416 memory=0 CPUtime=2.05 cores=1,3,5,7
/proc/29910/task/29921/stat : 29921 (java) S 29907 29910 26594 0 -1 1077944384 6582 0 0 0 204 1 0 0 20 0 16 0 38798769 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139828938221680 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29922] ppid=29907 vsize=10794416 memory=3472873653726617648 CPUtime=1.96 cores=1,3,5,7
/proc/29910/task/29922/stat : 29922 (java) S 29907 29910 26594 0 -1 1077944384 6028 0 0 0 195 1 0 0 20 0 16 0 38798769 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139828937168880 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29923] ppid=29907 vsize=10794416 memory=3467967962083903152 CPUtime=0.44 cores=1,3,5,7
/proc/29910/task/29923/stat : 29923 (java) S 29907 29910 26594 0 -1 1077944384 3538 0 0 0 44 0 0 0 20 0 16 0 38798769 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139828936116592 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29924] ppid=29907 vsize=10794416 memory=3832880148939551263 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29924/stat : 29924 (java) S 29907 29910 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38798769 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139828935064032 139829450233557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29925] ppid=29907 vsize=10794416 memory=4049192889981490848 CPUtime=0.4 cores=1,3,5,7
/proc/29910/task/29925/stat : 29925 (java) S 29907 29910 26594 0 -1 1077944384 413 0 0 0 22 18 0 0 20 0 16 0 38798769 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139828934011824 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
[pid=29910/tid=29944] ppid=29907 vsize=10794416 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29910/task/29944/stat : 29944 (java) S 29907 29910 26594 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 38858848 11053481984 2082645 33554432000 4194304 4196468 140737431603728 139828930860432 139829450234498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15708160 140737431606385 140737431606537 140737431606537 140737431609295 0
Current children cumulated CPU time: 2024.92 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8330580 KiB

[startup+601.11 s]*
/proc/loadavg: 3.98 4.01 3.07 3/203 29945
/proc/meminfo: memFree=16635948/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): 601.121
CPU time (s): 2025.01
CPU user time (s): 2014.86
CPU system time (s): 10.1468
CPU usage (%): 336.872
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8330580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2014.86
system time used= 10.1468
maximum resident set size= 8330780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1977763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 162381
involuntary context switches= 20737


# summary of solver processes directly reported to runsolver:
#   pid: 29910
#   total CPU time (s): 2025.01
#   total CPU user time (s): 2014.86
#   total CPU system time (s): 10.1468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.49185 second user time and 6.15242 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 00:32:36
IDJOB=4289780
IDBENCH=141137
IDSOLVER=2742
FILE ID=node137/4289780-1532212356
RUNJOBID= node137-1532209965-29592
PBS_JOBID= 21018930
Free space on /tmp= 56884 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289780-1532212356/watcher-4289780-1532212356 -o /tmp/evaluation-result-4289780-1532212356/solver-4289780-1532212356 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289780-1532212356.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=1942547130

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20704916 kB
MemAvailable:   30751836 kB
Buffers:          218392 kB
Cached:         10030340 kB
SwapCached:            0 kB
Active:          2797820 kB
Inactive:        8692000 kB
Active(anon):    1243956 kB
Inactive(anon):    16948 kB
Active(file):    1553864 kB
Inactive(file):  8675052 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9900 kB
Writeback:             0 kB
AnonPages:       1221800 kB
Mapped:            46940 kB
Shmem:             17036 kB
Slab:             273848 kB
SReclaimable:     246464 kB
SUnreclaim:        27384 kB
KernelStack:        3888 kB
PageTables:         7448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3118600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1107968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 56880 MiB
End job on node137 at 2018-07-22 00:42:37