Trace number 4263269

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? 506.931 290.27499

General information on the benchmark

NameDeBruijnSequence/DeBruijnSequence-m1-s1/
DeBruijnSequence-02-09.xml
MD5SUM51af40833062bacbe569ad61b7e4d8a4
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 benchmark3.17786
Satisfiable
(Un)Satisfiability was proved
Number of variables5122
Number of constraints4611
Number of domains3
Minimum domain size2
Maximum domain size513
Distribution of domain sizes[{"size":2,"count":4608},{"size":512,"count":512},{"size":513,"count":2}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":512},{"degree":3,"count":4608}]
Minimum constraint arity2
Maximum constraint arity514
Distribution of constraint arities[{"arity":2,"count":4096},{"arity":10,"count":512},{"arity":512,"count":2},{"arity":514,"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":512},{"type":"cardinality","count":1},{"type":"minimum","count":1}]
Optimization problemNO
Type of objective

Solver Data

506.75/290.00	Aug 13, 2017 1:38:19 PM org.sat4j.reader.XMLCSP3Reader parseInstance
506.75/290.00	INFO: Runtime exception
506.75/290.00	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
506.75/290.00		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
506.75/290.00		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:578)
506.75/290.00		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:481)
506.75/290.00		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
506.75/290.00		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
506.75/290.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
506.75/290.00		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
506.75/290.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
506.75/290.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
506.75/290.00		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
506.75/290.00		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
506.75/290.00		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
506.75/290.00		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
506.75/290.00		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
506.75/290.00		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
506.75/290.00		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
506.75/290.00	Caused by: java.lang.reflect.InvocationTargetException
506.75/290.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
506.75/290.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
506.75/290.00		at java.lang.reflect.Method.invoke(Method.java:498)
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
506.75/290.00		... 18 more
506.75/290.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
506.75/290.00		... 22 more
506.75/290.00	Caused by: java.lang.reflect.InvocationTargetException
506.75/290.00		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
506.75/290.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
506.75/290.00		at java.lang.reflect.Method.invoke(Method.java:498)
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
506.75/290.00		... 22 more
506.75/290.00	Caused by: java.lang.OutOfMemoryError: Java heap space
506.75/290.00		at org.sat4j.core.Vec.ensure(Vec.java:176)
506.75/290.00		at org.sat4j.core.Vec.push(Vec.java:183)
506.75/290.00		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1967)
506.75/290.00		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
506.75/290.00		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
506.75/290.00		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
506.75/290.00		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
506.75/290.00		at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
506.75/290.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
506.75/290.00		at java.lang.reflect.Method.invoke(Method.java:498)
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
506.75/290.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
506.75/290.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
506.75/290.00		at java.lang.reflect.Method.invoke(Method.java:498)
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
506.75/290.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
506.75/290.00		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
506.75/290.00		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:578)
506.75/290.00		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:481)
506.75/290.00		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
506.75/290.00		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
506.75/290.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
506.75/290.00		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
506.75/290.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
506.75/290.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
506.75/290.00		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
506.75/290.00		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
506.75/290.00		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
506.75/290.00		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
506.75/290.00	
506.86/290.20	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
506.86/290.20	c This is free software under the dual EPL/GNU LGPL licenses.
506.86/290.20	c See www.sat4j.org for details.
506.86/290.20	c That software uses the Rhino library from the Mozilla project.
506.86/290.20	c version CUSTOM.v20170705
506.86/290.20	c java.runtime.name	Java(TM) SE Runtime Environment
506.86/290.20	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
506.86/290.20	c java.vm.version	25.131-b11
506.86/290.20	c java.vm.vendor	Oracle Corporation
506.86/290.20	c sun.arch.data.model	64
506.86/290.20	c java.version		1.8.0_131
506.86/290.20	c os.name		Linux
506.86/290.20	c os.version		3.10.0-514.16.1.el7.x86_64
506.86/290.20	c os.arch		amd64
506.86/290.20	c Free memory 		499604488
506.86/290.20	c Max memory 		7247757312
506.86/290.20	c Total memory 		504889344
506.86/290.20	c Number of processors 	4
506.86/290.20	c c --- Begin Solver configuration ---
506.86/290.20	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
506.86/290.20	c Learn all clauses as in MiniSAT
506.86/290.20	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
506.86/290.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
506.86/290.21	c No reason simplification
506.86/290.21	c Glucose 2.1 dynamic restart strategy
506.86/290.21	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
506.86/290.21	c timeout=2147483s
506.86/290.21	c DB Simplification allowed=false
506.86/290.21	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
506.86/290.21	c --- End Solver configuration ---
506.86/290.21	c starts		: 0
506.86/290.21	c conflicts		: 0
506.86/290.21	c decisions		: 0
506.86/290.21	c propagations		: 0
506.86/290.21	c inspects		: 0
506.86/290.21	c shortcuts		: 0
506.86/290.21	c learnt literals	: 0
506.86/290.21	c learnt binary clauses	: 0
506.86/290.21	c learnt ternary clauses	: 0
506.86/290.21	c learnt constraints	: 0
506.86/290.21	c ignored constraints	: 0
506.86/290.21	c root simplifications	: 0
506.86/290.21	c removed literals (reason simplification)	: 0
506.86/290.21	c reason swapping (by a shorter reason)	: 0
506.86/290.21	c Calls to reduceDB	: 0
506.86/290.21	c Number of update (reduction) of LBD	: 0
506.86/290.21	c Imported unit clauses	: 0
506.86/290.21	c number of reductions to clauses (during analyze)	: 0
506.86/290.21	c number of learned constraints concerned by reduction	: 0
506.86/290.21	c number of learning phase by resolution	: 0
506.86/290.21	c number of learning phase by cutting planes	: 0
506.86/290.21	c number of rounding to 1 operations	: 0
506.86/290.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
506.86/290.21	c number of reductions of the coefficients by power 2 	: 0
506.86/290.21	c number of right shift for reduction by power 2 	: 0
506.86/290.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
506.86/290.21	c speed (assignments/second)	: 0.0
506.86/290.21	c non guided choices	0
506.86/290.21	c learnt constraints type 
506.86/290.21	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 (15325 MiB free)
  memory of node 1: 16384 MiB (15634 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263269-1502624867/watcher-4263269-1502624867 -o /tmp/evaluation-result-4263269-1502624867/solver-4263269-1502624867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263269-1502624867.xml 

running on 4 cores: 1,3,5,7

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=5207, runsolver pid=5204

[startup+0.102999 s]*
/proc/loadavg: 1.50 1.88 1.93 4/218 5247
/proc/meminfo: memFree=31667756/32770624 swapFree=67108860/67108860
[pid=5207] ppid=5204 vsize=10555400 memory=29920 CPUtime=0.13 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 30973 0 -1 1077944320 6555 0 0 0 11 2 0 0 20 0 15 0 95574985 10808729600 7480 33554432000 4194304 4196468 140724553601552 140724553584096 140477024681719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
/proc/5207/statm: 2638850 7480 2819 1 0 2627263 0
[pid=5207/tid=5209] ppid=5204 vsize=10555400 memory=-7387007932599496084 CPUtime=0.09 cores=1,3,5,7
/proc/5207/task/5209/stat : 5209 (java) R 5204 5207 30973 0 -1 4202560 4386 0 0 0 8 1 0 0 20 0 15 0 95574985 10808729600 7480 33554432000 4194304 4196468 140724553601552 140477028904304 140477005326386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5210] ppid=5204 vsize=10555400 memory=4211973426188852618 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574986 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476977301776 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5211] ppid=5204 vsize=10555400 memory=139699984062080 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574986 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476976249232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5212] ppid=5204 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574986 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476975196688 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5213] ppid=5204 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574986 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476974144144 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5218] ppid=5204 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574987 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476584385008 140477024692866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5220] ppid=5204 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574988 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476583331232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5221] ppid=5204 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574988 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476582278640 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5233] ppid=5204 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5233/stat : 5233 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476581227216 140477024700315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5234] ppid=5204 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5234/stat : 5234 (java) S 5204 5207 30973 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476580173808 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5235] ppid=5204 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5235/stat : 5235 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476579121264 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5236] ppid=5204 vsize=10555400 memory=139699984062080 CPUtime=0.02 cores=1,3,5,7
/proc/5207/task/5236/stat : 5236 (java) R 5204 5207 30973 0 -1 4202560 380 0 0 0 2 0 0 0 20 0 15 0 95574990 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476578068720 140477024693654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5237] ppid=5204 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5237/stat : 5237 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476577016416 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5238] ppid=5204 vsize=10555400 memory=139699984062080 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5238/stat : 5238 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 7480 33554432000 4194304 4196468 140724553601552 140476575963952 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29920 KiB

