Trace number 4262816

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? 1695.85 459.02499

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
MD5SUMff12bcd9867be4bcc392b8c45936f1c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables389
Number of constraints100
Number of domains2
Minimum domain size98
Maximum domain size137
Distribution of domain sizes[{"size":98,"count":1},{"size":137,"count":388}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":291},{"degree":4,"count":97}]
Minimum constraint arity4
Maximum constraint arity388
Distribution of constraint arities[{"arity":4,"count":97},{"arity":98,"count":1},{"arity":388,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":97},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262816-1502634222/watcher-4262816-1502634222 -o /tmp/evaluation-result-4262816-1502634222/solver-4262816-1502634222 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502633193-2425 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262816-1502634222.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
solver pid=2548, runsolver pid=2545
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 5.13 2.79 2.24 7/215 2563
/proc/meminfo: memFree=20917732/32770624 swapFree=67108860/67108860
[pid=2548] ppid=2545 vsize=10555400 memory=31352 CPUtime=0.12 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2545 2548 31794 0 -1 1077944320 6360 0 0 0 11 1 0 0 20 0 15 0 96510275 10808729600 7838 33554432000 4194304 4196468 140731577583200 140731577565744 140075340033783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
/proc/2548/statm: 2638850 7838 2822 1 0 2627263 0
[pid=2548/tid=2550] ppid=2545 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (java) R 2545 2548 31794 0 -1 4202560 4231 0 0 0 9 0 0 0 20 0 15 0 96510276 10808729600 7838 33554432000 4194304 4196468 140731577583200 140075344256368 140075340055709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2551] ppid=2545 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808729600 7838 33554432000 4194304 4196468 140731577583200 140075266108048 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2552] ppid=2545 vsize=10555400 memory=140508129592960 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2552/stat : 2552 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808729600 7838 33554432000 4194304 4196468 140731577583200 140075265055248 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2553] ppid=2545 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2553/stat : 2553 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808729600 7838 33554432000 4194304 4196468 140731577583200 140075264002448 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2554] ppid=2545 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2545 2548 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510276 10808729600 7838 33554432000 4194304 4196468 140731577583200 140075262949648 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2555] ppid=2545 vsize=10555400 memory=140508129592960 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2555/stat : 2555 (java) S 2545 2548 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510278 10808729600 7838 33554432000 4194304 4196468 140731577583200 140074831248240 140075340044930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2556] ppid=2545 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2545 2548 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96510278 10808729600 7838 33554432000 4194304 4196468 140731577583200 140074830194208 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2557] ppid=2545 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2545 2548 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510278 10808729600 7838 33554432000 4194304 4196468 140731577583200 140074829141360 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2558] ppid=2545 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510281 10808729600 7838 33554432000 4194304 4196468 140731577583200 140074828089680 140075340052379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2559] ppid=2545 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2559/stat : 2559 (java) S 2545 2548 31794 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 96510281 10808729600 7838 33554432000 4194304 4196468 140731577583200 140074827037040 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2560] ppid=2545 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510281 10808729600 7838 33554432000 4194304 4196468 140731577583200 140074825984240 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2561] ppid=2545 vsize=10555400 memory=140508129592960 CPUtime=0.02 cores=0,2,4,6
/proc/2548/task/2561/stat : 2561 (java) S 2545 2548 31794 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 15 0 96510281 10808729600 7838 33554432000 4194304 4196468 140731577583200 140074824931440 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2562] ppid=2545 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2562/stat : 2562 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510281 10808729600 7838 33554432000 4194304 4196468 140731577583200 140074823878880 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2563] ppid=2545 vsize=10555400 memory=140508129592960 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2563/stat : 2563 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510281 10808729600 7838 33554432000 4194304 4196468 140731577583200 140074822827184 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31352 KiB

