Trace number 4263273

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 2269.27 965.41199

General information on the benchmark

NameDeBruijnSequence/DeBruijnSequence-m1-s1/
DeBruijnSequence-04-05.xml
MD5SUM7198b26315477549e19a49cdd0865ba2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.4920902
Satisfiable
(Un)Satisfiability was proved
Number of variables6148
Number of constraints5123
Number of domains3
Minimum domain size4
Maximum domain size1025
Distribution of domain sizes[{"size":4,"count":5120},{"size":1024,"count":1024},{"size":1025,"count":4}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":1024},{"degree":3,"count":5120}]
Minimum constraint arity2
Maximum constraint arity1028
Distribution of constraint arities[{"arity":2,"count":4096},{"arity":6,"count":1024},{"arity":1024,"count":2},{"arity":1028,"count":1}]
Number of extensional constraints0
Number of intensional constraints4096
Distribution of constraint types[{"type":"intension","count":4096},{"type":"allDifferent","count":1},{"type":"sum","count":1024},{"type":"cardinality","count":1},{"type":"minimum","count":1}]
Optimization problemNO
Type of objective

Solver Data

2113.98/923.43	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2151.19/933.63		at org.sat4j.core.Vec.ensure(Vec.java:176)
2151.19/933.63		at org.sat4j.core.Vec.push(Vec.java:183)
2151.19/933.63		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
2151.19/933.63		at org.sat4j.minisat.constraints.cnf.BinaryClause.register(BinaryClause.java:241)
2151.19/933.63		at org.sat4j.minisat.constraints.cnf.OriginalBinaryClause.brandNewClause(OriginalBinaryClause.java:73)
2151.19/933.63		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:54)
2151.19/933.63		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
2151.19/933.63		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
2151.19/933.63		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
2151.19/933.63		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
2151.19/933.63		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
2151.19/933.63		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
2151.19/933.63		at org.sat4j.csp.constraints3.ComparisonCtrBuilder.buildCtrAllDifferent(ComparisonCtrBuilder.java:54)
2151.19/933.63		at org.sat4j.reader.XMLCSP3Reader.buildCtrAllDifferent(XMLCSP3Reader.java:436)
2151.19/933.63		at org.xcsp.parser.loaders.CtrLoaderInteger.allDifferent(CtrLoaderInteger.java:433)
2151.19/933.63		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:139)
2151.19/933.63		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2151.19/933.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
2151.19/933.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2151.19/933.63		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
2151.19/933.63		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
2151.19/933.63		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2151.19/933.63		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2151.19/933.63		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2151.19/933.63		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2151.19/933.63		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2269.14/965.32	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2269.14/965.32	c This is free software under the dual EPL/GNU LGPL licenses.
2269.14/965.32	c See www.sat4j.org for details.
2269.14/965.32	c That software uses the Rhino library from the Mozilla project.
2269.14/965.32	c version CUSTOM.v20170705
2269.14/965.32	c java.runtime.name	Java(TM) SE Runtime Environment
2269.14/965.32	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2269.14/965.32	c java.vm.version	25.131-b11
2269.14/965.32	c java.vm.vendor	Oracle Corporation
2269.14/965.32	c sun.arch.data.model	64
2269.14/965.32	c java.version		1.8.0_131
2269.14/965.32	c os.name		Linux
2269.14/965.32	c os.version		3.10.0-514.16.1.el7.x86_64
2269.14/965.32	c os.arch		amd64
2269.14/965.32	c Free memory 		499604488
2269.14/965.32	c Max memory 		7247757312
2269.14/965.32	c Total memory 		504889344
2269.14/965.32	c Number of processors 	4
2269.14/965.32	c c --- Begin Solver configuration ---
2269.14/965.32	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2269.14/965.32	c Learn all clauses as in MiniSAT
2269.14/965.32	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2269.14/965.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2269.14/965.32	c No reason simplification
2269.14/965.32	c Glucose 2.1 dynamic restart strategy
2269.14/965.32	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
2269.14/965.32	c timeout=2147483s
2269.14/965.32	c DB Simplification allowed=false
2269.14/965.32	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2269.14/965.32	c --- End Solver configuration ---
2269.14/965.32	c starts		: 0
2269.14/965.32	c conflicts		: 0
2269.14/965.32	c decisions		: 0
2269.14/965.32	c propagations		: 0
2269.14/965.32	c inspects		: 0
2269.14/965.32	c shortcuts		: 0
2269.14/965.32	c learnt literals	: 0
2269.14/965.32	c learnt binary clauses	: 0
2269.14/965.32	c learnt ternary clauses	: 0
2269.14/965.32	c learnt constraints	: 0
2269.14/965.32	c ignored constraints	: 0
2269.14/965.32	c root simplifications	: 0
2269.14/965.32	c removed literals (reason simplification)	: 0
2269.14/965.32	c reason swapping (by a shorter reason)	: 0
2269.14/965.32	c Calls to reduceDB	: 0
2269.14/965.32	c Number of update (reduction) of LBD	: 0
2269.14/965.32	c Imported unit clauses	: 0
2269.14/965.32	c number of reductions to clauses (during analyze)	: 0
2269.14/965.32	c number of learned constraints concerned by reduction	: 0
2269.14/965.32	c number of learning phase by resolution	: 0
2269.14/965.32	c number of learning phase by cutting planes	: 0
2269.14/965.32	c number of rounding to 1 operations	: 0
2269.14/965.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2269.14/965.32	c number of reductions of the coefficients by power 2 	: 0
2269.14/965.32	c number of right shift for reduction by power 2 	: 0
2269.14/965.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
2269.14/965.32	c speed (assignments/second)	: 0.0
2269.14/965.32	c non guided choices	0
2269.14/965.32	c learnt constraints type 
2269.14/965.32	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 (15081 MiB free)
  memory of node 1: 16384 MiB (13497 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.100092 s]*
