Trace number 4262858

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1688.13 455.29401

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-15.xml
MD5SUMafde4c54681b724bee939c95254967be
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size43
Distribution of domain sizes[{"size":19,"count":1},{"size":43,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints18
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

1686.19/454.29	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1688.03/455.06		at java.lang.Integer.valueOf(Integer.java:832)
1688.03/455.06		at org.sat4j.csp.intension.IntegerExpression.<init>(IntegerExpression.java:36)
1688.03/455.06		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:80)
1688.03/455.06		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
1688.03/455.06		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1688.03/455.06		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
1688.03/455.06		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1688.03/455.06		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
1688.03/455.06		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1688.03/455.06		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
1688.03/455.06		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
1688.03/455.06		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1688.03/455.06		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1688.03/455.06		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1688.03/455.06		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1688.03/455.06		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1688.03/455.06		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1688.03/455.06		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1688.03/455.06		at org.xcsp.parser.XCallbacks$$Lambda$62/64830413.accept(Unknown Source)
1688.03/455.06		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1688.03/455.06		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1688.03/455.06		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1688.03/455.06		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1688.03/455.06		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1688.03/455.06		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1688.03/455.06		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1688.03/455.06		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1688.03/455.06		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1688.03/455.06		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1688.03/455.06		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1688.03/455.06		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1688.03/455.06		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1688.09/455.26	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1688.09/455.26	c This is free software under the dual EPL/GNU LGPL licenses.
1688.09/455.26	c See www.sat4j.org for details.
1688.09/455.26	c That software uses the Rhino library from the Mozilla project.
1688.09/455.26	c version CUSTOM.v20170705
1688.09/455.26	c java.runtime.name	Java(TM) SE Runtime Environment
1688.09/455.26	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1688.09/455.26	c java.vm.version	25.131-b11
1688.09/455.26	c java.vm.vendor	Oracle Corporation
1688.09/455.26	c sun.arch.data.model	64
1688.09/455.26	c java.version		1.8.0_131
1688.09/455.26	c os.name		Linux
1688.09/455.26	c os.version		3.10.0-514.16.1.el7.x86_64
1688.09/455.26	c os.arch		amd64
1688.09/455.26	c Free memory 		499604488
1688.09/455.26	c Max memory 		7247757312
1688.09/455.26	c Total memory 		504889344
1688.09/455.26	c Number of processors 	4
1688.09/455.26	c c --- Begin Solver configuration ---
1688.09/455.26	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1688.09/455.26	c Learn all clauses as in MiniSAT
1688.09/455.26	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1688.09/455.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1688.09/455.26	c No reason simplification
1688.09/455.26	c Glucose 2.1 dynamic restart strategy
1688.09/455.26	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
1688.09/455.26	c timeout=2147483s
1688.09/455.26	c DB Simplification allowed=false
1688.09/455.26	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1688.09/455.26	c --- End Solver configuration ---
1688.09/455.26	c starts		: 0
1688.09/455.26	c conflicts		: 0
1688.09/455.26	c decisions		: 0
1688.09/455.26	c propagations		: 0
1688.09/455.26	c inspects		: 0
1688.09/455.26	c shortcuts		: 0
1688.09/455.26	c learnt literals	: 0
1688.09/455.26	c learnt binary clauses	: 0
1688.09/455.26	c learnt ternary clauses	: 0
1688.09/455.26	c learnt constraints	: 0
1688.09/455.26	c ignored constraints	: 0
1688.09/455.26	c root simplifications	: 0
1688.09/455.26	c removed literals (reason simplification)	: 0
1688.09/455.26	c reason swapping (by a shorter reason)	: 0
1688.09/455.26	c Calls to reduceDB	: 0
1688.09/455.26	c Number of update (reduction) of LBD	: 0
1688.09/455.26	c Imported unit clauses	: 0
1688.09/455.26	c number of reductions to clauses (during analyze)	: 0
1688.09/455.26	c number of learned constraints concerned by reduction	: 0
1688.09/455.26	c number of learning phase by resolution	: 0
1688.09/455.26	c number of learning phase by cutting planes	: 0
1688.09/455.26	c number of rounding to 1 operations	: 0
1688.09/455.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1688.09/455.26	c number of reductions of the coefficients by power 2 	: 0
1688.09/455.26	c number of right shift for reduction by power 2 	: 0
1688.09/455.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
1688.09/455.26	c speed (assignments/second)	: 0.0
1688.09/455.26	c non guided choices	0
1688.09/455.27	c learnt constraints type 
1688.09/455.27	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 (15263 MiB free)
  memory of node 1: 16384 MiB (15526 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262858-1502635083/watcher-4262858-1502635083 -o /tmp/evaluation-result-4262858-1502635083/solver-4262858-1502635083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502634224-8214 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262858-1502635083.xml 

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

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

solver pid=8258, runsolver pid=8255

[startup+0.103568 s]*
/proc/loadavg: 1.00 1.15 1.60 4/215 8273
/proc/meminfo: memFree=31445536/32770624 swapFree=67108860/67108860
[pid=8258] ppid=8255 vsize=10555400 memory=28332 CPUtime=0.13 cores=0,2,4,6
/proc/8258/stat : 8258 (java) S 8255 8258 32402 0 -1 1077944320 6694 0 0 0 11 2 0 0 20 0 15 0 96595967 10808729600 7083 33554432000 4194304 4196468 140731368588704 140731368571248 139628748099319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
/proc/8258/statm: 2638850 7083 2813 1 0 2627263 0
[pid=8258/tid=8260] ppid=8255 vsize=10555400 memory=8326441112148417179 CPUtime=0.1 cores=0,2,4,6
/proc/8258/task/8260/stat : 8260 (java) R 8255 8258 32402 0 -1 4202560 4499 0 0 0 8 2 0 0 20 0 15 0 96595967 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628752320448 139628732179806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8261] ppid=8255 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8261/stat : 8261 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628717812624 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8262] ppid=8255 vsize=10555400 memory=139663804298880 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8262/stat : 8262 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628716759824 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8263] ppid=8255 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8263/stat : 8263 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628353293456 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8264] ppid=8255 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8264/stat : 8264 (java) S 8255 8258 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628352240656 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8265] ppid=8255 vsize=10555400 memory=139663804298880 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8265/stat : 8265 (java) S 8255 8258 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595970 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628240672880 139628748110466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8266] ppid=8255 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8266/stat : 8266 (java) S 8255 8258 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96595970 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628239618848 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8267] ppid=8255 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8267/stat : 8267 (java) S 8255 8258 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96595970 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628238566512 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8268] ppid=8255 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8268/stat : 8268 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628237514832 139628748117915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8269] ppid=8255 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8269/stat : 8269 (java) S 8255 8258 32402 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628236462704 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8270] ppid=8255 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8270/stat : 8270 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628235409904 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8271] ppid=8255 vsize=10555400 memory=139663804298880 CPUtime=0.02 cores=0,2,4,6
/proc/8258/task/8271/stat : 8271 (java) S 8255 8258 32402 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 15 0 96595973 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628234357616 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8272] ppid=8255 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8272/stat : 8272 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628233305056 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8273] ppid=8255 vsize=10555400 memory=139663804298880 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8273/stat : 8273 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 7083 33554432000 4194304 4196468 140731368588704 139628232251824 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 28332 KiB