[startup+0.210628 s]*
/proc/loadavg: 1.50 1.88 1.93 4/218 5247
/proc/meminfo: memFree=31647192/32770624 swapFree=67108860/67108860
[pid=5207] ppid=5204 vsize=10555400 memory=39596 CPUtime=0.29 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 30973 0 -1 1077944320 7970 0 0 0 27 2 0 0 20 0 15 0 95574985 10808729600 9899 33554432000 4194304 4196468 140724553601552 140724553584096 140477024681719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
/proc/5207/statm: 2638850 9899 2959 1 0 2627263 0
[pid=5207/tid=5209] ppid=5204 vsize=10555400 memory=-7387007932599496084 CPUtime=0.19 cores=1,3,5,7
/proc/5207/task/5209/stat : 5209 (java) R 5204 5207 30973 0 -1 4202560 4996 0 0 0 18 1 0 0 20 0 15 0 95574985 10808729600 9899 33554432000 4194304 4196468 140724553601552 140477028919584 140477024703645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5210] ppid=5204 vsize=10555400 memory=4211973426188852618 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574986 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476977301776 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5211] ppid=5204 vsize=10555400 memory=139699984062080 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574986 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476976249232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5212] ppid=5204 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574986 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476975196688 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5213] ppid=5204 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574986 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476974144144 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5218] ppid=5204 vsize=10555400 memory=139699984062080 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574987 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476584385008 140477024692866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5220] ppid=5204 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574988 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476583331232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5221] ppid=5204 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574988 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476582278640 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5233] ppid=5204 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5233/stat : 5233 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476581227216 140477024700315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5234] ppid=5204 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5207/task/5234/stat : 5234 (java) R 5204 5207 30973 0 -1 1077944384 599 0 0 0 1 0 0 0 20 0 15 0 95574990 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476580163600 140477024691925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5235] ppid=5204 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5207/task/5235/stat : 5235 (java) R 5204 5207 30973 0 -1 4202560 190 0 0 0 1 0 0 0 20 0 15 0 95574990 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476579111376 140477016918846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5236] ppid=5204 vsize=10555400 memory=139699984062080 CPUtime=0.06 cores=1,3,5,7
/proc/5207/task/5236/stat : 5236 (java) R 5204 5207 30973 0 -1 4202560 848 0 0 0 6 0 0 0 20 0 15 0 95574990 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476578068848 140477008992233 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5237] ppid=5204 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5237/stat : 5237 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476577016416 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5238] ppid=5204 vsize=10555400 memory=139699984062080 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5238/stat : 5238 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808729600 9899 33554432000 4194304 4196468 140724553601552 140476575963952 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39596 KiB

