Trace number 4262861

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? 1519.73 411.685

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-31.xml
MD5SUM67c04303171609b86978ceecc7dcafe8
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.04
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 constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262861-1502635149/watcher-4262861-1502635149 -o /tmp/evaluation-result-4262861-1502635149/solver-4262861-1502635149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262861-1502635149.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=12565, runsolver pid=12562
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 4.82 4.07 3.01 4/217 12580
/proc/meminfo: memFree=22329912/32770624 swapFree=67108860/67108860
[pid=12565] ppid=12562 vsize=10555400 memory=29916 CPUtime=0.13 cores=0,2,4,6
/proc/12565/stat : 12565 (java) S 12562 12565 6758 0 -1 1077944320 6551 0 0 0 12 1 0 0 20 0 15 0 96596122 10808729600 7479 33554432000 4194304 4196468 140727858605328 140727858587872 140406161669879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
/proc/12565/statm: 2638850 7479 2814 1 0 2627263 0
[pid=12565/tid=12567] ppid=12562 vsize=10555400 memory=-8125511277465343098 CPUtime=0.08 cores=0,2,4,6
/proc/12565/task/12567/stat : 12567 (java) R 12562 12565 6758 0 -1 4202560 4384 0 0 0 8 0 0 0 20 0 15 0 96596123 10808729600 7479 33554432000 4194304 4196468 140727858605328 140406165891008 140406145750366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12568] ppid=12562 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12568/stat : 12568 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 7479 33554432000 4194304 4196468 140727858605328 140406114290192 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12569] ppid=12562 vsize=10555400 memory=139689411737216 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12569/stat : 12569 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 7479 33554432000 4194304 4196468 140727858605328 140406113237648 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12570] ppid=12562 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12570/stat : 12570 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 7479 33554432000 4194304 4196468 140727858605328 140406112184592 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12571] ppid=12562 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12571/stat : 12571 (java) S 12562 12565 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 7479 33554432000 4194304 4196468 140727858605328 140406111132048 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12572] ppid=12562 vsize=10555400 memory=139689411737216 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12572/stat : 12572 (java) S 12562 12565 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596125 10808729600 7479 33554432000 4194304 4196468 140727858605328 140405721467632 140406161681026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12573] ppid=12562 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12573/stat : 12573 (java) S 12562 12565 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96596125 10808729600 7479 33554432000 4194304 4196468 140727858605328 140405720413856 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12574] ppid=12562 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12574/stat : 12574 (java) S 12562 12565 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96596125 10808729600 7479 33554432000 4194304 4196468 140727858605328 140405719360752 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12575] ppid=12562 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12575/stat : 12575 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 7479 33554432000 4194304 4196468 140727858605328 140405718309328 140406161688475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12576] ppid=12562 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12576/stat : 12576 (java) S 12562 12565 6758 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 7479 33554432000 4194304 4196468 140727858605328 140405717256432 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12577] ppid=12562 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12577/stat : 12577 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 7479 33554432000 4194304 4196468 140727858605328 140405716203888 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12578] ppid=12562 vsize=10555400 memory=139689411737216 CPUtime=0.02 cores=0,2,4,6
/proc/12565/task/12578/stat : 12578 (java) R 12562 12565 6758 0 -1 4202560 373 0 0 0 2 0 0 0 20 0 15 0 96596128 10808729600 7479 33554432000 4194304 4196468 140727858605328 140405715150832 140406161691226 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12579] ppid=12562 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12579/stat : 12579 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 7479 33554432000 4194304 4196468 140727858605328 140405714098528 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12580] ppid=12562 vsize=10555400 memory=139689411737216 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12580/stat : 12580 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 7479 33554432000 4194304 4196468 140727858605328 140405713046576 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29916 KiB

