Trace number 4262820

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? 1678.15 464.33899

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-63.xml
MD5SUMc5b43cb4096baa2a106332b7cfda903c
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.03
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size46
Distribution of domain sizes[{"size":19,"count":1},{"size":46,"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 constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262820-1502635028/watcher-4262820-1502635028 -o /tmp/evaluation-result-4262820-1502635028/solver-4262820-1502635028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8487 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262820-1502635028.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=10625, runsolver pid=10622

[startup+0.100057 s]*
/proc/loadavg: 3.79 2.35 1.68 3/195 10640
/proc/meminfo: memFree=31583672/32770624 swapFree=67108860/67108860
[pid=10625] ppid=10622 vsize=10555400 memory=31312 CPUtime=0.12 cores=0,2,4,6
/proc/10625/stat : 10625 (java) S 10622 10625 2539 0 -1 1077944320 6368 0 0 0 11 1 0 0 20 0 15 0 96591096 10808729600 7828 33554432000 4194304 4196468 140736360968256 140736360950800 140254455619319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
/proc/10625/statm: 2638850 7828 2821 1 0 2627263 0
[pid=10625/tid=10627] ppid=10622 vsize=10555400 memory=8543466553346073208 CPUtime=0.09 cores=0,2,4,6
/proc/10625/task/10627/stat : 10627 (java) R 10622 10625 2539 0 -1 4202560 4216 0 0 0 8 1 0 0 20 0 15 0 96591097 10808729600 7828 33554432000 4194304 4196468 140736360968256 140254459840832 140254439699806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10628] ppid=10622 vsize=10555400 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808729600 7828 33554432000 4194304 4196468 140736360968256 140254381693968 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10629] ppid=10622 vsize=10555400 memory=140521510323840 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808729600 7828 33554432000 4194304 4196468 140736360968256 140254380641424 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10630] ppid=10622 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808729600 7828 33554432000 4194304 4196468 140736360968256 140254379588368 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10631] ppid=10622 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96591098 10808729600 7828 33554432000 4194304 4196468 140736360968256 140254378535824 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10632] ppid=10622 vsize=10555400 memory=140521510323840 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96591099 10808729600 7828 33554432000 4194304 4196468 140736360968256 140253946910960 140254455630466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10633] ppid=10622 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96591099 10808729600 7828 33554432000 4194304 4196468 140736360968256 140253945857184 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10634] ppid=10622 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96591100 10808729600 7828 33554432000 4194304 4196468 140736360968256 140253944804080 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10635] ppid=10622 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96591102 10808729600 7828 33554432000 4194304 4196468 140736360968256 140253943752656 140254455637915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10636] ppid=10622 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10636/stat : 10636 (java) S 10622 10625 2539 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 96591102 10808729600 7828 33554432000 4194304 4196468 140736360968256 140253942700784 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10637] ppid=10622 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10637/stat : 10637 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591102 10808729600 7828 33554432000 4194304 4196468 140736360968256 140253941648240 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10638] ppid=10622 vsize=10555400 memory=140521510323840 CPUtime=0.01 cores=0,2,4,6
/proc/10625/task/10638/stat : 10638 (java) R 10622 10625 2539 0 -1 4202560 367 0 0 0 1 0 0 0 20 0 15 0 96591102 10808729600 7828 33554432000 4194304 4196468 140736360968256 140253940595184 140254447856446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10639] ppid=10622 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96591102 10808729600 7828 33554432000 4194304 4196468 140736360968256 140253939542880 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10640] ppid=10622 vsize=10555400 memory=140521510323840 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591102 10808729600 7828 33554432000 4194304 4196468 140736360968256 140253938489904 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31312 KiB

