Trace number 4289779

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? 1393.73 382.138

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order40_c18.xml
MD5SUMd1aa36ddb66a988b2d6475ffc1d9c375
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark1305.33
Satisfiable
(Un)Satisfiability was proved
Number of variables1600
Number of constraints62400
Number of domains1
Minimum domain size1600
Maximum domain size1600
Distribution of domain sizes[{"size":1600,"count":1600}]
Minimum variable degree79
Maximum variable degree79
Distribution of variable degrees[{"degree":79,"count":1600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":62400}]
Number of extensional constraints0
Number of intensional constraints62400
Distribution of constraint types[{"type":"intension","count":62400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289779-1532212354/watcher-4289779-1532212354 -o /tmp/evaluation-result-4289779-1532212354/solver-4289779-1532212354 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532209961-31982 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289779-1532212354.xml 

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

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

solver pid=32309, runsolver pid=32306

[startup+0.100132 s]*
/proc/loadavg: 2.00 2.01 1.94 6/219 32324
/proc/meminfo: memFree=25928800/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=10659012 memory=31404 CPUtime=0.13 cores=0,2,4,6
/proc/32309/stat : 32309 (java) S 32306 32309 29334 0 -1 1077944320 6416 0 0 0 12 1 0 0 20 0 15 0 38798636 10914828288 7851 33554432000 4194304 4196468 140733610607504 140733610590048 139777791983351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
/proc/32309/statm: 2664753 7851 2844 1 0 2627263 0
[pid=32309/tid=32311] ppid=32306 vsize=10659012 memory=-8701690554792187263 CPUtime=0.09 cores=0,2,4,6
/proc/32309/task/32311/stat : 32311 (java) R 32306 32309 29334 0 -1 4202560 4253 0 0 0 8 1 0 0 20 0 15 0 38798637 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777796171696 139777791995286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32312] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32312/stat : 32312 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777718057488 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32313] ppid=32306 vsize=10659012 memory=139860241352320 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32313/stat : 32313 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777717004944 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32314] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32314/stat : 32314 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777715951888 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32315] ppid=32306 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32315/stat : 32315 (java) S 32306 32309 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777714899344 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32316] ppid=32306 vsize=10659012 memory=139860241352320 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32316/stat : 32316 (java) S 32306 32309 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798639 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777284197104 139777791994498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32317] ppid=32306 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32317/stat : 32317 (java) S 32306 32309 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38798639 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777283143328 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32318] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32318/stat : 32318 (java) S 32306 32309 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38798640 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777282090224 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32319] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32319/stat : 32319 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777281038800 139777792001947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32320] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32320/stat : 32320 (java) S 32306 32309 29334 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777279985904 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32321] ppid=32306 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32321/stat : 32321 (java) S 32306 32309 29334 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777278933360 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32322] ppid=32306 vsize=10659012 memory=139860241352320 CPUtime=0.02 cores=0,2,4,6
/proc/32309/task/32322/stat : 32322 (java) R 32306 32309 29334 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 15 0 38798642 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777277880304 139777770921430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32323] ppid=32306 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32323/stat : 32323 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777276828000 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32324] ppid=32306 vsize=10659012 memory=139860241352320 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32324/stat : 32324 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 7851 33554432000 4194304 4196468 140733610607504 139777275776048 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31404 KiB