[startup+0.210579 s]*
/proc/loadavg: 1.00 1.15 1.60 5/215 8273
/proc/meminfo: memFree=31421088/32770624 swapFree=67108860/67108860
[pid=8258] ppid=8255 vsize=10555400 memory=37152 CPUtime=0.3 cores=0,2,4,6
/proc/8258/stat : 8258 (java) S 8255 8258 32402 0 -1 1077944320 8030 0 0 0 26 4 0 0 20 0 15 0 96595967 10808729600 9288 33554432000 4194304 4196468 140731368588704 140731368571248 139628748099319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
/proc/8258/statm: 2638850 9288 2959 1 0 2627263 0
[pid=8258/tid=8260] ppid=8255 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/8258/task/8260/stat : 8260 (java) R 8255 8258 32402 0 -1 4202560 5227 0 0 0 17 3 0 0 20 0 15 0 96595967 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628752333344 139628748121245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8261] ppid=8255 vsize=10555400 memory=339 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8261/stat : 8261 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628717812624 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8262] ppid=8255 vsize=10555400 memory=139663804477396 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8262/stat : 8262 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628716759824 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8263] ppid=8255 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8263/stat : 8263 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628353293456 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8264] ppid=8255 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8264/stat : 8264 (java) S 8255 8258 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628352240656 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8265] ppid=8255 vsize=10555400 memory=139663804298880 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8265/stat : 8265 (java) S 8255 8258 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595970 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628240672880 139628748110466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8266] ppid=8255 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8266/stat : 8266 (java) S 8255 8258 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96595970 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628239618848 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8267] ppid=8255 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8267/stat : 8267 (java) S 8255 8258 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96595970 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628238566512 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8268] ppid=8255 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8268/stat : 8268 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628237514832 139628748117915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8269] ppid=8255 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8258/task/8269/stat : 8269 (java) R 8255 8258 32402 0 -1 1077944384 637 0 0 0 2 0 0 0 20 0 15 0 96595973 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628236462704 139628748110466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8270] ppid=8255 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8258/task/8270/stat : 8270 (java) R 8255 8258 32402 0 -1 4202560 370 0 0 0 1 0 0 0 20 0 15 0 96595973 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628235390920 139628728799616 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8271] ppid=8255 vsize=10555400 memory=139663804298880 CPUtime=0.05 cores=0,2,4,6
/proc/8258/task/8271/stat : 8271 (java) R 8255 8258 32402 0 -1 4202560 539 0 0 0 5 0 0 0 20 0 15 0 96595973 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628234357616 139628726199905 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8272] ppid=8255 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8272/stat : 8272 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628233305056 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8273] ppid=8255 vsize=10555400 memory=139663804298880 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8273/stat : 8273 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 9354 33554432000 4194304 4196468 140731368588704 139628232251824 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37152 KiB