[startup+0.210292 s]*
/proc/loadavg: 3.79 2.35 1.68 3/195 10640
/proc/meminfo: memFree=31574480/32770624 swapFree=67108860/67108860
[pid=10625] ppid=10622 vsize=10555400 memory=41368 CPUtime=0.3 cores=0,2,4,6
/proc/10625/stat : 10625 (java) S 10622 10625 2539 0 -1 1077944320 7537 0 0 0 28 2 0 0 20 0 15 0 96591096 10808729600 10342 33554432000 4194304 4196468 140736360968256 140736360950800 140254455619319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
/proc/10625/statm: 2638850 10342 2961 1 0 2627263 0
[pid=10625/tid=10627] ppid=10622 vsize=10555400 memory=8318255677412212789 CPUtime=0.19 cores=0,2,4,6
/proc/10625/task/10627/stat : 10627 (java) R 10622 10625 2539 0 -1 4202560 4690 0 0 0 18 1 0 0 20 0 15 0 96591097 10808729600 10342 33554432000 4194304 4196468 140736360968256 140254459854144 140254455641245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10628] ppid=10622 vsize=10555400 memory=331 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808729600 10342 33554432000 4194304 4196468 140736360968256 140254381693968 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10629] ppid=10622 vsize=10555400 memory=288370897662035584 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808729600 10342 33554432000 4194304 4196468 140736360968256 140254380641424 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10630] ppid=10622 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808729600 10342 33554432000 4194304 4196468 140736360968256 140254379588368 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10631] ppid=10622 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96591098 10808729600 10342 33554432000 4194304 4196468 140736360968256 140254378535824 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10632] ppid=10622 vsize=10555400 memory=140521510323840 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96591099 10808729600 10342 33554432000 4194304 4196468 140736360968256 140253946910960 140254455630466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10633] ppid=10622 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96591099 10808729600 10342 33554432000 4194304 4196468 140736360968256 140253945857184 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10634] ppid=10622 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96591100 10808729600 10342 33554432000 4194304 4196468 140736360968256 140253944804080 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10635] ppid=10622 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96591102 10808729600 10342 33554432000 4194304 4196468 140736360968256 140253943752656 140254455637915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10636] ppid=10622 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10625/task/10636/stat : 10636 (java) S 10622 10625 2539 0 -1 1077944384 614 0 0 0 2 0 0 0 20 0 15 0 96591102 10808729600 10342 33554432000 4194304 4196468 140736360968256 140253942700784 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10637] ppid=10622 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/10625/task/10637/stat : 10637 (java) S 10622 10625 2539 0 -1 1077944384 329 0 0 0 1 0 0 0 20 0 15 0 96591102 10808729600 10342 33554432000 4194304 4196468 140736360968256 140253941648240 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10638] ppid=10622 vsize=10555400 memory=140521510323840 CPUtime=0.05 cores=0,2,4,6
/proc/10625/task/10638/stat : 10638 (java) S 10622 10625 2539 0 -1 1077944384 547 0 0 0 5 0 0 0 20 0 15 0 96591102 10808729600 10342 33554432000 4194304 4196468 140736360968256 140253940595184 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10639] ppid=10622 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96591102 10808729600 10342 33554432000 4194304 4196468 140736360968256 140253939542880 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10640] ppid=10622 vsize=10555400 memory=140521510323840 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591102 10808729600 10342 33554432000 4194304 4196468 140736360968256 140253938489904 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41368 KiB