/proc/loadavg: 2.53 2.34 2.14 3/210 32161
/proc/meminfo: memFree=29255376/32770624 swapFree=67108860/67108860
[pid=32152] ppid=32149 vsize=10151672 memory=20876 CPUtime=0.04 cores=0,2,4,6
/proc/32152/stat : 32152 (java) S 32149 32152 12395 0 -1 1077944320 4118 0 0 0 3 1 0 0 20 0 9 0 104394625 10395312128 5219 18446744073709551615 4194304 4196468 140722297582592 140722297565136 140021535088375 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
/proc/32152/statm: 2537918 5219 2122 1 0 2527415 0
[pid=32152/tid=32154] ppid=32149 vsize=10151672 memory=-6442797751946285406 CPUtime=0.03 cores=0,2,4,6
/proc/32152/task/32154/stat : 32154 (java) R 32149 32152 12395 0 -1 4202560 2758 0 0 0 3 0 0 0 20 0 9 0 104394631 10395312128 5219 18446744073709551615 4194304 4196468 140722297582592 140021539323472 140021527767664 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32155] ppid=32149 vsize=10151672 memory=5767616116548745609 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32155/stat : 32155 (java) S 32149 32152 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104394632 10395312128 5219 18446744073709551615 4194304 4196468 140722297582592 140021145820304 140021535098581 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32156] ppid=32149 vsize=10151672 memory=139726250215040 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32156/stat : 32156 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104394632 10395312128 5219 18446744073709551615 4194304 4196468 140722297582592 140021144767504 140021535098581 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32157] ppid=32149 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32157/stat : 32157 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104394632 10395312128 5219 18446744073709551615 4194304 4196468 140722297582592 140021143714704 140021535098581 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32158] ppid=32149 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32158/stat : 32158 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 104394632 10395312128 5219 18446744073709551615 4194304 4196468 140722297582592 140021142661904 140021535098581 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32159] ppid=32149 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32159/stat : 32159 (java) S 32149 32152 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 104394634 10395312128 5219 18446744073709551615 4194304 4196468 140722297582592 140021032012144 140021535099522 0 0 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32160] ppid=32149 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32160/stat : 32160 (java) S 32149 32152 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 104394634 10395312128 5219 18446744073709551615 4194304 4196468 140722297582592 140021030958112 140021535098581 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32161] ppid=32149 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32161/stat : 32161 (java) S 32149 32152 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 104394634 10395312128 5219 18446744073709551615 4194304 4196468 140722297582592 140021029905264 140021535098581 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20876 KiB

[startup+0.210244 s]*
/proc/loadavg: 2.53 2.34 2.14 4/216 32167
/proc/meminfo: memFree=29252752/32770624 swapFree=67108860/67108860
[pid=32152] ppid=32149 vsize=10551156 memory=23568 CPUtime=0.07 cores=0,2,4,6
/proc/32152/stat : 32152 (java) S 32149 32152 12395 0 -1 1077944320 4910 0 0 0 6 1 0 0 20 0 15 0 104394625 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140722297565136 140021535088375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
/proc/32152/statm: 2637789 5892 2606 1 0 2627261 0
[pid=32152/tid=32154] ppid=32149 vsize=10551156 memory=7752555815704107932 CPUtime=0.06 cores=0,2,4,6
/proc/32152/task/32154/stat : 32154 (java) R 32149 32152 12395 0 -1 4202560 3014 0 0 0 5 1 0 0 20 0 15 0 104394631 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021539314064 140021176396368 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32155] ppid=32149 vsize=10551156 memory=732369864587668453 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32155/stat : 32155 (java) S 32149 32152 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104394632 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021145820304 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32156] ppid=32149 vsize=10551156 memory=139726250215040 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32156/stat : 32156 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394632 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021144767504 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32157] ppid=32149 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32157/stat : 32157 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394632 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021143714704 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32158] ppid=32149 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32158/stat : 32158 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394632 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021142661904 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32159] ppid=32149 vsize=10551156 memory=139726250215040 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32159/stat : 32159 (java) S 32149 32152 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104394634 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021032012144 140021535099522 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32160] ppid=32149 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32160/stat : 32160 (java) S 32149 32152 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104394634 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021030958112 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32161] ppid=32149 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32161/stat : 32161 (java) S 32149 32152 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104394634 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021029905264 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32162] ppid=32149 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32162/stat : 32162 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104394637 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021028853584 140021535106971 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32163] ppid=32149 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32163/stat : 32163 (java) S 32149 32152 12395 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 104394637 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021027801968 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32164] ppid=32149 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32164/stat : 32164 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394637 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021026749168 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32165] ppid=32149 vsize=10551156 memory=139726250215040 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32165/stat : 32165 (java) S 32149 32152 12395 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 104394637 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021025696368 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32166] ppid=32149 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32166/stat : 32166 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104394637 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021024643808 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32167] ppid=32149 vsize=10551156 memory=139726250215040 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32167/stat : 32167 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394645 10804383744 5892 18446744073709551615 4194304 4196468 140722297582592 140021023591088 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23568 KiB