[startup+0.310561 s]*
/proc/loadavg: 1.00 1.15 1.60 4/215 8273
/proc/meminfo: memFree=31209960/32770624 swapFree=67108860/67108860
[pid=8258] ppid=8255 vsize=10555400 memory=104316 CPUtime=0.43 cores=0,2,4,6
/proc/8258/stat : 8258 (java) S 8255 8258 32402 0 -1 1077944320 8487 0 0 0 37 6 0 0 20 0 15 0 96595967 10808729600 26079 33554432000 4194304 4196468 140731368588704 140731368571248 139628748099319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
/proc/8258/statm: 2638850 26079 2975 1 0 2627263 0
[pid=8258/tid=8260] ppid=8255 vsize=10555400 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/8258/task/8260/stat : 8260 (java) R 8255 8258 32402 0 -1 4202560 5270 0 0 0 24 5 0 0 20 0 15 0 96595967 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628752333344 139628748121245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8261] ppid=8255 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8261/stat : 8261 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628717812624 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8262] ppid=8255 vsize=10555400 memory=139663804356896 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8262/stat : 8262 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628716759824 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8263] ppid=8255 vsize=10555400 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8263/stat : 8263 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628353293456 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8264] ppid=8255 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8264/stat : 8264 (java) S 8255 8258 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595968 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628352240656 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8265] ppid=8255 vsize=10555400 memory=139663804363808 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8265/stat : 8265 (java) S 8255 8258 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96595970 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628240672880 139628748110466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8266] ppid=8255 vsize=10555400 memory=35 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8266/stat : 8266 (java) S 8255 8258 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96595970 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628239618848 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8267] ppid=8255 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8267/stat : 8267 (java) S 8255 8258 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96595970 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628238566512 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8268] ppid=8255 vsize=10555400 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8268/stat : 8268 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628237514832 139628748117915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8269] ppid=8255 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8258/task/8269/stat : 8269 (java) S 8255 8258 32402 0 -1 1077944384 668 0 0 0 2 0 0 0 20 0 15 0 96595973 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628236462704 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8270] ppid=8255 vsize=10555400 memory=139663679540751 CPUtime=0.02 cores=0,2,4,6
/proc/8258/task/8270/stat : 8270 (java) S 8255 8258 32402 0 -1 1077944384 393 0 0 0 2 0 0 0 20 0 15 0 96595973 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628235409904 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8271] ppid=8255 vsize=10555400 memory=139663804307113 CPUtime=0.07 cores=0,2,4,6
/proc/8258/task/8271/stat : 8271 (java) S 8255 8258 32402 0 -1 1077944384 789 0 0 0 7 0 0 0 20 0 15 0 96595973 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628234357616 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8272] ppid=8255 vsize=10555400 memory=139663679545295 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8272/stat : 8272 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628233305056 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8273] ppid=8255 vsize=10555400 memory=279327483860928 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8273/stat : 8273 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595973 10808729600 26079 33554432000 4194304 4196468 140731368588704 139628232251824 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 104316 KiB

