Trace number 4262826

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? 1760.7 503.88

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-63.xml
MD5SUM6886ed4ce8536fa7eb6fe38004cd2981
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.06
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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262826-1502634843/watcher-4262826-1502634843 -o /tmp/evaluation-result-4262826-1502634843/solver-4262826-1502634843 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262826-1502634843.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=1488, runsolver pid=1485

[startup+0.100154 s]*
/proc/loadavg: 2.05 2.04 2.05 2/205 1489
/proc/meminfo: memFree=27683780/32770624 swapFree=67108860/67108860
[pid=1488] ppid=1485 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/1488/stat : 1488 (runsolver) D 1485 1488 12395 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 105395580 34791424 114 18446744073709551615 4194304 4346622 140732826911776 140732826908408 139821444571863 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 36700160 140732826914914 140732826915364 140732826915364 140732826918858 0
/proc/1488/statm: 8494 114 53 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209627 s]*
/proc/loadavg: 2.05 2.04 2.05 2/218 1502
/proc/meminfo: memFree=27671824/32770624 swapFree=67108860/67108860
[pid=1488] ppid=1485 vsize=10551056 memory=22856 CPUtime=0.06 cores=0,2,4,6
/proc/1488/stat : 1488 (java) S 1485 1488 12395 0 -1 1077944320 4678 0 0 0 5 1 0 0 20 0 15 0 105395580 10804281344 5714 18446744073709551615 4194304 4196468 140728347272208 140728347254752 140618624548599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
/proc/1488/statm: 2637764 5714 2575 1 0 2627261 0
[pid=1488/tid=1490] ppid=1485 vsize=10551156 memory=-2961578254468854852 CPUtime=0.04 cores=0,2,4,6
/proc/1488/task/1490/stat : 1490 (java) R 1485 1488 12395 0 -1 4202560 2837 0 0 0 4 0 0 0 20 0 15 0 105395592 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618628790880 140618624570525 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1491] ppid=1485 vsize=10551156 memory=279642636288240 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1491/stat : 1491 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395592 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618581515408 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1492] ppid=1485 vsize=10551156 memory=139821447521920 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1492/stat : 1492 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395592 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618580462608 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1493] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1493/stat : 1493 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395592 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618579409808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1494] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1494/stat : 1494 (java) S 1485 1488 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105395592 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618578357008 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1495] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (java) S 1485 1488 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105395594 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618188130672 140618624559746 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1496] ppid=1485 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1496/stat : 1496 (java) S 1485 1488 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105395594 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618187076640 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1497] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1497/stat : 1497 (java) S 1485 1488 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105395594 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618186023792 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1498] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1498/stat : 1498 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105395597 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618184972112 140618624567195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1499] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1499/stat : 1499 (java) S 1485 1488 12395 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 105395597 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618183920496 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1500] ppid=1485 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1500/stat : 1500 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105395597 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618182867696 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1501] ppid=1485 vsize=10551156 memory=139821447521920 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1501/stat : 1501 (java) S 1485 1488 12395 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 105395597 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618181814896 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1502] ppid=1485 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1502/stat : 1502 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105395597 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618180762336 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1503] ppid=1485 vsize=10551156 memory=139821447521920 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1503/stat : 1503 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395601 10804383744 5779 18446744073709551615 4194304 4196468 140728347272208 140618179709616 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 22856 KiB

