Trace number 4262825

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? 1673.27 467.40701

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-30.xml
MD5SUM1730b431530ce221acf4898e37ce65f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262825-1502634712/watcher-4262825-1502634712 -o /tmp/evaluation-result-4262825-1502634712/solver-4262825-1502634712 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262825-1502634712.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=18610, runsolver pid=18607
Current StackSize limit: 8192 KiB


[startup+0.100197 s]*
/proc/loadavg: 4.97 4.48 3.39 2/200 18611
/proc/meminfo: memFree=28696840/32770624 swapFree=67108764/67108860
[pid=18610] ppid=18607 vsize=103032 memory=4884 CPUtime=0 cores=0,2,4,6
/proc/18610/stat : 18610 (java) S 18607 18610 4674 0 -1 1077944320 1497 0 0 0 0 0 0 0 20 0 2 0 110977619 105504768 1221 18446744073709551615 4194304 4196468 140723643042352 140723643024896 140297232150263 0 0 1 0 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
/proc/18610/statm: 25758 1221 902 1 0 16800 0
[pid=18610/tid=18612] ppid=18607 vsize=105196 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18612/stat : 18612 (java) R 18607 18610 4674 0 -1 4202560 309 0 0 0 0 0 0 0 20 0 2 0 110977630 107720704 1337 18446744073709551615 4194304 4196468 140723643042352 140297236385144 140297212917520 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 103032 KiB
Current children cumulated memory: 4884 KiB

[startup+0.216113 s]*
/proc/loadavg: 4.97 4.48 3.39 4/214 18625
/proc/meminfo: memFree=28682832/32770624 swapFree=67108764/67108860
[pid=18610] ppid=18607 vsize=10551156 memory=24228 CPUtime=0.08 cores=0,2,4,6
/proc/18610/stat : 18610 (java) S 18607 18610 4674 0 -1 1077944320 5067 0 0 0 7 1 0 0 20 0 15 0 110977619 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140723643024896 140297232150263 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
/proc/18610/statm: 2637789 6057 2607 1 0 2627261 0
[pid=18610/tid=18612] ppid=18607 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=0,2,4,6
/proc/18610/task/18612/stat : 18612 (java) R 18607 18610 4674 0 -1 4202560 3178 0 0 0 5 0 0 0 20 0 15 0 110977630 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140297236375952 140297232162198 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18613] ppid=18607 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18613/stat : 18613 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977631 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140297189116816 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18614] ppid=18607 vsize=10551156 memory=139691367394053 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18614/stat : 18614 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977631 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296841779984 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18615] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18615/stat : 18615 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977631 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296840727696 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18616] ppid=18607 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18616/stat : 18616 (java) S 18607 18610 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110977631 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296839674896 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18617] ppid=18607 vsize=10551156 memory=139691366446720 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18617/stat : 18617 (java) S 18607 18610 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110977632 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296796256368 140297232161410 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18618] ppid=18607 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18618/stat : 18618 (java) S 18607 18610 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110977633 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296795202336 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18619] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18619/stat : 18619 (java) S 18607 18610 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110977633 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296794150000 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18620] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18620/stat : 18620 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110977635 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296793098320 140297232168859 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18621] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18621/stat : 18621 (java) S 18607 18610 4674 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 110977635 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296792046192 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18622] ppid=18607 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18622/stat : 18622 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977635 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296790993392 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18623] ppid=18607 vsize=10551156 memory=139691366446720 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18623/stat : 18623 (java) R 18607 18610 4674 0 -1 4202560 228 0 0 0 0 0 0 0 20 0 15 0 110977635 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296789941104 140297212492224 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18624] ppid=18607 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18624/stat : 18624 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110977635 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296788888544 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18625] ppid=18607 vsize=10551156 memory=139691366446720 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18625/stat : 18625 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977640 10804383744 6057 18446744073709551615 4194304 4196468 140723643042352 140296787835312 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24228 KiB