[startup+0.700853 s]
/proc/loadavg: 1.00 1.15 1.60 7/215 8273
/proc/meminfo: memFree=30737120/32770624 swapFree=67108860/67108860
[pid=8258] ppid=8255 vsize=10555476 memory=483388 CPUtime=1.14 cores=0,2,4,6
/proc/8258/stat : 8258 (java) S 8255 8258 32402 0 -1 1077944320 9939 0 0 0 87 27 0 0 20 0 15 0 96595967 10808807424 120782 33554432000 4194304 4196468 140731368588704 140731368571248 139628748099319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
/proc/8258/statm: 2638869 120847 3063 1 0 2627263 0
[pid=8258/tid=8260] ppid=8255 vsize=10555476 memory=2372 CPUtime=0.61 cores=0,2,4,6
/proc/8258/task/8260/stat : 8260 (java) R 8255 8258 32402 0 -1 4202560 6169 0 0 0 50 11 0 0 20 0 15 0 96595967 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628752336128 139628740388768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8261] ppid=8255 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/8258/task/8261/stat : 8261 (java) S 8255 8258 32402 0 -1 1077944384 57 0 0 0 2 3 0 0 20 0 15 0 96595968 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628717812624 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8262] ppid=8255 vsize=10555476 memory=1200 CPUtime=0.06 cores=0,2,4,6
/proc/8258/task/8262/stat : 8262 (java) S 8255 8258 32402 0 -1 1077944384 63 0 0 0 3 3 0 0 20 0 15 0 96595968 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628716759824 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8263] ppid=8255 vsize=10555476 memory=15872 CPUtime=0.06 cores=0,2,4,6
/proc/8258/task/8263/stat : 8263 (java) S 8255 8258 32402 0 -1 1077944384 63 0 0 0 3 3 0 0 20 0 15 0 96595968 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628353293456 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8264] ppid=8255 vsize=10555476 memory=15708 CPUtime=0.06 cores=0,2,4,6
/proc/8258/task/8264/stat : 8264 (java) S 8255 8258 32402 0 -1 1077944384 72 0 0 0 2 4 0 0 20 0 15 0 96595968 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628352240656 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8265] ppid=8255 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8265/stat : 8265 (java) S 8255 8258 32402 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96595970 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628240672880 139628748110466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8266] ppid=8255 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8266/stat : 8266 (java) S 8255 8258 32402 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96595970 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628239618848 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8267] ppid=8255 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8267/stat : 8267 (java) S 8255 8258 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96595970 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628238566512 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8268] ppid=8255 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8268/stat : 8268 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628237514832 139628748117915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8269] ppid=8255 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/8258/task/8269/stat : 8269 (java) S 8255 8258 32402 0 -1 1077944384 756 0 0 0 5 0 0 0 20 0 15 0 96595973 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628236462704 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8270] ppid=8255 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/8258/task/8270/stat : 8270 (java) S 8255 8258 32402 0 -1 1077944384 405 0 0 0 6 0 0 0 20 0 15 0 96595973 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628235409904 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8271] ppid=8255 vsize=10555476 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/8258/task/8271/stat : 8271 (java) S 8255 8258 32402 0 -1 1077944384 984 0 0 0 13 0 0 0 20 0 15 0 96595973 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628234357616 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8272] ppid=8255 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8272/stat : 8272 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628233305056 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8273] ppid=8255 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8273/stat : 8273 (java) S 8255 8258 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96595973 10808807424 120847 33554432000 4194304 4196468 140731368588704 139628232251824 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 483388 KiB

[startup+1.50074 s]
/proc/loadavg: 1.00 1.15 1.60 11/215 8273
/proc/meminfo: memFree=29894604/32770624 swapFree=67108860/67108860
[pid=8258] ppid=8255 vsize=10555476 memory=1107336 CPUtime=2.87 cores=0,2,4,6
/proc/8258/stat : 8258 (java) S 8255 8258 32402 0 -1 1077944320 13500 0 0 0 246 41 0 0 20 0 15 0 96595967 10808807424 276834 33554432000 4194304 4196468 140731368588704 140731368571248 139628748099319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
/proc/8258/statm: 2638869 276834 3117 1 0 2627263 0
[pid=8258/tid=8260] ppid=8255 vsize=10555476 memory=2320251238177390440 CPUtime=1.23 cores=0,2,4,6
/proc/8258/task/8260/stat : 8260 (java) R 8255 8258 32402 0 -1 4202560 6729 0 0 0 102 21 0 0 20 0 15 0 96595967 10808807424 276834 33554432000 4194304 4196468 140731368588704 139628752336864 139628386582681 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8261] ppid=8255 vsize=10555476 memory=1019028 CPUtime=0.17 cores=0,2,4,6
/proc/8258/task/8261/stat : 8261 (java) S 8255 8258 32402 0 -1 1077944384 115 0 0 0 14 3 0 0 20 0 15 0 96595968 10808807424 276834 33554432000 4194304 4196468 140731368588704 139628717812624 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8262] ppid=8255 vsize=10555476 memory=2241 CPUtime=0.22 cores=0,2,4,6
/proc/8258/task/8262/stat : 8262 (java) S 8255 8258 32402 0 -1 1077944384 618 0 0 0 18 4 0 0 20 0 15 0 96595968 10808807424 276834 33554432000 4194304 4196468 140731368588704 139628716759824 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8263] ppid=8255 vsize=10555476 memory=1200 CPUtime=0.22 cores=0,2,4,6
/proc/8258/task/8263/stat : 8263 (java) S 8255 8258 32402 0 -1 1077944384 90 0 0 0 18 4 0 0 20 0 15 0 96595968 10808807424 276834 33554432000 4194304 4196468 140731368588704 139628353293456 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8264] ppid=8255 vsize=10555476 memory=15872 CPUtime=0.22 cores=0,2,4,6
/proc/8258/task/8264/stat : 8264 (java) S 8255 8258 32402 0 -1 1077944384 128 0 0 0 17 5 0 0 20 0 15 0 96595968 10808807424 276834 33554432000 4194304 4196468 140731368588704 139628352240656 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8265] ppid=8255 vsize=10555476 memory=15708 CPUtime=0.01 cores=0,2,4,6
/proc/8258/task/8265/stat : 8265 (java) S 8255 8258 32402 0 -1 1077944384 394 0 0 0 1 0 0 0 20 0 15 0 96595970 10808807424 276834 33554432000 4194304 4196468 140731368588704 139628240672880 139628748110466 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0

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