[startup+0.310799 s]*
/proc/loadavg: 2.53 2.34 2.14 3/216 32167
/proc/meminfo: memFree=29240564/32770624 swapFree=67108860/67108860
[pid=32152] ppid=32149 vsize=10551156 memory=36012 CPUtime=0.23 cores=0,2,4,6
/proc/32152/stat : 32152 (java) S 32149 32152 12395 0 -1 1077944320 8265 0 0 0 20 3 0 0 20 0 15 0 104394625 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140722297565136 140021535088375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
/proc/32152/statm: 2637789 9003 2864 1 0 2627261 0
[pid=32152/tid=32154] ppid=32149 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/32152/task/32154/stat : 32154 (java) R 32149 32152 12395 0 -1 4202560 5911 0 0 0 13 2 0 0 20 0 15 0 104394631 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021539304608 140021519168862 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32155] ppid=32149 vsize=10551156 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32155/stat : 32155 (java) S 32149 32152 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104394632 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021145820304 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32156] ppid=32149 vsize=10551156 memory=8514726395715218844 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32156/stat : 32156 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394632 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021144767504 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32157] ppid=32149 vsize=10551156 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32157/stat : 32157 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394632 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021143714704 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32158] ppid=32149 vsize=10551156 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32158/stat : 32158 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394632 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021142661904 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32159] ppid=32149 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32159/stat : 32159 (java) S 32149 32152 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104394634 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021032012144 140021535099522 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32160] ppid=32149 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32160/stat : 32160 (java) S 32149 32152 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104394634 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021030958112 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32161] ppid=32149 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32161/stat : 32161 (java) S 32149 32152 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104394634 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021029905264 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32162] ppid=32149 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32162/stat : 32162 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104394637 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021028853584 140021535106971 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32163] ppid=32149 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32152/task/32163/stat : 32163 (java) S 32149 32152 12395 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 104394637 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021027801968 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32164] ppid=32149 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32152/task/32164/stat : 32164 (java) S 32149 32152 12395 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 15 0 104394637 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021026749168 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32165] ppid=32149 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/32152/task/32165/stat : 32165 (java) S 32149 32152 12395 0 -1 1077944384 405 0 0 0 3 0 0 0 20 0 15 0 104394637 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021025696368 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32166] ppid=32149 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32166/stat : 32166 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104394637 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021024643808 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32167] ppid=32149 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32167/stat : 32167 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394645 10804383744 9003 18446744073709551615 4194304 4196468 140722297582592 140021023591088 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36012 KiB