[startup+0.310563 s]*
/proc/loadavg: 2.05 2.04 2.05 4/219 1503
/proc/meminfo: memFree=27661808/32770624 swapFree=67108860/67108860
[pid=1488] ppid=1485 vsize=10551156 memory=33676 CPUtime=0.21 cores=0,2,4,6
/proc/1488/stat : 1488 (java) S 1485 1488 12395 0 -1 1077944320 8120 0 0 0 18 3 0 0 20 0 15 0 105395580 10804383744 8419 18446744073709551615 4194304 4196468 140728347272208 140728347254752 140618624548599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
/proc/1488/statm: 2637789 8419 2874 1 0 2627261 0
[pid=1488/tid=1490] ppid=1485 vsize=10551156 memory=6933928925625698159 CPUtime=0.14 cores=0,2,4,6
/proc/1488/task/1490/stat : 1490 (java) R 1485 1488 12395 0 -1 4202560 5795 0 0 0 12 2 0 0 20 0 15 0 105395592 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618628787088 140618610713440 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1491] ppid=1485 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1491/stat : 1491 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395592 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618581515408 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1492] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1492/stat : 1492 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395592 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618580462608 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1493] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1493/stat : 1493 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395592 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618579409808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1494] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1494/stat : 1494 (java) S 1485 1488 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105395592 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618578357008 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1495] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (java) S 1485 1488 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105395594 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618188130672 140618624559746 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1496] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1496/stat : 1496 (java) S 1485 1488 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105395594 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618187076640 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1497] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1497/stat : 1497 (java) S 1485 1488 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105395594 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618186023792 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1498] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1498/stat : 1498 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105395597 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618184972112 140618624567195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1499] ppid=1485 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1488/task/1499/stat : 1499 (java) S 1485 1488 12395 0 -1 1077944384 475 0 0 0 1 0 0 0 20 0 15 0 105395597 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618183920496 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1500] ppid=1485 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1488/task/1500/stat : 1500 (java) S 1485 1488 12395 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 105395597 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618182867696 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1501] ppid=1485 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1488/task/1501/stat : 1501 (java) S 1485 1488 12395 0 -1 1077944384 400 0 0 0 3 0 0 0 20 0 15 0 105395597 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618181814896 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1502] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1502/stat : 1502 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105395597 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618180762336 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1503] ppid=1485 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1503/stat : 1503 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395601 10804383744 8931 18446744073709551615 4194304 4196468 140728347272208 140618179709616 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33676 KiB

[startup+0.701912 s]
/proc/loadavg: 2.05 2.04 2.05 3/219 1503
/proc/meminfo: memFree=27645444/32770624 swapFree=67108860/67108860
[pid=1488] ppid=1485 vsize=10551232 memory=99276 CPUtime=1.18 cores=0,2,4,6
/proc/1488/stat : 1488 (java) S 1485 1488 12395 0 -1 1077944320 11876 0 0 0 113 5 0 0 20 0 15 0 105395580 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140728347254752 140618624548599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
/proc/1488/statm: 2637808 24819 3059 1 0 2627261 0
[pid=1488/tid=1490] ppid=1485 vsize=10551232 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/1488/task/1490/stat : 1490 (java) R 1485 1488 12395 0 -1 4202560 7364 0 0 0 49 3 0 0 20 0 15 0 105395592 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618628783504 140618624560534 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1491] ppid=1485 vsize=10551232 memory=-2541025662029814883 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1491/stat : 1491 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395592 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618581515408 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1492] ppid=1485 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1492/stat : 1492 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395592 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618580462608 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1493] ppid=1485 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1493/stat : 1493 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395592 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618579409808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1494] ppid=1485 vsize=10551232 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1494/stat : 1494 (java) S 1485 1488 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105395592 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618578357008 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1495] ppid=1485 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (java) S 1485 1488 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105395594 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618188130672 140618624559746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1496] ppid=1485 vsize=10551232 memory=-1751206657426859557 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1496/stat : 1496 (java) S 1485 1488 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105395594 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618187076640 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1497] ppid=1485 vsize=10551232 memory=8546823402028195750 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1497/stat : 1497 (java) S 1485 1488 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105395594 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618186023792 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1498] ppid=1485 vsize=10551232 memory=5866599786461020259 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1498/stat : 1498 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105395597 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618184972112 140618624567195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1499] ppid=1485 vsize=10551232 memory=9024 CPUtime=0.23 cores=0,2,4,6
/proc/1488/task/1499/stat : 1499 (java) R 1485 1488 12395 0 -1 4202560 1372 0 0 0 23 0 0 0 20 0 15 0 105395597 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618183909488 140618608049002 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1500] ppid=1485 vsize=10551232 memory=1436 CPUtime=0.21 cores=0,2,4,6
/proc/1488/task/1500/stat : 1500 (java) R 1485 1488 12395 0 -1 4202560 865 0 0 0 21 0 0 0 20 0 15 0 105395597 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618182854528 140618606069111 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1501] ppid=1485 vsize=10551232 memory=1196 CPUtime=0.19 cores=0,2,4,6
/proc/1488/task/1501/stat : 1501 (java) R 1485 1488 12395 0 -1 1077944384 904 0 0 0 19 0 0 0 20 0 15 0 105395597 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618181814704 140618624558805 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1502] ppid=1485 vsize=10551232 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1502/stat : 1502 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105395597 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618180762336 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1503] ppid=1485 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1503/stat : 1503 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395601 10804461568 24819 18446744073709551615 4194304 4196468 140728347272208 140618179709616 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 99276 KiB