[startup+0.318955 s]*
/proc/loadavg: 3.79 2.35 1.68 4/195 10640
/proc/meminfo: memFree=31564404/32770624 swapFree=67108860/67108860
[pid=10625] ppid=10622 vsize=10555476 memory=50776 CPUtime=0.54 cores=0,2,4,6
/proc/10625/stat : 10625 (java) S 10622 10625 2539 0 -1 1077944320 8347 0 0 0 51 3 0 0 20 0 15 0 96591096 10808807424 12694 33554432000 4194304 4196468 140736360968256 140736360950800 140254455619319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
/proc/10625/statm: 2638869 12694 3041 1 0 2627263 0
[pid=10625/tid=10627] ppid=10622 vsize=10555476 memory=6791534058613427641 CPUtime=0.31 cores=0,2,4,6
/proc/10625/task/10627/stat : 10627 (java) R 10622 10625 2539 0 -1 4202560 5135 0 0 0 29 2 0 0 20 0 15 0 96591097 10808807424 12694 33554432000 4194304 4196468 140736360968256 140254459854648 140254054935023 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10628] ppid=10622 vsize=10555476 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808807424 12694 33554432000 4194304 4196468 140736360968256 140254381693968 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10629] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808807424 12694 33554432000 4194304 4196468 140736360968256 140254380641424 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10630] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808807424 12694 33554432000 4194304 4196468 140736360968256 140254379588368 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10631] ppid=10622 vsize=10555476 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96591098 10808807424 12694 33554432000 4194304 4196468 140736360968256 140254378535824 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10632] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96591099 10808807424 12694 33554432000 4194304 4196468 140736360968256 140253946910960 140254455630466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10633] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96591099 10808807424 12694 33554432000 4194304 4196468 140736360968256 140253945857184 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10634] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96591100 10808807424 12694 33554432000 4194304 4196468 140736360968256 140253944804080 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10635] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96591102 10808807424 12694 33554432000 4194304 4196468 140736360968256 140253943752656 140254455637915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10636] ppid=10622 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10625/task/10636/stat : 10636 (java) R 10622 10625 2539 0 -1 4202560 736 0 0 0 5 0 0 0 20 0 15 0 96591102 10808807424 12694 33554432000 4194304 4196468 140736360968256 140253942686808 140254437163503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10637] ppid=10622 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10625/task/10637/stat : 10637 (java) R 10622 10625 2539 0 -1 4202560 403 0 0 0 5 0 0 0 20 0 15 0 96591102 10808807424 12694 33554432000 4194304 4196468 140736360968256 140253941633872 140254435990424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10638] ppid=10622 vsize=10555476 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/10625/task/10638/stat : 10638 (java) R 10622 10625 2539 0 -1 1077944384 707 0 0 0 11 0 0 0 20 0 15 0 96591102 10808807424 12694 33554432000 4194304 4196468 140736360968256 140253940595184 140254455630466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10639] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96591102 10808807424 12694 33554432000 4194304 4196468 140736360968256 140253939542880 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10640] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591102 10808807424 12694 33554432000 4194304 4196468 140736360968256 140253938489904 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 50776 KiB

[startup+0.700854 s]
/proc/loadavg: 3.79 2.35 1.68 6/195 10640
/proc/meminfo: memFree=31520656/32770624 swapFree=67108860/67108860
[pid=10625] ppid=10622 vsize=10555476 memory=126520 CPUtime=1.44 cores=0,2,4,6
/proc/10625/stat : 10625 (java) S 10622 10625 2539 0 -1 1077944320 9841 0 0 0 139 5 0 0 20 0 15 0 96591096 10808807424 31630 33554432000 4194304 4196468 140736360968256 140736360950800 140254455619319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
/proc/10625/statm: 2638869 31630 3087 1 0 2627263 0
[pid=10625/tid=10627] ppid=10622 vsize=10555476 memory=2244 CPUtime=0.67 cores=0,2,4,6
/proc/10625/task/10627/stat : 10627 (java) R 10622 10625 2539 0 -1 4202560 5250 0 0 0 64 3 0 0 20 0 15 0 96591097 10808807424 31630 33554432000 4194304 4196468 140736360968256 140254459854608 140254438026896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10628] ppid=10622 vsize=10555476 memory=796 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808807424 31630 33554432000 4194304 4196468 140736360968256 140254381693968 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10629] ppid=10622 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808807424 31630 33554432000 4194304 4196468 140736360968256 140254380641424 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10630] ppid=10622 vsize=10555476 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591098 10808807424 31630 33554432000 4194304 4196468 140736360968256 140254379588368 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10631] ppid=10622 vsize=10555476 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96591098 10808807424 31630 33554432000 4194304 4196468 140736360968256 140254378535824 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10632] ppid=10622 vsize=10555476 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 2539 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96591099 10808807424 31630 33554432000 4194304 4196468 140736360968256 140253946910960 140254455630466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10633] ppid=10622 vsize=10555476 memory=7307210957766307282 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96591099 10808807424 31630 33554432000 4194304 4196468 140736360968256 140253945857184 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10634] ppid=10622 vsize=10555476 memory=4946807943856495232 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96591100 10808807424 31630 33554432000 4194304 4196468 140736360968256 140253944804080 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10635] ppid=10622 vsize=10555476 memory=-2541025662029814883 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96591102 10808807424 31630 33554432000 4194304 4196468 140736360968256 140253943752656 140254455637915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10636] ppid=10622 vsize=10555476 memory=6944656592387989600 CPUtime=0.28 cores=0,2,4,6
/proc/10625/task/10636/stat : 10636 (java) S 10622 10625 2539 0 -1 1077944384 1344 0 0 0 28 0 0 0 20 0 15 0 96591102 10808807424 31630 33554432000 4194304 4196468 140736360968256 140253942700784 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10637] ppid=10622 vsize=10555476 memory=6944656592387989600 CPUtime=0.27 cores=0,2,4,6
/proc/10625/task/10637/stat : 10637 (java) S 10622 10625 2539 0 -1 1077944384 912 0 0 0 27 0 0 0 20 0 15 0 96591102 10808807424 31630 33554432000 4194304 4196468 140736360968256 140253941648240 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10638] ppid=10622 vsize=10555476 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/10625/task/10638/stat : 10638 (java) S 10622 10625 2539 0 -1 1077944384 966 0 0 0 18 0 0 0 20 0 15 0 96591102 10808807424 31630 33554432000 4194304 4196468 140736360968256 140253940595184 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10639] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96591102 10808807424 31630 33554432000 4194304 4196468 140736360968256 140253939542880 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10640] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96591102 10808807424 31630 33554432000 4194304 4196468 140736360968256 140253938489904 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 126520 KiB