[pid=8258/tid=8272] ppid=8255 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8272/stat : 8272 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628233305056 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8273] ppid=8255 vsize=10555476 memory=4612 CPUtime=0.13 cores=0,2,4,6
/proc/8258/task/8273/stat : 8273 (java) S 8255 8258 32402 0 -1 1077944384 593 0 0 0 8 5 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628232251824 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
Current children cumulated CPU time: 1674.56 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8299632 KiB

[startup+452.801 s]
/proc/loadavg: 7.48 6.11 3.83 8/216 8289
/proc/meminfo: memFree=14926828/32770624 swapFree=67108860/67108860
[pid=8258] ppid=8255 vsize=10555476 memory=8299632 CPUtime=1680.77 cores=0,2,4,6
/proc/8258/stat : 8258 (java) S 8255 8258 32402 0 -1 1077944320 655774 0 0 0 167114 963 0 0 20 0 15 0 96595967 10808807424 2074908 33554432000 4194304 4196468 140731368588704 140731368571248 139628748099319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
/proc/8258/statm: 2638869 2074908 3150 1 0 2627263 0
[pid=8258/tid=8260] ppid=8255 vsize=10555476 memory=8299632 CPUtime=27.15 cores=0,2,4,6
/proc/8258/task/8260/stat : 8260 (java) S 8255 8258 32402 0 -1 1077944384 16582 0 0 0 2661 54 0 0 20 0 15 0 96595967 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628752336688 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8261] ppid=8255 vsize=10555476 memory=8112282956445269571 CPUtime=411.84 cores=0,2,4,6
/proc/8258/task/8261/stat : 8261 (java) R 8255 8258 32402 0 -1 4202560 225475 0 0 0 40957 227 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628717812824 139628732799963 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8262] ppid=8255 vsize=10555476 memory=-8961168018402230209 CPUtime=411.18 cores=0,2,4,6
/proc/8258/task/8262/stat : 8262 (java) R 8255 8258 32402 0 -1 4202560 106834 0 0 0 40878 240 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628716759944 139628740727527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8263] ppid=8255 vsize=10555476 memory=-8253362762722141311 CPUtime=412.03 cores=0,2,4,6
/proc/8258/task/8263/stat : 8263 (java) R 8255 8258 32402 0 -1 4202560 80524 0 0 0 40987 216 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628353293264 139628740727527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8264] ppid=8255 vsize=10555476 memory=7100839861465685612 CPUtime=413.17 cores=0,2,4,6
/proc/8258/task/8264/stat : 8264 (java) R 8255 8258 32402 0 -1 4202560 102922 0 0 0 41106 211 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628352240464 139628740727527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8265] ppid=8255 vsize=10555476 memory=8299632 CPUtime=2.66 cores=0,2,4,6
/proc/8258/task/8265/stat : 8265 (java) S 8255 8258 32402 0 -1 1077944384 103609 0 0 0 261 5 0 0 20 0 15 0 96595970 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628240671424 139628748109525 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8266] ppid=8255 vsize=10555476 memory=-2672971631320983069 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8266/stat : 8266 (java) S 8255 8258 32402 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 96595970 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628239618912 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8267] ppid=8255 vsize=10555476 memory=8546823402028195750 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8267/stat : 8267 (java) S 8255 8258 32402 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96595970 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628238566528 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8268] ppid=8255 vsize=10555476 memory=7681421203011431829 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8268/stat : 8268 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628237514832 139628748117915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8269] ppid=8255 vsize=10555476 memory=1440 CPUtime=1.14 cores=0,2,4,6
/proc/8258/task/8269/stat : 8269 (java) S 8255 8258 32402 0 -1 1077944384 8328 0 0 0 112 2 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628236462752 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8270] ppid=8255 vsize=10555476 memory=5792 CPUtime=1.09 cores=0,2,4,6
/proc/8258/task/8270/stat : 8270 (java) S 8255 8258 32402 0 -1 1077944384 6604 0 0 0 108 1 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628235409664 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8271] ppid=8255 vsize=10555476 memory=1224 CPUtime=0.29 cores=0,2,4,6
/proc/8258/task/8271/stat : 8271 (java) S 8255 8258 32402 0 -1 1077944384 2912 0 0 0 29 0 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628234357664 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8272] ppid=8255 vsize=10555476 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8272/stat : 8272 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628233305056 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8273] ppid=8255 vsize=10555476 memory=1712 CPUtime=0.14 cores=0,2,4,6
/proc/8258/task/8273/stat : 8273 (java) S 8255 8258 32402 0 -1 1077944384 593 0 0 0 8 6 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628232251824 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
Current children cumulated CPU time: 1680.77 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8299632 KiB