[startup+0.210519 s]*
/proc/loadavg: 5.13 2.79 2.24 7/215 2563
/proc/meminfo: memFree=20910832/32770624 swapFree=67108860/67108860
[pid=2548] ppid=2545 vsize=10555400 memory=39636 CPUtime=0.31 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2545 2548 31794 0 -1 1077944320 7432 0 0 0 29 2 0 0 20 0 15 0 96510275 10808729600 9909 33554432000 4194304 4196468 140731577583200 140731577565744 140075340033783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
/proc/2548/statm: 2638850 9909 2943 1 0 2627263 0
[pid=2548/tid=2550] ppid=2545 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (java) R 2545 2548 31794 0 -1 4202560 4640 0 0 0 19 1 0 0 20 0 15 0 96510276 10808729600 9909 33554432000 4194304 4196468 140731577583200 140075344263312 140075324114270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2551] ppid=2545 vsize=10555400 memory=331 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808729600 9909 33554432000 4194304 4196468 140731577583200 140075266108048 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2552] ppid=2545 vsize=10555400 memory=140508129768328 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2552/stat : 2552 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808729600 9909 33554432000 4194304 4196468 140731577583200 140075265055248 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2553] ppid=2545 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2553/stat : 2553 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808729600 9909 33554432000 4194304 4196468 140731577583200 140075264002448 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2554] ppid=2545 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2545 2548 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510276 10808729600 9909 33554432000 4194304 4196468 140731577583200 140075262949648 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2555] ppid=2545 vsize=10555400 memory=140508129592960 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2555/stat : 2555 (java) S 2545 2548 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510278 10808729600 9909 33554432000 4194304 4196468 140731577583200 140074831248240 140075340044930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2556] ppid=2545 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2545 2548 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96510278 10808729600 9909 33554432000 4194304 4196468 140731577583200 140074830194208 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2557] ppid=2545 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2545 2548 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510278 10808729600 9909 33554432000 4194304 4196468 140731577583200 140074829141360 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2558] ppid=2545 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510281 10808729600 9909 33554432000 4194304 4196468 140731577583200 140074828089680 140075340052379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2559] ppid=2545 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2548/task/2559/stat : 2559 (java) S 2545 2548 31794 0 -1 1077944384 598 0 0 0 2 0 0 0 20 0 15 0 96510281 10808729600 9909 33554432000 4194304 4196468 140731577583200 140074827037040 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2560] ppid=2545 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) S 2545 2548 31794 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 96510281 10808729600 9909 33554432000 4194304 4196468 140731577583200 140074825984240 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2561] ppid=2545 vsize=10555400 memory=140508129592960 CPUtime=0.06 cores=0,2,4,6
/proc/2548/task/2561/stat : 2561 (java) S 2545 2548 31794 0 -1 1077944384 743 0 0 0 6 0 0 0 20 0 15 0 96510281 10808729600 9909 33554432000 4194304 4196468 140731577583200 140074824931440 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2562] ppid=2545 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2562/stat : 2562 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510281 10808729600 9909 33554432000 4194304 4196468 140731577583200 140074823878880 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2563] ppid=2545 vsize=10555400 memory=140508129592960 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2563/stat : 2563 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510281 10808729600 9909 33554432000 4194304 4196468 140731577583200 140074822827184 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39636 KiB