[startup+0.213153 s]*
/proc/loadavg: 4.82 4.07 3.01 3/217 12580
/proc/meminfo: memFree=22318392/32770624 swapFree=67108860/67108860
[pid=12565] ppid=12562 vsize=10555400 memory=47296 CPUtime=0.32 cores=0,2,4,6
/proc/12565/stat : 12565 (java) S 12562 12565 6758 0 -1 1077944320 7919 0 0 0 30 2 0 0 20 0 15 0 96596122 10808729600 11824 33554432000 4194304 4196468 140727858605328 140727858587872 140406161669879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
/proc/12565/statm: 2638850 11824 2963 1 0 2627263 0
[pid=12565/tid=12567] ppid=12562 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/12565/task/12567/stat : 12567 (java) R 12562 12565 6758 0 -1 4202560 4990 0 0 0 19 1 0 0 20 0 15 0 96596123 10808729600 11824 33554432000 4194304 4196468 140727858605328 140406165907920 140406161691805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12568] ppid=12562 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12568/stat : 12568 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 11824 33554432000 4194304 4196468 140727858605328 140406114290192 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12569] ppid=12562 vsize=10555400 memory=139689412163756 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12569/stat : 12569 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 11824 33554432000 4194304 4196468 140727858605328 140406113237648 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12570] ppid=12562 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12570/stat : 12570 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 11824 33554432000 4194304 4196468 140727858605328 140406112184592 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12571] ppid=12562 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12571/stat : 12571 (java) S 12562 12565 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 11824 33554432000 4194304 4196468 140727858605328 140406111132048 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12572] ppid=12562 vsize=10555400 memory=139689411737216 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12572/stat : 12572 (java) S 12562 12565 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596125 10808729600 11824 33554432000 4194304 4196468 140727858605328 140405721467632 140406161681026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12573] ppid=12562 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12573/stat : 12573 (java) S 12562 12565 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96596125 10808729600 11824 33554432000 4194304 4196468 140727858605328 140405720413856 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12574] ppid=12562 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12574/stat : 12574 (java) S 12562 12565 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96596125 10808729600 11824 33554432000 4194304 4196468 140727858605328 140405719360752 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12575] ppid=12562 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12575/stat : 12575 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 11824 33554432000 4194304 4196468 140727858605328 140405718309328 140406161688475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12576] ppid=12562 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12565/task/12576/stat : 12576 (java) S 12562 12565 6758 0 -1 1077944384 762 0 0 0 2 0 0 0 20 0 15 0 96596128 10808729600 11824 33554432000 4194304 4196468 140727858605328 140405717256432 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12577] ppid=12562 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12565/task/12577/stat : 12577 (java) S 12562 12565 6758 0 -1 1077944384 276 0 0 0 2 0 0 0 20 0 15 0 96596128 10808729600 11824 33554432000 4194304 4196468 140727858605328 140405716203888 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12578] ppid=12562 vsize=10555400 memory=139689411737216 CPUtime=0.05 cores=0,2,4,6
/proc/12565/task/12578/stat : 12578 (java) R 12562 12565 6758 0 -1 4202560 523 0 0 0 5 0 0 0 20 0 15 0 96596128 10808729600 11824 33554432000 4194304 4196468 140727858605328 140405715150832 140406140629801 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12579] ppid=12562 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12579/stat : 12579 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 11824 33554432000 4194304 4196468 140727858605328 140405714098528 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12580] ppid=12562 vsize=10555400 memory=139689411737216 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12580/stat : 12580 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 11824 33554432000 4194304 4196468 140727858605328 140405713046576 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 47296 KiB

[startup+0.31055 s]*
/proc/loadavg: 4.82 4.07 3.01 3/217 12580
/proc/meminfo: memFree=22245348/32770624 swapFree=67108860/67108860
[pid=12565] ppid=12562 vsize=10555400 memory=120232 CPUtime=0.43 cores=0,2,4,6
/proc/12565/stat : 12565 (java) S 12562 12565 6758 0 -1 1077944320 8171 0 0 0 39 4 0 0 20 0 15 0 96596122 10808729600 30058 33554432000 4194304 4196468 140727858605328 140727858587872 140406161669879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
/proc/12565/statm: 2638850 30058 2973 1 0 2627263 0
[pid=12565/tid=12567] ppid=12562 vsize=10555400 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/12565/task/12567/stat : 12567 (java) R 12562 12565 6758 0 -1 4202560 5026 0 0 0 27 3 0 0 20 0 15 0 96596123 10808729600 30058 33554432000 4194304 4196468 140727858605328 140406165907920 140406161691805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12568] ppid=12562 vsize=10555400 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12568/stat : 12568 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 30058 33554432000 4194304 4196468 140727858605328 140406114290192 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12569] ppid=12562 vsize=10555400 memory=139689412163243 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12569/stat : 12569 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 30058 33554432000 4194304 4196468 140727858605328 140406113237648 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12570] ppid=12562 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12570/stat : 12570 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 30058 33554432000 4194304 4196468 140727858605328 140406112184592 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12571] ppid=12562 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12571/stat : 12571 (java) S 12562 12565 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596123 10808729600 30058 33554432000 4194304 4196468 140727858605328 140406111132048 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12572] ppid=12562 vsize=10555400 memory=139689411737216 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12572/stat : 12572 (java) S 12562 12565 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96596125 10808729600 30058 33554432000 4194304 4196468 140727858605328 140405721467632 140406161681026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12573] ppid=12562 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12573/stat : 12573 (java) S 12562 12565 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96596125 10808729600 30058 33554432000 4194304 4196468 140727858605328 140405720413856 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12574] ppid=12562 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12574/stat : 12574 (java) S 12562 12565 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96596125 10808729600 30058 33554432000 4194304 4196468 140727858605328 140405719360752 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12575] ppid=12562 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12575/stat : 12575 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 30058 33554432000 4194304 4196468 140727858605328 140405718309328 140406161688475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12576] ppid=12562 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12565/task/12576/stat : 12576 (java) S 12562 12565 6758 0 -1 1077944384 765 0 0 0 2 0 0 0 20 0 15 0 96596128 10808729600 30058 33554432000 4194304 4196468 140727858605328 140405717256432 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12577] ppid=12562 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12565/task/12577/stat : 12577 (java) S 12562 12565 6758 0 -1 1077944384 282 0 0 0 2 0 0 0 20 0 15 0 96596128 10808729600 30058 33554432000 4194304 4196468 140727858605328 140405716203888 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12578] ppid=12562 vsize=10555400 memory=139689411737216 CPUtime=0.06 cores=0,2,4,6
/proc/12565/task/12578/stat : 12578 (java) S 12562 12565 6758 0 -1 1077944384 730 0 0 0 6 0 0 0 20 0 15 0 96596128 10808729600 30058 33554432000 4194304 4196468 140727858605328 140405715150832 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12579] ppid=12562 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12579/stat : 12579 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 30058 33554432000 4194304 4196468 140727858605328 140405714098528 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12580] ppid=12562 vsize=10555400 memory=139689411737216 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12580/stat : 12580 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596128 10808729600 30058 33554432000 4194304 4196468 140727858605328 140405713046576 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 120232 KiB