[startup+0.310808 s]*
/proc/loadavg: 1.50 1.88 1.93 9/218 5247
/proc/meminfo: memFree=31621640/32770624 swapFree=67108860/67108860
[pid=5207] ppid=5204 vsize=10555476 memory=52436 CPUtime=0.64 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 30973 0 -1 1077944320 10336 0 0 0 61 3 0 0 20 0 15 0 95574985 10808807424 13109 33554432000 4194304 4196468 140724553601552 140724553584096 140477024681719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
/proc/5207/statm: 2638869 13109 3051 1 0 2627263 0
[pid=5207/tid=5209] ppid=5204 vsize=10555476 memory=7229519104092164432 CPUtime=0.29 cores=1,3,5,7
/proc/5207/task/5209/stat : 5209 (java) S 5204 5207 30973 0 -1 1077944384 5522 0 0 0 27 2 0 0 20 0 15 0 95574985 10808807424 13109 33554432000 4194304 4196468 140724553601552 140477028913744 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5210] ppid=5204 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574986 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476977301776 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5211] ppid=5204 vsize=10555476 memory=139699984113184 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574986 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476976249232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5212] ppid=5204 vsize=10555476 memory=53476 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574986 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476975196688 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5213] ppid=5204 vsize=10555476 memory=55780 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95574986 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476974144144 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5218] ppid=5204 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95574987 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476584385008 140477024692866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5220] ppid=5204 vsize=10555476 memory=139699851199951 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95574988 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476583331232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5221] ppid=5204 vsize=10555476 memory=279399702413712 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574988 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476582278640 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5233] ppid=5204 vsize=10555476 memory=279399702402192 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5233/stat : 5233 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476581227216 140477024700315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5234] ppid=5204 vsize=10555476 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5207/task/5234/stat : 5234 (java) R 5204 5207 30973 0 -1 4202560 1079 0 0 0 9 0 0 0 20 0 15 0 95574990 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476580164912 140477008167731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5235] ppid=5204 vsize=10555476 memory=2240 CPUtime=0.11 cores=1,3,5,7
/proc/5207/task/5235/stat : 5235 (java) S 5204 5207 30973 0 -1 1077944384 982 0 0 0 11 0 0 0 20 0 15 0 95574990 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476579121264 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5236] ppid=5204 vsize=10555476 memory=139699984062080 CPUtime=0.12 cores=1,3,5,7
/proc/5207/task/5236/stat : 5236 (java) R 5204 5207 30973 0 -1 1077944384 1413 0 0 0 12 0 0 0 20 0 15 0 95574990 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476578068816 140477024691925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5237] ppid=5204 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5237/stat : 5237 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476577016416 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5238] ppid=5204 vsize=10555476 memory=139699984062080 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5238/stat : 5238 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 13109 33554432000 4194304 4196468 140724553601552 140476575963952 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 52436 KiB