[startup+0.310102 s]*
/proc/loadavg: 4.97 4.48 3.39 4/214 18625
/proc/meminfo: memFree=28670672/32770624 swapFree=67108764/67108860
[pid=18610] ppid=18607 vsize=10551156 memory=36032 CPUtime=0.22 cores=0,2,4,6
/proc/18610/stat : 18610 (java) S 18607 18610 4674 0 -1 1077944320 8302 0 0 0 20 2 0 0 20 0 15 0 110977619 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140723643024896 140297232150263 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
/proc/18610/statm: 2637789 9008 2874 1 0 2627261 0
[pid=18610/tid=18612] ppid=18607 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/18610/task/18612/stat : 18612 (java) R 18607 18610 4674 0 -1 4202560 5982 0 0 0 14 1 0 0 20 0 15 0 110977630 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140297236388752 140297216230750 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18613] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18613/stat : 18613 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977631 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140297189116816 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18614] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18614/stat : 18614 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977631 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296841779984 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18615] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18615/stat : 18615 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977631 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296840727696 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18616] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18616/stat : 18616 (java) S 18607 18610 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110977631 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296839674896 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18617] ppid=18607 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18617/stat : 18617 (java) S 18607 18610 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110977632 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296796256368 140297232161410 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18618] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18618/stat : 18618 (java) S 18607 18610 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110977633 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296795202336 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18619] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18619/stat : 18619 (java) S 18607 18610 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110977633 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296794150000 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18620] ppid=18607 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18620/stat : 18620 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110977635 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296793098320 140297232168859 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18621] ppid=18607 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18610/task/18621/stat : 18621 (java) S 18607 18610 4674 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 15 0 110977635 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296792046192 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18622] ppid=18607 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18622/stat : 18622 (java) S 18607 18610 4674 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 110977635 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296790993392 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18623] ppid=18607 vsize=10551156 memory=139691366446720 CPUtime=0.03 cores=0,2,4,6
/proc/18610/task/18623/stat : 18623 (java) S 18607 18610 4674 0 -1 1077944384 396 0 0 0 3 0 0 0 20 0 15 0 110977635 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296789941104 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18624] ppid=18607 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18624/stat : 18624 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110977635 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296788888544 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18625] ppid=18607 vsize=10551156 memory=139691366446720 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18625/stat : 18625 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977640 10804383744 9008 18446744073709551615 4194304 4196468 140723643042352 140296787835312 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36032 KiB

[startup+0.701391 s]
/proc/loadavg: 4.97 4.48 3.39 3/214 18625
/proc/meminfo: memFree=28656668/32770624 swapFree=67108764/67108860
[pid=18610] ppid=18607 vsize=10551232 memory=101916 CPUtime=1.19 cores=0,2,4,6
/proc/18610/stat : 18610 (java) S 18607 18610 4674 0 -1 1077944320 12037 0 0 0 114 5 0 0 20 0 15 0 110977619 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140723643024896 140297232150263 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
/proc/18610/statm: 2637808 25479 3055 1 0 2627261 0
[pid=18610/tid=18612] ppid=18607 vsize=10551232 memory=1204 CPUtime=0.53 cores=0,2,4,6
/proc/18610/task/18612/stat : 18612 (java) R 18607 18610 4674 0 -1 4202560 7397 0 0 0 50 3 0 0 20 0 15 0 110977630 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140297236385552 140296871048351 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18613] ppid=18607 vsize=10551232 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18613/stat : 18613 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977631 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140297189116816 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18614] ppid=18607 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18614/stat : 18614 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977631 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296841779984 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18615] ppid=18607 vsize=10551232 memory=32072 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18615/stat : 18615 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977631 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296840727696 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18616] ppid=18607 vsize=10551232 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18616/stat : 18616 (java) S 18607 18610 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110977631 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296839674896 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18617] ppid=18607 vsize=10551232 memory=644 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18617/stat : 18617 (java) S 18607 18610 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110977632 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296796256368 140297232161410 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18618] ppid=18607 vsize=10551232 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18618/stat : 18618 (java) S 18607 18610 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110977633 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296795202336 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18619] ppid=18607 vsize=10551232 memory=956 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18619/stat : 18619 (java) S 18607 18610 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110977633 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296794150000 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18620] ppid=18607 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18620/stat : 18620 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110977635 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296793098320 140297232168859 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18621] ppid=18607 vsize=10551232 memory=4288 CPUtime=0.22 cores=0,2,4,6
/proc/18610/task/18621/stat : 18621 (java) R 18607 18610 4674 0 -1 4202560 1333 0 0 0 22 0 0 0 20 0 15 0 110977635 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296792032096 140297217276099 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18622] ppid=18607 vsize=10551232 memory=1608 CPUtime=0.22 cores=0,2,4,6
/proc/18610/task/18622/stat : 18622 (java) R 18607 18610 4674 0 -1 4202560 932 0 0 0 22 0 0 0 20 0 15 0 110977635 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296790980624 140297217034682 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18623] ppid=18607 vsize=10551232 memory=928 CPUtime=0.18 cores=0,2,4,6
/proc/18610/task/18623/stat : 18623 (java) S 18607 18610 4674 0 -1 1077944384 1004 0 0 0 18 0 0 0 20 0 15 0 110977635 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296789941104 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18624] ppid=18607 vsize=10551232 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18624/stat : 18624 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110977635 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296788888544 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18625] ppid=18607 vsize=10551232 memory=844 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18625/stat : 18625 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977640 10804461568 25479 18446744073709551615 4194304 4196468 140723643042352 140296787835312 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 101916 KiB

