Trace number 4262828

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? 1697.84 474.62201

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-91.xml
MD5SUMcdfda5ac0ff03b0975a4559a953a2f29
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.08
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262828-1502634745/watcher-4262828-1502634745 -o /tmp/evaluation-result-4262828-1502634745/solver-4262828-1502634745 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262828-1502634745.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=7075, runsolver pid=7072
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 4.74 3.98 2.95 3/216 7090
/proc/meminfo: memFree=28888212/32770624 swapFree=67108860/67108860
[pid=7075] ppid=7072 vsize=10555400 memory=30292 CPUtime=0.12 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7072 7075 30973 0 -1 1077944320 6613 0 0 0 10 2 0 0 20 0 15 0 96562762 10808729600 7573 33554432000 4194304 4196468 140736585508080 140736585490624 140674019741431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
/proc/7075/statm: 2638850 7573 2809 1 0 2627263 0
[pid=7075/tid=7077] ppid=7072 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) R 7072 7075 30973 0 -1 4202560 4467 0 0 0 8 1 0 0 20 0 15 0 96562762 10808729600 7573 33554432000 4194304 4196468 140736585508080 140674023953520 140674003821918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7078] ppid=7072 vsize=10555400 memory=4211973898020724106 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7072 7075 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96562763 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673945815824 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7079] ppid=7072 vsize=10555400 memory=140171815933568 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673944763280 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7080] ppid=7072 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673943710736 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7081] ppid=7072 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673942658192 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7082] ppid=7072 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7072 7075 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96562764 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673188583408 140674019752578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7083] ppid=7072 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7072 7075 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96562765 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673187529632 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7084] ppid=7072 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7072 7075 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96562765 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673186477040 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7085] ppid=7072 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96562768 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673185425616 140674019760027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7086] ppid=7072 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7072 7075 30973 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 96562768 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673184373232 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7087] ppid=7072 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96562768 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673183320688 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7088] ppid=7072 vsize=10555400 memory=140171815933568 CPUtime=0.01 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) R 7072 7075 30973 0 -1 4202560 343 0 0 0 1 0 0 0 20 0 15 0 96562768 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673182268144 140673998423404 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7089] ppid=7072 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96562768 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673181215840 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7090] ppid=7072 vsize=10555400 memory=140171815933568 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562768 10808729600 7573 33554432000 4194304 4196468 140736585508080 140673180162352 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30292 KiB

[startup+0.210569 s]*
/proc/loadavg: 4.74 3.98 2.95 5/216 7090
/proc/meminfo: memFree=28878380/32770624 swapFree=67108860/67108860
[pid=7075] ppid=7072 vsize=10555400 memory=42316 CPUtime=0.31 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7072 7075 30973 0 -1 1077944320 8202 0 0 0 28 3 0 0 20 0 15 0 96562762 10808729600 10579 33554432000 4194304 4196468 140736585508080 140736585490624 140674019741431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
/proc/7075/statm: 2638850 10579 2961 1 0 2627263 0
[pid=7075/tid=7077] ppid=7072 vsize=10555400 memory=-7387007932599496084 CPUtime=0.2 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) R 7072 7075 30973 0 -1 4202560 5190 0 0 0 18 2 0 0 20 0 15 0 96562762 10808729600 10579 33554432000 4194304 4196468 140736585508080 140674023951232 140674019763357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7078] ppid=7072 vsize=10555400 memory=4211973898020724106 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7072 7075 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96562763 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673945815824 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7079] ppid=7072 vsize=10555400 memory=140171815933568 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673944763280 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7080] ppid=7072 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673943710736 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7081] ppid=7072 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673942658192 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7082] ppid=7072 vsize=10555400 memory=140171815933568 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7072 7075 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96562764 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673188583408 140674019752578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7083] ppid=7072 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7072 7075 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96562765 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673187529632 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7084] ppid=7072 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7072 7075 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96562765 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673186477040 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7085] ppid=7072 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96562768 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673185425616 140674019760027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7086] ppid=7072 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7072 7075 30973 0 -1 1077944384 670 0 0 0 2 0 0 0 20 0 15 0 96562768 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673184373232 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7087] ppid=7072 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7072 7075 30973 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 15 0 96562768 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673183320688 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7088] ppid=7072 vsize=10555400 memory=140171815933568 CPUtime=0.05 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) R 7072 7075 30973 0 -1 4202560 665 0 0 0 5 0 0 0 20 0 15 0 96562768 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673182268144 140674019762778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7089] ppid=7072 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96562768 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673181215840 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7090] ppid=7072 vsize=10555400 memory=140171815933568 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562768 10808729600 10579 33554432000 4194304 4196468 140736585508080 140673180162352 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42316 KiB