[startup+0.70781 s]
/proc/loadavg: 1.50 1.88 1.93 9/218 5247
/proc/meminfo: memFree=31584908/32770624 swapFree=67108860/67108860
[pid=5207] ppid=5204 vsize=10555476 memory=200820 CPUtime=1.89 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 30973 0 -1 1077944320 12259 0 0 0 180 9 0 0 20 0 15 0 95574985 10808807424 50205 33554432000 4194304 4196468 140724553601552 140724553584096 140477024681719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
/proc/5207/statm: 2638869 50205 3106 1 0 2627263 0
[pid=5207/tid=5209] ppid=5204 vsize=10555476 memory=1196 CPUtime=0.65 cores=1,3,5,7
/proc/5207/task/5209/stat : 5209 (java) R 5204 5207 30973 0 -1 4202560 5867 0 0 0 61 4 0 0 20 0 15 0 95574985 10808807424 50205 33554432000 4194304 4196468 140724553601552 140477028918632 140476656969169 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5210] ppid=5204 vsize=10555476 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 30973 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 95574986 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476977301776 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5211] ppid=5204 vsize=10555476 memory=1228 CPUtime=0.01 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 30973 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 95574986 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476976249232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5212] ppid=5204 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 30973 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95574986 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476975196688 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5213] ppid=5204 vsize=10555476 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 30973 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 95574986 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476974144144 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5218] ppid=5204 vsize=10555476 memory=7013350845083767918 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 30973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 95574987 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476584385008 140477024692866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5220] ppid=5204 vsize=10555476 memory=6154282490091891024 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 30973 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95574988 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476583331232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5221] ppid=5204 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95574988 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476582278640 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5233] ppid=5204 vsize=10555476 memory=20356 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5233/stat : 5233 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476581227216 140477024700315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5234] ppid=5204 vsize=10555476 memory=2336 CPUtime=0.4 cores=1,3,5,7
/proc/5207/task/5234/stat : 5234 (java) R 5204 5207 30973 0 -1 4202560 1798 0 0 0 40 0 0 0 20 0 15 0 95574990 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476580159832 140477009796911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5235] ppid=5204 vsize=10555476 memory=1724 CPUtime=0.41 cores=1,3,5,7
/proc/5207/task/5235/stat : 5235 (java) R 5204 5207 30973 0 -1 4202560 1073 0 0 0 41 0 0 0 20 0 15 0 95574990 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476579111616 140477007895242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5236] ppid=5204 vsize=10555476 memory=1012 CPUtime=0.32 cores=1,3,5,7
/proc/5207/task/5236/stat : 5236 (java) S 5204 5207 30973 0 -1 1077944384 1988 0 0 0 32 0 0 0 20 0 15 0 95574990 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476578068720 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5237] ppid=5204 vsize=10555476 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5237/stat : 5237 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476577016416 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5238] ppid=5204 vsize=10555476 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5238/stat : 5238 (java) S 5204 5207 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 50205 33554432000 4194304 4196468 140724553601552 140476575963952 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 200820 KiB

