Trace number 4262862

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? 1176.04 323.79199

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-41.xml
MD5SUMa372e06032e8b52aa9c97452ff274801
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.14
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 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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262862-1502635181/watcher-4262862-1502635181 -o /tmp/evaluation-result-4262862-1502635181/solver-4262862-1502635181 -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-4262862-1502635181.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18800, runsolver pid=18797

[startup+0.10019 s]*
/proc/loadavg: 7.43 5.65 4.23 6/204 18806
/proc/meminfo: memFree=23259756/32770624 swapFree=67108764/67108860
[pid=18800] ppid=18797 vsize=10151676 memory=19540 CPUtime=0.02 cores=0,2,4,6
/proc/18800/stat : 18800 (java) S 18797 18800 4674 0 -1 1077944320 3709 0 0 0 2 0 0 0 20 0 9 0 111024541 10395316224 4831 18446744073709551615 4194304 4196468 140729789054336 140729789036880 140358012309239 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
/proc/18800/statm: 2537918 4883 2081 1 0 2527415 0
[pid=18800/tid=18802] ppid=18797 vsize=10151672 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/18800/task/18802/stat : 18802 (java) R 18797 18800 4674 0 -1 4202560 2371 0 0 0 1 0 0 0 20 0 9 0 111024549 10395312128 4885 18446744073709551615 4194304 4196468 140729789054336 140358016550032 140358012331165 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18803] ppid=18797 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111024550 10395312128 4885 18446744073709551615 4194304 4196468 140729789054336 140357942729872 140358012319445 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18804] ppid=18797 vsize=10151672 memory=140209148434048 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111024550 10395312128 4885 18446744073709551615 4194304 4196468 140729789054336 140357941677072 140358012319445 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18805] ppid=18797 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111024550 10395312128 4885 18446744073709551615 4194304 4196468 140729789054336 140357940624272 140358012319445 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18806] ppid=18797 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111024550 10395312128 4885 18446744073709551615 4194304 4196468 140729789054336 140357939571472 140358012319445 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18807] ppid=18797 vsize=10151672 memory=140209148434048 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111024551 10395312128 4885 18446744073709551615 4194304 4196468 140729789054336 140357508487536 140358012320386 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18808] ppid=18797 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 111024552 10395312128 4885 18446744073709551615 4194304 4196468 140729789054336 140357507433504 140358012319445 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18809] ppid=18797 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 111024552 10395312128 4885 18446744073709551615 4194304 4196468 140729789054336 140357506380720 140358012319445 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151676 KiB
Current children cumulated memory: 19540 KiB

[startup+0.210078 s]*
/proc/loadavg: 7.43 5.65 4.23 6/213 18815
/proc/meminfo: memFree=23253356/32770624 swapFree=67108764/67108860
[pid=18800] ppid=18797 vsize=10551156 memory=30852 CPUtime=0.11 cores=0,2,4,6
/proc/18800/stat : 18800 (java) S 18797 18800 4674 0 -1 1077944320 7301 0 0 0 9 2 0 0 20 0 15 0 111024541 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140729789036880 140358012309239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
/proc/18800/statm: 2637789 7713 2799 1 0 2627261 0
[pid=18800/tid=18802] ppid=18797 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/18800/task/18802/stat : 18802 (java) R 18797 18800 4674 0 -1 4202560 5230 0 0 0 7 2 0 0 20 0 15 0 111024549 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140358016497584 140357601930376 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18803] ppid=18797 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111024550 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357942729872 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18804] ppid=18797 vsize=10551156 memory=140209149223334 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111024550 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357941677072 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18805] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111024550 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357940624272 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18806] ppid=18797 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111024550 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357939571472 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18807] ppid=18797 vsize=10551156 memory=140209148434048 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111024551 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357508487536 140358012320386 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18808] ppid=18797 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111024552 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357507433504 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18809] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111024552 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357506380656 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18810] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357505328976 140358012327835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18811] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 4674 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 111024554 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357504277360 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18812] ppid=18797 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 111024554 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357503224560 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18813] ppid=18797 vsize=10551156 memory=140209148434048 CPUtime=0.01 cores=0,2,4,6
/proc/18800/task/18813/stat : 18813 (java) R 18797 18800 4674 0 -1 4202560 279 0 0 0 1 0 0 0 20 0 15 0 111024554 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357502171760 140358004546366 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18814] ppid=18797 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357501119200 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18815] ppid=18797 vsize=10551156 memory=140209148434048 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111024558 10804383744 7713 18446744073709551615 4194304 4196468 140729789054336 140357500066480 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30852 KiB