[startup+454.401 s]
/proc/loadavg: 7.52 6.14 3.85 7/216 8289
/proc/meminfo: memFree=14926828/32770624 swapFree=67108860/67108860
[pid=8258] ppid=8255 vsize=10555476 memory=8299632 CPUtime=1686.72 cores=0,2,4,6
/proc/8258/stat : 8258 (java) S 8255 8258 32402 0 -1 1077944320 655889 0 0 0 167707 965 0 0 20 0 15 0 96595967 10808807424 2074908 33554432000 4194304 4196468 140731368588704 140731368571248 139628748099319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
/proc/8258/statm: 2638869 2074908 3150 1 0 2627263 0
[pid=8258/tid=8260] ppid=8255 vsize=10555476 memory=8299632 CPUtime=27.15 cores=0,2,4,6
/proc/8258/task/8260/stat : 8260 (java) S 8255 8258 32402 0 -1 1077944384 16668 0 0 0 2661 54 0 0 20 0 15 0 96595967 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628752338592 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8261] ppid=8255 vsize=10555476 memory=8299632 CPUtime=413.35 cores=0,2,4,6
/proc/8258/task/8261/stat : 8261 (java) R 8255 8258 32402 0 -1 4202560 225476 0 0 0 41108 227 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628717812208 139628740727527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8262] ppid=8255 vsize=10555476 memory=1568 CPUtime=412.63 cores=0,2,4,6
/proc/8258/task/8262/stat : 8262 (java) R 8255 8258 32402 0 -1 4202560 106838 0 0 0 41023 240 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628716759408 139628740727527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8263] ppid=8255 vsize=10555476 memory=8299632 CPUtime=413.48 cores=0,2,4,6
/proc/8258/task/8263/stat : 8263 (java) R 8255 8258 32402 0 -1 4202560 80524 0 0 0 41131 217 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628353293456 139628732797153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8264] ppid=8255 vsize=10555476 memory=8299632 CPUtime=414.63 cores=0,2,4,6
/proc/8258/task/8264/stat : 8264 (java) R 8255 8258 32402 0 -1 4202560 102924 0 0 0 41251 212 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628352240552 139628740727527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8265] ppid=8255 vsize=10555476 memory=15716 CPUtime=2.74 cores=0,2,4,6
/proc/8258/task/8265/stat : 8265 (java) S 8255 8258 32402 0 -1 1077944384 103621 0 0 0 269 5 0 0 20 0 15 0 96595970 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628240671200 139628748109525 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8266] ppid=8255 vsize=10555476 memory=8299632 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8266/stat : 8266 (java) S 8255 8258 32402 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 96595970 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628239618912 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8267] ppid=8255 vsize=10555476 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8267/stat : 8267 (java) S 8255 8258 32402 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96595970 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628238566528 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8268] ppid=8255 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8268/stat : 8268 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628237514832 139628748117915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8269] ppid=8255 vsize=10555476 memory=8112282956445269571 CPUtime=1.14 cores=0,2,4,6
/proc/8258/task/8269/stat : 8269 (java) S 8255 8258 32402 0 -1 1077944384 8328 0 0 0 112 2 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628236462704 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8270] ppid=8255 vsize=10555476 memory=15872 CPUtime=1.09 cores=0,2,4,6
/proc/8258/task/8270/stat : 8270 (java) S 8255 8258 32402 0 -1 1077944384 6604 0 0 0 108 1 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628235409904 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8271] ppid=8255 vsize=10555476 memory=15716 CPUtime=0.29 cores=0,2,4,6
/proc/8258/task/8271/stat : 8271 (java) S 8255 8258 32402 0 -1 1077944384 2912 0 0 0 29 0 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628234357616 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8272] ppid=8255 vsize=10555476 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8272/stat : 8272 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628233305056 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8273] ppid=8255 vsize=10555476 memory=8112282956445269571 CPUtime=0.14 cores=0,2,4,6
/proc/8258/task/8273/stat : 8273 (java) S 8255 8258 32402 0 -1 1077944384 593 0 0 0 8 6 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628232251824 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
Current children cumulated CPU time: 1686.72 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8299632 KiB