[startup+0.3109 s]*
/proc/loadavg: 4.88 2.78 2.23 9/215 2563
/proc/meminfo: memFree=20901992/32770624 swapFree=67108860/67108860
[pid=2548] ppid=2545 vsize=10555476 memory=48492 CPUtime=0.53 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2545 2548 31794 0 -1 1077944320 8191 0 0 0 51 2 0 0 20 0 15 0 96510275 10808807424 12123 33554432000 4194304 4196468 140731577583200 140731577565744 140075340033783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
/proc/2548/statm: 2638869 12123 3052 1 0 2627263 0
[pid=2548/tid=2550] ppid=2545 vsize=10555476 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (java) R 2545 2548 31794 0 -1 4202560 5009 0 0 0 29 1 0 0 20 0 15 0 96510276 10808807424 12123 33554432000 4194304 4196468 140731577583200 140075344270592 140074940454752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2551] ppid=2545 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808807424 12123 33554432000 4194304 4196468 140731577583200 140075266108048 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2552] ppid=2545 vsize=10555476 memory=140508129648672 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2552/stat : 2552 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808807424 12123 33554432000 4194304 4196468 140731577583200 140075265055248 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2553] ppid=2545 vsize=10555476 memory=58084 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2553/stat : 2553 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808807424 12123 33554432000 4194304 4196468 140731577583200 140075264002448 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2554] ppid=2545 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2545 2548 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510276 10808807424 12123 33554432000 4194304 4196468 140731577583200 140075262949648 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2555] ppid=2545 vsize=10555476 memory=140508129655584 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2555/stat : 2555 (java) S 2545 2548 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510278 10808807424 12123 33554432000 4194304 4196468 140731577583200 140074831248240 140075340044930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2556] ppid=2545 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2545 2548 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96510278 10808807424 12123 33554432000 4194304 4196468 140731577583200 140074830194208 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2557] ppid=2545 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2545 2548 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510278 10808807424 12123 33554432000 4194304 4196468 140731577583200 140074829141360 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2558] ppid=2545 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510281 10808807424 12123 33554432000 4194304 4196468 140731577583200 140074828089680 140075340052379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2559] ppid=2545 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2548/task/2559/stat : 2559 (java) R 2545 2548 31794 0 -1 4202560 779 0 0 0 5 0 0 0 20 0 15 0 96510281 10808807424 12123 33554432000 4194304 4196468 140731577583200 140074827023296 140075332270910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2560] ppid=2545 vsize=10555476 memory=140507976156431 CPUtime=0.04 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) R 2545 2548 31794 0 -1 4202560 205 0 0 0 4 0 0 0 20 0 15 0 96510281 10808807424 12123 33554432000 4194304 4196468 140731577583200 140074825973712 140075324955565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2561] ppid=2545 vsize=10555476 memory=140508129595429 CPUtime=0.12 cores=0,2,4,6
/proc/2548/task/2561/stat : 2561 (java) R 2545 2548 31794 0 -1 1077944384 832 0 0 0 12 0 0 0 20 0 15 0 96510281 10808807424 12123 33554432000 4194304 4196468 140731577583200 140074824931440 140075340044930 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2562] ppid=2545 vsize=10555476 memory=140507976158639 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2562/stat : 2562 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510281 10808807424 12123 33554432000 4194304 4196468 140731577583200 140074823878880 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2563] ppid=2545 vsize=10555476 memory=281016105772992 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2563/stat : 2563 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510281 10808807424 12123 33554432000 4194304 4196468 140731577583200 140074822827184 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 48492 KiB

[startup+0.700876 s]
/proc/loadavg: 4.88 2.78 2.23 8/215 2563
/proc/meminfo: memFree=20867680/32770624 swapFree=67108860/67108860
[pid=2548] ppid=2545 vsize=10555476 memory=120720 CPUtime=1.39 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2545 2548 31794 0 -1 1077944320 9851 0 0 0 136 3 0 0 20 0 15 0 96510275 10808807424 30180 33554432000 4194304 4196468 140731577583200 140731577565744 140075340033783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
/proc/2548/statm: 2638869 30180 3078 1 0 2627263 0
[pid=2548/tid=2550] ppid=2545 vsize=10555476 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (java) R 2545 2548 31794 0 -1 4202560 5127 0 0 0 66 1 0 0 20 0 15 0 96510276 10808807424 30180 33554432000 4194304 4196468 140731577583200 140075344269040 140075322440784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2551] ppid=2545 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808807424 30180 33554432000 4194304 4196468 140731577583200 140075266108048 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2552] ppid=2545 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2552/stat : 2552 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808807424 30180 33554432000 4194304 4196468 140731577583200 140075265055248 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2553] ppid=2545 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2553/stat : 2553 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510276 10808807424 30180 33554432000 4194304 4196468 140731577583200 140075264002448 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2554] ppid=2545 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2545 2548 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96510276 10808807424 30180 33554432000 4194304 4196468 140731577583200 140075262949648 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2555] ppid=2545 vsize=10555476 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2555/stat : 2555 (java) S 2545 2548 31794 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96510278 10808807424 30180 33554432000 4194304 4196468 140731577583200 140074831248240 140075340044930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2556] ppid=2545 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2545 2548 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96510278 10808807424 30180 33554432000 4194304 4196468 140731577583200 140074830194208 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2557] ppid=2545 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2545 2548 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96510278 10808807424 30180 33554432000 4194304 4196468 140731577583200 140074829141360 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2558] ppid=2545 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510281 10808807424 30180 33554432000 4194304 4196468 140731577583200 140074828089680 140075340052379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2559] ppid=2545 vsize=10555476 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/2548/task/2559/stat : 2559 (java) S 2545 2548 31794 0 -1 1077944384 1488 0 0 0 26 0 0 0 20 0 15 0 96510281 10808807424 30180 33554432000 4194304 4196468 140731577583200 140074827037040 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2560] ppid=2545 vsize=10555476 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) S 2545 2548 31794 0 -1 1077944384 689 0 0 0 23 0 0 0 20 0 15 0 96510281 10808807424 30180 33554432000 4194304 4196468 140731577583200 140074825984240 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2561] ppid=2545 vsize=10555476 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2548/task/2561/stat : 2561 (java) S 2545 2548 31794 0 -1 1077944384 1177 0 0 0 20 0 0 0 20 0 15 0 96510281 10808807424 30180 33554432000 4194304 4196468 140731577583200 140074824931440 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2562] ppid=2545 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2562/stat : 2562 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96510281 10808807424 30180 33554432000 4194304 4196468 140731577583200 140074823878880 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2563] ppid=2545 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2563/stat : 2563 (java) S 2545 2548 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96510281 10808807424 30180 33554432000 4194304 4196468 140731577583200 140074822827184 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 120720 KiB