[startup+1.50083 s]
/proc/loadavg: 1.50 1.88 1.93 6/218 5247
/proc/meminfo: memFree=30854620/32770624 swapFree=67108860/67108860
[pid=5207] ppid=5204 vsize=10555476 memory=1172676 CPUtime=3.34 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 30973 0 -1 1077944320 15220 0 0 0 295 39 0 0 20 0 15 0 95574985 10808807424 293169 33554432000 4194304 4196468 140724553601552 140724553584096 140477024681719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
/proc/5207/statm: 2638869 293169 3119 1 0 2627263 0
[pid=5207/tid=5209] ppid=5204 vsize=10555476 memory=820300 CPUtime=1.27 cores=1,3,5,7
/proc/5207/task/5209/stat : 5209 (java) R 5204 5207 30973 0 -1 4202560 6789 0 0 0 112 15 0 0 20 0 15 0 95574985 10808807424 293169 33554432000 4194304 4196468 140724553601552 140477028917320 140477010749844 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5210] ppid=5204 vsize=10555476 memory=1724 CPUtime=0.17 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 30973 0 -1 1077944384 267 0 0 0 12 5 0 0 20 0 15 0 95574986 10808807424 293169 33554432000 4194304 4196468 140724553601552 140476977301776 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5211] ppid=5204 vsize=10555476 memory=1012 CPUtime=0.17 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 30973 0 -1 1077944384 270 0 0 0 12 5 0 0 20 0 15 0 95574986 10808807424 293169 33554432000 4194304 4196468 140724553601552 140476976249232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5212] ppid=5204 vsize=10555476 memory=279399702417760 CPUtime=0.15 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 30973 0 -1 1077944384 243 0 0 0 11 4 0 0 20 0 15 0 95574986 10808807424 293169 33554432000 4194304 4196468 140724553601552 140476975196688 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5213] ppid=5204 vsize=10555476 memory=279399702661632 CPUtime=0.16 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 30973 0 -1 1077944384 185 0 0 0 11 5 0 0 20 0 15 0 95574986 10808807424 293169 33554432000 4194304 4196468 140724553601552 140476974144144 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5218] ppid=5204 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 30973 0 -1 1077944384 985 0 0 0 0 0 0 0 20 0 15 0 95574987 10808807424 293169 33554432000 4194304 4196468 140724553601552 140476584385008 140477024692866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0

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

Current children cumulated CPU time: 488.93 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8312324 KiB

[startup+288.001 s]*
/proc/loadavg: 3.39 2.43 2.12 6/216 5251
/proc/meminfo: memFree=17140560/32770624 swapFree=67108860/67108860
[pid=5207] ppid=5204 vsize=10555476 memory=8312324 CPUtime=501.35 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 30973 0 -1 1077944320 1147425 0 0 0 49583 552 0 0 20 0 15 0 95574985 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140724553584096 140477024681719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
/proc/5207/statm: 2638869 2078081 3146 1 0 2627263 0
[pid=5207/tid=5209] ppid=5204 vsize=10555476 memory=644 CPUtime=198.21 cores=1,3,5,7
/proc/5207/task/5209/stat : 5209 (java) S 5204 5207 30973 0 -1 1077944384 69649 0 0 0 19779 42 0 0 20 0 15 0 95574985 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140477028918688 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5210] ppid=5204 vsize=10555476 memory=1788 CPUtime=70.26 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) R 5204 5207 30973 0 -1 4202560 197755 0 0 0 6902 124 0 0 20 0 15 0 95574986 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476977301584 140477017309927 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5211] ppid=5204 vsize=10555476 memory=-7003737579269690708 CPUtime=70.75 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) R 5204 5207 30973 0 -1 4202560 327587 0 0 0 6930 145 0 0 20 0 15 0 95574986 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476976249040 140477017309927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5212] ppid=5204 vsize=10555476 memory=1716 CPUtime=70.74 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) R 5204 5207 30973 0 -1 4202560 251758 0 0 0 6963 111 0 0 20 0 15 0 95574986 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476975196576 140477017778188 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5213] ppid=5204 vsize=10555476 memory=5792 CPUtime=70.5 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) R 5204 5207 30973 0 -1 4202560 246777 0 0 0 6933 117 0 0 20 0 15 0 95574986 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476974143952 140477008064752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5218] ppid=5204 vsize=10555476 memory=4616 CPUtime=18.08 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 30973 0 -1 1077944384 38207 0 0 0 1805 3 0 0 20 0 15 0 95574987 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476584383568 140477024691925 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5220] ppid=5204 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 95574988 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476583331296 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5221] ppid=5204 vsize=10555476 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 30973 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95574988 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476582278640 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5233] ppid=5204 vsize=10555476 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5233/stat : 5233 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476581227216 140477024700315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5234] ppid=5204 vsize=10555476 memory=8312324 CPUtime=1.19 cores=1,3,5,7
/proc/5207/task/5234/stat : 5234 (java) S 5204 5207 30973 0 -1 1077944384 7221 0 0 0 117 2 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476580173568 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5235] ppid=5204 vsize=10555476 memory=8312324 CPUtime=0.98 cores=1,3,5,7
/proc/5207/task/5235/stat : 5235 (java) S 5204 5207 30973 0 -1 1077944384 3046 0 0 0 98 0 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476579121312 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5236] ppid=5204 vsize=10555476 memory=1296 CPUtime=0.42 cores=1,3,5,7
/proc/5207/task/5236/stat : 5236 (java) S 5204 5207 30973 0 -1 1077944384 3232 0 0 0 42 0 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476578068768 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5237] ppid=5204 vsize=10555476 memory=644 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5237/stat : 5237 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476577016416 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5238] ppid=5204 vsize=10555476 memory=1788 CPUtime=0.11 cores=1,3,5,7
/proc/5207/task/5238/stat : 5238 (java) S 5204 5207 30973 0 -1 1077944384 778 0 0 0 5 6 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476575963952 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
Current children cumulated CPU time: 501.35 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8312324 KiB