[startup+0.210721 s]*
/proc/loadavg: 2.00 2.01 1.94 4/219 32324
/proc/meminfo: memFree=25920760/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=10659012 memory=42156 CPUtime=0.33 cores=0,2,4,6
/proc/32309/stat : 32309 (java) S 32306 32309 29334 0 -1 1077944320 7646 0 0 0 32 1 0 0 20 0 15 0 38798636 10914828288 10539 33554432000 4194304 4196468 140733610607504 140733610590048 139777791983351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
/proc/32309/statm: 2664753 10539 3004 1 0 2627263 0
[pid=32309/tid=32311] ppid=32306 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/32309/task/32311/stat : 32311 (java) R 32306 32309 29334 0 -1 4202560 4589 0 0 0 19 1 0 0 20 0 15 0 38798637 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777796219632 139777776026981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32312] ppid=32306 vsize=10659012 memory=345 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32312/stat : 32312 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777718057488 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32313] ppid=32306 vsize=10659012 memory=288370236393064064 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32313/stat : 32313 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777717004944 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32314] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32314/stat : 32314 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777715951888 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32315] ppid=32306 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32315/stat : 32315 (java) S 32306 32309 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777714899344 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32316] ppid=32306 vsize=10659012 memory=139860241352320 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32316/stat : 32316 (java) S 32306 32309 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798639 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777284197104 139777791994498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32317] ppid=32306 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32317/stat : 32317 (java) S 32306 32309 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38798639 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777283143328 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32318] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32318/stat : 32318 (java) S 32306 32309 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38798640 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777282090224 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32319] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32319/stat : 32319 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777281038800 139777792001947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32320] ppid=32306 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32309/task/32320/stat : 32320 (java) S 32306 32309 29334 0 -1 1077944384 560 0 0 0 2 0 0 0 20 0 15 0 38798642 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777279985904 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32321] ppid=32306 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32309/task/32321/stat : 32321 (java) S 32306 32309 29334 0 -1 1077944384 453 0 0 0 2 0 0 0 20 0 15 0 38798642 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777278933360 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32322] ppid=32306 vsize=10659012 memory=139860241352320 CPUtime=0.07 cores=0,2,4,6
/proc/32309/task/32322/stat : 32322 (java) R 32306 32309 29334 0 -1 4202560 677 0 0 0 7 0 0 0 20 0 15 0 38798642 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777277880304 139777770852552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32323] ppid=32306 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32323/stat : 32323 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777276828000 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32324] ppid=32306 vsize=10659012 memory=139860241352320 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32324/stat : 32324 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 10539 33554432000 4194304 4196468 140733610607504 139777275776048 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42156 KiB

[startup+0.310678 s]*
/proc/loadavg: 2.00 2.01 1.94 8/219 32324
/proc/meminfo: memFree=25869084/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=10659012 memory=55240 CPUtime=0.59 cores=0,2,4,6
/proc/32309/stat : 32309 (java) S 32306 32309 29334 0 -1 1077944320 9355 0 0 0 58 1 0 0 20 0 15 0 38798636 10914828288 13810 33554432000 4194304 4196468 140733610607504 140733610590048 139777791983351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
/proc/32309/statm: 2664753 13810 3045 1 0 2627263 0
[pid=32309/tid=32311] ppid=32306 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/32309/task/32311/stat : 32311 (java) R 32306 32309 29334 0 -1 4202560 4870 0 0 0 29 1 0 0 20 0 15 0 38798637 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777796221136 139777380779680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32312] ppid=32306 vsize=10659012 memory=4294980951 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32312/stat : 32312 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777718057488 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32313] ppid=32306 vsize=10659012 memory=288370236393064064 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32313/stat : 32313 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777717004944 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32314] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32314/stat : 32314 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777715951888 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32315] ppid=32306 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32315/stat : 32315 (java) S 32306 32309 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798638 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777714899344 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32316] ppid=32306 vsize=10659012 memory=139860241352320 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32316/stat : 32316 (java) S 32306 32309 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798639 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777284197104 139777791994498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32317] ppid=32306 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32317/stat : 32317 (java) S 32306 32309 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38798639 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777283143328 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32318] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32318/stat : 32318 (java) S 32306 32309 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38798640 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777282090224 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32319] ppid=32306 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32319/stat : 32319 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777281038800 139777792001947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32320] ppid=32306 vsize=10659012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32309/task/32320/stat : 32320 (java) R 32306 32309 29334 0 -1 4202560 994 0 0 0 8 0 0 0 20 0 15 0 38798642 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777279971672 139777776386676 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32321] ppid=32306 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/32309/task/32321/stat : 32321 (java) R 32306 32309 29334 0 -1 4202560 1075 0 0 0 7 0 0 0 20 0 15 0 38798642 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777278914376 139777775509951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32322] ppid=32306 vsize=10659012 memory=139860241352320 CPUtime=0.13 cores=0,2,4,6
/proc/32309/task/32322/stat : 32322 (java) R 32306 32309 29334 0 -1 1077944384 1048 0 0 0 13 0 0 0 20 0 15 0 38798642 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777277880304 139777791994498 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32323] ppid=32306 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32323/stat : 32323 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777276828000 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32324] ppid=32306 vsize=10659012 memory=139860241352320 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32324/stat : 32324 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798642 10914828288 13810 33554432000 4194304 4196468 140733610607504 139777275776048 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55240 KiB