[startup+0.700822 s]
/proc/loadavg: 4.82 4.07 3.01 5/217 12580
/proc/meminfo: memFree=22071580/32770624 swapFree=67108860/67108860
[pid=12565] ppid=12562 vsize=10555476 memory=600996 CPUtime=1.13 cores=0,2,4,6
/proc/12565/stat : 12565 (java) S 12562 12565 6758 0 -1 1077944320 9714 0 0 0 89 24 0 0 20 0 15 0 96596122 10808807424 149737 33554432000 4194304 4196468 140727858605328 140727858587872 140406161669879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
/proc/12565/statm: 2638869 150249 3049 1 0 2627263 0
[pid=12565/tid=12567] ppid=12562 vsize=10555476 memory=1728 CPUtime=0.6 cores=0,2,4,6
/proc/12565/task/12567/stat : 12567 (java) R 12562 12565 6758 0 -1 4202560 6131 0 0 0 51 9 0 0 20 0 15 0 96596123 10808807424 150249 33554432000 4194304 4196468 140727858605328 140406165906688 140405788176407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12568] ppid=12562 vsize=10555476 memory=1004 CPUtime=0.06 cores=0,2,4,6
/proc/12565/task/12568/stat : 12568 (java) S 12562 12565 6758 0 -1 1077944384 67 0 0 0 3 3 0 0 20 0 15 0 96596123 10808807424 150249 33554432000 4194304 4196468 140727858605328 140406114290192 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12569] ppid=12562 vsize=10555476 memory=11040 CPUtime=0.06 cores=0,2,4,6
/proc/12565/task/12569/stat : 12569 (java) S 12562 12565 6758 0 -1 1077944384 65 0 0 0 3 3 0 0 20 0 15 0 96596123 10808807424 150249 33554432000 4194304 4196468 140727858605328 140406113237648 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12570] ppid=12562 vsize=10555476 memory=5700 CPUtime=0.06 cores=0,2,4,6
/proc/12565/task/12570/stat : 12570 (java) S 12562 12565 6758 0 -1 1077944384 63 0 0 0 3 3 0 0 20 0 15 0 96596123 10808807424 150249 33554432000 4194304 4196468 140727858605328 140406112184592 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12571] ppid=12562 vsize=10555476 memory=4616 CPUtime=0.04 cores=0,2,4,6
/proc/12565/task/12571/stat : 12571 (java) S 12562 12565 6758 0 -1 1077944384 59 0 0 0 2 2 0 0 20 0 15 0 96596123 10808807424 150249 33554432000 4194304 4196468 140727858605328 140406111132048 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12572] ppid=12562 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12572/stat : 12572 (java) S 12562 12565 6758 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96596125 10808807424 150249 33554432000 4194304 4196468 140727858605328 140405721467632 140406161681026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12573] ppid=12562 vsize=10555476 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12573/stat : 12573 (java) S 12562 12565 6758 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96596125 10808807424 150249 33554432000 4194304 4196468 140727858605328 140405720413856 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12574] ppid=12562 vsize=10555476 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12574/stat : 12574 (java) S 12562 12565 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96596125 10808807424 150249 33554432000 4194304 4196468 140727858605328 140405719360752 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12575] ppid=12562 vsize=10555476 memory=7014751519700506193 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12575/stat : 12575 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808807424 150249 33554432000 4194304 4196468 140727858605328 140405718309328 140406161688475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12576] ppid=12562 vsize=10555476 memory=7883949533517342546 CPUtime=0.06 cores=0,2,4,6
/proc/12565/task/12576/stat : 12576 (java) S 12562 12565 6758 0 -1 1077944384 807 0 0 0 6 0 0 0 20 0 15 0 96596128 10808807424 150249 33554432000 4194304 4196468 140727858605328 140405717256432 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12577] ppid=12562 vsize=10555476 memory=7236547281622689387 CPUtime=0.05 cores=0,2,4,6
/proc/12565/task/12577/stat : 12577 (java) S 12562 12565 6758 0 -1 1077944384 285 0 0 0 5 0 0 0 20 0 15 0 96596128 10808807424 150249 33554432000 4194304 4196468 140727858605328 140405716203888 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12578] ppid=12562 vsize=10555476 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12565/task/12578/stat : 12578 (java) S 12562 12565 6758 0 -1 1077944384 794 0 0 0 12 0 0 0 20 0 15 0 96596128 10808807424 150249 33554432000 4194304 4196468 140727858605328 140405715150832 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12579] ppid=12562 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12579/stat : 12579 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808807424 150761 33554432000 4194304 4196468 140727858605328 140405714098528 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12580] ppid=12562 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12580/stat : 12580 (java) S 12562 12565 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96596128 10808807424 150761 33554432000 4194304 4196468 140727858605328 140405713046576 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 600996 KiB