[startup+1.50311 s]
/proc/loadavg: 4.89 4.47 3.39 4/214 18625
/proc/meminfo: memFree=28550196/32770624 swapFree=67108764/67108860
[pid=18610] ppid=18607 vsize=10551232 memory=267712 CPUtime=3.17 cores=0,2,4,6
/proc/18610/stat : 18610 (java) S 18607 18610 4674 0 -1 1077944320 16345 0 0 0 304 13 0 0 20 0 15 0 110977619 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140723643024896 140297232150263 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
/proc/18610/statm: 2637808 66928 3095 1 0 2627261 0
[pid=18610/tid=18612] ppid=18607 vsize=10551232 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/18610/task/18612/stat : 18612 (java) R 18607 18610 4674 0 -1 4202560 7877 0 0 0 118 5 0 0 20 0 15 0 110977630 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140297236387296 140296871914538 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18613] ppid=18607 vsize=10551232 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/18610/task/18613/stat : 18613 (java) S 18607 18610 4674 0 -1 1077944384 120 0 0 0 6 1 0 0 20 0 15 0 110977631 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140297189116816 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18614] ppid=18607 vsize=10551232 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/18610/task/18614/stat : 18614 (java) R 18607 18610 4674 0 -1 1077944384 114 0 0 0 5 1 0 0 20 0 15 0 110977631 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296841779984 140297232160469 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18615] ppid=18607 vsize=10551232 memory=1425 CPUtime=0.08 cores=0,2,4,6
/proc/18610/task/18615/stat : 18615 (java) S 18607 18610 4674 0 -1 1077944384 91 0 0 0 7 1 0 0 20 0 15 0 110977631 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296840727696 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18616] ppid=18607 vsize=10551232 memory=365 CPUtime=0.06 cores=0,2,4,6
/proc/18610/task/18616/stat : 18616 (java) S 18607 18610 4674 0 -1 1077944384 109 0 0 0 5 1 0 0 20 0 15 0 110977631 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296839674896 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18617] ppid=18607 vsize=10551232 memory=3595 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18617/stat : 18617 (java) S 18607 18610 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 110977632 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296796256368 140297232161410 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18618] ppid=18607 vsize=10551232 memory=4 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18618/stat : 18618 (java) S 18607 18610 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110977633 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296795202400 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18619] ppid=18607 vsize=10551232 memory=161 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18619/stat : 18619 (java) S 18607 18610 4674 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 110977633 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296794150000 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18620] ppid=18607 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18620/stat : 18620 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110977635 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296793098320 140297232168859 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18621] ppid=18607 vsize=10551232 memory=705 CPUtime=0.7 cores=0,2,4,6
/proc/18610/task/18621/stat : 18621 (java) R 18607 18610 4674 0 -1 4202560 3222 0 0 0 69 1 0 0 20 0 15 0 110977635 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296792027000 140297215647097 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18622] ppid=18607 vsize=10551232 memory=35 CPUtime=0.64 cores=0,2,4,6
/proc/18610/task/18622/stat : 18622 (java) R 18607 18610 4674 0 -1 4202560 2144 0 0 0 64 0 0 0 20 0 15 0 110977635 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296790979616 140297212853955 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18623] ppid=18607 vsize=10551232 memory=279382522618768 CPUtime=0.26 cores=0,2,4,6
/proc/18610/task/18623/stat : 18623 (java) R 18607 18610 4674 0 -1 4202560 1222 0 0 0 26 0 0 0 20 0 15 0 110977635 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296789941104 140297217290096 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18624] ppid=18607 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18624/stat : 18624 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110977635 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296788888544 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18625] ppid=18607 vsize=10551232 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18625/stat : 18625 (java) S 18607 18610 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110977640 10804461568 66928 18446744073709551615 4194304 4196468 140723643042352 140296787835312 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
Current children cumulated CPU time: 3.17 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 267712 KiB