[startup+0.700702 s]
/proc/loadavg: 2.00 2.01 1.94 8/219 32324
/proc/meminfo: memFree=25662836/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=10659088 memory=116164 CPUtime=1.82 cores=0,2,4,6
/proc/32309/stat : 32309 (java) S 32306 32309 29334 0 -1 1077944320 11539 0 0 0 179 3 0 0 20 0 15 0 38798636 10914906112 29041 33554432000 4194304 4196468 140733610607504 140733610590048 139777791983351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
/proc/32309/statm: 2664772 29041 3106 1 0 2627263 0
[pid=32309/tid=32311] ppid=32306 vsize=10659088 memory=278656270242203 CPUtime=0.67 cores=0,2,4,6
/proc/32309/task/32311/stat : 32311 (java) R 32306 32309 29334 0 -1 4202560 5353 0 0 0 65 2 0 0 20 0 15 0 38798637 10914906112 29041 33554432000 4194304 4196468 140733610607504 139777796217312 139777381735145 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32312] ppid=32306 vsize=10659088 memory=134041 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32312/stat : 32312 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914906112 29041 33554432000 4194304 4196468 140733610607504 139777718057488 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32313] ppid=32306 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32313/stat : 32313 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914906112 29041 33554432000 4194304 4196468 140733610607504 139777717004944 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32314] ppid=32306 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32314/stat : 32314 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798638 10914906112 29041 33554432000 4194304 4196468 140733610607504 139777715951888 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32315] ppid=32306 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32315/stat : 32315 (java) S 32306 32309 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38798638 10914906112 29041 33554432000 4194304 4196468 140733610607504 139777714899344 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32316] ppid=32306 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32316/stat : 32316 (java) S 32306 32309 29334 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38798639 10914906112 29041 33554432000 4194304 4196468 140733610607504 139777284197104 139777791994498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32317] ppid=32306 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32317/stat : 32317 (java) S 32306 32309 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38798639 10914906112 29041 33554432000 4194304 4196468 140733610607504 139777283143328 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32318] ppid=32306 vsize=10659088 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32318/stat : 32318 (java) S 32306 32309 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38798640 10914906112 29041 33554432000 4194304 4196468 140733610607504 139777282090224 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32319] ppid=32306 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32319/stat : 32319 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798642 10914906112 29041 33554432000 4194304 4196468 140733610607504 139777281038800 139777792001947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32320] ppid=32306 vsize=10659088 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/32309/task/32320/stat : 32320 (java) R 32306 32309 29334 0 -1 4202560 1851 0 0 0 43 0 0 0 20 0 15 0 38798642 10914906112 29107 33554432000 4194304 4196468 140733610607504 139777279978536 139777772618995 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32321] ppid=32306 vsize=10659088 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/32309/task/32321/stat : 32321 (java) R 32306 32309 29334 0 -1 4202560 1629 0 0 0 42 0 0 0 20 0 15 0 38798642 10914906112 29107 33554432000 4194304 4196468 140733610607504 139777278914168 139777775480135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32322] ppid=32306 vsize=10659088 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/32309/task/32322/stat : 32322 (java) S 32306 32309 29334 0 -1 1077944384 1347 0 0 0 27 0 0 0 20 0 15 0 38798642 10914906112 29107 33554432000 4194304 4196468 140733610607504 139777277880304 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32323] ppid=32306 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32323/stat : 32323 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38798642 10914906112 29107 33554432000 4194304 4196468 140733610607504 139777276828000 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32324] ppid=32306 vsize=10659088 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32324/stat : 32324 (java) S 32306 32309 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38798642 10914906112 29107 33554432000 4194304 4196468 140733610607504 139777275776048 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 116164 KiB