[startup+1.50132 s]
/proc/loadavg: 2.05 2.04 2.05 3/219 1503
/proc/meminfo: memFree=27516136/32770624 swapFree=67108860/67108860
[pid=1488] ppid=1485 vsize=10551232 memory=264504 CPUtime=3.13 cores=0,2,4,6
/proc/1488/stat : 1488 (java) S 1485 1488 12395 0 -1 1077944320 16418 0 0 0 300 13 0 0 20 0 15 0 105395580 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140728347254752 140618624548599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
/proc/1488/statm: 2637808 66126 3094 1 0 2627261 0
[pid=1488/tid=1490] ppid=1485 vsize=10551232 memory=0 CPUtime=1.22 cores=0,2,4,6
/proc/1488/task/1490/stat : 1490 (java) R 1485 1488 12395 0 -1 4202560 7844 0 0 0 118 4 0 0 20 0 15 0 105395592 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618628785320 140618255708264 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1491] ppid=1485 vsize=10551232 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1488/task/1491/stat : 1491 (java) S 1485 1488 12395 0 -1 1077944384 120 0 0 0 6 1 0 0 20 0 15 0 105395592 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618581515408 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1492] ppid=1485 vsize=10551232 memory=8174723239089013032 CPUtime=0.09 cores=0,2,4,6
/proc/1488/task/1492/stat : 1492 (java) S 1485 1488 12395 0 -1 1077944384 94 0 0 0 7 2 0 0 20 0 15 0 105395592 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618580462608 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1493] ppid=1485 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1488/task/1493/stat : 1493 (java) S 1485 1488 12395 0 -1 1077944384 98 0 0 0 3 1 0 0 20 0 15 0 105395592 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618579409808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1494] ppid=1485 vsize=10551232 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1488/task/1494/stat : 1494 (java) S 1485 1488 12395 0 -1 1077944384 122 0 0 0 6 2 0 0 20 0 15 0 105395592 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618578357008 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1495] ppid=1485 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (java) S 1485 1488 12395 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 105395594 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618188130672 140618624559746 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1496] ppid=1485 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1496/stat : 1496 (java) S 1485 1488 12395 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 105395594 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618187076704 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1497] ppid=1485 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1497/stat : 1497 (java) S 1485 1488 12395 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105395594 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618186023792 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1498] ppid=1485 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1498/stat : 1498 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105395597 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618184972112 140618624567195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1499] ppid=1485 vsize=10551232 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/1488/task/1499/stat : 1499 (java) R 1485 1488 12395 0 -1 4202560 2714 0 0 0 65 0 0 0 20 0 15 0 105395597 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618183911776 140618606092752 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1500] ppid=1485 vsize=10551232 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/1488/task/1500/stat : 1500 (java) R 1485 1488 12395 0 -1 4202560 2910 0 0 0 64 0 0 0 20 0 15 0 105395597 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618182847136 140618608045383 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1501] ppid=1485 vsize=10551232 memory=2241 CPUtime=0.27 cores=0,2,4,6
/proc/1488/task/1501/stat : 1501 (java) S 1485 1488 12395 0 -1 1077944384 1068 0 0 0 27 0 0 0 20 0 15 0 105395597 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618181814896 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1502] ppid=1485 vsize=10551232 memory=279642636486080 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1502/stat : 1502 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105395597 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618180762336 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1503] ppid=1485 vsize=10551232 memory=279642636492800 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1503/stat : 1503 (java) S 1485 1488 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105395601 10804461568 66126 18446744073709551615 4194304 4196468 140728347272208 140618179709616 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 264504 KiB