[startup+1.50078 s]
/proc/loadavg: 4.82 4.07 3.01 6/217 12580
/proc/meminfo: memFree=21280316/32770624 swapFree=67108860/67108860
[pid=12565] ppid=12562 vsize=10555476 memory=1130872 CPUtime=2.92 cores=0,2,4,6
/proc/12565/stat : 12565 (java) S 12562 12565 6758 0 -1 1077944320 13309 0 0 0 258 34 0 0 20 0 15 0 96596122 10808807424 282718 33554432000 4194304 4196468 140727858605328 140727858587872 140406161669879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
/proc/12565/statm: 2638869 282718 3126 1 0 2627263 0
[pid=12565/tid=12567] ppid=12562 vsize=10555476 memory=6791534058613427641 CPUtime=1.23 cores=0,2,4,6
/proc/12565/task/12567/stat : 12567 (java) R 12562 12565 6758 0 -1 4202560 6671 0 0 0 107 16 0 0 20 0 15 0 96596123 10808807424 282718 33554432000 4194304 4196468 140727858605328 140406165907536 140405788807533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12568] ppid=12562 vsize=10555476 memory=-8754540793456063680 CPUtime=0.23 cores=0,2,4,6
/proc/12565/task/12568/stat : 12568 (java) S 12562 12565 6758 0 -1 1077944384 507 0 0 0 19 4 0 0 20 0 15 0 96596123 10808807424 282718 33554432000 4194304 4196468 140727858605328 140406114290192 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12569] ppid=12562 vsize=10555476 memory=-2843874019102283166 CPUtime=0.21 cores=0,2,4,6
/proc/12565/task/12569/stat : 12569 (java) S 12562 12565 6758 0 -1 1077944384 313 0 0 0 17 4 0 0 20 0 15 0 96596123 10808807424 282718 33554432000 4194304 4196468 140727858605328 140406113237648 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12570] ppid=12562 vsize=10555476 memory=5450919713671312938 CPUtime=0.22 cores=0,2,4,6
/proc/12565/task/12570/stat : 12570 (java) S 12562 12565 6758 0 -1 1077944384 86 0 0 0 19 3 0 0 20 0 15 0 96596123 10808807424 282718 33554432000 4194304 4196468 140727858605328 140406112184592 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12571] ppid=12562 vsize=10555476 memory=7077795359591905642 CPUtime=0.2 cores=0,2,4,6
/proc/12565/task/12571/stat : 12571 (java) S 12562 12565 6758 0 -1 1077944384 317 0 0 0 17 3 0 0 20 0 15 0 96596123 10808807424 282718 33554432000 4194304 4196468 140727858605328 140406111132048 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12572] ppid=12562 vsize=10555476 memory=-7165351541977658656 CPUtime=0.01 cores=0,2,4,6
/proc/12565/task/12572/stat : 12572 (java) S 12562 12565 6758 0 -1 1077944384 333 0 0 0 1 0 0 0 20 0 15 0 96596125 10808807424 282718 33554432000 4194304 4196468 140727858605328 140405721467632 140406161681026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0

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

[pid=12565/tid=12579] ppid=12562 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12579/stat : 12579 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405714098528 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12580] ppid=12562 vsize=10555476 memory=792 CPUtime=0.18 cores=0,2,4,6
/proc/12565/task/12580/stat : 12580 (java) S 12562 12565 6758 0 -1 1077944384 929 0 0 0 10 8 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405713046576 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
Current children cumulated CPU time: 1501.1 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8322520 KiB