[startup+3.11116 s]
/proc/loadavg: 4.89 4.47 3.39 6/214 18625
/proc/meminfo: memFree=27974236/32770624 swapFree=67108764/67108860
[pid=18610] ppid=18607 vsize=10551232 memory=734372 CPUtime=8.48 cores=0,2,4,6
/proc/18610/stat : 18610 (java) S 18607 18610 4674 0 -1 1077944320 19705 0 0 0 809 39 0 0 20 0 15 0 110977619 10804461568 183593 18446744073709551615 4194304 4196468 140723643042352 140723643024896 140297232150263 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
/proc/18610/statm: 2637808 183593 3106 1 0 2627261 0

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

[pid=18610/tid=18613] ppid=18607 vsize=10684360 memory=-8774313645642428999 CPUtime=404.77 cores=0,2,4,6
/proc/18610/task/18613/stat : 18613 (java) S 18607 18610 4674 0 -1 1077944384 31767 0 0 0 40334 143 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140297189116816 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18614] ppid=18607 vsize=10684360 memory=1296 CPUtime=403.68 cores=0,2,4,6
/proc/18610/task/18614/stat : 18614 (java) S 18607 18610 4674 0 -1 1077944384 41242 0 0 0 40197 171 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296841779984 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18615] ppid=18607 vsize=10684360 memory=2320 CPUtime=402.33 cores=0,2,4,6
/proc/18610/task/18615/stat : 18615 (java) S 18607 18610 4674 0 -1 1077944384 31051 0 0 0 40061 172 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296840727696 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18616] ppid=18607 vsize=10684360 memory=1724 CPUtime=401.56 cores=0,2,4,6
/proc/18610/task/18616/stat : 18616 (java) S 18607 18610 4674 0 -1 1077944384 38306 0 0 0 39972 184 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296839674896 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18617] ppid=18607 vsize=10684360 memory=-8774313645642428999 CPUtime=40.88 cores=0,2,4,6
/proc/18610/task/18617/stat : 18617 (java) R 18607 18610 4674 0 -1 4202560 84842 0 0 0 4084 4 0 0 20 0 17 0 110977632 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296796254912 140297217146772 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18618] ppid=18607 vsize=10684360 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18618/stat : 18618 (java) S 18607 18610 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 110977633 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296795202400 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18619] ppid=18607 vsize=10684360 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18619/stat : 18619 (java) S 18607 18610 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 110977633 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296794150016 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18620] ppid=18607 vsize=10684360 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18620/stat : 18620 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296793098320 140297232168859 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18621] ppid=18607 vsize=10684360 memory=12304 CPUtime=2.46 cores=0,2,4,6
/proc/18610/task/18621/stat : 18621 (java) S 18607 18610 4674 0 -1 1077944384 13686 0 0 0 244 2 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296792046288 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18622] ppid=18607 vsize=10684360 memory=-8774313645642428999 CPUtime=0.92 cores=0,2,4,6
/proc/18610/task/18622/stat : 18622 (java) S 18607 18610 4674 0 -1 1077944384 3619 0 0 0 92 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296790993152 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18623] ppid=18607 vsize=10684360 memory=9000 CPUtime=0.28 cores=0,2,4,6
/proc/18610/task/18623/stat : 18623 (java) S 18607 18610 4674 0 -1 1077944384 1931 0 0 0 28 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296789941200 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18624] ppid=18607 vsize=10684360 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18624/stat : 18624 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296788888544 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18625] ppid=18607 vsize=10684360 memory=5712 CPUtime=0.25 cores=0,2,4,6
/proc/18610/task/18625/stat : 18625 (java) S 18607 18610 4674 0 -1 1077944384 419 0 0 0 16 9 0 0 20 0 17 0 110977640 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296787835312 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18739] ppid=18607 vsize=10684360 memory=796 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18739/stat : 18739 (java) S 18607 18610 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111021946 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296786779184 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18740] ppid=18607 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18740/stat : 18740 (java) S 18607 18610 4674 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 111021946 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296785726512 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
Current children cumulated CPU time: 1672.25 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8369296 KiB