[startup+0.700811 s]
/proc/loadavg: 2.53 2.34 2.14 5/216 32167
/proc/meminfo: memFree=29221356/32770624 swapFree=67108860/67108860
[pid=32152] ppid=32149 vsize=10551232 memory=76976 CPUtime=1.37 cores=0,2,4,6
/proc/32152/stat : 32152 (java) S 32149 32152 12395 0 -1 1077944320 13018 0 0 0 132 5 0 0 20 0 15 0 104394625 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140722297565136 140021535088375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
/proc/32152/statm: 2637808 19244 3055 1 0 2627261 0
[pid=32152/tid=32154] ppid=32149 vsize=10551232 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/32152/task/32154/stat : 32154 (java) R 32149 32152 12395 0 -1 4202560 7434 0 0 0 50 3 0 0 20 0 15 0 104394631 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021539320528 140021178828176 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32155] ppid=32149 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32155/stat : 32155 (java) S 32149 32152 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104394632 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021145820304 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32156] ppid=32149 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32156/stat : 32156 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394632 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021144767504 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32157] ppid=32149 vsize=10551232 memory=13 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32157/stat : 32157 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394632 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021143714704 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32158] ppid=32149 vsize=10551232 memory=2 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32158/stat : 32158 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394632 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021142661904 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32159] ppid=32149 vsize=10551232 memory=8320808402719682870 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32159/stat : 32159 (java) S 32149 32152 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104394634 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021032012144 140021535099522 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32160] ppid=32149 vsize=10551232 memory=7079767815503434600 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32160/stat : 32160 (java) S 32149 32152 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104394634 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021030958112 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32161] ppid=32149 vsize=10551232 memory=6440526044203406950 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32161/stat : 32161 (java) S 32149 32152 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104394634 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021029905264 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32162] ppid=32149 vsize=10551232 memory=6940152923233595434 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32162/stat : 32162 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104394637 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021028853584 140021535106971 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32163] ppid=32149 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/32152/task/32163/stat : 32163 (java) R 32149 32152 12395 0 -1 4202560 1543 0 0 0 25 0 0 0 20 0 15 0 104394637 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021027784128 140021527377829 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32164] ppid=32149 vsize=10551232 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/32152/task/32164/stat : 32164 (java) R 32149 32152 12395 0 -1 4202560 970 0 0 0 27 0 0 0 20 0 15 0 104394637 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021026731680 140021516633035 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32165] ppid=32149 vsize=10551232 memory=4132 CPUtime=0.29 cores=0,2,4,6
/proc/32152/task/32165/stat : 32165 (java) S 32149 32152 12395 0 -1 1077944384 1701 0 0 0 29 0 0 0 20 0 15 0 104394637 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021025696368 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32166] ppid=32149 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32166/stat : 32166 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104394637 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021024643808 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32167] ppid=32149 vsize=10551232 memory=3690331853329538096 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32167/stat : 32167 (java) S 32149 32152 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104394645 10804461568 19244 18446744073709551615 4194304 4196468 140722297582592 140021023591088 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 76976 KiB

[startup+1.50083 s]
/proc/loadavg: 2.53 2.34 2.14 5/216 32167
/proc/meminfo: memFree=29035368/32770624 swapFree=67108860/67108860
[pid=32152] ppid=32149 vsize=10551232 memory=721840 CPUtime=3.31 cores=0,2,4,6
/proc/32152/stat : 32152 (java) S 32149 32152 12395 0 -1 1077944320 16139 0 0 0 290 41 0 0 20 0 15 0 104394625 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140722297565136 140021535088375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
/proc/32152/statm: 2637808 180460 3091 1 0 2627261 0
[pid=32152/tid=32154] ppid=32149 vsize=10551232 memory=279452181478784 CPUtime=1.11 cores=0,2,4,6
/proc/32152/task/32154/stat : 32154 (java) R 32149 32152 12395 0 -1 4202560 7960 0 0 0 101 10 0 0 20 0 15 0 104394631 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021539325280 140021521156494 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32155] ppid=32149 vsize=10551232 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/32152/task/32155/stat : 32155 (java) S 32149 32152 12395 0 -1 1077944384 513 0 0 0 14 7 0 0 20 0 15 0 104394632 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021145820304 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32156] ppid=32149 vsize=10551232 memory=288230583166042426 CPUtime=0.2 cores=0,2,4,6
/proc/32152/task/32156/stat : 32156 (java) S 32149 32152 12395 0 -1 1077944384 186 0 0 0 13 7 0 0 20 0 15 0 104394632 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021144767504 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32157] ppid=32149 vsize=10551232 memory=14695184197749125 CPUtime=0.21 cores=0,2,4,6
/proc/32152/task/32157/stat : 32157 (java) S 32149 32152 12395 0 -1 1077944384 461 0 0 0 14 7 0 0 20 0 15 0 104394632 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021143714704 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32158] ppid=32149 vsize=10551232 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/32152/task/32158/stat : 32158 (java) S 32149 32152 12395 0 -1 1077944384 299 0 0 0 14 7 0 0 20 0 15 0 104394632 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021142661904 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32159] ppid=32149 vsize=10551232 memory=279452181406656 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32159/stat : 32159 (java) S 32149 32152 12395 0 -1 1077944384 487 0 0 0 0 0 0 0 20 0 15 0 104394634 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021032012144 140021535099522 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32160] ppid=32149 vsize=10551232 memory=139726090809008 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32160/stat : 32160 (java) S 32149 32152 12395 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 104394634 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021030958112 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32161] ppid=32149 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32161/stat : 32161 (java) S 32149 32152 12395 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 104394634 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021029905264 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32162] ppid=32149 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32162/stat : 32162 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104394637 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021028853584 140021535106971 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32163] ppid=32149 vsize=10551232 memory=6944656575208382560 CPUtime=0.48 cores=0,2,4,6
/proc/32152/task/32163/stat : 32163 (java) S 32149 32152 12395 0 -1 1077944384 1770 0 0 0 48 0 0 0 20 0 15 0 104394637 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021027801968 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32164] ppid=32149 vsize=10551232 memory=6944656592387989600 CPUtime=0.48 cores=0,2,4,6
/proc/32152/task/32164/stat : 32164 (java) S 32149 32152 12395 0 -1 1077944384 1327 0 0 0 48 0 0 0 20 0 15 0 104394637 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021026749168 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32165] ppid=32149 vsize=10551232 memory=6944656592387989600 CPUtime=0.36 cores=0,2,4,6
/proc/32152/task/32165/stat : 32165 (java) S 32149 32152 12395 0 -1 1077944384 1774 0 0 0 35 1 0 0 20 0 15 0 104394637 10804461568 180460 18446744073709551615 4194304 4196468 140722297582592 140021025696368 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0

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