[startup+409.602 s]
/proc/loadavg: 5.45 4.76 3.68 6/217 12678
/proc/meminfo: memFree=18344944/32770624 swapFree=67108860/67108860
[pid=12565] ppid=12562 vsize=10555476 memory=8322520 CPUtime=1513.53 cores=0,2,4,6
/proc/12565/stat : 12565 (java) S 12562 12565 6758 0 -1 1077944320 649921 0 0 0 150557 796 0 0 20 0 15 0 96596122 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140727858587872 140406161669879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
/proc/12565/statm: 2638869 2080630 3151 1 0 2627263 0
[pid=12565/tid=12567] ppid=12562 vsize=10555476 memory=1728 CPUtime=26.72 cores=0,2,4,6
/proc/12565/task/12567/stat : 12567 (java) S 12562 12565 6758 0 -1 1077944384 20583 0 0 0 2597 75 0 0 20 0 15 0 96596123 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140406165906800 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12568] ppid=12562 vsize=10555476 memory=1004 CPUtime=369.22 cores=0,2,4,6
/proc/12565/task/12568/stat : 12568 (java) R 12562 12565 6758 0 -1 4202560 90031 0 0 0 36730 192 0 0 20 0 15 0 96596123 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140406114290192 140406143279662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12569] ppid=12562 vsize=10555476 memory=8322516 CPUtime=370.81 cores=0,2,4,6
/proc/12565/task/12569/stat : 12569 (java) R 12562 12565 6758 0 -1 4202560 129697 0 0 0 36915 166 0 0 20 0 15 0 96596123 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140406113237848 140406143279488 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12570] ppid=12562 vsize=10555476 memory=1236 CPUtime=370.81 cores=0,2,4,6
/proc/12565/task/12570/stat : 12570 (java) R 12562 12565 6758 0 -1 4202560 185435 0 0 0 36906 175 0 0 20 0 15 0 96596123 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140406112184792 140406146659522 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12571] ppid=12562 vsize=10555476 memory=2340 CPUtime=369.97 cores=0,2,4,6
/proc/12565/task/12571/stat : 12571 (java) R 12562 12565 6758 0 -1 4202560 109277 0 0 0 36824 173 0 0 20 0 15 0 96596123 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140406111132048 140406143279655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12572] ppid=12562 vsize=10555476 memory=56 CPUtime=3.25 cores=0,2,4,6
/proc/12565/task/12572/stat : 12572 (java) S 12562 12565 6758 0 -1 1077944384 93797 0 0 0 319 6 0 0 20 0 15 0 96596125 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405721466176 140406161680085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12573] ppid=12562 vsize=10555476 memory=6944613755328037015 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12573/stat : 12573 (java) S 12562 12565 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 96596125 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405720413920 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12574] ppid=12562 vsize=10555476 memory=4137282616176384387 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12574/stat : 12574 (java) S 12562 12565 6758 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 96596125 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405719360768 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12575] ppid=12562 vsize=10555476 memory=56 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12575/stat : 12575 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405718309328 140406161688475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12576] ppid=12562 vsize=10555476 memory=5788648711465558373 CPUtime=1.09 cores=0,2,4,6
/proc/12565/task/12576/stat : 12576 (java) S 12562 12565 6758 0 -1 1077944384 7743 0 0 0 109 0 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405717256192 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12577] ppid=12562 vsize=10555476 memory=3053811428040725072 CPUtime=1.1 cores=0,2,4,6
/proc/12565/task/12577/stat : 12577 (java) S 12562 12565 6758 0 -1 1077944384 8051 0 0 0 109 1 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405716203936 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12578] ppid=12562 vsize=10555476 memory=3472328296227679313 CPUtime=0.29 cores=0,2,4,6
/proc/12565/task/12578/stat : 12578 (java) S 12562 12565 6758 0 -1 1077944384 2964 0 0 0 28 1 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405715150880 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12579] ppid=12562 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12579/stat : 12579 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405714098528 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12580] ppid=12562 vsize=10555476 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/12565/task/12580/stat : 12580 (java) S 12562 12565 6758 0 -1 1077944384 929 0 0 0 10 8 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405713046576 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
Current children cumulated CPU time: 1513.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8322520 KiB