[startup+1.50074 s]
/proc/loadavg: 2.00 2.01 1.94 8/219 32324
/proc/meminfo: memFree=25191812/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=10659088 memory=249132 CPUtime=4.32 cores=0,2,4,6
/proc/32309/stat : 32309 (java) S 32306 32309 29334 0 -1 1077944320 16168 0 0 0 422 10 0 0 20 0 15 0 38798636 10914906112 62283 33554432000 4194304 4196468 140733610607504 140733610590048 139777791983351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
/proc/32309/statm: 2664772 62283 3139 1 0 2627263 0
[pid=32309/tid=32311] ppid=32306 vsize=10659088 memory=13880 CPUtime=1.43 cores=0,2,4,6
/proc/32309/task/32311/stat : 32311 (java) R 32306 32309 29334 0 -1 4202560 5462 0 0 0 139 4 0 0 20 0 15 0 38798637 10914906112 62283 33554432000 4194304 4196468 140733610607504 139777796211312 139777791995286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32312] ppid=32306 vsize=10659088 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/32309/task/32312/stat : 32312 (java) S 32306 32309 29334 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 15 0 38798638 10914906112 62283 33554432000 4194304 4196468 140733610607504 139777718057488 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32313] ppid=32306 vsize=10659088 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32309/task/32313/stat : 32313 (java) S 32306 32309 29334 0 -1 1077944384 152 0 0 0 2 0 0 0 20 0 15 0 38798638 10914906112 62283 33554432000 4194304 4196468 140733610607504 139777717004944 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32314] ppid=32306 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32309/task/32314/stat : 32314 (java) S 32306 32309 29334 0 -1 1077944384 151 0 0 0 3 1 0 0 20 0 15 0 38798638 10914906112 62283 33554432000 4194304 4196468 140733610607504 139777715951888 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32315] ppid=32306 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32309/task/32315/stat : 32315 (java) S 32306 32309 29334 0 -1 1077944384 154 0 0 0 3 1 0 0 20 0 15 0 38798638 10914906112 62283 33554432000 4194304 4196468 140733610607504 139777714899344 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32316] ppid=32306 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32316/stat : 32316 (java) S 32306 32309 29334 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 38798639 10914906112 62283 33554432000 4194304 4196468 140733610607504 139777284197104 139777791994498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0

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

/proc/32309/task/32311/stat : 32311 (java) S 32306 32309 29334 0 -1 1077944384 25668 0 0 0 1903 33 0 0 20 0 16 0 38798637 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777796224032 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32312] ppid=32306 vsize=10794416 memory=1948 CPUtime=335.68 cores=0,2,4,6
/proc/32309/task/32312/stat : 32312 (java) R 32306 32309 29334 0 -1 4202560 366630 0 0 0 33407 161 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777718057608 139777784611559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32313] ppid=32306 vsize=10794416 memory=6791534058613427641 CPUtime=334.71 cores=0,2,4,6
/proc/32309/task/32313/stat : 32313 (java) R 32306 32309 29334 0 -1 4202560 389612 0 0 0 33315 156 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777717004832 139777776683763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32314] ppid=32306 vsize=10794416 memory=1200 CPUtime=335.15 cores=0,2,4,6
/proc/32309/task/32314/stat : 32314 (java) R 32306 32309 29334 0 -1 4202560 289355 0 0 0 33351 164 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777715952008 139777784611559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32315] ppid=32306 vsize=10794416 memory=1228 CPUtime=335.15 cores=0,2,4,6
/proc/32309/task/32315/stat : 32315 (java) R 32306 32309 29334 0 -1 4202560 407598 0 0 0 33347 168 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777714899152 139777784611559 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32316] ppid=32306 vsize=10794416 memory=1704 CPUtime=20.58 cores=0,2,4,6
/proc/32309/task/32316/stat : 32316 (java) S 32306 32309 29334 0 -1 1077944384 71944 0 0 0 2053 5 0 0 20 0 16 0 38798639 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777284195648 139777791993557 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32317] ppid=32306 vsize=10794416 memory=8313964 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32317/stat : 32317 (java) S 32306 32309 29334 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38798639 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777283143392 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32318] ppid=32306 vsize=10794416 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32318/stat : 32318 (java) S 32306 32309 29334 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 38798640 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777282090224 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32319] ppid=32306 vsize=10794416 memory=13880 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32319/stat : 32319 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777281038800 139777792001947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32320] ppid=32306 vsize=10794416 memory=2396 CPUtime=1.74 cores=0,2,4,6
/proc/32309/task/32320/stat : 32320 (java) S 32306 32309 29334 0 -1 1077944384 6511 0 0 0 173 1 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777279985952 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32321] ppid=32306 vsize=10794416 memory=1704 CPUtime=1.71 cores=0,2,4,6
/proc/32309/task/32321/stat : 32321 (java) S 32306 32309 29334 0 -1 1077944384 5520 0 0 0 171 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777278933120 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32322] ppid=32306 vsize=10794416 memory=1948 CPUtime=0.47 cores=0,2,4,6
/proc/32309/task/32322/stat : 32322 (java) S 32306 32309 29334 0 -1 1077944384 4457 0 0 0 46 1 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777277880352 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32323] ppid=32306 vsize=10794416 memory=10412 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32323/stat : 32323 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777276828000 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32324] ppid=32306 vsize=10794416 memory=15872 CPUtime=0.15 cores=0,2,4,6
/proc/32309/task/32324/stat : 32324 (java) S 32306 32309 29334 0 -1 1077944384 631 0 0 0 8 7 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777275776048 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32334] ppid=32306 vsize=10794416 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32334/stat : 32334 (java) S 32306 32309 29334 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 38835440 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777272623024 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
Current children cumulated CPU time: 1384.78 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8313964 KiB