[startup+0.314879 s]*
/proc/loadavg: 7.43 5.65 4.23 5/213 18815
/proc/meminfo: memFree=23244440/32770624 swapFree=67108764/67108860
[pid=18800] ppid=18797 vsize=10551156 memory=37356 CPUtime=0.28 cores=0,2,4,6
/proc/18800/stat : 18800 (java) S 18797 18800 4674 0 -1 1077944320 8103 0 0 0 25 3 0 0 20 0 15 0 111024541 10804383744 9339 18446744073709551615 4194304 4196468 140729789054336 140729789036880 140358012309239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
/proc/18800/statm: 2637789 9339 2904 1 0 2627261 0
[pid=18800/tid=18802] ppid=18797 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/18800/task/18802/stat : 18802 (java) R 18797 18800 4674 0 -1 4202560 5648 0 0 0 17 2 0 0 20 0 15 0 111024549 10804383744 9339 18446744073709551615 4194304 4196468 140729789054336 140358016540272 140358012331165 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18803] ppid=18797 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111024550 10804383744 9339 18446744073709551615 4194304 4196468 140729789054336 140357942729872 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18804] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111024550 10804383744 9339 18446744073709551615 4194304 4196468 140729789054336 140357941677072 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18805] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111024550 10804383744 9339 18446744073709551615 4194304 4196468 140729789054336 140357940624272 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18806] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111024550 10804383744 9339 18446744073709551615 4194304 4196468 140729789054336 140357939571472 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18807] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111024551 10804383744 9339 18446744073709551615 4194304 4196468 140729789054336 140357508487536 140358012320386 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18808] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111024552 10804383744 9339 18446744073709551615 4194304 4196468 140729789054336 140357507433504 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18809] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111024552 10804383744 9339 18446744073709551615 4194304 4196468 140729789054336 140357506380656 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18810] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804383744 9405 18446744073709551615 4194304 4196468 140729789054336 140357505328976 140358012327835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18811] ppid=18797 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18800/task/18811/stat : 18811 (java) R 18797 18800 4674 0 -1 4202560 534 0 0 0 1 0 0 0 20 0 15 0 111024554 10804383744 9405 18446744073709551615 4194304 4196468 140729789054336 140357504277360 140358004598688 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18812] ppid=18797 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18800/task/18812/stat : 18812 (java) R 18797 18800 4674 0 -1 4202560 174 0 0 0 1 0 0 0 20 0 15 0 111024554 10804383744 9405 18446744073709551615 4194304 4196468 140729789054336 140357503206280 140358004598612 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18813] ppid=18797 vsize=10551156 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 4674 0 -1 1077944384 446 0 0 0 5 0 0 0 20 0 15 0 111024554 10804383744 9405 18446744073709551615 4194304 4196468 140729789054336 140357502171760 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18814] ppid=18797 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804383744 9405 18446744073709551615 4194304 4196468 140729789054336 140357501119200 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18815] ppid=18797 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111024558 10804383744 9405 18446744073709551615 4194304 4196468 140729789054336 140357500066480 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37356 KiB