[startup+3.11136 s]
/proc/loadavg: 2.05 2.04 2.05 6/219 1503
/proc/meminfo: memFree=26952152/32770624 swapFree=67108860/67108860
[pid=1488] ppid=1485 vsize=10551232 memory=744364 CPUtime=8.3 cores=0,2,4,6
/proc/1488/stat : 1488 (java) S 1485 1488 12395 0 -1 1077944320 23246 0 0 0 784 46 0 0 20 0 15 0 105395580 10804461568 186091 18446744073709551615 4194304 4196468 140728347272208 140728347254752 140618624548599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
/proc/1488/statm: 2637808 186091 3106 1 0 2627261 0
[pid=1488/tid=1490] ppid=1485 vsize=10551232 memory=737432 CPUtime=1.86 cores=0,2,4,6
/proc/1488/task/1490/stat : 1490 (java) S 1485 1488 12395 0 -1 1077944384 7902 0 0 0 180 6 0 0 20 0 15 0 105395592 10804461568 186091 18446744073709551615 4194304 4196468 140728347272208 140618628785120 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0

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

[pid=1488/tid=1491] ppid=1485 vsize=10684360 memory=1992 CPUtime=421.68 cores=0,2,4,6
/proc/1488/task/1491/stat : 1491 (java) R 1485 1488 12395 0 -1 4202560 67962 0 0 0 41982 186 0 0 20 0 17 0 105395592 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618581515608 140618609538242 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1492] ppid=1485 vsize=10684360 memory=12132 CPUtime=419.81 cores=0,2,4,6
/proc/1488/task/1492/stat : 1492 (java) R 1485 1488 12395 0 -1 4202560 38641 0 0 0 41788 193 0 0 20 0 17 0 105395592 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618580462416 140618617176807 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1493] ppid=1485 vsize=10684360 memory=51772 CPUtime=420.16 cores=0,2,4,6
/proc/1488/task/1493/stat : 1493 (java) R 1485 1488 12395 0 -1 4202560 43841 0 0 0 41815 201 0 0 20 0 17 0 105395592 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618579409616 140618617176807 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1494] ppid=1485 vsize=10684360 memory=1296 CPUtime=419.91 cores=0,2,4,6
/proc/1488/task/1494/stat : 1494 (java) R 1485 1488 12395 0 -1 4202560 67895 0 0 0 41812 179 0 0 20 0 17 0 105395592 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618578357128 140618617176807 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1495] ppid=1485 vsize=10684360 memory=2460 CPUtime=58.08 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (java) S 1485 1488 12395 0 -1 1077944384 94557 0 0 0 5803 5 0 0 20 0 17 0 105395594 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618188129216 140618624558805 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1496] ppid=1485 vsize=10684360 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1496/stat : 1496 (java) S 1485 1488 12395 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 105395594 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618187076704 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1497] ppid=1485 vsize=10684360 memory=796 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1497/stat : 1497 (java) S 1485 1488 12395 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 105395594 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618186023808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1498] ppid=1485 vsize=10684360 memory=5784 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1498/stat : 1498 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105395597 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618184972112 140618624567195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1499] ppid=1485 vsize=10684360 memory=4612 CPUtime=0.82 cores=0,2,4,6
/proc/1488/task/1499/stat : 1499 (java) S 1485 1488 12395 0 -1 1077944384 4686 0 0 0 82 0 0 0 20 0 17 0 105395597 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618183920592 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1500] ppid=1485 vsize=10684360 memory=1716 CPUtime=1.49 cores=0,2,4,6
/proc/1488/task/1500/stat : 1500 (java) S 1485 1488 12395 0 -1 1077944384 8726 0 0 0 148 1 0 0 20 0 17 0 105395597 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618182867456 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1501] ppid=1485 vsize=10684360 memory=9024 CPUtime=0.29 cores=0,2,4,6
/proc/1488/task/1501/stat : 1501 (java) S 1485 1488 12395 0 -1 1077944384 2062 0 0 0 29 0 0 0 20 0 17 0 105395597 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618181814464 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1502] ppid=1485 vsize=10684360 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1502/stat : 1502 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105395597 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618180762336 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1503] ppid=1485 vsize=10684360 memory=1196 CPUtime=0.2 cores=0,2,4,6
/proc/1488/task/1503/stat : 1503 (java) S 1485 1488 12395 0 -1 1077944384 408 0 0 0 10 10 0 0 20 0 17 0 105395601 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618179709616 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1688] ppid=1485 vsize=10684360 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1688/stat : 1688 (java) S 1485 1488 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 105442987 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618178653488 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1689] ppid=1485 vsize=10684360 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1689/stat : 1689 (java) S 1485 1488 12395 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 105442987 10940784640 2086522 18446744073709551615 4194304 4196468 140728347272208 140618177601664 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
Current children cumulated CPU time: 1758.53 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8346088 KiB