[startup+410.401 s]
/proc/loadavg: 5.45 4.76 3.68 6/217 12678
/proc/meminfo: memFree=18344944/32770624 swapFree=67108860/67108860
[pid=12565] ppid=12562 vsize=10555476 memory=8322520 CPUtime=1516.7 cores=0,2,4,6
/proc/12565/stat : 12565 (java) S 12562 12565 6758 0 -1 1077944320 684126 0 0 0 150872 798 0 0 20 0 15 0 96596122 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140727858587872 140406161669879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
/proc/12565/statm: 2638869 2080630 3151 1 0 2627263 0
[pid=12565/tid=12567] ppid=12562 vsize=10555476 memory=4044 CPUtime=26.72 cores=0,2,4,6
/proc/12565/task/12567/stat : 12567 (java) S 12562 12565 6758 0 -1 1077944384 20583 0 0 0 2597 75 0 0 20 0 15 0 96596123 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140406165906800 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12568] ppid=12562 vsize=10555476 memory=16444 CPUtime=370.01 cores=0,2,4,6
/proc/12565/task/12568/stat : 12568 (java) R 12562 12565 6758 0 -1 4202560 90105 0 0 0 36809 192 0 0 20 0 15 0 96596123 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140406114290000 140406154298087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12569] ppid=12562 vsize=10555476 memory=6791534058613427641 CPUtime=371.61 cores=0,2,4,6
/proc/12565/task/12569/stat : 12569 (java) R 12562 12565 6758 0 -1 4202560 129792 0 0 0 36995 166 0 0 20 0 15 0 96596123 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140406113237848 140406146666372 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12570] ppid=12562 vsize=10555476 memory=7440061407722565477 CPUtime=371.59 cores=0,2,4,6
/proc/12565/task/12570/stat : 12570 (java) R 12562 12565 6758 0 -1 4202560 217777 0 0 0 36982 177 0 0 20 0 15 0 96596123 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140406112184712 140406154298087 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12571] ppid=12562 vsize=10555476 memory=7450994925780493679 CPUtime=370.77 cores=0,2,4,6
/proc/12565/task/12571/stat : 12571 (java) R 12562 12565 6758 0 -1 4202560 110971 0 0 0 36904 173 0 0 20 0 15 0 96596123 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140406111132048 140406146666283 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12572] ppid=12562 vsize=10555476 memory=11040 CPUtime=3.25 cores=0,2,4,6
/proc/12565/task/12572/stat : 12572 (java) S 12562 12565 6758 0 -1 1077944384 93797 0 0 0 319 6 0 0 20 0 15 0 96596125 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405721466176 140406161680085 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12573] ppid=12562 vsize=10555476 memory=5700 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12573/stat : 12573 (java) S 12562 12565 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 96596125 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405720413920 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12574] ppid=12562 vsize=10555476 memory=8322520 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12574/stat : 12574 (java) S 12562 12565 6758 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 96596125 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405719360768 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12575] ppid=12562 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12575/stat : 12575 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405718309328 140406161688475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12576] ppid=12562 vsize=10555476 memory=8322520 CPUtime=1.09 cores=0,2,4,6
/proc/12565/task/12576/stat : 12576 (java) S 12562 12565 6758 0 -1 1077944384 7743 0 0 0 109 0 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405717256192 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12577] ppid=12562 vsize=10555476 memory=8322520 CPUtime=1.1 cores=0,2,4,6
/proc/12565/task/12577/stat : 12577 (java) S 12562 12565 6758 0 -1 1077944384 8051 0 0 0 109 1 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405716203936 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12578] ppid=12562 vsize=10555476 memory=8322368 CPUtime=0.29 cores=0,2,4,6
/proc/12565/task/12578/stat : 12578 (java) S 12562 12565 6758 0 -1 1077944384 2964 0 0 0 28 1 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405715150880 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12579] ppid=12562 vsize=10555476 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12579/stat : 12579 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405714098528 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12580] ppid=12562 vsize=10555476 memory=4872558044660077418 CPUtime=0.18 cores=0,2,4,6
/proc/12565/task/12580/stat : 12580 (java) S 12562 12565 6758 0 -1 1077944384 929 0 0 0 10 8 0 0 20 0 15 0 96596128 10808807424 2080630 33554432000 4194304 4196468 140727858605328 140405713046576 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
Current children cumulated CPU time: 1516.7 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8322520 KiB