[startup+0.700671 s]
/proc/loadavg: 7.43 5.65 4.23 9/213 18815
/proc/meminfo: memFree=23094256/32770624 swapFree=67108764/67108860
[pid=18800] ppid=18797 vsize=10551232 memory=288264 CPUtime=1.01 cores=0,2,4,6
/proc/18800/stat : 18800 (java) S 18797 18800 4674 0 -1 1077944320 10367 0 0 0 79 22 0 0 20 0 15 0 111024541 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140729789036880 140358012309239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
/proc/18800/statm: 2637808 72066 3040 1 0 2627261 0
[pid=18800/tid=18802] ppid=18797 vsize=10551232 memory=4 CPUtime=0.5 cores=0,2,4,6
/proc/18800/task/18802/stat : 18802 (java) R 18797 18800 4674 0 -1 4202560 6765 0 0 0 43 7 0 0 20 0 15 0 111024549 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140358016540992 140357997677391 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18803] ppid=18797 vsize=10551232 memory=161 CPUtime=0.06 cores=0,2,4,6
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 4674 0 -1 1077944384 61 0 0 0 3 3 0 0 20 0 15 0 111024550 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357942729872 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18804] ppid=18797 vsize=10551232 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 4674 0 -1 1077944384 63 0 0 0 3 3 0 0 20 0 15 0 111024550 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357941677072 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18805] ppid=18797 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 4674 0 -1 1077944384 57 0 0 0 2 2 0 0 20 0 15 0 111024550 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357940624272 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18806] ppid=18797 vsize=10551232 memory=1 CPUtime=0.06 cores=0,2,4,6
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 4674 0 -1 1077944384 74 0 0 0 3 3 0 0 20 0 15 0 111024550 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357939571472 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18807] ppid=18797 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 4674 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 111024551 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357508487536 140358012320386 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18808] ppid=18797 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 111024552 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357507433504 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18809] ppid=18797 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111024552 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357506380656 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18810] ppid=18797 vsize=10551232 memory=26 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357505328976 140358012327835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18811] ppid=18797 vsize=10551232 memory=229 CPUtime=0.06 cores=0,2,4,6
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 4674 0 -1 1077944384 792 0 0 0 6 0 0 0 20 0 15 0 111024554 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357504277360 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18812] ppid=18797 vsize=10551232 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 4674 0 -1 1077944384 373 0 0 0 6 0 0 0 20 0 15 0 111024554 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357503224560 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18813] ppid=18797 vsize=10551232 memory=6498285520082 CPUtime=0.11 cores=0,2,4,6
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 4674 0 -1 1077944384 740 0 0 0 11 0 0 0 20 0 15 0 111024554 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357502171760 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18814] ppid=18797 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357501119200 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18815] ppid=18797 vsize=10551232 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111024558 10804461568 72066 18446744073709551615 4194304 4196468 140729789054336 140357500066480 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 288264 KiB

[startup+1.50084 s]
/proc/loadavg: 7.43 5.65 4.23 9/213 18815
/proc/meminfo: memFree=22198976/32770624 swapFree=67108764/67108860
[pid=18800] ppid=18797 vsize=10551232 memory=1139440 CPUtime=2.85 cores=0,2,4,6
/proc/18800/stat : 18800 (java) S 18797 18800 4674 0 -1 1077944320 14956 0 0 0 249 36 0 0 20 0 15 0 111024541 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140729789036880 140358012309239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
/proc/18800/statm: 2637808 284860 3093 1 0 2627261 0
[pid=18800/tid=18802] ppid=18797 vsize=10551232 memory=6656426216303648864 CPUtime=1.12 cores=0,2,4,6
/proc/18800/task/18802/stat : 18802 (java) R 18797 18800 4674 0 -1 4202560 7840 0 0 0 93 19 0 0 20 0 15 0 111024549 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140358016546768 140357604134064 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18803] ppid=18797 vsize=10551232 memory=6944652177228980320 CPUtime=0.21 cores=0,2,4,6
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 4674 0 -1 1077944384 111 0 0 0 18 3 0 0 20 0 15 0 111024550 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357942729872 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18804] ppid=18797 vsize=10551232 memory=6944656575208382560 CPUtime=0.22 cores=0,2,4,6
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 4674 0 -1 1077944384 517 0 0 0 18 4 0 0 20 0 15 0 111024550 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357941677072 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18805] ppid=18797 vsize=10551232 memory=148 CPUtime=0.21 cores=0,2,4,6
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 4674 0 -1 1077944384 327 0 0 0 18 3 0 0 20 0 15 0 111024550 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357940624272 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18806] ppid=18797 vsize=10551232 memory=12874 CPUtime=0.22 cores=0,2,4,6
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 4674 0 -1 1077944384 478 0 0 0 18 4 0 0 20 0 15 0 111024550 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357939571472 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18807] ppid=18797 vsize=10551232 memory=21491 CPUtime=0.01 cores=0,2,4,6
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 4674 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 15 0 111024551 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357508487536 140358012320386 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18808] ppid=18797 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 111024552 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357507433568 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18809] ppid=18797 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111024552 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357506380656 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18810] ppid=18797 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357505328976 140358012327835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18811] ppid=18797 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 4674 0 -1 1077944384 1571 0 0 0 29 0 0 0 20 0 15 0 111024554 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357504277360 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18812] ppid=18797 vsize=10551232 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 4674 0 -1 1077944384 1400 0 0 0 30 0 0 0 20 0 15 0 111024554 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357503224560 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18813] ppid=18797 vsize=10551232 memory=19 CPUtime=0.19 cores=0,2,4,6
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 4674 0 -1 1077944384 1097 0 0 0 19 0 0 0 20 0 15 0 111024554 10804461568 284860 18446744073709551615 4194304 4196468 140729789054336 140357502171760 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0

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