[startup+1.51053 s]
/proc/loadavg: 4.88 2.78 2.23 9/215 2563
/proc/meminfo: memFree=20751380/32770624 swapFree=67108860/67108860
[pid=2548] ppid=2545 vsize=10555476 memory=274496 CPUtime=3.58 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2545 2548 31794 0 -1 1077944320 13955 0 0 0 346 12 0 0 20 0 15 0 96510275 10808807424 68624 33554432000 4194304 4196468 140731577583200 140731577565744 140075340033783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
/proc/2548/statm: 2638869 68624 3120 1 0 2627263 0
[pid=2548/tid=2550] ppid=2545 vsize=10555476 memory=2241 CPUtime=1.38 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (java) S 2545 2548 31794 0 -1 1077944384 5488 0 0 0 135 3 0 0 20 0 15 0 96510276 10808807424 69136 33554432000 4194304 4196468 140731577583200 140075344269936 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2551] ppid=2545 vsize=10555476 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (java) R 2545 2548 31794 0 -1 4202560 46 0 0 0 6 1 0 0 20 0 15 0 96510276 10808807424 69136 33554432000 4194304 4196468 140731577583200 140075266108248 140075325061648 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2552] ppid=2545 vsize=10555476 memory=281015952525376 CPUtime=0.07 cores=0,2,4,6
/proc/2548/task/2552/stat : 2552 (java) R 2545 2548 31794 0 -1 4202560 45 0 0 0 6 1 0 0 20 0 15 0 96510276 10808807424 69136 33554432000 4194304 4196468 140731577583200 140075265055136 140075325061657 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2553] ppid=2545 vsize=10555476 memory=6944652177228980320 CPUtime=0.09 cores=0,2,4,6
/proc/2548/task/2553/stat : 2553 (java) R 2545 2548 31794 0 -1 4202560 69 0 0 0 7 2 0 0 20 0 15 0 96510276 10808807424 69136 33554432000 4194304 4196468 140731577583200 140075264002448 140075325061657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2554] ppid=2545 vsize=10555476 memory=6655300316396806240 CPUtime=0.06 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) R 2545 2548 31794 0 -1 4202560 71 0 0 0 5 1 0 0 20 0 15 0 96510276 10808807424 69136 33554432000 4194304 4196468 140731577583200 140075262949648 140075333137260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2555] ppid=2545 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2555/stat : 2555 (java) S 2545 2548 31794 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96510278 10808807424 69136 33554432000 4194304 4196468 140731577583200 140074831246752 140075340043989 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0

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