[startup+0.311052 s]*
/proc/loadavg: 4.74 3.98 2.95 3/216 7090
/proc/meminfo: memFree=28869136/32770624 swapFree=67108860/67108860
[pid=7075] ppid=7072 vsize=10555476 memory=50720 CPUtime=0.5 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7072 7075 30973 0 -1 1077944320 8921 0 0 0 47 3 0 0 20 0 15 0 96562762 10808807424 12680 33554432000 4194304 4196468 140736585508080 140736585490624 140674019741431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
/proc/7075/statm: 2638869 12680 3005 1 0 2627263 0
[pid=7075/tid=7077] ppid=7072 vsize=10555476 memory=93310054 CPUtime=0.29 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) R 7072 7075 30973 0 -1 4202560 5674 0 0 0 27 2 0 0 20 0 15 0 96562762 10808807424 12680 33554432000 4194304 4196468 140736585508080 140674023978592 140673619530022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7078] ppid=7072 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7072 7075 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96562763 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673945815824 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7079] ppid=7072 vsize=10555476 memory=280343509560960 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673944763280 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7080] ppid=7072 vsize=10555476 memory=280343387289376 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673943710736 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7081] ppid=7072 vsize=10555476 memory=140171693627407 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673942658192 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7082] ppid=7072 vsize=10555476 memory=280343509570176 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7072 7075 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96562764 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673188583408 140674019752578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7083] ppid=7072 vsize=10555476 memory=140171693632015 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7072 7075 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96562765 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673187529632 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7084] ppid=7072 vsize=10555476 memory=140171693639508 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7072 7075 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96562765 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673186477040 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7085] ppid=7072 vsize=10555476 memory=140171693642896 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96562768 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673185425616 140674019760027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7086] ppid=7072 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) R 7072 7075 30973 0 -1 4202560 743 0 0 0 4 0 0 0 20 0 15 0 96562768 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673184373232 140674001267006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7087] ppid=7072 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) R 7072 7075 30973 0 -1 4202560 392 0 0 0 4 0 0 0 20 0 15 0 96562768 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673183320688 140674004865026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7088] ppid=7072 vsize=10555476 memory=140171815933568 CPUtime=0.11 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) R 7072 7075 30973 0 -1 1077944384 753 0 0 0 11 0 0 0 20 0 15 0 96562768 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673182268144 140674019752578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7089] ppid=7072 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96562768 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673181215840 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7090] ppid=7072 vsize=10555476 memory=140171815963860 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562768 10808807424 12680 33554432000 4194304 4196468 140736585508080 140673180162352 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 50720 KiB