[pid=18800/tid=18814] ppid=18797 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357501119200 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18815] ppid=18797 vsize=10551232 memory=32108 CPUtime=0.1 cores=0,2,4,6
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 4674 0 -1 1077944384 567 0 0 0 7 3 0 0 20 0 15 0 111024558 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357500066480 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
Current children cumulated CPU time: 1169.94 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8111736 KiB

[startup+322.401 s]
/proc/loadavg: 7.03 6.66 5.11 6/217 19162
/proc/meminfo: memFree=18673220/32770624 swapFree=67108764/67108860
[pid=18800] ppid=18797 vsize=10551232 memory=8111736 CPUtime=1173.04 cores=0,2,4,6
/proc/18800/stat : 18800 (java) S 18797 18800 4674 0 -1 1077944320 449946 0 0 0 116629 675 0 0 20 0 15 0 111024541 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140729789036880 140358012309239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
/proc/18800/statm: 2637808 2027934 3125 1 0 2627261 0
[pid=18800/tid=18802] ppid=18797 vsize=10551232 memory=8111736 CPUtime=27.62 cores=0,2,4,6
/proc/18800/task/18802/stat : 18802 (java) S 18797 18800 4674 0 -1 1077944384 21267 0 0 0 2689 73 0 0 20 0 15 0 111024549 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140358016546336 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18803] ppid=18797 vsize=10551232 memory=644 CPUtime=285.48 cores=0,2,4,6
/proc/18800/task/18803/stat : 18803 (java) R 18797 18800 4674 0 -1 4202560 35685 0 0 0 28408 140 0 0 20 0 15 0 111024550 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357942729680 140358004937447 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18804] ppid=18797 vsize=10551232 memory=1796 CPUtime=283.61 cores=0,2,4,6
/proc/18800/task/18804/stat : 18804 (java) R 18797 18800 4674 0 -1 4202560 106907 0 0 0 28205 156 0 0 20 0 15 0 111024550 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357941677192 140358004937447 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18805] ppid=18797 vsize=10551232 memory=-8774313645642428999 CPUtime=286.16 cores=0,2,4,6
/proc/18800/task/18805/stat : 18805 (java) R 18797 18800 4674 0 -1 4202560 99358 0 0 0 28475 141 0 0 20 0 15 0 111024550 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357940624160 140357997305748 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18806] ppid=18797 vsize=10551232 memory=2320 CPUtime=284.52 cores=0,2,4,6
/proc/18800/task/18806/stat : 18806 (java) R 18797 18800 4674 0 -1 4202560 83708 0 0 0 28301 151 0 0 20 0 15 0 111024550 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357939571280 140358004937447 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18807] ppid=18797 vsize=10551232 memory=1724 CPUtime=2.7 cores=0,2,4,6
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 4674 0 -1 1077944384 82175 0 0 0 264 6 0 0 20 0 15 0 111024551 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357508486080 140358012319445 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18808] ppid=18797 vsize=10551232 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 4674 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 111024552 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357507433568 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18809] ppid=18797 vsize=10551232 memory=9000 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 111024552 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357506380672 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18810] ppid=18797 vsize=10551232 memory=8111736 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357505328976 140358012327835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18811] ppid=18797 vsize=10551232 memory=2 CPUtime=1.04 cores=0,2,4,6
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 4674 0 -1 1077944384 7017 0 0 0 103 1 0 0 20 0 15 0 111024554 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357504277120 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18812] ppid=18797 vsize=10551232 memory=520 CPUtime=1.41 cores=0,2,4,6
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 4674 0 -1 1077944384 9293 0 0 0 140 1 0 0 20 0 15 0 111024554 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357503224608 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18813] ppid=18797 vsize=10551232 memory=2702 CPUtime=0.29 cores=0,2,4,6
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 4674 0 -1 1077944384 2577 0 0 0 29 0 0 0 20 0 15 0 111024554 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357502171808 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18814] ppid=18797 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357501119200 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18815] ppid=18797 vsize=10551232 memory=1 CPUtime=0.1 cores=0,2,4,6
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 4674 0 -1 1077944384 567 0 0 0 7 3 0 0 20 0 15 0 111024558 10804461568 2027934 18446744073709551615 4194304 4196468 140729789054336 140357500066480 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
Current children cumulated CPU time: 1173.04 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8111736 KiB