/proc/2548/task/2554/stat : 2554 (java) R 2545 2548 31794 0 -1 4202560 67444 0 0 0 40694 208 0 0 20 0 17 0 96510276 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140075262949456 140075332661991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2555] ppid=2545 vsize=10688604 memory=2428 CPUtime=19.9 cores=0,2,4,6
/proc/2548/task/2555/stat : 2555 (java) S 2545 2548 31794 0 -1 1077944384 77953 0 0 0 1986 4 0 0 20 0 17 0 96510278 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074831246784 140075340043989 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2556] ppid=2545 vsize=10688604 memory=8153228 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2545 2548 31794 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96510278 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074830194272 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2557] ppid=2545 vsize=10688604 memory=18448 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2545 2548 31794 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96510278 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074829141376 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2558] ppid=2545 vsize=10688604 memory=15688 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96510281 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074828089680 140075340052379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2559] ppid=2545 vsize=10688604 memory=8153252 CPUtime=1.89 cores=0,2,4,6
/proc/2548/task/2559/stat : 2559 (java) S 2545 2548 31794 0 -1 1077944384 6431 0 0 0 188 1 0 0 20 0 17 0 96510281 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074827036800 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2560] ppid=2545 vsize=10688604 memory=27640 CPUtime=0.93 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) S 2545 2548 31794 0 -1 1077944384 4130 0 0 0 92 1 0 0 20 0 17 0 96510281 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074825984336 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2561] ppid=2545 vsize=10688604 memory=1292 CPUtime=0.33 cores=0,2,4,6
/proc/2548/task/2561/stat : 2561 (java) S 2545 2548 31794 0 -1 1077944384 2283 0 0 0 33 0 0 0 20 0 17 0 96510281 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074824931536 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2562] ppid=2545 vsize=10688604 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2562/stat : 2562 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96510281 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074823878880 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2563] ppid=2545 vsize=10688604 memory=1004 CPUtime=0.26 cores=0,2,4,6
/proc/2548/task/2563/stat : 2563 (java) S 2545 2548 31794 0 -1 1077944384 301 0 0 0 15 11 0 0 20 0 17 0 96510281 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074822827184 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2657] ppid=2545 vsize=10688604 memory=5296 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2657/stat : 2657 (java) S 2545 2548 31794 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 96553805 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074821771056 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2658] ppid=2545 vsize=10688604 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2658/stat : 2658 (java) S 2545 2548 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 96553805 10945130496 2038313 33554432000 4194304 4196468 140731577583200 140074820717872 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
Current children cumulated CPU time: 1680.35 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8153252 KiB