[startup+380.801 s]
/proc/loadavg: 7.43 5.61 3.56 9/220 32335
/proc/meminfo: memFree=11027068/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=10794416 memory=8313964 CPUtime=1390.98 cores=0,2,4,6
/proc/32309/stat : 32309 (java) S 32306 32309 29334 0 -1 1077944320 1569391 0 0 0 138402 696 0 0 20 0 16 0 38798636 11053481984 2078491 33554432000 4194304 4196468 140733610607504 140733610590048 139777791983351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
/proc/32309/statm: 2698604 2078491 3209 1 0 2661057 0
[pid=32309/tid=32311] ppid=32306 vsize=10794416 memory=4640514545078395503 CPUtime=19.36 cores=0,2,4,6
/proc/32309/task/32311/stat : 32311 (java) S 32306 32309 29334 0 -1 1077944384 25668 0 0 0 1903 33 0 0 20 0 16 0 38798637 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777796224032 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32312] ppid=32306 vsize=10794416 memory=8313964 CPUtime=337.2 cores=0,2,4,6
/proc/32309/task/32312/stat : 32312 (java) R 32306 32309 29334 0 -1 4202560 366630 0 0 0 33559 161 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777718057608 139777784611559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32313] ppid=32306 vsize=10794416 memory=13880 CPUtime=336.31 cores=0,2,4,6
/proc/32309/task/32313/stat : 32313 (java) R 32306 32309 29334 0 -1 4202560 389612 0 0 0 33475 156 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777717004832 139777776684039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32314] ppid=32306 vsize=10794416 memory=2396 CPUtime=336.67 cores=0,2,4,6
/proc/32309/task/32314/stat : 32314 (java) R 32306 32309 29334 0 -1 4202560 289355 0 0 0 33502 165 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777715952008 139777784611559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32315] ppid=32306 vsize=10794416 memory=1292 CPUtime=336.7 cores=0,2,4,6
/proc/32309/task/32315/stat : 32315 (java) R 32306 32309 29334 0 -1 4202560 407598 0 0 0 33501 169 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777714899464 139777784611559 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32316] ppid=32306 vsize=10794416 memory=1732 CPUtime=20.58 cores=0,2,4,6
/proc/32309/task/32316/stat : 32316 (java) S 32306 32309 29334 0 -1 1077944384 71944 0 0 0 2053 5 0 0 20 0 16 0 38798639 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777284195648 139777791993557 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32317] ppid=32306 vsize=10794416 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32317/stat : 32317 (java) S 32306 32309 29334 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38798639 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777283143392 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32318] ppid=32306 vsize=10794416 memory=8313964 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32318/stat : 32318 (java) S 32306 32309 29334 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 38798640 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777282090224 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32319] ppid=32306 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32319/stat : 32319 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777281038800 139777792001947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32320] ppid=32306 vsize=10794416 memory=1704 CPUtime=1.74 cores=0,2,4,6
/proc/32309/task/32320/stat : 32320 (java) S 32306 32309 29334 0 -1 1077944384 6511 0 0 0 173 1 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777279985952 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32321] ppid=32306 vsize=10794416 memory=6791534058613427641 CPUtime=1.71 cores=0,2,4,6
/proc/32309/task/32321/stat : 32321 (java) S 32306 32309 29334 0 -1 1077944384 5520 0 0 0 171 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777278933120 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32322] ppid=32306 vsize=10794416 memory=34 CPUtime=0.47 cores=0,2,4,6
/proc/32309/task/32322/stat : 32322 (java) S 32306 32309 29334 0 -1 1077944384 4457 0 0 0 46 1 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777277880352 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32323] ppid=32306 vsize=10794416 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32323/stat : 32323 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777276828000 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32324] ppid=32306 vsize=10794416 memory=186 CPUtime=0.15 cores=0,2,4,6
/proc/32309/task/32324/stat : 32324 (java) S 32306 32309 29334 0 -1 1077944384 631 0 0 0 8 7 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777275776048 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32334] ppid=32306 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32334/stat : 32334 (java) S 32306 32309 29334 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 38835440 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777272623024 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
Current children cumulated CPU time: 1390.98 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8313964 KiB