[startup+503.201 s]
/proc/loadavg: 5.54 5.76 3.94 3/217 1691
/proc/meminfo: memFree=22444924/32770624 swapFree=67108860/67108860
[pid=1488] ppid=1485 vsize=10684360 memory=8346092 CPUtime=1760 cores=0,2,4,6
/proc/1488/stat : 1488 (java) S 1485 1488 12395 0 -1 1077944320 348260 0 0 0 175214 786 0 0 20 0 17 0 105395580 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140728347254752 140618624548599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
/proc/1488/statm: 2671090 2086523 3114 1 0 2660543 0
[pid=1488/tid=1490] ppid=1485 vsize=10684360 memory=8346088 CPUtime=15.99 cores=0,2,4,6
/proc/1488/task/1490/stat : 1490 (java) S 1485 1488 12395 0 -1 1077944384 17406 0 0 0 1588 11 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618628789280 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1491] ppid=1485 vsize=10684360 memory=3096 CPUtime=421.91 cores=0,2,4,6
/proc/1488/task/1491/stat : 1491 (java) S 1485 1488 12395 0 -1 1077944384 67962 0 0 0 42005 186 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618581515408 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1492] ppid=1485 vsize=10684360 memory=8346084 CPUtime=420.04 cores=0,2,4,6
/proc/1488/task/1492/stat : 1492 (java) S 1485 1488 12395 0 -1 1077944384 38641 0 0 0 41810 194 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618580462608 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1493] ppid=1485 vsize=10684360 memory=8346088 CPUtime=420.38 cores=0,2,4,6
/proc/1488/task/1493/stat : 1493 (java) S 1485 1488 12395 0 -1 1077944384 43841 0 0 0 41837 201 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618579409808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1494] ppid=1485 vsize=10684360 memory=7512120045554986598 CPUtime=420.13 cores=0,2,4,6
/proc/1488/task/1494/stat : 1494 (java) S 1485 1488 12395 0 -1 1077944384 67895 0 0 0 41834 179 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618578357008 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1495] ppid=1485 vsize=10684360 memory=7451894300419320161 CPUtime=58.65 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (java) R 1485 1488 12395 0 -1 4202560 95201 0 0 0 5860 5 0 0 20 0 17 0 105395594 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618188129104 140618609544944 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1496] ppid=1485 vsize=10684360 memory=7594601018362455385 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1496/stat : 1496 (java) S 1485 1488 12395 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 105395594 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618187076704 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1497] ppid=1485 vsize=10684360 memory=7954576714012582464 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1497/stat : 1497 (java) S 1485 1488 12395 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 105395594 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618186023808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1498] ppid=1485 vsize=10684360 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1498/stat : 1498 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618184972112 140618624567195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1499] ppid=1485 vsize=10684360 memory=51772 CPUtime=0.82 cores=0,2,4,6
/proc/1488/task/1499/stat : 1499 (java) S 1485 1488 12395 0 -1 1077944384 4686 0 0 0 82 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618183920592 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1500] ppid=1485 vsize=10684360 memory=1296 CPUtime=1.49 cores=0,2,4,6
/proc/1488/task/1500/stat : 1500 (java) S 1485 1488 12395 0 -1 1077944384 8726 0 0 0 148 1 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618182867456 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1501] ppid=1485 vsize=10684360 memory=2460 CPUtime=0.29 cores=0,2,4,6
/proc/1488/task/1501/stat : 1501 (java) S 1485 1488 12395 0 -1 1077944384 2062 0 0 0 29 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618181814464 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1502] ppid=1485 vsize=10684360 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1502/stat : 1502 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618180762336 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1503] ppid=1485 vsize=10684360 memory=7680170660397595203 CPUtime=0.2 cores=0,2,4,6
/proc/1488/task/1503/stat : 1503 (java) S 1485 1488 12395 0 -1 1077944384 408 0 0 0 10 10 0 0 20 0 17 0 105395601 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618179709616 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1688] ppid=1485 vsize=10684360 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1688/stat : 1688 (java) S 1485 1488 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 105442987 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618178653488 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1689] ppid=1485 vsize=10684360 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1689/stat : 1689 (java) S 1485 1488 12395 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 105442987 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618177601664 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
Current children cumulated CPU time: 1760 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8346092 KiB