[startup+466.801 s]
/proc/loadavg: 7.43 5.65 4.23 9/215 18740
/proc/meminfo: memFree=14980740/32770624 swapFree=67108764/67108860
[pid=18610] ppid=18607 vsize=10684360 memory=8369296 CPUtime=1672.65 cores=0,2,4,6
/proc/18610/stat : 18610 (java) S 18607 18610 4674 0 -1 1077944320 265101 0 0 0 166570 695 0 0 20 0 17 0 110977619 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140723643024896 140297232150263 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
/proc/18610/statm: 2671090 2092324 3115 1 0 2660543 0
[pid=18610/tid=18612] ppid=18607 vsize=10684360 memory=302022891367825718 CPUtime=15.03 cores=0,2,4,6
/proc/18610/task/18612/stat : 18612 (java) S 18607 18610 4674 0 -1 1077944384 16793 0 0 0 1490 13 0 0 20 0 17 0 110977630 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140297236390944 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18613] ppid=18607 vsize=10684360 memory=13564886244395551 CPUtime=404.77 cores=0,2,4,6
/proc/18610/task/18613/stat : 18613 (java) S 18607 18610 4674 0 -1 1077944384 31767 0 0 0 40334 143 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140297189116816 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18614] ppid=18607 vsize=10684360 memory=13564886244395551 CPUtime=403.68 cores=0,2,4,6
/proc/18610/task/18614/stat : 18614 (java) S 18607 18610 4674 0 -1 1077944384 41242 0 0 0 40197 171 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296841779984 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18615] ppid=18607 vsize=10684360 memory=2968 CPUtime=402.33 cores=0,2,4,6
/proc/18610/task/18615/stat : 18615 (java) S 18607 18610 4674 0 -1 1077944384 31051 0 0 0 40061 172 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296840727696 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18616] ppid=18607 vsize=10684360 memory=8395732 CPUtime=401.56 cores=0,2,4,6
/proc/18610/task/18616/stat : 18616 (java) S 18607 18610 4674 0 -1 1077944384 38306 0 0 0 39972 184 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296839674896 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18617] ppid=18607 vsize=10684360 memory=-8774313645642428999 CPUtime=41.28 cores=0,2,4,6
/proc/18610/task/18617/stat : 18617 (java) R 18607 18610 4674 0 -1 4202560 84842 0 0 0 4124 4 0 0 20 0 17 0 110977632 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296796254912 140297217146667 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18618] ppid=18607 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18618/stat : 18618 (java) S 18607 18610 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 110977633 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296795202400 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18619] ppid=18607 vsize=10684360 memory=8100400406039390311 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18619/stat : 18619 (java) S 18607 18610 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 110977633 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296794150016 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18620] ppid=18607 vsize=10684360 memory=8100400406039390311 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18620/stat : 18620 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296793098320 140297232168859 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18621] ppid=18607 vsize=10684360 memory=7453574374992668776 CPUtime=2.46 cores=0,2,4,6
/proc/18610/task/18621/stat : 18621 (java) S 18607 18610 4674 0 -1 1077944384 13686 0 0 0 244 2 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296792046288 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18622] ppid=18607 vsize=10684360 memory=7523376918531162212 CPUtime=0.92 cores=0,2,4,6
/proc/18610/task/18622/stat : 18622 (java) S 18607 18610 4674 0 -1 1077944384 3619 0 0 0 92 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296790993152 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18623] ppid=18607 vsize=10684360 memory=4639948313719891052 CPUtime=0.28 cores=0,2,4,6
/proc/18610/task/18623/stat : 18623 (java) S 18607 18610 4674 0 -1 1077944384 1931 0 0 0 28 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296789941200 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18624] ppid=18607 vsize=10684360 memory=4639948313719891052 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18624/stat : 18624 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296788888544 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18625] ppid=18607 vsize=10684360 memory=8369296 CPUtime=0.25 cores=0,2,4,6
/proc/18610/task/18625/stat : 18625 (java) S 18607 18610 4674 0 -1 1077944384 419 0 0 0 16 9 0 0 20 0 17 0 110977640 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296787835312 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18739] ppid=18607 vsize=10684360 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18739/stat : 18739 (java) S 18607 18610 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111021946 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296786779184 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18740] ppid=18607 vsize=10684360 memory=928 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18740/stat : 18740 (java) S 18607 18610 4674 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 111021946 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296785726512 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
Current children cumulated CPU time: 1672.65 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8369296 KiB