[startup+457.601 s]
/proc/loadavg: 4.86 4.34 3.20 6/218 2659
/proc/meminfo: memFree=17336780/32770624 swapFree=67108860/67108860
[pid=2548] ppid=2545 vsize=10688604 memory=8153256 CPUtime=1692.76 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2545 2548 31794 0 -1 1077944320 524728 0 0 0 168494 782 0 0 20 0 17 0 96510275 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140731577565744 140075340033783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
/proc/2548/statm: 2672151 2038314 3143 1 0 2660545 0
[pid=2548/tid=2550] ppid=2545 vsize=10688604 memory=8153252 CPUtime=15.89 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (java) S 2545 2548 31794 0 -1 1077944384 11957 0 0 0 1584 5 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075344274464 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2551] ppid=2545 vsize=10688604 memory=8153252 CPUtime=414.4 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (java) R 2545 2548 31794 0 -1 4202560 169368 0 0 0 41256 184 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075266108168 140075332661991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2552] ppid=2545 vsize=10688604 memory=15872 CPUtime=413.98 cores=0,2,4,6
/proc/2548/task/2552/stat : 2552 (java) R 2545 2548 31794 0 -1 4202560 102166 0 0 0 41213 185 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075265055448 140075324491251 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2553] ppid=2545 vsize=10688604 memory=8153252 CPUtime=412.97 cores=0,2,4,6
/proc/2548/task/2553/stat : 2553 (java) R 2545 2548 31794 0 -1 4202560 81256 0 0 0 41112 185 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075264002568 140075332661991 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2554] ppid=2545 vsize=10688604 memory=8153248 CPUtime=412.11 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) R 2545 2548 31794 0 -1 4202560 67444 0 0 0 41002 209 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075262949456 140075332661991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2555] ppid=2545 vsize=10688604 memory=8153256 CPUtime=19.9 cores=0,2,4,6
/proc/2548/task/2555/stat : 2555 (java) S 2545 2548 31794 0 -1 1077944384 77953 0 0 0 1986 4 0 0 20 0 17 0 96510278 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074831246784 140075340043989 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2556] ppid=2545 vsize=10688604 memory=932 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2545 2548 31794 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96510278 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074830194272 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2557] ppid=2545 vsize=10688604 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2545 2548 31794 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96510278 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074829141376 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2558] ppid=2545 vsize=10688604 memory=6504 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074828089680 140075340052379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2559] ppid=2545 vsize=10688604 memory=8153252 CPUtime=1.89 cores=0,2,4,6
/proc/2548/task/2559/stat : 2559 (java) S 2545 2548 31794 0 -1 1077944384 6431 0 0 0 188 1 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074827036800 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2560] ppid=2545 vsize=10688604 memory=956 CPUtime=0.93 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) S 2545 2548 31794 0 -1 1077944384 4130 0 0 0 92 1 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074825984336 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2561] ppid=2545 vsize=10688604 memory=4140 CPUtime=0.33 cores=0,2,4,6
/proc/2548/task/2561/stat : 2561 (java) S 2545 2548 31794 0 -1 1077944384 2283 0 0 0 33 0 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074824931536 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2562] ppid=2545 vsize=10688604 memory=27640 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2562/stat : 2562 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074823878880 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2563] ppid=2545 vsize=10688604 memory=8112282956445269571 CPUtime=0.26 cores=0,2,4,6
/proc/2548/task/2563/stat : 2563 (java) S 2545 2548 31794 0 -1 1077944384 301 0 0 0 15 11 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074822827184 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2657] ppid=2545 vsize=10688604 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2657/stat : 2657 (java) S 2545 2548 31794 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 96553805 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074821771056 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2658] ppid=2545 vsize=10688604 memory=8552 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2658/stat : 2658 (java) S 2545 2548 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 96553805 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074820717872 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
Current children cumulated CPU time: 1692.76 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8153256 KiB

[startup+458.401 s]
/proc/loadavg: 4.86 4.34 3.20 6/218 2659
/proc/meminfo: memFree=17336780/32770624 swapFree=67108860/67108860
[pid=2548] ppid=2545 vsize=10688604 memory=8153256 CPUtime=1695.21 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2545 2548 31794 0 -1 1077944320 524728 0 0 0 168738 783 0 0 20 0 17 0 96510275 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140731577565744 140075340033783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
/proc/2548/statm: 2672151 2038314 3143 1 0 2660545 0
[pid=2548/tid=2550] ppid=2545 vsize=10688604 memory=8153256 CPUtime=15.89 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (java) S 2545 2548 31794 0 -1 1077944384 11957 0 0 0 1584 5 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075344274464 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2551] ppid=2545 vsize=10688604 memory=4108 CPUtime=414.95 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (java) S 2545 2548 31794 0 -1 1077944384 169368 0 0 0 41311 184 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075266108048 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2552] ppid=2545 vsize=10688604 memory=1692 CPUtime=414.56 cores=0,2,4,6
/proc/2548/task/2552/stat : 2552 (java) S 2545 2548 31794 0 -1 1077944384 102166 0 0 0 41271 185 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075265055248 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2553] ppid=2545 vsize=10688604 memory=8112282956445269571 CPUtime=413.52 cores=0,2,4,6
/proc/2548/task/2553/stat : 2553 (java) S 2545 2548 31794 0 -1 1077944384 81256 0 0 0 41166 186 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075264002448 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2554] ppid=2545 vsize=10688604 memory=1572 CPUtime=412.66 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2545 2548 31794 0 -1 1077944384 67444 0 0 0 41057 209 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075262949648 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2555] ppid=2545 vsize=10688604 memory=932 CPUtime=20.13 cores=0,2,4,6
/proc/2548/task/2555/stat : 2555 (java) R 2545 2548 31794 0 -1 4202560 77953 0 0 0 2009 4 0 0 20 0 17 0 96510278 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074831246784 140075325030292 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2556] ppid=2545 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2545 2548 31794 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96510278 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074830194272 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2557] ppid=2545 vsize=10688604 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2545 2548 31794 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96510278 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074829141376 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2558] ppid=2545 vsize=10688604 memory=5296 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074828089680 140075340052379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2559] ppid=2545 vsize=10688604 memory=1196 CPUtime=1.89 cores=0,2,4,6
/proc/2548/task/2559/stat : 2559 (java) S 2545 2548 31794 0 -1 1077944384 6431 0 0 0 188 1 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074827036800 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2560] ppid=2545 vsize=10688604 memory=8112282956445269571 CPUtime=0.93 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) S 2545 2548 31794 0 -1 1077944384 4130 0 0 0 92 1 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074825984336 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2561] ppid=2545 vsize=10688604 memory=1952 CPUtime=0.33 cores=0,2,4,6
/proc/2548/task/2561/stat : 2561 (java) S 2545 2548 31794 0 -1 1077944384 2283 0 0 0 33 0 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074824931536 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2562] ppid=2545 vsize=10688604 memory=8552 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2562/stat : 2562 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074823878880 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2563] ppid=2545 vsize=10688604 memory=1224 CPUtime=0.27 cores=0,2,4,6
/proc/2548/task/2563/stat : 2563 (java) S 2545 2548 31794 0 -1 1077944384 301 0 0 0 15 12 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074822827184 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2657] ppid=2545 vsize=10688604 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2657/stat : 2657 (java) S 2545 2548 31794 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 96553805 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074821771056 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2658] ppid=2545 vsize=10688604 memory=11032 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2658/stat : 2658 (java) S 2545 2548 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 96553805 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074820717872 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
Current children cumulated CPU time: 1695.21 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8153256 KiB