[startup+411.202 s]
/proc/loadavg: 5.45 4.76 3.68 6/217 12678
/proc/meminfo: memFree=18344944/32770624 swapFree=67108860/67108860
[pid=12565] ppid=12562 vsize=10555476 memory=8322524 CPUtime=1519.43 cores=0,2,4,6
/proc/12565/stat : 12565 (java) S 12562 12565 6758 0 -1 1077944320 684307 0 0 0 151144 799 0 0 20 0 15 0 96596122 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140727858587872 140406161669879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
/proc/12565/statm: 2638869 2080631 3152 1 0 2627263 0
[pid=12565/tid=12567] ppid=12562 vsize=10555476 memory=0 CPUtime=26.72 cores=0,2,4,6
/proc/12565/task/12567/stat : 12567 (java) S 12562 12565 6758 0 -1 1077944384 20654 0 0 0 2597 75 0 0 20 0 15 0 96596123 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140406165909376 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12568] ppid=12562 vsize=10555476 memory=8026656328684950117 CPUtime=370.65 cores=0,2,4,6
/proc/12565/task/12568/stat : 12568 (java) S 12562 12565 6758 0 -1 1077944384 90105 0 0 0 36873 192 0 0 20 0 15 0 96596123 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140406114290192 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12569] ppid=12562 vsize=10555476 memory=6791534058613427641 CPUtime=372.27 cores=0,2,4,6
/proc/12565/task/12569/stat : 12569 (java) S 12562 12565 6758 0 -1 1077944384 129853 0 0 0 37061 166 0 0 20 0 15 0 96596123 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140406113237648 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12570] ppid=12562 vsize=10555476 memory=139689315241111 CPUtime=372.23 cores=0,2,4,6
/proc/12565/task/12570/stat : 12570 (java) S 12562 12565 6758 0 -1 1077944384 217779 0 0 0 37046 177 0 0 20 0 15 0 96596123 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140406112184592 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12571] ppid=12562 vsize=10555476 memory=3472467985542903568 CPUtime=371.42 cores=0,2,4,6
/proc/12565/task/12571/stat : 12571 (java) S 12562 12565 6758 0 -1 1077944384 110986 0 0 0 36969 173 0 0 20 0 15 0 96596123 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140406111132048 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12572] ppid=12562 vsize=10555476 memory=734279412101959520 CPUtime=3.39 cores=0,2,4,6
/proc/12565/task/12572/stat : 12572 (java) R 12562 12565 6758 0 -1 4202560 93806 0 0 0 333 6 0 0 20 0 15 0 96596125 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140405721466064 140406146370595 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12573] ppid=12562 vsize=10555476 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12573/stat : 12573 (java) S 12562 12565 6758 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 96596125 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140405720413920 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12574] ppid=12562 vsize=10555476 memory=28192 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12574/stat : 12574 (java) S 12562 12565 6758 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 96596125 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140405719360768 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12575] ppid=12562 vsize=10555476 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12575/stat : 12575 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140405718309328 140406161688475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12576] ppid=12562 vsize=10555476 memory=2396 CPUtime=1.09 cores=0,2,4,6
/proc/12565/task/12576/stat : 12576 (java) S 12562 12565 6758 0 -1 1077944384 7766 0 0 0 109 0 0 0 20 0 15 0 96596128 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140405717249312 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12577] ppid=12562 vsize=10555476 memory=1728 CPUtime=1.1 cores=0,2,4,6
/proc/12565/task/12577/stat : 12577 (java) S 12562 12565 6758 0 -1 1077944384 8051 0 0 0 109 1 0 0 20 0 15 0 96596128 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140405716203888 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12578] ppid=12562 vsize=10555476 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/12565/task/12578/stat : 12578 (java) S 12562 12565 6758 0 -1 1077944384 2964 0 0 0 28 1 0 0 20 0 15 0 96596128 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140405715150832 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12579] ppid=12562 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12579/stat : 12579 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96596128 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140405714098528 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12580] ppid=12562 vsize=10555476 memory=1716 CPUtime=0.19 cores=0,2,4,6
/proc/12565/task/12580/stat : 12580 (java) S 12562 12565 6758 0 -1 1077944384 929 0 0 0 10 9 0 0 20 0 15 0 96596128 10808807424 2080631 33554432000 4194304 4196468 140727858605328 140405713046576 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
Current children cumulated CPU time: 1519.43 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8322524 KiB