[startup+1.50099 s]
/proc/loadavg: 3.79 2.35 1.68 4/195 10640
/proc/meminfo: memFree=31419996/32770624 swapFree=67108860/67108860
[pid=10625] ppid=10622 vsize=10555476 memory=313352 CPUtime=3.66 cores=0,2,4,6
/proc/10625/stat : 10625 (java) S 10622 10625 2539 0 -1 1077944320 14873 0 0 0 351 15 0 0 20 0 15 0 96591096 10808807424 78338 33554432000 4194304 4196468 140736360968256 140736360950800 140254455619319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
/proc/10625/statm: 2638869 78338 3115 1 0 2627263 0
[pid=10625/tid=10627] ppid=10622 vsize=10555476 memory=7649399388526489649 CPUtime=1.34 cores=0,2,4,6
/proc/10625/task/10627/stat : 10627 (java) R 10622 10625 2539 0 -1 4202560 5482 0 0 0 130 4 0 0 20 0 15 0 96591097 10808807424 78338 33554432000 4194304 4196468 140736360968256 140254459855936 140254056312113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10628] ppid=10622 vsize=10555476 memory=1151 CPUtime=0.1 cores=0,2,4,6
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 2539 0 -1 1077944384 146 0 0 0 8 2 0 0 20 0 15 0 96591098 10808807424 78338 33554432000 4194304 4196468 140736360968256 140254381693968 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10629] ppid=10622 vsize=10555476 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 2539 0 -1 1077944384 133 0 0 0 7 2 0 0 20 0 15 0 96591098 10808807424 78338 33554432000 4194304 4196468 140736360968256 140254380641424 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10630] ppid=10622 vsize=10555476 memory=-1624781813439352349 CPUtime=0.11 cores=0,2,4,6
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 2539 0 -1 1077944384 53 0 0 0 9 2 0 0 20 0 15 0 96591098 10808807424 78338 33554432000 4194304 4196468 140736360968256 140254379588368 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10631] ppid=10622 vsize=10555476 memory=281042795935552 CPUtime=0.09 cores=0,2,4,6
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 2539 0 -1 1077944384 136 0 0 0 7 2 0 0 20 0 15 0 96591098 10808807424 78338 33554432000 4194304 4196468 140736360968256 140254378535824 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10632] ppid=10622 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 2539 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96591099 10808807424 78338 33554432000 4194304 4196468 140736360968256 140253946910960 140254455630466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0

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