[startup+458.801 s]
/proc/loadavg: 4.86 4.34 3.20 6/218 2659
/proc/meminfo: memFree=17336780/32770624 swapFree=67108860/67108860
[pid=2548] ppid=2545 vsize=10688604 memory=8153256 CPUtime=1695.61 cores=0,2,4,6
/proc/2548/stat : 2548 (java) S 2545 2548 31794 0 -1 1077944320 524728 0 0 0 168778 783 0 0 20 0 17 0 96510275 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140731577565744 140075340033783 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
/proc/2548/statm: 2672151 2038314 3143 1 0 2660545 0
[pid=2548/tid=2550] ppid=2545 vsize=10688604 memory=288230604624101685 CPUtime=15.89 cores=0,2,4,6
/proc/2548/task/2550/stat : 2550 (java) S 2545 2548 31794 0 -1 1077944384 11957 0 0 0 1584 5 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075344274464 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2551] ppid=2545 vsize=10688604 memory=14698478437665088 CPUtime=414.95 cores=0,2,4,6
/proc/2548/task/2551/stat : 2551 (java) S 2545 2548 31794 0 -1 1077944384 169368 0 0 0 41311 184 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075266108048 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2552] ppid=2545 vsize=10688604 memory=11032 CPUtime=414.56 cores=0,2,4,6
/proc/2548/task/2552/stat : 2552 (java) S 2545 2548 31794 0 -1 1077944384 102166 0 0 0 41271 185 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075265055248 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2553] ppid=2545 vsize=10688604 memory=1712 CPUtime=413.52 cores=0,2,4,6
/proc/2548/task/2553/stat : 2553 (java) S 2545 2548 31794 0 -1 1077944384 81256 0 0 0 41166 186 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075264002448 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2554] ppid=2545 vsize=10688604 memory=1952 CPUtime=412.66 cores=0,2,4,6
/proc/2548/task/2554/stat : 2554 (java) S 2545 2548 31794 0 -1 1077944384 67444 0 0 0 41057 209 0 0 20 0 17 0 96510276 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140075262949648 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2555] ppid=2545 vsize=10688604 memory=8552 CPUtime=20.53 cores=0,2,4,6
/proc/2548/task/2555/stat : 2555 (java) R 2545 2548 31794 0 -1 4202560 77953 0 0 0 2049 4 0 0 20 0 17 0 96510278 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074831246784 140075324491374 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2556] ppid=2545 vsize=10688604 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2556/stat : 2556 (java) S 2545 2548 31794 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96510278 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074830194272 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2557] ppid=2545 vsize=10688604 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2557/stat : 2557 (java) S 2545 2548 31794 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 96510278 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074829141376 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2558] ppid=2545 vsize=10688604 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2558/stat : 2558 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074828089680 140075340052379 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2559] ppid=2545 vsize=10688604 memory=5296 CPUtime=1.89 cores=0,2,4,6
/proc/2548/task/2559/stat : 2559 (java) S 2545 2548 31794 0 -1 1077944384 6431 0 0 0 188 1 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074827036800 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2560] ppid=2545 vsize=10688604 memory=1196 CPUtime=0.93 cores=0,2,4,6
/proc/2548/task/2560/stat : 2560 (java) S 2545 2548 31794 0 -1 1077944384 4130 0 0 0 92 1 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074825984336 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2561] ppid=2545 vsize=10688604 memory=4612 CPUtime=0.33 cores=0,2,4,6
/proc/2548/task/2561/stat : 2561 (java) S 2545 2548 31794 0 -1 1077944384 2283 0 0 0 33 0 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074824931536 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2562] ppid=2545 vsize=10688604 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2562/stat : 2562 (java) S 2545 2548 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074823878880 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2563] ppid=2545 vsize=10688604 memory=7524503900901105746 CPUtime=0.27 cores=0,2,4,6
/proc/2548/task/2563/stat : 2563 (java) S 2545 2548 31794 0 -1 1077944384 301 0 0 0 15 12 0 0 20 0 17 0 96510281 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074822827184 140075340044930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2657] ppid=2545 vsize=10688604 memory=5933041084029758826 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2657/stat : 2657 (java) S 2545 2548 31794 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 96553805 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074821771056 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
[pid=2548/tid=2658] ppid=2545 vsize=10688604 memory=7595416898874664809 CPUtime=0 cores=0,2,4,6
/proc/2548/task/2658/stat : 2658 (java) S 2545 2548 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 96553805 10945130496 2038314 33554432000 4194304 4196468 140731577583200 140074820717872 140075340043989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28409856 140731577590918 140731577591071 140731577591071 140731577593807 0
Current children cumulated CPU time: 1695.61 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8153256 KiB