[startup+0.700738 s]
/proc/loadavg: 4.68 3.98 2.95 5/216 7090
/proc/meminfo: memFree=28822224/32770624 swapFree=67108860/67108860
[pid=7075] ppid=7072 vsize=10555476 memory=129168 CPUtime=1.52 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7072 7075 30973 0 -1 1077944320 10570 0 0 0 147 5 0 0 20 0 15 0 96562762 10808807424 32292 33554432000 4194304 4196468 140736585508080 140736585490624 140674019741431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
/proc/7075/statm: 2638869 32292 3086 1 0 2627263 0
[pid=7075/tid=7077] ppid=7072 vsize=10555476 memory=54 CPUtime=0.67 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) R 7072 7075 30973 0 -1 4202560 5792 0 0 0 64 3 0 0 20 0 15 0 96562762 10808807424 32292 33554432000 4194304 4196468 140736585508080 140674023976784 140673620436565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7078] ppid=7072 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7072 7075 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96562763 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673945815824 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7079] ppid=7072 vsize=10555476 memory=8751464017575687733 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673944763280 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7080] ppid=7072 vsize=10555476 memory=7306035303832174689 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673943710736 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7081] ppid=7072 vsize=10555476 memory=5788930165031592000 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562763 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673942658192 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7082] ppid=7072 vsize=10555476 memory=6940099984339525696 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7072 7075 30973 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 96562764 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673188583408 140674019752578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7083] ppid=7072 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7072 7075 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96562765 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673187529632 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7084] ppid=7072 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7072 7075 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96562765 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673186477040 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7085] ppid=7072 vsize=10555476 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96562768 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673185425616 140674019760027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7086] ppid=7072 vsize=10555476 memory=1944 CPUtime=0.32 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7072 7075 30973 0 -1 1077944384 1431 0 0 0 32 0 0 0 20 0 15 0 96562768 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673184373232 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7087] ppid=7072 vsize=10555476 memory=1196 CPUtime=0.3 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7072 7075 30973 0 -1 1077944384 1014 0 0 0 30 0 0 0 20 0 15 0 96562768 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673183320688 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7088] ppid=7072 vsize=10555476 memory=8548 CPUtime=0.19 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7072 7075 30973 0 -1 1077944384 963 0 0 0 19 0 0 0 20 0 15 0 96562768 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673182268144 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7089] ppid=7072 vsize=10555476 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96562768 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673181215840 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7090] ppid=7072 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7072 7075 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96562768 10808807424 32292 33554432000 4194304 4196468 140736585508080 140673180162352 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 129168 KiB

[startup+1.50126 s]
/proc/loadavg: 4.68 3.98 2.95 5/216 7090
/proc/meminfo: memFree=28734348/32770624 swapFree=67108860/67108860
[pid=7075] ppid=7072 vsize=10555476 memory=268272 CPUtime=3.4 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7072 7075 30973 0 -1 1077944320 14504 0 0 0 327 13 0 0 20 0 15 0 96562762 10808807424 67068 33554432000 4194304 4196468 140736585508080 140736585490624 140674019741431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
/proc/7075/statm: 2638869 67068 3115 1 0 2627263 0
[pid=7075/tid=7077] ppid=7072 vsize=10555476 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) R 7072 7075 30973 0 -1 4202560 5983 0 0 0 134 4 0 0 20 0 15 0 96562762 10808807424 67068 33554432000 4194304 4196468 140736585508080 140674023978112 140673621067470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7078] ppid=7072 vsize=10555476 memory=54 CPUtime=0.05 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7072 7075 30973 0 -1 1077944384 126 0 0 0 4 1 0 0 20 0 15 0 96562763 10808807424 67068 33554432000 4194304 4196468 140736585508080 140673945815824 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7079] ppid=7072 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7072 7075 30973 0 -1 1077944384 44 0 0 0 5 1 0 0 20 0 15 0 96562763 10808807424 67068 33554432000 4194304 4196468 140736585508080 140673944763280 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7080] ppid=7072 vsize=10555476 memory=88 CPUtime=0.07 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7072 7075 30973 0 -1 1077944384 124 0 0 0 6 1 0 0 20 0 15 0 96562763 10808807424 67068 33554432000 4194304 4196468 140736585508080 140673943710736 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7081] ppid=7072 vsize=10555476 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7072 7075 30973 0 -1 1077944384 133 0 0 0 6 2 0 0 20 0 15 0 96562763 10808807424 67068 33554432000 4194304 4196468 140736585508080 140673942658192 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7082] ppid=7072 vsize=10555476 memory=140171693681110 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7072 7075 30973 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96562764 10808807424 67068 33554432000 4194304 4196468 140736585508080 140673188583408 140674019752578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0

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