/proc/10625/task/10627/stat : 10627 (java) S 10622 10625 2539 0 -1 1077944384 12017 0 0 0 1478 9 0 0 20 0 16 0 96591097 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254459860000 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10628] ppid=10622 vsize=10688604 memory=6791534058613427641 CPUtime=404.77 cores=0,2,4,6
/proc/10625/task/10628/stat : 10628 (java) R 10622 10625 2539 0 -1 4202560 86281 0 0 0 40310 167 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254381694088 140254448247527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10629] ppid=10622 vsize=10688604 memory=4612 CPUtime=405.25 cores=0,2,4,6
/proc/10625/task/10629/stat : 10629 (java) R 10622 10625 2539 0 -1 4202560 272872 0 0 0 40348 177 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254380641544 140254448247527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10630] ppid=10622 vsize=10688604 memory=1200 CPUtime=404.56 cores=0,2,4,6
/proc/10625/task/10630/stat : 10630 (java) R 10622 10625 2539 0 -1 4202560 114254 0 0 0 40286 170 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254379588176 140254448247527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10631] ppid=10622 vsize=10688604 memory=15876 CPUtime=405.79 cores=0,2,4,6
/proc/10625/task/10631/stat : 10631 (java) R 10622 10625 2539 0 -1 4202560 119071 0 0 0 40419 160 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254378536024 140254440608986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10632] ppid=10622 vsize=10688604 memory=1487 CPUtime=35.26 cores=0,2,4,6
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 2539 0 -1 1077944384 79289 0 0 0 3522 4 0 0 20 0 16 0 96591099 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253946909504 140254455629525 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10633] ppid=10622 vsize=10688604 memory=40420 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 2539 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 96591099 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253945857248 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10634] ppid=10622 vsize=10688604 memory=40467 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 2539 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 96591100 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253944804096 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10635] ppid=10622 vsize=10688604 memory=40398 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253943752656 140254455637915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10636] ppid=10622 vsize=10688604 memory=916 CPUtime=2.14 cores=0,2,4,6
/proc/10625/task/10636/stat : 10636 (java) S 10622 10625 2539 0 -1 1077944384 15073 0 0 0 212 2 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253942700832 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10637] ppid=10622 vsize=10688604 memory=3832 CPUtime=0.95 cores=0,2,4,6
/proc/10625/task/10637/stat : 10637 (java) S 10622 10625 2539 0 -1 1077944384 5332 0 0 0 95 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253941648000 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10638] ppid=10622 vsize=10688604 memory=2540 CPUtime=0.27 cores=0,2,4,6
/proc/10625/task/10638/stat : 10638 (java) S 10622 10625 2539 0 -1 1077944384 2029 0 0 0 26 1 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253940594016 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10639] ppid=10622 vsize=10688604 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253939542880 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10640] ppid=10622 vsize=10688604 memory=8097632 CPUtime=0.26 cores=0,2,4,6
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 2539 0 -1 1077944384 1263 0 0 0 14 12 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253938489904 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10680] ppid=10622 vsize=10688604 memory=8097632 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10680/stat : 10680 (java) S 10622 10625 2539 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 96634692 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253937434032 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
Current children cumulated CPU time: 1674.2 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8097632 KiB