/proc/32152/task/32158/stat : 32158 (java) R 32149 32152 12395 0 -1 4202560 702290 0 0 0 42990 226 0 0 20 0 17 0 104394632 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021142662104 140021520078077 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32159] ppid=32149 vsize=10684360 memory=51288 CPUtime=19.71 cores=0,2,4,6
/proc/32152/task/32159/stat : 32159 (java) S 32149 32152 12395 0 -1 1077944384 117219 0 0 0 1965 6 0 0 20 0 17 0 104394634 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021032010688 140021535098581 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32160] ppid=32149 vsize=10684360 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32160/stat : 32160 (java) S 32149 32152 12395 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 104394634 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021030958176 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32161] ppid=32149 vsize=10684360 memory=18468 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32161/stat : 32161 (java) S 32149 32152 12395 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 104394634 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021029905280 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32162] ppid=32149 vsize=10684360 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32162/stat : 32162 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104394637 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021028853584 140021535106971 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32163] ppid=32149 vsize=10684360 memory=-8774313645642428999 CPUtime=0.79 cores=0,2,4,6
/proc/32152/task/32163/stat : 32163 (java) S 32149 32152 12395 0 -1 1077944384 5256 0 0 0 78 1 0 0 20 0 17 0 104394637 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021027802016 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32164] ppid=32149 vsize=10684360 memory=956 CPUtime=0.72 cores=0,2,4,6
/proc/32152/task/32164/stat : 32164 (java) S 32149 32152 12395 0 -1 1077944384 3249 0 0 0 72 0 0 0 20 0 17 0 104394637 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021026749216 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32165] ppid=32149 vsize=10684360 memory=4612 CPUtime=0.38 cores=0,2,4,6
/proc/32152/task/32165/stat : 32165 (java) S 32149 32152 12395 0 -1 1077944384 2231 0 0 0 37 1 0 0 20 0 17 0 104394637 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021025696128 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32166] ppid=32149 vsize=10684360 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32166/stat : 32166 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104394637 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021024643808 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32167] ppid=32149 vsize=10684360 memory=9024 CPUtime=0.44 cores=0,2,4,6
/proc/32152/task/32167/stat : 32167 (java) S 32149 32152 12395 0 -1 1077944384 712 0 0 0 25 19 0 0 20 0 17 0 104394645 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021023591088 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32217] ppid=32149 vsize=10684360 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32217/stat : 32217 (java) S 32149 32152 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 104487988 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021022534960 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32218] ppid=32149 vsize=10684360 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32218/stat : 32218 (java) S 32149 32152 12395 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 104487988 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021021482272 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
Current children cumulated CPU time: 2251.25 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8273940 KiB