[startup+381.601 s]
/proc/loadavg: 7.43 5.61 3.56 8/220 32335
/proc/meminfo: memFree=11027068/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=10794416 memory=8313964 CPUtime=1393.18 cores=0,2,4,6
/proc/32309/stat : 32309 (java) S 32306 32309 29334 0 -1 1077944320 1569609 0 0 0 138622 696 0 0 20 0 16 0 38798636 11053481984 2078491 33554432000 4194304 4196468 140733610607504 140733610590048 139777791983351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
/proc/32309/statm: 2698604 2078491 3209 1 0 2661057 0
[pid=32309/tid=32311] ppid=32306 vsize=10794416 memory=928 CPUtime=19.36 cores=0,2,4,6
/proc/32309/task/32311/stat : 32311 (java) S 32306 32309 29334 0 -1 1077944384 25668 0 0 0 1903 33 0 0 20 0 16 0 38798637 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777796224032 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32312] ppid=32306 vsize=10794416 memory=1568 CPUtime=337.68 cores=0,2,4,6
/proc/32309/task/32312/stat : 32312 (java) S 32306 32309 29334 0 -1 1077944384 366630 0 0 0 33606 162 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777718057488 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32313] ppid=32306 vsize=10794416 memory=6791534058613427641 CPUtime=336.8 cores=0,2,4,6
/proc/32309/task/32313/stat : 32313 (java) S 32306 32309 29334 0 -1 1077944384 389612 0 0 0 33524 156 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777717004944 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32314] ppid=32306 vsize=10794416 memory=18476 CPUtime=337.13 cores=0,2,4,6
/proc/32309/task/32314/stat : 32314 (java) S 32306 32309 29334 0 -1 1077944384 289355 0 0 0 33548 165 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777715951888 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32315] ppid=32306 vsize=10794416 memory=1236 CPUtime=337.17 cores=0,2,4,6
/proc/32309/task/32315/stat : 32315 (java) S 32306 32309 29334 0 -1 1077944384 407598 0 0 0 33548 169 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777714899344 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32316] ppid=32306 vsize=10794416 memory=8556 CPUtime=20.89 cores=0,2,4,6
/proc/32309/task/32316/stat : 32316 (java) R 32306 32309 29334 0 -1 4202560 72162 0 0 0 2084 5 0 0 20 0 16 0 38798639 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777284195536 139777776440971 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32317] ppid=32306 vsize=10794416 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32317/stat : 32317 (java) S 32306 32309 29334 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38798639 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777283143392 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32318] ppid=32306 vsize=10794416 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32318/stat : 32318 (java) S 32306 32309 29334 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 38798640 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777282090224 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32319] ppid=32306 vsize=10794416 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32319/stat : 32319 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777281038800 139777792001947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32320] ppid=32306 vsize=10794416 memory=5404 CPUtime=1.74 cores=0,2,4,6
/proc/32309/task/32320/stat : 32320 (java) S 32306 32309 29334 0 -1 1077944384 6511 0 0 0 173 1 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777279985952 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32321] ppid=32306 vsize=10794416 memory=796 CPUtime=1.71 cores=0,2,4,6
/proc/32309/task/32321/stat : 32321 (java) S 32306 32309 29334 0 -1 1077944384 5520 0 0 0 171 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777278933120 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32322] ppid=32306 vsize=10794416 memory=4616 CPUtime=0.47 cores=0,2,4,6
/proc/32309/task/32322/stat : 32322 (java) S 32306 32309 29334 0 -1 1077944384 4457 0 0 0 46 1 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777277880352 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32323] ppid=32306 vsize=10794416 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32323/stat : 32323 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777276828000 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32324] ppid=32306 vsize=10794416 memory=10940 CPUtime=0.15 cores=0,2,4,6
/proc/32309/task/32324/stat : 32324 (java) S 32306 32309 29334 0 -1 1077944384 631 0 0 0 8 7 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777275776048 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32334] ppid=32306 vsize=10794416 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32334/stat : 32334 (java) S 32306 32309 29334 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 38835440 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777272623024 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
Current children cumulated CPU time: 1393.18 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8313964 KiB