[startup+463.201 s]
/proc/loadavg: 3.22 3.15 2.34 5/196 10681
/proc/meminfo: memFree=23498840/32770624 swapFree=67108860/67108860
[pid=10625] ppid=10622 vsize=10688604 memory=8097632 CPUtime=1677.01 cores=0,2,4,6
/proc/10625/stat : 10625 (java) S 10622 10625 2539 0 -1 1077944320 708961 0 0 0 167003 698 0 0 20 0 16 0 96591096 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140736360950800 140254455619319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
/proc/10625/statm: 2672151 2024408 3143 1 0 2660545 0
[pid=10625/tid=10627] ppid=10622 vsize=10688604 memory=2196 CPUtime=14.87 cores=0,2,4,6
/proc/10625/task/10627/stat : 10627 (java) S 10622 10625 2539 0 -1 1077944384 12017 0 0 0 1478 9 0 0 20 0 16 0 96591097 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254459860000 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10628] ppid=10622 vsize=10688604 memory=6760 CPUtime=405.42 cores=0,2,4,6
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 2539 0 -1 1077944384 86281 0 0 0 40375 167 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254381693968 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10629] ppid=10622 vsize=10688604 memory=2404 CPUtime=405.92 cores=0,2,4,6
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 2539 0 -1 1077944384 272872 0 0 0 40415 177 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254380641424 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10630] ppid=10622 vsize=10688604 memory=1732 CPUtime=405.23 cores=0,2,4,6
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 2539 0 -1 1077944384 114254 0 0 0 40353 170 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254379588368 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10631] ppid=10622 vsize=10688604 memory=796 CPUtime=406.49 cores=0,2,4,6
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 2539 0 -1 1077944384 119071 0 0 0 40489 160 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254378535824 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10632] ppid=10622 vsize=10688604 memory=8097632 CPUtime=35.36 cores=0,2,4,6
/proc/10625/task/10632/stat : 10632 (java) R 10622 10625 2539 0 -1 4202560 79289 0 0 0 3532 4 0 0 20 0 16 0 96591099 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253946909504 140254440615700 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10633] ppid=10622 vsize=10688604 memory=916 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 2539 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 96591099 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253945857248 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10634] ppid=10622 vsize=10688604 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 2539 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 96591100 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253944804096 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10635] ppid=10622 vsize=10688604 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253943752656 140254455637915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10636] ppid=10622 vsize=10688604 memory=5672 CPUtime=2.14 cores=0,2,4,6
/proc/10625/task/10636/stat : 10636 (java) S 10622 10625 2539 0 -1 1077944384 15073 0 0 0 212 2 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253942700832 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10637] ppid=10622 vsize=10688604 memory=4612 CPUtime=0.95 cores=0,2,4,6
/proc/10625/task/10637/stat : 10637 (java) S 10622 10625 2539 0 -1 1077944384 5332 0 0 0 95 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253941648000 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10638] ppid=10622 vsize=10688604 memory=1200 CPUtime=0.27 cores=0,2,4,6
/proc/10625/task/10638/stat : 10638 (java) S 10622 10625 2539 0 -1 1077944384 2029 0 0 0 26 1 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253940594016 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10639] ppid=10622 vsize=10688604 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253939542880 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10640] ppid=10622 vsize=10688604 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 2539 0 -1 1077944384 1263 0 0 0 14 12 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253938489904 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10680] ppid=10622 vsize=10688604 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10680/stat : 10680 (java) S 10622 10625 2539 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 96634692 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253937434032 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
Current children cumulated CPU time: 1677.01 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8097632 KiB