[startup+963.201 s]
/proc/loadavg: 4.57 4.11 3.09 6/217 32219
/proc/meminfo: memFree=19273196/32770624 swapFree=67108860/67108860
[pid=32152] ppid=32149 vsize=10684360 memory=8273940 CPUtime=2263.62 cores=0,2,4,6
/proc/32152/stat : 32152 (java) S 32149 32152 12395 0 -1 1077944320 2771988 0 0 0 225410 952 0 0 20 0 17 0 104394625 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140722297565136 140021535088375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
/proc/32152/statm: 2671090 2068485 3120 1 0 2660543 0
[pid=32152/tid=32154] ppid=32149 vsize=10684360 memory=-8774313645642428999 CPUtime=498.88 cores=0,2,4,6
/proc/32152/task/32154/stat : 32154 (java) S 32149 32152 12395 0 -1 1077944384 65524 0 0 0 49832 56 0 0 20 0 17 0 104394631 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021539329056 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32155] ppid=32149 vsize=10684360 memory=8273940 CPUtime=437.6 cores=0,2,4,6
/proc/32152/task/32155/stat : 32155 (java) R 32149 32152 12395 0 -1 4202560 789761 0 0 0 43553 207 0 0 20 0 17 0 104394632 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021145820112 140021527716583 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32156] ppid=32149 vsize=10684360 memory=-8774313645642428999 CPUtime=434.78 cores=0,2,4,6
/proc/32152/task/32156/stat : 32156 (java) R 32149 32152 12395 0 -1 4202560 662514 0 0 0 43257 221 0 0 20 0 17 0 104394632 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021144767624 140021527716583 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32157] ppid=32149 vsize=10684360 memory=-7003737579269690708 CPUtime=434.87 cores=0,2,4,6
/proc/32152/task/32157/stat : 32157 (java) R 32149 32152 12395 0 -1 4202560 421078 0 0 0 43267 220 0 0 20 0 17 0 104394632 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021143714512 140021527716583 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32158] ppid=32149 vsize=10684360 memory=-8774313645642428999 CPUtime=435.35 cores=0,2,4,6
/proc/32152/task/32158/stat : 32158 (java) R 32149 32152 12395 0 -1 4202560 702882 0 0 0 43309 226 0 0 20 0 17 0 104394632 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021142662104 140021520084928 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32159] ppid=32149 vsize=10684360 memory=2240 CPUtime=19.71 cores=0,2,4,6
/proc/32152/task/32159/stat : 32159 (java) S 32149 32152 12395 0 -1 1077944384 117219 0 0 0 1965 6 0 0 20 0 17 0 104394634 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021032010688 140021535098581 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32160] ppid=32149 vsize=10684360 memory=4296 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32160/stat : 32160 (java) S 32149 32152 12395 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 104394634 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021030958176 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32161] ppid=32149 vsize=10684360 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32161/stat : 32161 (java) S 32149 32152 12395 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 104394634 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021029905280 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32162] ppid=32149 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32162/stat : 32162 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104394637 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021028853584 140021535106971 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32163] ppid=32149 vsize=10684360 memory=15880 CPUtime=0.79 cores=0,2,4,6
/proc/32152/task/32163/stat : 32163 (java) S 32149 32152 12395 0 -1 1077944384 5256 0 0 0 78 1 0 0 20 0 17 0 104394637 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021027802016 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32164] ppid=32149 vsize=10684360 memory=4048 CPUtime=0.72 cores=0,2,4,6
/proc/32152/task/32164/stat : 32164 (java) S 32149 32152 12395 0 -1 1077944384 3249 0 0 0 72 0 0 0 20 0 17 0 104394637 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021026749216 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32165] ppid=32149 vsize=10684360 memory=29728 CPUtime=0.38 cores=0,2,4,6
/proc/32152/task/32165/stat : 32165 (java) S 32149 32152 12395 0 -1 1077944384 2231 0 0 0 37 1 0 0 20 0 17 0 104394637 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021025696128 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32166] ppid=32149 vsize=10684360 memory=1992 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32166/stat : 32166 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104394637 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021024643808 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32167] ppid=32149 vsize=10684360 memory=12132 CPUtime=0.44 cores=0,2,4,6
/proc/32152/task/32167/stat : 32167 (java) S 32149 32152 12395 0 -1 1077944384 712 0 0 0 25 19 0 0 20 0 17 0 104394645 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021023591088 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32217] ppid=32149 vsize=10684360 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32217/stat : 32217 (java) S 32149 32152 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 104487988 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021022534960 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32218] ppid=32149 vsize=10684360 memory=5784 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32218/stat : 32218 (java) S 32149 32152 12395 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 104487988 10940784640 2068485 18446744073709551615 4194304 4196468 140722297582592 140021021482272 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
Current children cumulated CPU time: 2263.62 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8273940 KiB