[startup+323.201 s]
/proc/loadavg: 7.03 6.66 5.11 6/217 19162
/proc/meminfo: memFree=18667072/32770624 swapFree=67108764/67108860
[pid=18800] ppid=18797 vsize=10551232 memory=8111744 CPUtime=1175.63 cores=0,2,4,6
/proc/18800/stat : 18800 (java) S 18797 18800 4674 0 -1 1077944320 450264 0 0 0 116888 675 0 0 20 0 15 0 111024541 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140729789036880 140358012309239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
/proc/18800/statm: 2637808 2027936 3126 1 0 2627261 0
[pid=18800/tid=18802] ppid=18797 vsize=10551232 memory=53932 CPUtime=27.63 cores=0,2,4,6
/proc/18800/task/18802/stat : 18802 (java) S 18797 18800 4674 0 -1 1077944384 21329 0 0 0 2690 73 0 0 20 0 15 0 111024549 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140358016548464 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18803] ppid=18797 vsize=10551232 memory=1296 CPUtime=286.1 cores=0,2,4,6
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 4674 0 -1 1077944384 35768 0 0 0 28469 141 0 0 20 0 15 0 111024550 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357942729872 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18804] ppid=18797 vsize=10551232 memory=2320 CPUtime=284.21 cores=0,2,4,6
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 4674 0 -1 1077944384 106946 0 0 0 28265 156 0 0 20 0 15 0 111024550 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357941677072 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18805] ppid=18797 vsize=10551232 memory=796 CPUtime=286.77 cores=0,2,4,6
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 4674 0 -1 1077944384 99358 0 0 0 28536 141 0 0 20 0 15 0 111024550 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357940624272 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18806] ppid=18797 vsize=10551232 memory=984 CPUtime=285.12 cores=0,2,4,6
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 4674 0 -1 1077944384 83708 0 0 0 28361 151 0 0 20 0 15 0 111024550 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357939571472 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18807] ppid=18797 vsize=10551232 memory=1728 CPUtime=2.87 cores=0,2,4,6
/proc/18800/task/18807/stat : 18807 (java) R 18797 18800 4674 0 -1 4202560 82307 0 0 0 281 6 0 0 20 0 15 0 111024551 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357508485968 140357997009872 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18808] ppid=18797 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 111024552 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357507433568 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18809] ppid=18797 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 111024552 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357506380672 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18810] ppid=18797 vsize=10551232 memory=984 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357505328976 140358012327835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18811] ppid=18797 vsize=10551232 memory=1728 CPUtime=1.04 cores=0,2,4,6
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 4674 0 -1 1077944384 7017 0 0 0 103 1 0 0 20 0 15 0 111024554 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357504277360 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18812] ppid=18797 vsize=10551232 memory=4572 CPUtime=1.41 cores=0,2,4,6
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 4674 0 -1 1077944384 9293 0 0 0 140 1 0 0 20 0 15 0 111024554 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357503224560 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18813] ppid=18797 vsize=10551232 memory=141 CPUtime=0.29 cores=0,2,4,6
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 4674 0 -1 1077944384 2577 0 0 0 29 0 0 0 20 0 15 0 111024554 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357502171760 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18814] ppid=18797 vsize=10551232 memory=29 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111024554 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357501119200 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18815] ppid=18797 vsize=10551232 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 4674 0 -1 1077944384 567 0 0 0 7 3 0 0 20 0 15 0 111024558 10804461568 2027936 18446744073709551615 4194304 4196468 140729789054336 140357500066480 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
Current children cumulated CPU time: 1175.63 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8111744 KiB