[startup+464.001 s]*
/proc/loadavg: 3.22 3.15 2.34 2/196 10681
/proc/meminfo: memFree=23498840/32770624 swapFree=67108860/67108860
[pid=10625] ppid=10622 vsize=10688604 memory=8097632 CPUtime=1677.82 cores=0,2,4,6
/proc/10625/stat : 10625 (java) S 10622 10625 2539 0 -1 1077944320 708961 0 0 0 167084 698 0 0 20 0 16 0 96591096 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140736360950800 140254455619319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
/proc/10625/statm: 2672151 2024408 3143 1 0 2660545 0
[pid=10625/tid=10627] ppid=10622 vsize=10688604 memory=6791534058613427641 CPUtime=14.87 cores=0,2,4,6
/proc/10625/task/10627/stat : 10627 (java) S 10622 10625 2539 0 -1 1077944384 12017 0 0 0 1478 9 0 0 20 0 16 0 96591097 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254459860000 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10628] ppid=10622 vsize=10688604 memory=4872558044660077418 CPUtime=405.42 cores=0,2,4,6
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 2539 0 -1 1077944384 86281 0 0 0 40375 167 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254381693968 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10629] ppid=10622 vsize=10688604 memory=6944656575208382560 CPUtime=405.92 cores=0,2,4,6
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 2539 0 -1 1077944384 272872 0 0 0 40415 177 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254380641424 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10630] ppid=10622 vsize=10688604 memory=6655300316396806240 CPUtime=405.23 cores=0,2,4,6
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 2539 0 -1 1077944384 114254 0 0 0 40353 170 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254379588368 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10631] ppid=10622 vsize=10688604 memory=6656426216303648864 CPUtime=406.49 cores=0,2,4,6
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 2539 0 -1 1077944384 119071 0 0 0 40489 160 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254378535824 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10632] ppid=10622 vsize=10688604 memory=6944652177228980320 CPUtime=36.17 cores=0,2,4,6
/proc/10625/task/10632/stat : 10632 (java) R 10622 10625 2539 0 -1 4202560 79289 0 0 0 3613 4 0 0 20 0 16 0 96591099 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253946909504 140254440076952 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10633] ppid=10622 vsize=10688604 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 2539 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 96591099 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253945857248 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10634] ppid=10622 vsize=10688604 memory=8097548 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 2539 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 96591100 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253944804096 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10635] ppid=10622 vsize=10688604 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253943752656 140254455637915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10636] ppid=10622 vsize=10688604 memory=8097632 CPUtime=2.14 cores=0,2,4,6
/proc/10625/task/10636/stat : 10636 (java) S 10622 10625 2539 0 -1 1077944384 15073 0 0 0 212 2 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253942700832 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10637] ppid=10622 vsize=10688604 memory=6791534058613427641 CPUtime=0.95 cores=0,2,4,6
/proc/10625/task/10637/stat : 10637 (java) S 10622 10625 2539 0 -1 1077944384 5332 0 0 0 95 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253941648000 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10638] ppid=10622 vsize=10688604 memory=1160 CPUtime=0.27 cores=0,2,4,6
/proc/10625/task/10638/stat : 10638 (java) S 10622 10625 2539 0 -1 1077944384 2029 0 0 0 26 1 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253940594016 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10639] ppid=10622 vsize=10688604 memory=3064 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253939542880 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10640] ppid=10622 vsize=10688604 memory=8097536 CPUtime=0.26 cores=0,2,4,6
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 2539 0 -1 1077944384 1263 0 0 0 14 12 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253938489904 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10680] ppid=10622 vsize=10688604 memory=796 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10680/stat : 10680 (java) S 10622 10625 2539 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 96634692 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253937434032 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
Current children cumulated CPU time: 1677.82 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8097632 KiB