/proc/7075/task/7081/stat : 7081 (java) R 7072 7075 30973 0 -1 4202560 46283 0 0 0 40431 161 0 0 20 0 17 0 96562763 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673942658392 140674004198978 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7082] ppid=7072 vsize=10688604 memory=840 CPUtime=42.45 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7072 7075 30973 0 -1 1077944384 84837 0 0 0 4241 4 0 0 20 0 17 0 96562764 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673188581952 140674019751637 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7083] ppid=7072 vsize=10688604 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7072 7075 30973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 96562765 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673187529696 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7084] ppid=7072 vsize=10688604 memory=956 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7072 7075 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96562765 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673186477056 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7085] ppid=7072 vsize=10688604 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673185425616 140674019760027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7086] ppid=7072 vsize=10688604 memory=928 CPUtime=0.72 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7072 7075 30973 0 -1 1077944384 3505 0 0 0 71 1 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673184373328 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7087] ppid=7072 vsize=10688604 memory=1012 CPUtime=2.19 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7072 7075 30973 0 -1 1077944384 13234 0 0 0 217 2 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673183320448 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7088] ppid=7072 vsize=10688604 memory=1716 CPUtime=0.27 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7072 7075 30973 0 -1 1077944384 1298 0 0 0 27 0 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673182268240 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7089] ppid=7072 vsize=10688604 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673181215840 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7090] ppid=7072 vsize=10688604 memory=4616 CPUtime=0.3 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7072 7075 30973 0 -1 1077944384 1094 0 0 0 16 14 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673180162352 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7106] ppid=7072 vsize=10688604 memory=8548 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7106/stat : 7106 (java) S 7072 7075 30973 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 96607288 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673179106480 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7107] ppid=7072 vsize=10688604 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7107/stat : 7107 (java) S 7072 7075 30973 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96607288 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673178055152 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
Current children cumulated CPU time: 1685.09 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8202312 KiB

[startup+472.001 s]*
/proc/loadavg: 4.63 4.46 3.56 6/218 7107
/proc/meminfo: memFree=20310024/32770624 swapFree=67108860/67108860
[pid=7075] ppid=7072 vsize=10688604 memory=8202312 CPUtime=1691.31 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7072 7075 30973 0 -1 1077944320 331149 0 0 0 168463 668 0 0 20 0 17 0 96562762 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140736585490624 140674019741431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
/proc/7075/statm: 2672151 2050578 3140 1 0 2660545 0
[pid=7075/tid=7077] ppid=7072 vsize=10688604 memory=6935054825532540783 CPUtime=14.37 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) S 7072 7075 30973 0 -1 1077944384 18232 0 0 0 1428 9 0 0 20 0 17 0 96562762 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140674023982112 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7078] ppid=7072 vsize=10688604 memory=-7003737579269690708 CPUtime=407.9 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) R 7072 7075 30973 0 -1 4202560 56265 0 0 0 40635 155 0 0 20 0 17 0 96562763 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673945815632 140674012369639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7079] ppid=7072 vsize=10688604 memory=2540 CPUtime=408.37 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) R 7072 7075 30973 0 -1 4202560 63820 0 0 0 40672 165 0 0 20 0 17 0 96562763 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673944763400 140674012369639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7080] ppid=7072 vsize=10688604 memory=4104 CPUtime=407.14 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) R 7072 7075 30973 0 -1 4202560 41143 0 0 0 40550 164 0 0 20 0 17 0 96562763 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673943710544 140674012369639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7081] ppid=7072 vsize=10688604 memory=1156 CPUtime=407.53 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) R 7072 7075 30973 0 -1 4202560 46287 0 0 0 40592 161 0 0 20 0 17 0 96562763 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673942658392 140674001351236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7082] ppid=7072 vsize=10688604 memory=3124 CPUtime=42.45 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) S 7072 7075 30973 0 -1 1077944384 84837 0 0 0 4241 4 0 0 20 0 17 0 96562764 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673188581952 140674019751637 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7083] ppid=7072 vsize=10688604 memory=3172588 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7072 7075 30973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 96562765 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673187529696 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7084] ppid=7072 vsize=10688604 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7072 7075 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96562765 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673186477056 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7085] ppid=7072 vsize=10688604 memory=3196 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673185425616 140674019760027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7086] ppid=7072 vsize=10688604 memory=8202312 CPUtime=0.72 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7072 7075 30973 0 -1 1077944384 3505 0 0 0 71 1 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673184373328 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7087] ppid=7072 vsize=10688604 memory=1696 CPUtime=2.19 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7072 7075 30973 0 -1 1077944384 13234 0 0 0 217 2 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673183320448 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7088] ppid=7072 vsize=10688604 memory=916 CPUtime=0.27 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7072 7075 30973 0 -1 1077944384 1298 0 0 0 27 0 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673182268240 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7089] ppid=7072 vsize=10688604 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673181215840 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7090] ppid=7072 vsize=10688604 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7072 7075 30973 0 -1 1077944384 1094 0 0 0 16 14 0 0 20 0 17 0 96562768 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673180162352 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7106] ppid=7072 vsize=10688604 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7106/stat : 7106 (java) S 7072 7075 30973 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 96607288 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673179106480 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7107] ppid=7072 vsize=10688604 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7107/stat : 7107 (java) S 7072 7075 30973 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96607288 10945130496 2050578 33554432000 4194304 4196468 140736585508080 140673178055152 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
Current children cumulated CPU time: 1691.31 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8202312 KiB