[startup+467.201 s]
/proc/loadavg: 7.43 5.65 4.23 6/215 18740
/proc/meminfo: memFree=14980740/32770624 swapFree=67108764/67108860
[pid=18610] ppid=18607 vsize=10684360 memory=8369296 CPUtime=1673.05 cores=0,2,4,6
/proc/18610/stat : 18610 (java) S 18607 18610 4674 0 -1 1077944320 265101 0 0 0 166610 695 0 0 20 0 17 0 110977619 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140723643024896 140297232150263 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
/proc/18610/statm: 2671090 2092324 3115 1 0 2660543 0
[pid=18610/tid=18612] ppid=18607 vsize=10684360 memory=0 CPUtime=15.03 cores=0,2,4,6
/proc/18610/task/18612/stat : 18612 (java) S 18607 18610 4674 0 -1 1077944384 16793 0 0 0 1490 13 0 0 20 0 17 0 110977630 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140297236390944 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18613] ppid=18607 vsize=10684360 memory=139693811302984 CPUtime=404.77 cores=0,2,4,6
/proc/18610/task/18613/stat : 18613 (java) S 18607 18610 4674 0 -1 1077944384 31767 0 0 0 40334 143 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140297189116816 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18614] ppid=18607 vsize=10684360 memory=139693811302986 CPUtime=403.68 cores=0,2,4,6
/proc/18610/task/18614/stat : 18614 (java) S 18607 18610 4674 0 -1 1077944384 41242 0 0 0 40197 171 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296841779984 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18615] ppid=18607 vsize=10684360 memory=8369296 CPUtime=402.33 cores=0,2,4,6
/proc/18610/task/18615/stat : 18615 (java) S 18607 18610 4674 0 -1 1077944384 31051 0 0 0 40061 172 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296840727696 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18616] ppid=18607 vsize=10684360 memory=4048 CPUtime=401.56 cores=0,2,4,6
/proc/18610/task/18616/stat : 18616 (java) S 18607 18610 4674 0 -1 1077944384 38306 0 0 0 39972 184 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296839674896 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18617] ppid=18607 vsize=10684360 memory=32092 CPUtime=41.68 cores=0,2,4,6
/proc/18610/task/18617/stat : 18617 (java) R 18607 18610 4674 0 -1 4202560 84842 0 0 0 4164 4 0 0 20 0 17 0 110977632 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296796254912 140297216607894 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18618] ppid=18607 vsize=10684360 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18618/stat : 18618 (java) S 18607 18610 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 110977633 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296795202400 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18619] ppid=18607 vsize=10684360 memory=279382523369040 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18619/stat : 18619 (java) S 18607 18610 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 110977633 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296794150016 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18620] ppid=18607 vsize=10684360 memory=279382523120688 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18620/stat : 18620 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296793098320 140297232168859 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18621] ppid=18607 vsize=10684360 memory=279382523555408 CPUtime=2.46 cores=0,2,4,6
/proc/18610/task/18621/stat : 18621 (java) S 18607 18610 4674 0 -1 1077944384 13686 0 0 0 244 2 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296792046288 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18622] ppid=18607 vsize=10684360 memory=279382523556496 CPUtime=0.92 cores=0,2,4,6
/proc/18610/task/18622/stat : 18622 (java) S 18607 18610 4674 0 -1 1077944384 3619 0 0 0 92 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296790993152 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18623] ppid=18607 vsize=10684360 memory=2320 CPUtime=0.28 cores=0,2,4,6
/proc/18610/task/18623/stat : 18623 (java) S 18607 18610 4674 0 -1 1077944384 1931 0 0 0 28 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296789941200 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18624] ppid=18607 vsize=10684360 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18624/stat : 18624 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296788888544 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18625] ppid=18607 vsize=10684360 memory=2012 CPUtime=0.25 cores=0,2,4,6
/proc/18610/task/18625/stat : 18625 (java) S 18607 18610 4674 0 -1 1077944384 419 0 0 0 16 9 0 0 20 0 17 0 110977640 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296787835312 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18739] ppid=18607 vsize=10684360 memory=9000 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18739/stat : 18739 (java) S 18607 18610 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111021946 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296786779184 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18740] ppid=18607 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18740/stat : 18740 (java) S 18607 18610 4674 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 111021946 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296785726512 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
Current children cumulated CPU time: 1673.05 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8369296 KiB