[startup+382.001 s]*
/proc/loadavg: 7.48 5.65 3.59 3/220 32335
/proc/meminfo: memFree=11027068/32770624 swapFree=67108860/67108860
[pid=32309] ppid=32306 vsize=10794416 memory=8313964 CPUtime=1393.59 cores=0,2,4,6
/proc/32309/stat : 32309 (java) S 32306 32309 29334 0 -1 1077944320 1569609 0 0 0 138663 696 0 0 20 0 16 0 38798636 11053481984 2078491 33554432000 4194304 4196468 140733610607504 140733610590048 139777791983351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
/proc/32309/statm: 2698604 2078491 3209 1 0 2661057 0
[pid=32309/tid=32311] ppid=32306 vsize=10794416 memory=6791534058613427641 CPUtime=19.36 cores=0,2,4,6
/proc/32309/task/32311/stat : 32311 (java) S 32306 32309 29334 0 -1 1077944384 25668 0 0 0 1903 33 0 0 20 0 16 0 38798637 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777796224032 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32312] ppid=32306 vsize=10794416 memory=4126316290023845779 CPUtime=337.68 cores=0,2,4,6
/proc/32309/task/32312/stat : 32312 (java) S 32306 32309 29334 0 -1 1077944384 366630 0 0 0 33606 162 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777718057488 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32313] ppid=32306 vsize=10794416 memory=3220 CPUtime=336.8 cores=0,2,4,6
/proc/32309/task/32313/stat : 32313 (java) S 32306 32309 29334 0 -1 1077944384 389612 0 0 0 33524 156 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777717004944 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32314] ppid=32306 vsize=10794416 memory=8313964 CPUtime=337.13 cores=0,2,4,6
/proc/32309/task/32314/stat : 32314 (java) S 32306 32309 29334 0 -1 1077944384 289355 0 0 0 33548 165 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777715951888 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32315] ppid=32306 vsize=10794416 memory=6791534058613427641 CPUtime=337.17 cores=0,2,4,6
/proc/32309/task/32315/stat : 32315 (java) S 32306 32309 29334 0 -1 1077944384 407598 0 0 0 33548 169 0 0 20 0 16 0 38798638 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777714899344 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32316] ppid=32306 vsize=10794416 memory=1404 CPUtime=21.3 cores=0,2,4,6
/proc/32309/task/32316/stat : 32316 (java) R 32306 32309 29334 0 -1 4202560 72162 0 0 0 2125 5 0 0 20 0 16 0 38798639 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777284195536 139777776440982 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32317] ppid=32306 vsize=10794416 memory=3220 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32317/stat : 32317 (java) S 32306 32309 29334 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 38798639 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777283143392 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32318] ppid=32306 vsize=10794416 memory=8313960 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32318/stat : 32318 (java) S 32306 32309 29334 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 38798640 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777282090224 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32319] ppid=32306 vsize=10794416 memory=8313964 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32319/stat : 32319 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777281038800 139777792001947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32320] ppid=32306 vsize=10794416 memory=14977758669309581 CPUtime=1.74 cores=0,2,4,6
/proc/32309/task/32320/stat : 32320 (java) S 32306 32309 29334 0 -1 1077944384 6511 0 0 0 173 1 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777279985952 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32321] ppid=32306 vsize=10794416 memory=288230574492221466 CPUtime=1.71 cores=0,2,4,6
/proc/32309/task/32321/stat : 32321 (java) S 32306 32309 29334 0 -1 1077944384 5520 0 0 0 171 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777278933120 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32322] ppid=32306 vsize=10794416 memory=303430231908417850 CPUtime=0.47 cores=0,2,4,6
/proc/32309/task/32322/stat : 32322 (java) S 32306 32309 29334 0 -1 1077944384 4457 0 0 0 46 1 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777277880352 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32323] ppid=32306 vsize=10794416 memory=14977758669309581 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32323/stat : 32323 (java) S 32306 32309 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777276828000 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32324] ppid=32306 vsize=10794416 memory=5865768556022557281 CPUtime=0.15 cores=0,2,4,6
/proc/32309/task/32324/stat : 32324 (java) S 32306 32309 29334 0 -1 1077944384 631 0 0 0 8 7 0 0 20 0 16 0 38798642 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777275776048 139777791994498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
[pid=32309/tid=32334] ppid=32306 vsize=10794416 memory=7092958738124400498 CPUtime=0 cores=0,2,4,6
/proc/32309/task/32334/stat : 32334 (java) S 32306 32309 29334 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 38835440 11053481984 2078491 33554432000 4194304 4196468 140733610607504 139777272623024 139777791993557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9056256 140733610615921 140733610616073 140733610616073 140733610618831 0
Current children cumulated CPU time: 1393.59 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8313964 KiB