[startup+289.601 s]
/proc/loadavg: 3.39 2.43 2.12 6/216 5251
/proc/meminfo: memFree=17140560/32770624 swapFree=67108860/67108860
[pid=5207] ppid=5204 vsize=10555476 memory=8312324 CPUtime=506.45 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 30973 0 -1 1077944320 1147798 0 0 0 50092 553 0 0 20 0 15 0 95574985 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140724553584096 140477024681719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
/proc/5207/statm: 2638869 2078081 3146 1 0 2627263 0
[pid=5207/tid=5209] ppid=5204 vsize=10555476 memory=6764 CPUtime=198.21 cores=1,3,5,7
/proc/5207/task/5209/stat : 5209 (java) S 5204 5207 30973 0 -1 1077944384 69649 0 0 0 19779 42 0 0 20 0 15 0 95574985 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140477028918688 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5210] ppid=5204 vsize=10555476 memory=840 CPUtime=71.44 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 30973 0 -1 1077944384 197755 0 0 0 7019 125 0 0 20 0 15 0 95574986 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476977301776 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5211] ppid=5204 vsize=10555476 memory=4096 CPUtime=71.92 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 30973 0 -1 1077944384 327587 0 0 0 7047 145 0 0 20 0 15 0 95574986 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476976249232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5212] ppid=5204 vsize=10555476 memory=8112282956445269571 CPUtime=71.94 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 30973 0 -1 1077944384 252131 0 0 0 7083 111 0 0 20 0 15 0 95574986 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476975196688 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5213] ppid=5204 vsize=10555476 memory=15876 CPUtime=71.67 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 30973 0 -1 1077944384 246777 0 0 0 7049 118 0 0 20 0 15 0 95574986 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476974144144 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5218] ppid=5204 vsize=10555476 memory=18476 CPUtime=18.45 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) R 5204 5207 30973 0 -1 4202560 38207 0 0 0 1842 3 0 0 20 0 15 0 95574987 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476584383568 140477009139339 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5220] ppid=5204 vsize=10555476 memory=15556 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 30973 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 95574988 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476583331296 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5221] ppid=5204 vsize=10555476 memory=8312324 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 30973 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95574988 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476582278640 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5233] ppid=5204 vsize=10555476 memory=27572 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5233/stat : 5233 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476581227216 140477024700315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5234] ppid=5204 vsize=10555476 memory=1296 CPUtime=1.19 cores=1,3,5,7
/proc/5207/task/5234/stat : 5234 (java) S 5204 5207 30973 0 -1 1077944384 7221 0 0 0 117 2 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476580173568 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5235] ppid=5204 vsize=10555476 memory=2336 CPUtime=0.98 cores=1,3,5,7
/proc/5207/task/5235/stat : 5235 (java) S 5204 5207 30973 0 -1 1077944384 3046 0 0 0 98 0 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476579121312 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5236] ppid=5204 vsize=10555476 memory=1724 CPUtime=0.42 cores=1,3,5,7
/proc/5207/task/5236/stat : 5236 (java) S 5204 5207 30973 0 -1 1077944384 3232 0 0 0 42 0 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476578068768 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5237] ppid=5204 vsize=10555476 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5237/stat : 5237 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476577016416 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5238] ppid=5204 vsize=10555476 memory=27572 CPUtime=0.12 cores=1,3,5,7
/proc/5207/task/5238/stat : 5238 (java) S 5204 5207 30973 0 -1 1077944384 778 0 0 0 5 7 0 0 20 0 15 0 95574990 10808807424 2078081 33554432000 4194304 4196468 140724553601552 140476575963952 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
Current children cumulated CPU time: 506.45 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8312324 KiB