[startup+473.601 s]
/proc/loadavg: 4.63 4.46 3.56 6/218 7107
/proc/meminfo: memFree=20310008/32770624 swapFree=67108860/67108860
[pid=7075] ppid=7072 vsize=10688604 memory=8202316 CPUtime=1696.81 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7072 7075 30973 0 -1 1077944320 331711 0 0 0 169011 670 0 0 20 0 17 0 96562762 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140736585490624 140674019741431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
/proc/7075/statm: 2672151 2050579 3140 1 0 2660545 0
[pid=7075/tid=7077] ppid=7072 vsize=10688604 memory=7450475964379456101 CPUtime=14.37 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) S 7072 7075 30973 0 -1 1077944384 18232 0 0 0 1428 9 0 0 20 0 17 0 96562762 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140674023982112 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7078] ppid=7072 vsize=10688604 memory=8112282956445269571 CPUtime=409.2 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7072 7075 30973 0 -1 1077944384 56265 0 0 0 40765 155 0 0 20 0 17 0 96562763 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673945815824 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7079] ppid=7072 vsize=10688604 memory=1196 CPUtime=409.66 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7072 7075 30973 0 -1 1077944384 63820 0 0 0 40801 165 0 0 20 0 17 0 96562763 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673944763280 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7080] ppid=7072 vsize=10688604 memory=8548 CPUtime=408.45 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7072 7075 30973 0 -1 1077944384 41143 0 0 0 40680 165 0 0 20 0 17 0 96562763 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673943710736 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7081] ppid=7072 vsize=10688604 memory=1228 CPUtime=408.89 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7072 7075 30973 0 -1 1077944384 46292 0 0 0 40728 161 0 0 20 0 17 0 96562763 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673942658192 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7082] ppid=7072 vsize=10688604 memory=2336 CPUtime=42.68 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) R 7072 7075 30973 0 -1 4202560 85394 0 0 0 4264 4 0 0 20 0 17 0 96562764 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673188581840 140674004199034 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7083] ppid=7072 vsize=10688604 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7072 7075 30973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 96562765 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673187529696 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7084] ppid=7072 vsize=10688604 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7072 7075 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96562765 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673186477056 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7085] ppid=7072 vsize=10688604 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673185425616 140674019760027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7086] ppid=7072 vsize=10688604 memory=8202312 CPUtime=0.72 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7072 7075 30973 0 -1 1077944384 3505 0 0 0 71 1 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673184373328 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7087] ppid=7072 vsize=10688604 memory=4140 CPUtime=2.19 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7072 7075 30973 0 -1 1077944384 13234 0 0 0 217 2 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673183320448 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7088] ppid=7072 vsize=10688604 memory=27860 CPUtime=0.27 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7072 7075 30973 0 -1 1077944384 1298 0 0 0 27 0 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673182268240 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7089] ppid=7072 vsize=10688604 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673181215840 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7090] ppid=7072 vsize=10688604 memory=1296 CPUtime=0.3 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7072 7075 30973 0 -1 1077944384 1094 0 0 0 16 14 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673180162352 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7106] ppid=7072 vsize=10688604 memory=2336 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7106/stat : 7106 (java) S 7072 7075 30973 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 96607288 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673179106480 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7107] ppid=7072 vsize=10688604 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7107/stat : 7107 (java) S 7072 7075 30973 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96607288 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673178055152 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
Current children cumulated CPU time: 1696.81 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8202316 KiB