[startup+467.301 s]
/proc/loadavg: 7.43 5.65 4.23 6/215 18740
/proc/meminfo: memFree=14980740/32770624 swapFree=67108764/67108860
[pid=18610] ppid=18607 vsize=10684360 memory=8369296 CPUtime=1673.15 cores=0,2,4,6
/proc/18610/stat : 18610 (java) S 18607 18610 4674 0 -1 1077944320 265101 0 0 0 166620 695 0 0 20 0 17 0 110977619 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140723643024896 140297232150263 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
/proc/18610/statm: 2671090 2092324 3115 1 0 2660543 0
[pid=18610/tid=18612] ppid=18607 vsize=10684360 memory=8369296 CPUtime=15.03 cores=0,2,4,6
/proc/18610/task/18612/stat : 18612 (java) S 18607 18610 4674 0 -1 1077944384 16793 0 0 0 1490 13 0 0 20 0 17 0 110977630 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140297236390944 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18613] ppid=18607 vsize=10684360 memory=8369296 CPUtime=404.77 cores=0,2,4,6
/proc/18610/task/18613/stat : 18613 (java) S 18607 18610 4674 0 -1 1077944384 31767 0 0 0 40334 143 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140297189116816 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18614] ppid=18607 vsize=10684360 memory=8369276 CPUtime=403.68 cores=0,2,4,6
/proc/18610/task/18614/stat : 18614 (java) S 18607 18610 4674 0 -1 1077944384 41242 0 0 0 40197 171 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296841779984 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18615] ppid=18607 vsize=10684360 memory=164 CPUtime=402.33 cores=0,2,4,6
/proc/18610/task/18615/stat : 18615 (java) S 18607 18610 4674 0 -1 1077944384 31051 0 0 0 40061 172 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296840727696 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18616] ppid=18607 vsize=10684360 memory=8369296 CPUtime=401.56 cores=0,2,4,6
/proc/18610/task/18616/stat : 18616 (java) S 18607 18610 4674 0 -1 1077944384 38306 0 0 0 39972 184 0 0 20 0 17 0 110977631 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296839674896 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18617] ppid=18607 vsize=10684360 memory=0 CPUtime=41.78 cores=0,2,4,6
/proc/18610/task/18617/stat : 18617 (java) R 18607 18610 4674 0 -1 4202560 84842 0 0 0 4174 4 0 0 20 0 17 0 110977632 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296796254912 140297217146664 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18618] ppid=18607 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18618/stat : 18618 (java) S 18607 18610 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 110977633 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296795202400 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18619] ppid=18607 vsize=10684360 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18619/stat : 18619 (java) S 18607 18610 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 110977633 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296794150016 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18620] ppid=18607 vsize=10684360 memory=8369296 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18620/stat : 18620 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296793098320 140297232168859 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18621] ppid=18607 vsize=10684360 memory=8369296 CPUtime=2.46 cores=0,2,4,6
/proc/18610/task/18621/stat : 18621 (java) S 18607 18610 4674 0 -1 1077944384 13686 0 0 0 244 2 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296792046288 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18622] ppid=18607 vsize=10684360 memory=-8774313645642428999 CPUtime=0.92 cores=0,2,4,6
/proc/18610/task/18622/stat : 18622 (java) S 18607 18610 4674 0 -1 1077944384 3619 0 0 0 92 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296790993152 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18623] ppid=18607 vsize=10684360 memory=7666080307890317649 CPUtime=0.28 cores=0,2,4,6
/proc/18610/task/18623/stat : 18623 (java) S 18607 18610 4674 0 -1 1077944384 1931 0 0 0 28 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296789941200 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18624] ppid=18607 vsize=10684360 memory=7666080307890317649 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18624/stat : 18624 (java) S 18607 18610 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110977635 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296788888544 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18625] ppid=18607 vsize=10684360 memory=8369292 CPUtime=0.25 cores=0,2,4,6
/proc/18610/task/18625/stat : 18625 (java) S 18607 18610 4674 0 -1 1077944384 419 0 0 0 16 9 0 0 20 0 17 0 110977640 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296787835312 140297232161410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18739] ppid=18607 vsize=10684360 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18739/stat : 18739 (java) S 18607 18610 4674 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 111021946 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296786779184 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
[pid=18610/tid=18740] ppid=18607 vsize=10684360 memory=12304 CPUtime=0 cores=0,2,4,6
/proc/18610/task/18740/stat : 18740 (java) S 18607 18610 4674 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 111021946 10940784640 2092324 18446744073709551615 4194304 4196468 140723643042352 140296785726512 140297232160469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140723643048336 140723643048489 140723643048489 140723643051983 0
Current children cumulated CPU time: 1673.15 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8369296 KiB