[startup+290.001 s]*
/proc/loadavg: 3.39 2.43 2.12 3/216 5251
/proc/meminfo: memFree=17138328/32770624 swapFree=67108860/67108860
[pid=5207] ppid=5204 vsize=10557676 memory=8313196 CPUtime=506.85 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 30973 0 -1 1077944320 1148342 0 4 0 50132 553 0 0 20 0 15 0 95574985 10811060224 2078299 33554432000 4194304 4196468 140724553601552 140724553584096 140477024681719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
/proc/5207/statm: 2639419 2078299 3188 1 0 2627775 0
[pid=5207/tid=5209] ppid=5204 vsize=10690804 memory=6935054825532540783 CPUtime=198.23 cores=1,3,5,7
/proc/5207/task/5209/stat : 5209 (java) S 5204 5207 30973 0 -1 1077944384 70014 0 4 0 19781 42 0 0 20 0 16 0 95574985 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140477028922400 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5210] ppid=5204 vsize=10690804 memory=-7003737579269690708 CPUtime=71.44 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 30973 0 -1 1077944384 197755 0 0 0 7019 125 0 0 20 0 16 0 95574986 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476977301776 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5211] ppid=5204 vsize=10690804 memory=1296 CPUtime=71.92 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 30973 0 -1 1077944384 327587 0 0 0 7047 145 0 0 20 0 16 0 95574986 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476976249232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5212] ppid=5204 vsize=10690804 memory=2336 CPUtime=71.94 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 30973 0 -1 1077944384 252131 0 0 0 7083 111 0 0 20 0 16 0 95574986 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476975196688 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5213] ppid=5204 vsize=10690804 memory=1724 CPUtime=71.67 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 30973 0 -1 1077944384 246777 0 0 0 7049 118 0 0 20 0 16 0 95574986 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476974144144 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5218] ppid=5204 vsize=10690804 memory=1012 CPUtime=18.81 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 30973 0 -1 1077944384 38312 0 0 0 1878 3 0 0 20 0 16 0 95574987 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476584385008 140477024692866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5220] ppid=5204 vsize=10690804 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 30973 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 95574988 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476583331296 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5221] ppid=5204 vsize=10690804 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 30973 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95574988 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476582278640 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5233] ppid=5204 vsize=10690804 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5233/stat : 5233 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476581227216 140477024700315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5234] ppid=5204 vsize=10690804 memory=792 CPUtime=1.21 cores=1,3,5,7
/proc/5207/task/5234/stat : 5234 (java) S 5204 5207 30973 0 -1 1077944384 7244 0 0 0 119 2 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476580173808 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5235] ppid=5204 vsize=10690804 memory=1420 CPUtime=0.99 cores=1,3,5,7
/proc/5207/task/5235/stat : 5235 (java) S 5204 5207 30973 0 -1 1077944384 3076 0 0 0 99 0 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476579121264 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5236] ppid=5204 vsize=10690804 memory=13040 CPUtime=0.43 cores=1,3,5,7
/proc/5207/task/5236/stat : 5236 (java) S 5204 5207 30973 0 -1 1077944384 3257 0 0 0 43 0 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476578068720 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5237] ppid=5204 vsize=10690804 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5237/stat : 5237 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476577016416 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5238] ppid=5204 vsize=10690804 memory=1196 CPUtime=0.12 cores=1,3,5,7
/proc/5207/task/5238/stat : 5238 (java) S 5204 5207 30973 0 -1 1077944384 778 0 0 0 5 7 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476575963952 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5252] ppid=5204 vsize=10690804 memory=7594304180255679570 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5252/stat : 5252 (java) S 5204 5207 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95603986 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476572812816 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
Current children cumulated CPU time: 506.85 s
Current children cumulated vsize: 10557676 KiB
Current children cumulated memory: 8313196 KiB