[startup+464.201 s]
/proc/loadavg: 3.22 3.15 2.34 2/196 10681
/proc/meminfo: memFree=23498840/32770624 swapFree=67108860/67108860
[pid=10625] ppid=10622 vsize=10688604 memory=8097632 CPUtime=1678.01 cores=0,2,4,6
/proc/10625/stat : 10625 (java) S 10622 10625 2539 0 -1 1077944320 708961 0 0 0 167103 698 0 0 20 0 16 0 96591096 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140736360950800 140254455619319 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
/proc/10625/statm: 2672151 2024408 3143 1 0 2660545 0
[pid=10625/tid=10627] ppid=10622 vsize=10688604 memory=16352 CPUtime=14.87 cores=0,2,4,6
/proc/10625/task/10627/stat : 10627 (java) S 10622 10625 2539 0 -1 1077944384 12017 0 0 0 1478 9 0 0 20 0 16 0 96591097 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254459860000 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10628] ppid=10622 vsize=10688604 memory=1232 CPUtime=405.42 cores=0,2,4,6
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 2539 0 -1 1077944384 86281 0 0 0 40375 167 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254381693968 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10629] ppid=10622 vsize=10688604 memory=648 CPUtime=405.92 cores=0,2,4,6
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 2539 0 -1 1077944384 272872 0 0 0 40415 177 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254380641424 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10630] ppid=10622 vsize=10688604 memory=8097632 CPUtime=405.23 cores=0,2,4,6
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 2539 0 -1 1077944384 114254 0 0 0 40353 170 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254379588368 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10631] ppid=10622 vsize=10688604 memory=4136 CPUtime=406.49 cores=0,2,4,6
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 2539 0 -1 1077944384 119071 0 0 0 40489 160 0 0 20 0 16 0 96591098 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140254378535824 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10632] ppid=10622 vsize=10688604 memory=27824 CPUtime=36.36 cores=0,2,4,6
/proc/10625/task/10632/stat : 10632 (java) R 10622 10625 2539 0 -1 4202560 79289 0 0 0 3632 4 0 0 20 0 16 0 96591099 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253946909504 140254440615723 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10633] ppid=10622 vsize=10688604 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 2539 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 96591099 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253945857248 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10634] ppid=10622 vsize=10688604 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 2539 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 96591100 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253944804096 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10635] ppid=10622 vsize=10688604 memory=27824 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253943752656 140254455637915 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10636] ppid=10622 vsize=10688604 memory=1296 CPUtime=2.14 cores=0,2,4,6
/proc/10625/task/10636/stat : 10636 (java) S 10622 10625 2539 0 -1 1077944384 15073 0 0 0 212 2 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253942700832 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10637] ppid=10622 vsize=10688604 memory=2404 CPUtime=0.95 cores=0,2,4,6
/proc/10625/task/10637/stat : 10637 (java) S 10622 10625 2539 0 -1 1077944384 5332 0 0 0 95 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253941648000 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10638] ppid=10622 vsize=10688604 memory=1732 CPUtime=0.27 cores=0,2,4,6
/proc/10625/task/10638/stat : 10638 (java) S 10622 10625 2539 0 -1 1077944384 2029 0 0 0 26 1 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253940594016 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10639] ppid=10622 vsize=10688604 memory=796 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253939542880 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10640] ppid=10622 vsize=10688604 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 2539 0 -1 1077944384 1263 0 0 0 14 12 0 0 20 0 16 0 96591102 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253938489904 140254455630466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
[pid=10625/tid=10680] ppid=10622 vsize=10688604 memory=5672 CPUtime=0 cores=0,2,4,6
/proc/10625/task/10680/stat : 10680 (java) S 10622 10625 2539 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 96634692 10945130496 2024408 33554432000 4194304 4196468 140736360968256 140253937434032 140254455629525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140736360969350 140736360969503 140736360969503 140736360972239 0
Current children cumulated CPU time: 1678.01 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8097632 KiB

[startup+464.306 s]*
/proc/loadavg: 3.22 3.15 2.34 2/182 10681
/proc/meminfo: memFree=26392884/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): 464.339
CPU time (s): 1678.15
CPU user time (s): 1671.11
CPU system time (s): 7.04103
CPU usage (%): 361.405
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8097632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1671.11
system time used= 7.04103
maximum resident set size= 8097908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 709058
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= 33569
involuntary context switches= 17093


# summary of solver processes directly reported to runsolver:
#   pid: 10625
#   total CPU time (s): 1678.15
#   total CPU user time (s): 1671.11
#   total CPU system time (s): 7.04103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.81754 second user time and 4.40925 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 16:22:49
IDJOB=4262820
IDBENCH=137753
IDSOLVER=2651
FILE ID=node102/4262820-1502635028
RUNJOBID= node102-1502621242-8487
PBS_JOBID= 20628294
Free space on /tmp= 61912 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-63.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262820-1502635028/watcher-4262820-1502635028 -o /tmp/evaluation-result-4262820-1502635028/solver-4262820-1502635028 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8487 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262820-1502635028.xml

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

MD5SUM BENCH= c5b43cb4096baa2a106332b7cfda903c
RANDOM SEED=2089775450

node102.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.35
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.35
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.35
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.35
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:        31602276 kB
MemAvailable:   31990176 kB
Buffers:          110316 kB
Cached:           561912 kB
SwapCached:            0 kB
Active:           577436 kB
Inactive:         145952 kB
Active(anon):       3396 kB
Inactive(anon):    75432 kB
Active(file):     574040 kB
Inactive(file):    70520 kB
Unevictable:        6436 kB
Mlocked:            6436 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2040 kB
Writeback:             0 kB
AnonPages:         56772 kB
Mapped:            43312 kB
Shmem:             25228 kB
Slab:             144432 kB
SReclaimable:     118352 kB
SUnreclaim:        26080 kB
KernelStack:        3248 kB
PageTables:         4796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-13 16:30:34