[startup+454.801 s]
/proc/loadavg: 7.52 6.14 3.85 7/216 8289
/proc/meminfo: memFree=14926828/32770624 swapFree=67108860/67108860
[pid=8258] ppid=8255 vsize=10555476 memory=8299632 CPUtime=1687.83 cores=0,2,4,6
/proc/8258/stat : 8258 (java) S 8255 8258 32402 0 -1 1077944320 656044 0 0 0 167818 965 0 0 20 0 15 0 96595967 10808807424 2074908 33554432000 4194304 4196468 140731368588704 140731368571248 139628748099319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
/proc/8258/statm: 2638869 2074908 3150 1 0 2627263 0
[pid=8258/tid=8260] ppid=8255 vsize=10555476 memory=1200 CPUtime=27.15 cores=0,2,4,6
/proc/8258/task/8260/stat : 8260 (java) S 8255 8258 32402 0 -1 1077944384 16668 0 0 0 2661 54 0 0 20 0 15 0 96595967 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628752338592 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8261] ppid=8255 vsize=10555476 memory=15872 CPUtime=413.58 cores=0,2,4,6
/proc/8258/task/8261/stat : 8261 (java) S 8255 8258 32402 0 -1 1077944384 225543 0 0 0 41131 227 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628717812624 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8262] ppid=8255 vsize=10555476 memory=15716 CPUtime=412.87 cores=0,2,4,6
/proc/8258/task/8262/stat : 8262 (java) S 8255 8258 32402 0 -1 1077944384 106838 0 0 0 41047 240 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628716759824 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8263] ppid=8255 vsize=10555476 memory=4052 CPUtime=413.72 cores=0,2,4,6
/proc/8258/task/8263/stat : 8263 (java) S 8255 8258 32402 0 -1 1077944384 80609 0 0 0 41155 217 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628353293456 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8264] ppid=8255 vsize=10555476 memory=16236 CPUtime=414.87 cores=0,2,4,6
/proc/8258/task/8264/stat : 8264 (java) S 8255 8258 32402 0 -1 1077944384 102924 0 0 0 41275 212 0 0 20 0 15 0 96595968 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628352240656 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8265] ppid=8255 vsize=10555476 memory=12068 CPUtime=2.9 cores=0,2,4,6
/proc/8258/task/8265/stat : 8265 (java) R 8255 8258 32402 0 -1 4202560 103624 0 0 0 285 5 0 0 20 0 15 0 96595970 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628240671424 139628732799981 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8266] ppid=8255 vsize=10555476 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8266/stat : 8266 (java) S 8255 8258 32402 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 96595970 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628239618912 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8267] ppid=8255 vsize=10555476 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8267/stat : 8267 (java) S 8255 8258 32402 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96595970 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628238566528 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8268] ppid=8255 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8268/stat : 8268 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628237514832 139628748117915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8269] ppid=8255 vsize=10555476 memory=8560 CPUtime=1.14 cores=0,2,4,6
/proc/8258/task/8269/stat : 8269 (java) S 8255 8258 32402 0 -1 1077944384 8328 0 0 0 112 2 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628236462704 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8270] ppid=8255 vsize=10555476 memory=1712 CPUtime=1.09 cores=0,2,4,6
/proc/8258/task/8270/stat : 8270 (java) S 8255 8258 32402 0 -1 1077944384 6604 0 0 0 108 1 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628235409904 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8271] ppid=8255 vsize=10555476 memory=4612 CPUtime=0.29 cores=0,2,4,6
/proc/8258/task/8271/stat : 8271 (java) S 8255 8258 32402 0 -1 1077944384 2912 0 0 0 29 0 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628234357616 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8272] ppid=8255 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8272/stat : 8272 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628233305056 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8273] ppid=8255 vsize=10555476 memory=8299632 CPUtime=0.14 cores=0,2,4,6
/proc/8258/task/8273/stat : 8273 (java) S 8255 8258 32402 0 -1 1077944384 593 0 0 0 8 6 0 0 20 0 15 0 96595973 10808807424 2074908 33554432000 4194304 4196468 140731368588704 139628232251824 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
Current children cumulated CPU time: 1687.83 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8299632 KiB