[startup+290.201 s]
/proc/loadavg: 3.39 2.43 2.12 3/216 5251
/proc/meminfo: memFree=17138328/32770624 swapFree=67108860/67108860
[pid=5207] ppid=5204 vsize=10690804 memory=8313256 CPUtime=506.86 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 30973 0 -1 1077944320 1148395 0 4 0 50133 553 0 0 20 0 16 0 95574985 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140724553584096 140477024681719 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
/proc/5207/statm: 2672701 2078314 3190 1 0 2661057 0
[pid=5207/tid=5209] ppid=5204 vsize=10690804 memory=15815612299479151 CPUtime=198.23 cores=1,3,5,7
/proc/5207/task/5209/stat : 5209 (java) S 5204 5207 30973 0 -1 1077944384 70014 0 4 0 19781 42 0 0 20 0 16 0 95574985 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140477028922400 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5210] ppid=5204 vsize=10690804 memory=-7003737579269690708 CPUtime=71.44 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 30973 0 -1 1077944384 197755 0 0 0 7019 125 0 0 20 0 16 0 95574986 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476977301776 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5211] ppid=5204 vsize=10690804 memory=1724 CPUtime=71.92 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 30973 0 -1 1077944384 327587 0 0 0 7047 145 0 0 20 0 16 0 95574986 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476976249232 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5212] ppid=5204 vsize=10690804 memory=1012 CPUtime=71.94 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 30973 0 -1 1077944384 252131 0 0 0 7083 111 0 0 20 0 16 0 95574986 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476975196688 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5213] ppid=5204 vsize=10690804 memory=1716 CPUtime=71.67 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 30973 0 -1 1077944384 246777 0 0 0 7049 118 0 0 20 0 16 0 95574986 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476974144144 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5218] ppid=5204 vsize=10690804 memory=5792 CPUtime=18.81 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 30973 0 -1 1077944384 38312 0 0 0 1878 3 0 0 20 0 16 0 95574987 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476584385008 140477024692866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5220] ppid=5204 vsize=10690804 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 30973 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 95574988 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476583331296 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5221] ppid=5204 vsize=10690804 memory=792 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 30973 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95574988 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476582278640 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5233] ppid=5204 vsize=10690804 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5233/stat : 5233 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476581227216 140477024700315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5234] ppid=5204 vsize=10690804 memory=13040 CPUtime=1.21 cores=1,3,5,7
/proc/5207/task/5234/stat : 5234 (java) S 5204 5207 30973 0 -1 1077944384 7244 0 0 0 119 2 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476580173808 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5235] ppid=5204 vsize=10690804 memory=1944 CPUtime=0.99 cores=1,3,5,7
/proc/5207/task/5235/stat : 5235 (java) S 5204 5207 30973 0 -1 1077944384 3076 0 0 0 99 0 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476579121264 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5236] ppid=5204 vsize=10690804 memory=1196 CPUtime=0.43 cores=1,3,5,7
/proc/5207/task/5236/stat : 5236 (java) S 5204 5207 30973 0 -1 1077944384 3257 0 0 0 43 0 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476578068720 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5237] ppid=5204 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5237/stat : 5237 (java) S 5204 5207 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476577016416 140477024691925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5238] ppid=5204 vsize=10690804 memory=6946632449411868736 CPUtime=0.12 cores=1,3,5,7
/proc/5207/task/5238/stat : 5238 (java) S 5204 5207 30973 0 -1 1077944384 778 0 0 0 5 7 0 0 20 0 16 0 95574990 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476575963952 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
[pid=5207/tid=5252] ppid=5204 vsize=10690804 memory=6947475693243163757 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5252/stat : 5252 (java) S 5204 5207 30973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95603986 10947383296 2078314 33554432000 4194304 4196468 140724553601552 140476572812816 140477024692866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23343104 140724553606278 140724553606431 140724553606431 140724553609167 0
Current children cumulated CPU time: 506.86 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8313256 KiB

Child status: 0
Real time (s): 290.275
CPU time (s): 506.931
CPU user time (s): 501.33
CPU system time (s): 5.601
CPU usage (%): 174.639
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8313256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 501.33
system time used= 5.601
maximum resident set size= 8313500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1148456
page faults= 4
swaps= 0
block input operations= 5920
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13459
involuntary context switches= 3374


# summary of solver processes directly reported to runsolver:
#   pid: 5207
#   total CPU time (s): 506.931
#   total CPU user time (s): 501.33
#   total CPU system time (s): 5.601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34301 second user time and 3.216 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 13:33:29
IDJOB=4263269
IDBENCH=125570
IDSOLVER=2651
FILE ID=node103/4263269-1502624867
RUNJOBID= node103-1502624009-5188
PBS_JOBID= 20628296
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/DeBruijnSequence/DeBruijnSequence-m1-s1/DeBruijnSequence-02-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263269-1502624867/watcher-4263269-1502624867 -o /tmp/evaluation-result-4263269-1502624867/solver-4263269-1502624867 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263269-1502624867.xml

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

MD5SUM BENCH= 51af40833062bacbe569ad61b7e4d8a4
RANDOM SEED=1937714578

node103.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.56
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.56
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.56
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.56
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:        31703476 kB
MemAvailable:   31997904 kB
Buffers:           95444 kB
Cached:           493736 kB
SwapCached:            0 kB
Active:           496632 kB
Inactive:         146544 kB
Active(anon):       3296 kB
Inactive(anon):    78640 kB
Active(file):     493336 kB
Inactive(file):    67904 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1812 kB
Writeback:             4 kB
AnonPages:         60468 kB
Mapped:            43440 kB
Shmem:             25228 kB
Slab:             124016 kB
SReclaimable:      98044 kB
SUnreclaim:        25972 kB
KernelStack:        3264 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61792 MiB
End job on node103 at 2017-08-13 13:38:20