[startup+964.801 s]
/proc/loadavg: 4.57 4.11 3.09 6/217 32220
/proc/meminfo: memFree=19272932/32770624 swapFree=67108860/67108860
[pid=32152] ppid=32149 vsize=10684360 memory=8273972 CPUtime=2268.64 cores=0,2,4,6
/proc/32152/stat : 32152 (java) S 32149 32152 12395 0 -1 1077944320 2772138 0 0 0 225910 954 0 0 20 0 17 0 104394625 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140722297565136 140021535088375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
/proc/32152/statm: 2671090 2068493 3120 1 0 2660543 0
[pid=32152/tid=32154] ppid=32149 vsize=10684360 memory=8273940 CPUtime=498.88 cores=0,2,4,6
/proc/32152/task/32154/stat : 32154 (java) S 32149 32152 12395 0 -1 1077944384 65524 0 0 0 49832 56 0 0 20 0 17 0 104394631 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021539329056 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32155] ppid=32149 vsize=10684360 memory=4048 CPUtime=438.74 cores=0,2,4,6
/proc/32152/task/32155/stat : 32155 (java) S 32149 32152 12395 0 -1 1077944384 789761 0 0 0 43667 207 0 0 20 0 17 0 104394632 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021145820304 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32156] ppid=32149 vsize=10684360 memory=8273940 CPUtime=435.91 cores=0,2,4,6
/proc/32152/task/32156/stat : 32156 (java) S 32149 32152 12395 0 -1 1077944384 662514 0 0 0 43370 221 0 0 20 0 17 0 104394632 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021144767504 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32157] ppid=32149 vsize=10684360 memory=-8774313645642428999 CPUtime=436.01 cores=0,2,4,6
/proc/32152/task/32157/stat : 32157 (java) S 32149 32152 12395 0 -1 1077944384 421078 0 0 0 43381 220 0 0 20 0 17 0 104394632 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021143714704 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32158] ppid=32149 vsize=10684360 memory=4060 CPUtime=436.54 cores=0,2,4,6
/proc/32152/task/32158/stat : 32158 (java) S 32149 32152 12395 0 -1 1077944384 702882 0 0 0 43428 226 0 0 20 0 17 0 104394632 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021142661904 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32159] ppid=32149 vsize=10684360 memory=2752 CPUtime=20.12 cores=0,2,4,6
/proc/32152/task/32159/stat : 32159 (java) R 32149 32152 12395 0 -1 4202560 117369 0 0 0 2006 6 0 0 20 0 17 0 104394634 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021032010576 140021519545969 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32160] ppid=32149 vsize=10684360 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32160/stat : 32160 (java) S 32149 32152 12395 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 104394634 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021030958176 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32161] ppid=32149 vsize=10684360 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32161/stat : 32161 (java) S 32149 32152 12395 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 104394634 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021029905280 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32162] ppid=32149 vsize=10684360 memory=2752 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32162/stat : 32162 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104394637 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021028853584 140021535106971 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32163] ppid=32149 vsize=10684360 memory=2428 CPUtime=0.79 cores=0,2,4,6
/proc/32152/task/32163/stat : 32163 (java) S 32149 32152 12395 0 -1 1077944384 5256 0 0 0 78 1 0 0 20 0 17 0 104394637 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021027802016 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32164] ppid=32149 vsize=10684360 memory=1152 CPUtime=0.72 cores=0,2,4,6
/proc/32152/task/32164/stat : 32164 (java) S 32149 32152 12395 0 -1 1077944384 3249 0 0 0 72 0 0 0 20 0 17 0 104394637 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021026749216 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32165] ppid=32149 vsize=10684360 memory=3112 CPUtime=0.38 cores=0,2,4,6
/proc/32152/task/32165/stat : 32165 (java) S 32149 32152 12395 0 -1 1077944384 2231 0 0 0 37 1 0 0 20 0 17 0 104394637 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021025696128 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32166] ppid=32149 vsize=10684360 memory=8273940 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32166/stat : 32166 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104394637 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021024643808 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32167] ppid=32149 vsize=10684360 memory=9024 CPUtime=0.44 cores=0,2,4,6
/proc/32152/task/32167/stat : 32167 (java) S 32149 32152 12395 0 -1 1077944384 712 0 0 0 25 19 0 0 20 0 17 0 104394645 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021023591088 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32217] ppid=32149 vsize=10684360 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32217/stat : 32217 (java) S 32149 32152 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 104487988 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021022534960 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32218] ppid=32149 vsize=10684360 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32218/stat : 32218 (java) S 32149 32152 12395 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 104487988 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021021482272 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
Current children cumulated CPU time: 2268.64 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8273972 KiB