[startup+455.201 s]
/proc/loadavg: 7.52 6.14 3.85 6/216 8289
/proc/meminfo: memFree=14926828/32770624 swapFree=67108860/67108860
[pid=8258] ppid=8255 vsize=10688604 memory=5100628 CPUtime=1688.09 cores=0,2,4,6
/proc/8258/stat : 8258 (java) S 8255 8258 32402 0 -1 1077944320 656209 0 0 0 167842 967 0 0 20 0 16 0 96595967 10945130496 1275157 33554432000 4194304 4196468 140731368588704 140731368571248 139628748099319 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
/proc/8258/statm: 2672151 1275157 3153 1 0 2660545 0
[pid=8258/tid=8260] ppid=8255 vsize=10688604 memory=8112282956445269571 CPUtime=27.15 cores=0,2,4,6
/proc/8258/task/8260/stat : 8260 (java) S 8255 8258 32402 0 -1 1077944384 16685 0 0 0 2661 54 0 0 20 0 16 0 96595967 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628752340000 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8261] ppid=8255 vsize=10688604 memory=1292 CPUtime=413.58 cores=0,2,4,6
/proc/8258/task/8261/stat : 8261 (java) S 8255 8258 32402 0 -1 1077944384 225543 0 0 0 41131 227 0 0 20 0 16 0 96595968 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628717812624 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8262] ppid=8255 vsize=10688604 memory=2448 CPUtime=412.87 cores=0,2,4,6
/proc/8258/task/8262/stat : 8262 (java) S 8255 8258 32402 0 -1 1077944384 106838 0 0 0 41047 240 0 0 20 0 16 0 96595968 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628716759824 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8263] ppid=8255 vsize=10688604 memory=1732 CPUtime=413.72 cores=0,2,4,6
/proc/8258/task/8263/stat : 8263 (java) S 8255 8258 32402 0 -1 1077944384 80609 0 0 0 41155 217 0 0 20 0 16 0 96595968 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628353293456 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8264] ppid=8255 vsize=10688604 memory=1948 CPUtime=414.87 cores=0,2,4,6
/proc/8258/task/8264/stat : 8264 (java) S 8255 8258 32402 0 -1 1077944384 102924 0 0 0 41275 212 0 0 20 0 16 0 96595968 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628352240656 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8265] ppid=8255 vsize=10688604 memory=800 CPUtime=3.16 cores=0,2,4,6
/proc/8258/task/8265/stat : 8265 (java) S 8255 8258 32402 0 -1 1077944384 103624 0 0 0 309 7 0 0 20 0 16 0 96595970 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628240672880 139628748110466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8266] ppid=8255 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8266/stat : 8266 (java) S 8255 8258 32402 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 96595970 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628239618912 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8267] ppid=8255 vsize=10688604 memory=16236 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8267/stat : 8267 (java) S 8255 8258 32402 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 96595970 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628238566528 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8268] ppid=8255 vsize=10688604 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8268/stat : 8268 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96595973 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628237514832 139628748117915 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8269] ppid=8255 vsize=10688604 memory=644 CPUtime=1.14 cores=0,2,4,6
/proc/8258/task/8269/stat : 8269 (java) S 8255 8258 32402 0 -1 1077944384 8328 0 0 0 112 2 0 0 20 0 16 0 96595973 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628236462704 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8270] ppid=8255 vsize=10688604 memory=960 CPUtime=1.09 cores=0,2,4,6
/proc/8258/task/8270/stat : 8270 (java) S 8255 8258 32402 0 -1 1077944384 6604 0 0 0 108 1 0 0 20 0 16 0 96595973 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628235409904 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8271] ppid=8255 vsize=10688604 memory=4388 CPUtime=0.29 cores=0,2,4,6
/proc/8258/task/8271/stat : 8271 (java) S 8255 8258 32402 0 -1 1077944384 2986 0 0 0 29 0 0 0 20 0 16 0 96595973 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628234357616 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8272] ppid=8255 vsize=10688604 memory=8299632 CPUtime=0 cores=0,2,4,6
/proc/8258/task/8272/stat : 8272 (java) S 8255 8258 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96595973 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628233305056 139628748109525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
[pid=8258/tid=8273] ppid=8255 vsize=10688604 memory=4100 CPUtime=0.14 cores=0,2,4,6
/proc/8258/task/8273/stat : 8273 (java) S 8255 8258 32402 0 -1 1077944384 593 0 0 0 8 6 0 0 20 0 16 0 96595973 10945130496 1275157 33554432000 4194304 4196468 140731368588704 139628232251824 139628748110466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 17072128 140731368596614 140731368596767 140731368596767 140731368599503 0
Current children cumulated CPU time: 1688.09 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 5100628 KiB

Child status: 1
Real time (s): 455.294
CPU time (s): 1688.13
CPU user time (s): 1678.43
CPU system time (s): 9.69856
CPU usage (%): 370.779
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8299632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1678.43
system time used= 9.69856
maximum resident set size= 8299632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 656306
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46132
involuntary context switches= 51608


# summary of solver processes directly reported to runsolver:
#   pid: 8258
#   total CPU time (s): 1688.13
#   total CPU user time (s): 1678.43
#   total CPU system time (s): 9.69856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.23905 second user time and 3.83714 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 16:23:45
IDJOB=4262858
IDBENCH=137919
IDSOLVER=2651
FILE ID=node113/4262858-1502635083
RUNJOBID= node113-1502634224-8214
PBS_JOBID= 20628303
Free space on /tmp= 61684 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262858-1502635083/watcher-4262858-1502635083 -o /tmp/evaluation-result-4262858-1502635083/solver-4262858-1502635083 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502634224-8214 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262858-1502635083.xml

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

MD5SUM BENCH= afde4c54681b724bee939c95254967be
RANDOM SEED=1607805317

node113.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.89
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.89
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.89
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.89
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:        31530044 kB
MemAvailable:   31964316 kB
Buffers:          116416 kB
Cached:           605080 kB
SwapCached:            0 kB
Active:           635508 kB
Inactive:         165120 kB
Active(anon):      29740 kB
Inactive(anon):    77700 kB
Active(file):     605768 kB
Inactive(file):    87420 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             32276 kB
Writeback:         70348 kB
AnonPages:         73680 kB
Mapped:            53748 kB
Shmem:             25224 kB
Slab:             139832 kB
SReclaimable:     113840 kB
SUnreclaim:        25992 kB
KernelStack:        3280 kB
PageTables:         5472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1172684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61680 MiB
End job on node113 at 2017-08-13 16:31:20