[startup+323.601 s]
/proc/loadavg: 7.03 6.66 5.11 6/217 19162
/proc/meminfo: memFree=18667072/32770624 swapFree=67108764/67108860
[pid=18800] ppid=18797 vsize=10684360 memory=4693196 CPUtime=1176 cores=0,2,4,6
/proc/18800/stat : 18800 (java) S 18797 18800 4674 0 -1 1077944320 450422 0 0 0 116923 677 0 0 20 0 16 0 111024541 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140729789036880 140358012309239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
/proc/18800/statm: 2671090 1173299 3128 1 0 2660543 0
[pid=18800/tid=18802] ppid=18797 vsize=10684360 memory=-8774313645642428999 CPUtime=27.63 cores=0,2,4,6
/proc/18800/task/18802/stat : 18802 (java) S 18797 18800 4674 0 -1 1077944384 21343 0 0 0 2690 73 0 0 20 0 16 0 111024549 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140358016549920 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18803] ppid=18797 vsize=10684360 memory=644 CPUtime=286.1 cores=0,2,4,6
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 4674 0 -1 1077944384 35768 0 0 0 28469 141 0 0 20 0 16 0 111024550 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357942729872 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18804] ppid=18797 vsize=10684360 memory=1796 CPUtime=284.21 cores=0,2,4,6
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 4674 0 -1 1077944384 106946 0 0 0 28265 156 0 0 20 0 16 0 111024550 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357941677072 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18805] ppid=18797 vsize=10684360 memory=956 CPUtime=286.77 cores=0,2,4,6
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 4674 0 -1 1077944384 99358 0 0 0 28536 141 0 0 20 0 16 0 111024550 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357940624272 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18806] ppid=18797 vsize=10684360 memory=2244 CPUtime=285.12 cores=0,2,4,6
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 4674 0 -1 1077944384 83708 0 0 0 28361 151 0 0 20 0 16 0 111024550 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357939571472 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18807] ppid=18797 vsize=10684360 memory=4288 CPUtime=3.22 cores=0,2,4,6
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 4674 0 -1 1077944384 82307 0 0 0 315 7 0 0 20 0 16 0 111024551 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357508487536 140358012320386 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18808] ppid=18797 vsize=10684360 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 111024552 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357507433568 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18809] ppid=18797 vsize=10684360 memory=928 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 4674 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 111024552 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357506380672 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18810] ppid=18797 vsize=10684360 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111024554 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357505328976 140358012327835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18811] ppid=18797 vsize=10684360 memory=984 CPUtime=1.04 cores=0,2,4,6
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 4674 0 -1 1077944384 7017 0 0 0 103 1 0 0 20 0 16 0 111024554 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357504277360 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18812] ppid=18797 vsize=10684360 memory=1728 CPUtime=1.41 cores=0,2,4,6
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 4674 0 -1 1077944384 9293 0 0 0 140 1 0 0 20 0 16 0 111024554 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357503224560 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18813] ppid=18797 vsize=10684360 memory=4572 CPUtime=0.29 cores=0,2,4,6
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 4674 0 -1 1077944384 2650 0 0 0 29 0 0 0 20 0 16 0 111024554 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357502171760 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18814] ppid=18797 vsize=10684360 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111024554 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357501119200 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18815] ppid=18797 vsize=10684360 memory=12304 CPUtime=0.1 cores=0,2,4,6
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 4674 0 -1 1077944384 567 0 0 0 7 3 0 0 20 0 16 0 111024558 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357500066480 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
Current children cumulated CPU time: 1176 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 4693196 KiB