[startup+474.401 s]
/proc/loadavg: 4.63 4.46 3.56 3/218 7107
/proc/meminfo: memFree=20310008/32770624 swapFree=67108860/67108860
[pid=7075] ppid=7072 vsize=10688604 memory=8202316 CPUtime=1697.61 cores=0,2,4,6
/proc/7075/stat : 7075 (java) S 7072 7075 30973 0 -1 1077944320 331711 0 0 0 169091 670 0 0 20 0 17 0 96562762 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140736585490624 140674019741431 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
/proc/7075/statm: 2672151 2050579 3140 1 0 2660545 0
[pid=7075/tid=7077] ppid=7072 vsize=10688604 memory=27860 CPUtime=14.37 cores=0,2,4,6
/proc/7075/task/7077/stat : 7077 (java) S 7072 7075 30973 0 -1 1077944384 18232 0 0 0 1428 9 0 0 20 0 17 0 96562762 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140674023982112 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7078] ppid=7072 vsize=10688604 memory=8112282956445269571 CPUtime=409.2 cores=0,2,4,6
/proc/7075/task/7078/stat : 7078 (java) S 7072 7075 30973 0 -1 1077944384 56265 0 0 0 40765 155 0 0 20 0 17 0 96562763 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673945815824 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7079] ppid=7072 vsize=10688604 memory=11044 CPUtime=409.66 cores=0,2,4,6
/proc/7075/task/7079/stat : 7079 (java) S 7072 7075 30973 0 -1 1077944384 63820 0 0 0 40801 165 0 0 20 0 17 0 96562763 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673944763280 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7080] ppid=7072 vsize=10688604 memory=13252 CPUtime=408.45 cores=0,2,4,6
/proc/7075/task/7080/stat : 7080 (java) S 7072 7075 30973 0 -1 1077944384 41143 0 0 0 40680 165 0 0 20 0 17 0 96562763 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673943710736 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7081] ppid=7072 vsize=10688604 memory=0 CPUtime=408.89 cores=0,2,4,6
/proc/7075/task/7081/stat : 7081 (java) S 7072 7075 30973 0 -1 1077944384 46292 0 0 0 40728 161 0 0 20 0 17 0 96562763 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673942658192 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7082] ppid=7072 vsize=10688604 memory=8112282956445269571 CPUtime=43.48 cores=0,2,4,6
/proc/7075/task/7082/stat : 7082 (java) R 7072 7075 30973 0 -1 4202560 85394 0 0 0 4344 4 0 0 20 0 17 0 96562764 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673188581840 140674004199053 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7083] ppid=7072 vsize=10688604 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7083/stat : 7083 (java) S 7072 7075 30973 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 96562765 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673187529696 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7084] ppid=7072 vsize=10688604 memory=13040 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7084/stat : 7084 (java) S 7072 7075 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 96562765 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673186477056 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7085] ppid=7072 vsize=10688604 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7085/stat : 7085 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673185425616 140674019760027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7086] ppid=7072 vsize=10688604 memory=1196 CPUtime=0.72 cores=0,2,4,6
/proc/7075/task/7086/stat : 7086 (java) S 7072 7075 30973 0 -1 1077944384 3505 0 0 0 71 1 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673184373328 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7087] ppid=7072 vsize=10688604 memory=18476 CPUtime=2.19 cores=0,2,4,6
/proc/7075/task/7087/stat : 7087 (java) S 7072 7075 30973 0 -1 1077944384 13234 0 0 0 217 2 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673183320448 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7088] ppid=7072 vsize=10688604 memory=15676 CPUtime=0.27 cores=0,2,4,6
/proc/7075/task/7088/stat : 7088 (java) S 7072 7075 30973 0 -1 1077944384 1298 0 0 0 27 0 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673182268240 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7089] ppid=7072 vsize=10688604 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7089/stat : 7089 (java) S 7072 7075 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673181215840 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7090] ppid=7072 vsize=10688604 memory=1236 CPUtime=0.3 cores=0,2,4,6
/proc/7075/task/7090/stat : 7090 (java) S 7072 7075 30973 0 -1 1077944384 1094 0 0 0 16 14 0 0 20 0 17 0 96562768 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673180162352 140674019752578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7106] ppid=7072 vsize=10688604 memory=644 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7106/stat : 7106 (java) S 7072 7075 30973 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 96607288 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673179106480 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
[pid=7075/tid=7107] ppid=7072 vsize=10688604 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/7075/task/7107/stat : 7107 (java) S 7072 7075 30973 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 96607288 10945130496 2050579 33554432000 4194304 4196468 140736585508080 140673178055152 140674019751637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29888512 140736585512070 140736585512223 140736585512223 140736585514959 0
Current children cumulated CPU time: 1697.61 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8202316 KiB