[startup+459.001 s]*
/proc/loadavg: 4.86 4.34 3.20 3/203 2659
/proc/meminfo: memFree=20688328/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: 1
Real time (s): 459.025
CPU time (s): 1695.85
CPU user time (s): 1687.97
CPU system time (s): 7.87711
CPU usage (%): 369.445
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8153256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1687.97
system time used= 7.87711
maximum resident set size= 8153596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524842
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37609
involuntary context switches= 22792


# summary of solver processes directly reported to runsolver:
#   pid: 2548
#   total CPU time (s): 1695.85
#   total CPU user time (s): 1687.97
#   total CPU system time (s): 7.87711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.57679 second user time and 4.63525 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 16:09:24
IDJOB=4262816
IDBENCH=136117
IDSOLVER=2651
FILE ID=node107/4262816-1502634222
RUNJOBID= node107-1502633193-2425
PBS_JOBID= 20628298
Free space on /tmp= 61656 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262816-1502634222/watcher-4262816-1502634222 -o /tmp/evaluation-result-4262816-1502634222/solver-4262816-1502634222 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502633193-2425 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262816-1502634222.xml

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

MD5SUM BENCH= ff12bcd9867be4bcc392b8c45936f1c7
RANDOM SEED=1870821997

node107.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.84
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.84
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.84
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.84
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:        20937692 kB
MemAvailable:   23712672 kB
Buffers:          162200 kB
Cached:          2901640 kB
SwapCached:            0 kB
Active:          8744484 kB
Inactive:        2637808 kB
Active(anon):    8321388 kB
Inactive(anon):    24972 kB
Active(file):     423096 kB
Inactive(file):  2612836 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       8324528 kB
Mapped:            55172 kB
Shmem:             25228 kB
Slab:             135308 kB
SReclaimable:     109768 kB
SUnreclaim:        25540 kB
KernelStack:        3488 kB
PageTables:        21512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8650952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7772160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 16:17:03