[startup+323.701 s]
/proc/loadavg: 7.03 6.66 5.11 6/217 19162
/proc/meminfo: memFree=18667072/32770624 swapFree=67108764/67108860
[pid=18800] ppid=18797 vsize=10684360 memory=4693196 CPUtime=1176 cores=0,2,4,6
/proc/18800/stat : 18800 (java) S 18797 18800 4674 0 -1 1077944320 450422 0 0 0 116923 677 0 0 20 0 16 0 111024541 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140729789036880 140358012309239 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
/proc/18800/statm: 2671090 1173299 3128 1 0 2660543 0
[pid=18800/tid=18802] ppid=18797 vsize=10684360 memory=1228 CPUtime=27.63 cores=0,2,4,6
/proc/18800/task/18802/stat : 18802 (java) S 18797 18800 4674 0 -1 1077944384 21343 0 0 0 2690 73 0 0 20 0 16 0 111024549 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140358016549920 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18803] ppid=18797 vsize=10684360 memory=8111736 CPUtime=286.1 cores=0,2,4,6
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 4674 0 -1 1077944384 35768 0 0 0 28469 141 0 0 20 0 16 0 111024550 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357942729872 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18804] ppid=18797 vsize=10684360 memory=8111736 CPUtime=284.21 cores=0,2,4,6
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 4674 0 -1 1077944384 106946 0 0 0 28265 156 0 0 20 0 16 0 111024550 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357941677072 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18805] ppid=18797 vsize=10684360 memory=0 CPUtime=286.77 cores=0,2,4,6
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 4674 0 -1 1077944384 99358 0 0 0 28536 141 0 0 20 0 16 0 111024550 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357940624272 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18806] ppid=18797 vsize=10684360 memory=8111736 CPUtime=285.12 cores=0,2,4,6
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 4674 0 -1 1077944384 83708 0 0 0 28361 151 0 0 20 0 16 0 111024550 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357939571472 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18807] ppid=18797 vsize=10684360 memory=8111744 CPUtime=3.22 cores=0,2,4,6
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 4674 0 -1 1077944384 82307 0 0 0 315 7 0 0 20 0 16 0 111024551 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357508487536 140358012320386 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18808] ppid=18797 vsize=10684360 memory=8111736 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 111024552 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357507433568 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18809] ppid=18797 vsize=10684360 memory=33 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 4674 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 111024552 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357506380672 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18810] ppid=18797 vsize=10684360 memory=8111736 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111024554 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357505328976 140358012327835 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18811] ppid=18797 vsize=10684360 memory=8111736 CPUtime=1.04 cores=0,2,4,6
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 4674 0 -1 1077944384 7017 0 0 0 103 1 0 0 20 0 16 0 111024554 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357504277360 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18812] ppid=18797 vsize=10684360 memory=10 CPUtime=1.41 cores=0,2,4,6
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 4674 0 -1 1077944384 9293 0 0 0 140 1 0 0 20 0 16 0 111024554 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357503224560 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18813] ppid=18797 vsize=10684360 memory=28657 CPUtime=0.29 cores=0,2,4,6
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 4674 0 -1 1077944384 2650 0 0 0 29 0 0 0 20 0 16 0 111024554 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357502171760 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18814] ppid=18797 vsize=10684360 memory=12304 CPUtime=0 cores=0,2,4,6
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111024554 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357501119200 140358012319445 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
[pid=18800/tid=18815] ppid=18797 vsize=10684360 memory=1204 CPUtime=0.1 cores=0,2,4,6
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 4674 0 -1 1077944384 567 0 0 0 7 3 0 0 20 0 16 0 111024558 10940784640 1173299 18446744073709551615 4194304 4196468 140729789054336 140357500066480 140358012320386 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35246080 140729789055376 140729789055529 140729789055529 140729789059023 0
Current children cumulated CPU time: 1176 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 4693196 KiB

Child status: 1
Real time (s): 323.792
CPU time (s): 1176.04
CPU user time (s): 1169.24
CPU system time (s): 6.80128
CPU usage (%): 363.209
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8111744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1169.24
system time used= 6.80128
maximum resident set size= 8111744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 450516
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31128
involuntary context switches= 40494


# summary of solver processes directly reported to runsolver:
#   pid: 18800
#   total CPU time (s): 1176.04
#   total CPU user time (s): 1169.24
#   total CPU system time (s): 6.80128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.87397 second user time and 3.19942 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:25:47
IDJOB=4262862
IDBENCH=138075
IDSOLVER=2651
FILE ID=node134/4262862-1502635181
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 61948 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-41.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262862-1502635181/watcher-4262862-1502635181 -o /tmp/evaluation-result-4262862-1502635181/solver-4262862-1502635181 -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-4262862-1502635181.xml

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

MD5SUM BENCH= a372e06032e8b52aa9c97452ff274801
RANDOM SEED=2032327614

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:        23270492 kB
MemAvailable:   23572296 kB
Buffers:          226508 kB
Cached:           369300 kB
SwapCached:            4 kB
Active:          8824504 kB
Inactive:         211476 kB
Active(anon):    8387296 kB
Inactive(anon):    94432 kB
Active(file):     437208 kB
Inactive(file):   117044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:             85832 kB
Writeback:             0 kB
AnonPages:       8440100 kB
Mapped:            67748 kB
Shmem:             41564 kB
Slab:             153164 kB
SReclaimable:     126776 kB
SUnreclaim:        26388 kB
KernelStack:        3488 kB
PageTables:        21444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8639460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7622656 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= 61944 MiB
End job on node134 at 2017-08-13 16:31:11