[startup+503.601 s]
/proc/loadavg: 5.54 5.76 3.94 3/217 1691
/proc/meminfo: memFree=22444924/32770624 swapFree=67108860/67108860
[pid=1488] ppid=1485 vsize=10684360 memory=8346092 CPUtime=1760.4 cores=0,2,4,6
/proc/1488/stat : 1488 (java) S 1485 1488 12395 0 -1 1077944320 348260 0 0 0 175254 786 0 0 20 0 17 0 105395580 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140728347254752 140618624548599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
/proc/1488/statm: 2671090 2086523 3114 1 0 2660543 0
[pid=1488/tid=1490] ppid=1485 vsize=10684360 memory=30060 CPUtime=15.99 cores=0,2,4,6
/proc/1488/task/1490/stat : 1490 (java) S 1485 1488 12395 0 -1 1077944384 17406 0 0 0 1588 11 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618628789280 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1491] ppid=1485 vsize=10684360 memory=18468 CPUtime=421.91 cores=0,2,4,6
/proc/1488/task/1491/stat : 1491 (java) S 1485 1488 12395 0 -1 1077944384 67962 0 0 0 42005 186 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618581515408 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1492] ppid=1485 vsize=10684360 memory=4060 CPUtime=420.04 cores=0,2,4,6
/proc/1488/task/1492/stat : 1492 (java) S 1485 1488 12395 0 -1 1077944384 38641 0 0 0 41810 194 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618580462608 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1493] ppid=1485 vsize=10684360 memory=4132 CPUtime=420.38 cores=0,2,4,6
/proc/1488/task/1493/stat : 1493 (java) S 1485 1488 12395 0 -1 1077944384 43841 0 0 0 41837 201 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618579409808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1494] ppid=1485 vsize=10684360 memory=51772 CPUtime=420.13 cores=0,2,4,6
/proc/1488/task/1494/stat : 1494 (java) S 1485 1488 12395 0 -1 1077944384 67895 0 0 0 41834 179 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618578357008 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1495] ppid=1485 vsize=10684360 memory=1296 CPUtime=59.05 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (java) R 1485 1488 12395 0 -1 4202560 95201 0 0 0 5900 5 0 0 20 0 17 0 105395594 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618188129104 140618609006232 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1496] ppid=1485 vsize=10684360 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1496/stat : 1496 (java) S 1485 1488 12395 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 105395594 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618187076704 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1497] ppid=1485 vsize=10684360 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1497/stat : 1497 (java) S 1485 1488 12395 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 105395594 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618186023808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1498] ppid=1485 vsize=10684360 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1498/stat : 1498 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618184972112 140618624567195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1499] ppid=1485 vsize=10684360 memory=1228 CPUtime=0.82 cores=0,2,4,6
/proc/1488/task/1499/stat : 1499 (java) S 1485 1488 12395 0 -1 1077944384 4686 0 0 0 82 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618183920592 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1500] ppid=1485 vsize=10684360 memory=1992 CPUtime=1.49 cores=0,2,4,6
/proc/1488/task/1500/stat : 1500 (java) S 1485 1488 12395 0 -1 1077944384 8726 0 0 0 148 1 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618182867456 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1501] ppid=1485 vsize=10684360 memory=12132 CPUtime=0.29 cores=0,2,4,6
/proc/1488/task/1501/stat : 1501 (java) S 1485 1488 12395 0 -1 1077944384 2062 0 0 0 29 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618181814464 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1502] ppid=1485 vsize=10684360 memory=796 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1502/stat : 1502 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618180762336 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1503] ppid=1485 vsize=10684360 memory=5784 CPUtime=0.2 cores=0,2,4,6
/proc/1488/task/1503/stat : 1503 (java) S 1485 1488 12395 0 -1 1077944384 408 0 0 0 10 10 0 0 20 0 17 0 105395601 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618179709616 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1688] ppid=1485 vsize=10684360 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1688/stat : 1688 (java) S 1485 1488 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 105442987 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618178653488 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1689] ppid=1485 vsize=10684360 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1689/stat : 1689 (java) S 1485 1488 12395 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 105442987 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618177601664 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
Current children cumulated CPU time: 1760.4 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8346092 KiB