[startup+965.201 s]
/proc/loadavg: 4.57 4.11 3.09 3/217 32220
/proc/meminfo: memFree=19272932/32770624 swapFree=67108860/67108860
[pid=32152] ppid=32149 vsize=10684360 memory=8273972 CPUtime=2269.04 cores=0,2,4,6
/proc/32152/stat : 32152 (java) S 32149 32152 12395 0 -1 1077944320 2772175 0 0 0 225950 954 0 0 20 0 17 0 104394625 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140722297565136 140021535088375 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
/proc/32152/statm: 2671090 2068493 3120 1 0 2660543 0
[pid=32152/tid=32154] ppid=32149 vsize=10684360 memory=-8774313645642428999 CPUtime=498.88 cores=0,2,4,6
/proc/32152/task/32154/stat : 32154 (java) S 32149 32152 12395 0 -1 1077944384 65524 0 0 0 49832 56 0 0 20 0 17 0 104394631 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021539329056 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32155] ppid=32149 vsize=10684360 memory=4296 CPUtime=438.74 cores=0,2,4,6
/proc/32152/task/32155/stat : 32155 (java) S 32149 32152 12395 0 -1 1077944384 789761 0 0 0 43667 207 0 0 20 0 17 0 104394632 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021145820304 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32156] ppid=32149 vsize=10684360 memory=1608 CPUtime=435.91 cores=0,2,4,6
/proc/32152/task/32156/stat : 32156 (java) S 32149 32152 12395 0 -1 1077944384 662514 0 0 0 43370 221 0 0 20 0 17 0 104394632 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021144767504 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32157] ppid=32149 vsize=10684360 memory=928 CPUtime=436.01 cores=0,2,4,6
/proc/32152/task/32157/stat : 32157 (java) S 32149 32152 12395 0 -1 1077944384 421078 0 0 0 43381 220 0 0 20 0 17 0 104394632 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021143714704 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32158] ppid=32149 vsize=10684360 memory=2160 CPUtime=436.54 cores=0,2,4,6
/proc/32152/task/32158/stat : 32158 (java) S 32149 32152 12395 0 -1 1077944384 702882 0 0 0 43428 226 0 0 20 0 17 0 104394632 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021142661904 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32159] ppid=32149 vsize=10684360 memory=840 CPUtime=20.52 cores=0,2,4,6
/proc/32152/task/32159/stat : 32159 (java) R 32149 32152 12395 0 -1 4202560 117406 0 0 0 2046 6 0 0 20 0 17 0 104394634 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021032010576 140021520084720 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32160] ppid=32149 vsize=10684360 memory=302022848351043610 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32160/stat : 32160 (java) S 32149 32152 12395 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 104394634 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021030958176 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32161] ppid=32149 vsize=10684360 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32161/stat : 32161 (java) S 32149 32152 12395 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 104394634 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021029905280 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32162] ppid=32149 vsize=10684360 memory=14695184197749125 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32162/stat : 32162 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104394637 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021028853584 140021535106971 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32163] ppid=32149 vsize=10684360 memory=4060 CPUtime=0.79 cores=0,2,4,6
/proc/32152/task/32163/stat : 32163 (java) S 32149 32152 12395 0 -1 1077944384 5256 0 0 0 78 1 0 0 20 0 17 0 104394637 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021027802016 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32164] ppid=32149 vsize=10684360 memory=2752 CPUtime=0.72 cores=0,2,4,6
/proc/32152/task/32164/stat : 32164 (java) S 32149 32152 12395 0 -1 1077944384 3249 0 0 0 72 0 0 0 20 0 17 0 104394637 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021026749216 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32165] ppid=32149 vsize=10684360 memory=2428 CPUtime=0.38 cores=0,2,4,6
/proc/32152/task/32165/stat : 32165 (java) S 32149 32152 12395 0 -1 1077944384 2231 0 0 0 37 1 0 0 20 0 17 0 104394637 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021025696128 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32166] ppid=32149 vsize=10684360 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32166/stat : 32166 (java) S 32149 32152 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104394637 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021024643808 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32167] ppid=32149 vsize=10684360 memory=3160 CPUtime=0.44 cores=0,2,4,6
/proc/32152/task/32167/stat : 32167 (java) S 32149 32152 12395 0 -1 1077944384 712 0 0 0 25 19 0 0 20 0 17 0 104394645 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021023591088 140021535099522 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32217] ppid=32149 vsize=10684360 memory=3533892 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32217/stat : 32217 (java) S 32149 32152 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 17 0 104487988 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021022534960 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
[pid=32152/tid=32218] ppid=32149 vsize=10684360 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/32152/task/32218/stat : 32218 (java) S 32149 32152 12395 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 104487988 10940784640 2068493 18446744073709551615 4194304 4196468 140722297582592 140021021482272 140021535098581 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17965056 140722297586064 140722297586217 140722297586217 140722297589711 0
Current children cumulated CPU time: 2269.04 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8273972 KiB

[startup+965.401 s]*
/proc/loadavg: 4.57 4.11 3.09 3/202 32220
/proc/meminfo: memFree=26298836/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 965.412
CPU time (s): 2269.27
CPU user time (s): 2259.64
CPU system time (s): 9.62929
CPU usage (%): 235.057
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8273972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2259.64
system time used= 9.62929
maximum resident set size= 8274060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2772342
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51841
involuntary context switches= 19356


# summary of solver processes directly reported to runsolver:
#   pid: 32152
#   total CPU time (s): 2269.27
#   total CPU user time (s): 2259.64
#   total CPU system time (s): 9.62929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.98844 second user time and 8.11856 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 13:33:20
IDJOB=4263273
IDBENCH=125565
IDSOLVER=2651
FILE ID=node135/4263273-1502624833
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 7198b26315477549e19a49cdd0865ba2
RANDOM SEED=1598935156

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29265216 kB
MemAvailable:   30158096 kB
Buffers:          311528 kB
Cached:           879500 kB
SwapCached:            0 kB
Active:          2504720 kB
Inactive:         554668 kB
Active(anon):    1869136 kB
Inactive(anon):    41324 kB
Active(file):     635584 kB
Inactive(file):   513344 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2272 kB
Writeback:             8 kB
AnonPages:       1868084 kB
Mapped:            66560 kB
Shmem:             41656 kB
Slab:             147208 kB
SReclaimable:     119572 kB
SUnreclaim:        27636 kB
KernelStack:        3552 kB
PageTables:         8872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4034272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1679360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 13:49:25