Child status: 1
Real time (s): 467.407
CPU time (s): 1673.27
CPU user time (s): 1666.27
CPU system time (s): 7.00075
CPU usage (%): 357.99
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8369296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1666.27
system time used= 7.00075
maximum resident set size= 8369556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265185
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32796
involuntary context switches= 32370


# summary of solver processes directly reported to runsolver:
#   pid: 18610
#   total CPU time (s): 1673.27
#   total CPU user time (s): 1666.27
#   total CPU system time (s): 7.00075

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.86112 second user time and 4.57113 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:17:58
IDJOB=4262825
IDBENCH=137104
IDSOLVER=2651
FILE ID=node134/4262825-1502634712
RUNJOBID= node134-1502619645-14324
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-30.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262825-1502634712/watcher-4262825-1502634712 -o /tmp/evaluation-result-4262825-1502634712/solver-4262825-1502634712 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262825-1502634712.xml

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

MD5SUM BENCH= 1730b431530ce221acf4898e37ce65f9
RANDOM SEED=446776975

node134.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.43
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.43
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.43
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.43
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:        28697492 kB
MemAvailable:   28914328 kB
Buffers:          226320 kB
Cached:           284184 kB
SwapCached:            4 kB
Active:          3408224 kB
Inactive:         209684 kB
Active(anon):    3054304 kB
Inactive(anon):    94432 kB
Active(file):     353920 kB
Inactive(file):   115252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:               112 kB
Writeback:          1848 kB
AnonPages:       3107064 kB
Mapped:            67812 kB
Shmem:             41564 kB
Slab:             153652 kB
SReclaimable:     127000 kB
SUnreclaim:        26652 kB
KernelStack:        3552 kB
PageTables:        11056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3838024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2998272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 16:25:45