[startup+411.601 s]
/proc/loadavg: 5.45 4.76 3.68 6/217 12678
/proc/meminfo: memFree=18344944/32770624 swapFree=67108860/67108860
[pid=12565] ppid=12562 vsize=10688604 memory=4927204 CPUtime=1519.69 cores=0,2,4,6
/proc/12565/stat : 12565 (java) S 12562 12565 6758 0 -1 1077944320 684603 0 0 0 151168 801 0 0 20 0 16 0 96596122 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140727858587872 140406161669879 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
/proc/12565/statm: 2672151 1231801 3153 1 0 2660545 0
[pid=12565/tid=12567] ppid=12562 vsize=10688604 memory=636 CPUtime=26.72 cores=0,2,4,6
/proc/12565/task/12567/stat : 12567 (java) S 12562 12565 6758 0 -1 1077944384 20673 0 0 0 2597 75 0 0 20 0 16 0 96596123 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140406165910560 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12568] ppid=12562 vsize=10688604 memory=6791534058613427641 CPUtime=370.65 cores=0,2,4,6
/proc/12565/task/12568/stat : 12568 (java) S 12562 12565 6758 0 -1 1077944384 90105 0 0 0 36873 192 0 0 20 0 16 0 96596123 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140406114290192 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12569] ppid=12562 vsize=10688604 memory=1936 CPUtime=372.27 cores=0,2,4,6
/proc/12565/task/12569/stat : 12569 (java) S 12562 12565 6758 0 -1 1077944384 129853 0 0 0 37061 166 0 0 20 0 16 0 96596123 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140406113237648 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12570] ppid=12562 vsize=10688604 memory=1224 CPUtime=372.23 cores=0,2,4,6
/proc/12565/task/12570/stat : 12570 (java) S 12562 12565 6758 0 -1 1077944384 217779 0 0 0 37046 177 0 0 20 0 16 0 96596123 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140406112184592 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12571] ppid=12562 vsize=10688604 memory=1716 CPUtime=371.42 cores=0,2,4,6
/proc/12565/task/12571/stat : 12571 (java) S 12562 12565 6758 0 -1 1077944384 110986 0 0 0 36969 173 0 0 20 0 16 0 96596123 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140406111132048 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12572] ppid=12562 vsize=10688604 memory=10588 CPUtime=3.64 cores=0,2,4,6
/proc/12565/task/12572/stat : 12572 (java) S 12562 12565 6758 0 -1 1077944384 93806 0 0 0 356 8 0 0 20 0 16 0 96596125 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140405721467632 140406161681026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12573] ppid=12562 vsize=10688604 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12573/stat : 12573 (java) S 12562 12565 6758 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 96596125 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140405720413920 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12574] ppid=12562 vsize=10688604 memory=960 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12574/stat : 12574 (java) S 12562 12565 6758 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 96596125 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140405719360768 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12575] ppid=12562 vsize=10688604 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12575/stat : 12575 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96596128 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140405718309328 140406161688475 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12576] ppid=12562 vsize=10688604 memory=2340 CPUtime=1.1 cores=0,2,4,6
/proc/12565/task/12576/stat : 12576 (java) S 12562 12565 6758 0 -1 1077944384 7888 0 0 0 110 0 0 0 20 0 16 0 96596128 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140405717256432 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12577] ppid=12562 vsize=10688604 memory=1580 CPUtime=1.1 cores=0,2,4,6
/proc/12565/task/12577/stat : 12577 (java) S 12562 12565 6758 0 -1 1077944384 8051 0 0 0 109 1 0 0 20 0 16 0 96596128 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140405716203888 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12578] ppid=12562 vsize=10688604 memory=928 CPUtime=0.29 cores=0,2,4,6
/proc/12565/task/12578/stat : 12578 (java) S 12562 12565 6758 0 -1 1077944384 3043 0 0 0 28 1 0 0 20 0 16 0 96596128 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140405715150832 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12579] ppid=12562 vsize=10688604 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/12565/task/12579/stat : 12579 (java) S 12562 12565 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96596128 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140405714098528 140406161680085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
[pid=12565/tid=12580] ppid=12562 vsize=10688604 memory=4124 CPUtime=0.19 cores=0,2,4,6
/proc/12565/task/12580/stat : 12580 (java) S 12562 12565 6758 0 -1 1077944384 929 0 0 0 10 9 0 0 20 0 16 0 96596128 10945130496 1231801 33554432000 4194304 4196468 140727858605328 140405713046576 140406161681026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140727858607238 140727858607391 140727858607391 140727858610127 0
Current children cumulated CPU time: 1519.69 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 4927204 KiB

Child status: 1
Real time (s): 411.685
CPU time (s): 1519.73
CPU user time (s): 1511.69
CPU system time (s): 8.03802
CPU usage (%): 369.148
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8322524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1511.69
system time used= 8.03802
maximum resident set size= 8322524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 684692
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41218
involuntary context switches= 21873


# summary of solver processes directly reported to runsolver:
#   pid: 12565
#   total CPU time (s): 1519.73
#   total CPU user time (s): 1511.69
#   total CPU system time (s): 8.03802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.86599 second user time and 3.62517 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 16:24:51
IDJOB=4262861
IDBENCH=138074
IDSOLVER=2651
FILE ID=node150/4262861-1502635149
RUNJOBID= node150-1502620602-10434
PBS_JOBID= 20628304
Free space on /tmp= 61560 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-31.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262861-1502635149/watcher-4262861-1502635149 -o /tmp/evaluation-result-4262861-1502635149/solver-4262861-1502635149 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262861-1502635149.xml

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

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=1207991998

node150.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	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22348392 kB
MemAvailable:   27143796 kB
Buffers:          238612 kB
Cached:          4833312 kB
SwapCached:            0 kB
Active:          5559908 kB
Inactive:        4391080 kB
Active(anon):    4881904 kB
Inactive(anon):    25068 kB
Active(file):     678004 kB
Inactive(file):  4366012 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             76812 kB
Writeback:             0 kB
AnonPages:       4885280 kB
Mapped:            55492 kB
Shmem:             25224 kB
Slab:             160824 kB
SReclaimable:     134448 kB
SUnreclaim:        26376 kB
KernelStack:        3552 kB
PageTables:        14712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6023744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4737024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61560 MiB
End job on node150 at 2017-08-13 16:31:43