[startup+382.128 s]*
/proc/loadavg: 7.48 5.65 3.59 3/206 32335
/proc/meminfo: memFree=19019908/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): 382.138
CPU time (s): 1393.73
CPU user time (s): 1386.69
CPU system time (s): 7.03613
CPU usage (%): 364.718
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8313964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1386.69
system time used= 7.03613
maximum resident set size= 8314180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1569684
page faults= 0
swaps= 0
block input operations= 32
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21978
involuntary context switches= 24952


# summary of solver processes directly reported to runsolver:
#   pid: 32309
#   total CPU time (s): 1393.73
#   total CPU user time (s): 1386.69
#   total CPU system time (s): 7.03613

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.14833 second user time and 3.91595 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 00:32:34
IDJOB=4289779
IDBENCH=141136
IDSOLVER=2742
FILE ID=node134/4289779-1532212354
RUNJOBID= node134-1532209961-31982
PBS_JOBID= 21018933
Free space on /tmp= 55956 MiB

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

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

MD5SUM BENCH= d1aa36ddb66a988b2d6475ffc1d9c375
RANDOM SEED=544076736

node134.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.68
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.68
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.68
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.68
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:        25947960 kB
MemAvailable:   30274368 kB
Buffers:          130452 kB
Cached:          4462736 kB
SwapCached:            0 kB
Active:          3032904 kB
Inactive:        3320456 kB
Active(anon):    1707928 kB
Inactive(anon):    71716 kB
Active(file):    1324976 kB
Inactive(file):  3248740 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4652 kB
Writeback:             0 kB
AnonPages:       1673112 kB
Mapped:            46784 kB
Shmem:             17056 kB
Slab:             164164 kB
SReclaimable:     137052 kB
SUnreclaim:        27112 kB
KernelStack:        3856 kB
PageTables:         8084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3007344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1570816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55952 MiB
End job on node134 at 2018-07-22 00:38:57