[startup+503.801 s]
/proc/loadavg: 5.54 5.76 3.94 3/217 1691
/proc/meminfo: memFree=22444924/32770624 swapFree=67108860/67108860
[pid=1488] ppid=1485 vsize=10684360 memory=8346092 CPUtime=1760.6 cores=0,2,4,6
/proc/1488/stat : 1488 (java) S 1485 1488 12395 0 -1 1077944320 348260 0 0 0 175274 786 0 0 20 0 17 0 105395580 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140728347254752 140618624548599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 11 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
/proc/1488/statm: 2671090 2086523 3114 1 0 2660543 0
[pid=1488/tid=1490] ppid=1485 vsize=10684360 memory=1436 CPUtime=15.99 cores=0,2,4,6
/proc/1488/task/1490/stat : 1490 (java) S 1485 1488 12395 0 -1 1077944384 17406 0 0 0 1588 11 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618628789280 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1491] ppid=1485 vsize=10684360 memory=1196 CPUtime=421.91 cores=0,2,4,6
/proc/1488/task/1491/stat : 1491 (java) S 1485 1488 12395 0 -1 1077944384 67962 0 0 0 42005 186 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618581515408 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1492] ppid=1485 vsize=10684360 memory=15880 CPUtime=420.04 cores=0,2,4,6
/proc/1488/task/1492/stat : 1492 (java) S 1485 1488 12395 0 -1 1077944384 38641 0 0 0 41810 194 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618580462608 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1493] ppid=1485 vsize=10684360 memory=4048 CPUtime=420.38 cores=0,2,4,6
/proc/1488/task/1493/stat : 1493 (java) S 1485 1488 12395 0 -1 1077944384 43841 0 0 0 41837 201 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618579409808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1494] ppid=1485 vsize=10684360 memory=30060 CPUtime=420.13 cores=0,2,4,6
/proc/1488/task/1494/stat : 1494 (java) S 1485 1488 12395 0 -1 1077944384 67895 0 0 0 41834 179 0 0 20 0 17 0 105395592 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618578357008 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1495] ppid=1485 vsize=10684360 memory=18468 CPUtime=59.25 cores=0,2,4,6
/proc/1488/task/1495/stat : 1495 (java) R 1485 1488 12395 0 -1 4202560 95201 0 0 0 5920 5 0 0 20 0 17 0 105395594 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618188129104 140618602918774 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1496] ppid=1485 vsize=10684360 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1496/stat : 1496 (java) S 1485 1488 12395 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 105395594 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618187076704 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1497] ppid=1485 vsize=10684360 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1497/stat : 1497 (java) S 1485 1488 12395 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 105395594 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618186023808 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1498] ppid=1485 vsize=10684360 memory=4296 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1498/stat : 1498 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618184972112 140618624567195 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1499] ppid=1485 vsize=10684360 memory=1608 CPUtime=0.82 cores=0,2,4,6
/proc/1488/task/1499/stat : 1499 (java) S 1485 1488 12395 0 -1 1077944384 4686 0 0 0 82 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618183920592 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1500] ppid=1485 vsize=10684360 memory=928 CPUtime=1.49 cores=0,2,4,6
/proc/1488/task/1500/stat : 1500 (java) S 1485 1488 12395 0 -1 1077944384 8726 0 0 0 148 1 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618182867456 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1501] ppid=1485 vsize=10684360 memory=2160 CPUtime=0.29 cores=0,2,4,6
/proc/1488/task/1501/stat : 1501 (java) S 1485 1488 12395 0 -1 1077944384 2062 0 0 0 29 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618181814464 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1502] ppid=1485 vsize=10684360 memory=840 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1502/stat : 1502 (java) S 1485 1488 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105395597 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618180762336 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1503] ppid=1485 vsize=10684360 memory=3904 CPUtime=0.2 cores=0,2,4,6
/proc/1488/task/1503/stat : 1503 (java) S 1485 1488 12395 0 -1 1077944384 408 0 0 0 10 10 0 0 20 0 17 0 105395601 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618179709616 140618624559746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1688] ppid=1485 vsize=10684360 memory=2768 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1688/stat : 1688 (java) S 1485 1488 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 105442987 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618178653488 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
[pid=1488/tid=1689] ppid=1485 vsize=10684360 memory=3028 CPUtime=0 cores=0,2,4,6
/proc/1488/task/1689/stat : 1689 (java) S 1485 1488 12395 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 105442987 10940784640 2086523 18446744073709551615 4194304 4196468 140728347272208 140618177601664 140618624558805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9203712 140728347279760 140728347279913 140728347279913 140728347283407 0
Current children cumulated CPU time: 1760.6 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8346092 KiB