[startup+474.607 s]*
/proc/loadavg: 4.63 4.46 3.56 3/203 7107
/proc/meminfo: memFree=28115764/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): 474.622
CPU time (s): 1697.84
CPU user time (s): 1691.09
CPU system time (s): 6.7469
CPU usage (%): 357.725
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8202316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1691.09
system time used= 6.7469
maximum resident set size= 8202636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334919
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33418
involuntary context switches= 19425


# summary of solver processes directly reported to runsolver:
#   pid: 7075
#   total CPU time (s): 1697.84
#   total CPU user time (s): 1691.09
#   total CPU system time (s): 6.7469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.93693 second user time and 4.63521 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 16:18:07
IDJOB=4262828
IDBENCH=137112
IDSOLVER=2651
FILE ID=node103/4262828-1502634745
RUNJOBID= node103-1502624009-5187
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-91.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262828-1502634745/watcher-4262828-1502634745 -o /tmp/evaluation-result-4262828-1502634745/solver-4262828-1502634745 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5187 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262828-1502634745.xml

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

MD5SUM BENCH= cdfda5ac0ff03b0975a4559a953a2f29
RANDOM SEED=159614058

node103.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.56
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.56
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.56
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.56
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:        28907348 kB
MemAvailable:   29219108 kB
Buffers:          103052 kB
Cached:           502672 kB
SwapCached:            0 kB
Active:          3275816 kB
Inactive:         158132 kB
Active(anon):    2776824 kB
Inactive(anon):    78640 kB
Active(file):     498992 kB
Inactive(file):    79492 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1880 kB
Writeback:             0 kB
AnonPages:       3032640 kB
Mapped:            55636 kB
Shmem:             25228 kB
Slab:             124584 kB
SReclaimable:      98220 kB
SUnreclaim:        26364 kB
KernelStack:        3856 kB
PageTables:        10580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4506736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2871296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61788 MiB
End job on node103 at 2017-08-13 16:26:02