Child status: 1
Real time (s): 503.88
CPU time (s): 1760.7
CPU user time (s): 1752.78
CPU system time (s): 7.91822
CPU usage (%): 349.429
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8346092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1752.78
system time used= 7.91822
maximum resident set size= 8346332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351249
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34983
involuntary context switches= 41893


# summary of solver processes directly reported to runsolver:
#   pid: 1488
#   total CPU time (s): 1760.7
#   total CPU user time (s): 1752.78
#   total CPU system time (s): 7.91822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.97541 second user time and 4.9859 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 16:20:09
IDJOB=4262826
IDBENCH=137180
IDSOLVER=2651
FILE ID=node135/4262826-1502634843
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 6886ed4ce8536fa7eb6fe38004cd2981
RANDOM SEED=351914061

node135.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.21
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.21
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.21
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.21
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:        27684156 kB
MemAvailable:   28580804 kB
Buffers:          312388 kB
Cached:           881984 kB
SwapCached:            0 kB
Active:          4077152 kB
Inactive:         555984 kB
Active(anon):    3439212 kB
Inactive(anon):    41324 kB
Active(file):     637940 kB
Inactive(file):   514660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1880 kB
Writeback:             4 kB
AnonPages:       3438900 kB
Mapped:            67936 kB
Shmem:             41656 kB
Slab:             147128 kB
SReclaimable:     119764 kB
SUnreclaim:        27364 kB
KernelStack:        3568 kB
PageTables:        12184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5337760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3313664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 16:28:33