Trace number 4262941

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1199.47 339.811

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-28-a4.xml
MD5SUM67703e3ced133509b42bcbc9f355bd8f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark920
Best CPU time to get the best result obtained on this benchmark2520.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints67979
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":28}]
Minimum variable degree9478
Maximum variable degree9479
Distribution of variable degrees[{"degree":9478,"count":26},{"degree":9479,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":6552},{"arity":4,"count":61425},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints67978
Distribution of constraint types[{"type":"intension","count":67978},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1199.34/339.56	Aug 13, 2017 1:53:11 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1199.34/339.56	INFO: Runtime exception
1199.34/339.56	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1199.34/339.56		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1199.34/339.56		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1199.34/339.56		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1199.34/339.56		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1199.34/339.56		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1199.34/339.56		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1199.34/339.56		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1199.34/339.56		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1199.34/339.56		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1199.34/339.56		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1199.34/339.56		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1199.34/339.56		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1199.34/339.56		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1199.34/339.56		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1199.34/339.56		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1199.34/339.56		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1199.34/339.56		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1199.34/339.56		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1199.34/339.56		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1199.34/339.56	Caused by: java.lang.reflect.InvocationTargetException
1199.34/339.56		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1199.34/339.56		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1199.34/339.56		at java.lang.reflect.Method.invoke(Method.java:498)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1199.34/339.56		... 21 more
1199.34/339.56	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1199.34/339.56		... 25 more
1199.34/339.56	Caused by: java.lang.reflect.InvocationTargetException
1199.34/339.56		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1199.34/339.56		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1199.34/339.56		at java.lang.reflect.Method.invoke(Method.java:498)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1199.34/339.56		... 26 more
1199.34/339.56	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1199.34/339.56		... 30 more
1199.34/339.56	Caused by: java.lang.reflect.InvocationTargetException
1199.34/339.56		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1199.34/339.56		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1199.34/339.56		at java.lang.reflect.Method.invoke(Method.java:498)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1199.34/339.56		... 30 more
1199.34/339.56	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1199.34/339.56		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1199.34/339.56		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1199.34/339.56		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1199.34/339.56		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1199.34/339.56		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1199.34/339.56		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1199.34/339.56		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1199.34/339.56		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1199.34/339.56		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1199.34/339.56		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorDist(TseitinBasedIntensionCtrEncoder.java:294)
1199.34/339.56		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1199.34/339.56		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1199.34/339.56		at java.lang.reflect.Method.invoke(Method.java:498)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1199.34/339.56		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1199.34/339.56		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1199.34/339.56		at java.lang.reflect.Method.invoke(Method.java:498)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1199.34/339.56		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1199.34/339.56		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1199.34/339.56		at java.lang.reflect.Method.invoke(Method.java:498)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1199.34/339.56		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1199.34/339.56		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1199.34/339.56		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1199.34/339.56		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1199.34/339.56		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1199.34/339.56		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1199.34/339.56	
1199.42/339.76	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1199.42/339.76	c This is free software under the dual EPL/GNU LGPL licenses.
1199.42/339.76	c See www.sat4j.org for details.
1199.42/339.76	c That software uses the Rhino library from the Mozilla project.
1199.42/339.76	c version CUSTOM.v20170705
1199.42/339.76	c java.runtime.name	Java(TM) SE Runtime Environment
1199.42/339.76	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1199.42/339.76	c java.vm.version	25.131-b11
1199.42/339.76	c java.vm.vendor	Oracle Corporation
1199.42/339.76	c sun.arch.data.model	64
1199.42/339.76	c java.version		1.8.0_131
1199.42/339.76	c os.name		Linux
1199.42/339.76	c os.version		3.10.0-514.16.1.el7.x86_64
1199.42/339.76	c os.arch		amd64
1199.42/339.76	c Free memory 		499604488
1199.42/339.76	c Max memory 		7247757312
1199.42/339.76	c Total memory 		504889344
1199.42/339.76	c Number of processors 	4
1199.42/339.76	c c --- Begin Solver configuration ---
1199.42/339.76	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1199.42/339.76	c Learn all clauses as in MiniSAT
1199.42/339.76	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1199.42/339.76	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1199.42/339.77	c No reason simplification
1199.42/339.77	c Glucose 2.1 dynamic restart strategy
1199.42/339.77	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
1199.42/339.77	c timeout=2147483s
1199.42/339.77	c DB Simplification allowed=false
1199.42/339.77	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1199.42/339.77	c --- End Solver configuration ---
1199.42/339.77	c starts		: 0
1199.42/339.77	c conflicts		: 0
1199.42/339.77	c decisions		: 0
1199.42/339.77	c propagations		: 0
1199.42/339.77	c inspects		: 0
1199.42/339.77	c shortcuts		: 0
1199.42/339.77	c learnt literals	: 0
1199.42/339.77	c learnt binary clauses	: 0
1199.42/339.77	c learnt ternary clauses	: 0
1199.42/339.77	c learnt constraints	: 0
1199.42/339.77	c ignored constraints	: 0
1199.42/339.77	c root simplifications	: 0
1199.42/339.77	c removed literals (reason simplification)	: 0
1199.42/339.77	c reason swapping (by a shorter reason)	: 0
1199.42/339.77	c Calls to reduceDB	: 0
1199.42/339.77	c Number of update (reduction) of LBD	: 0
1199.42/339.77	c Imported unit clauses	: 0
1199.42/339.77	c number of reductions to clauses (during analyze)	: 0
1199.42/339.77	c number of learned constraints concerned by reduction	: 0
1199.42/339.77	c number of learning phase by resolution	: 0
1199.42/339.77	c number of learning phase by cutting planes	: 0
1199.42/339.77	c number of rounding to 1 operations	: 0
1199.42/339.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1199.42/339.77	c number of reductions of the coefficients by power 2 	: 0
1199.42/339.77	c number of right shift for reduction by power 2 	: 0
1199.42/339.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
1199.42/339.77	c speed (assignments/second)	: 0.0
1199.42/339.77	c non guided choices	0
1199.42/339.77	c learnt constraints type 
1199.42/339.77	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 (5173 MiB free)
  memory of node 1: 16384 MiB (15003 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262941-1502625710/watcher-4262941-1502625710 -o /tmp/evaluation-result-4262941-1502625710/solver-4262941-1502625710 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262941-1502625710.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=2575, runsolver pid=2572

[startup+0.100107 s]*
/proc/loadavg: 7.94 5.90 4.66 7/215 2590
/proc/meminfo: memFree=20643216/32770624 swapFree=67108860/67108860
[pid=2575] ppid=2572 vsize=10555400 memory=30272 CPUtime=0.13 cores=1,3,5,7
/proc/2575/stat : 2575 (java) S 2572 2575 31095 0 -1 1077944320 6631 0 0 0 11 2 0 0 20 0 15 0 95658889 10808729600 7568 33554432000 4194304 4196468 140734317752368 140734317734912 139929363218167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
/proc/2575/statm: 2638850 7568 2810 1 0 2627263 0
[pid=2575/tid=2577] ppid=2572 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2575/task/2577/stat : 2577 (java) R 2572 2575 31095 0 -1 4202560 4478 0 0 0 8 1 0 0 20 0 15 0 95658889 10808729600 7568 33554432000 4194304 4196468 140734317752368 139929367439296 139929363230102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2578] ppid=2572 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2578/stat : 2578 (java) S 2572 2575 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 7568 33554432000 4194304 4196468 140734317752368 139929299908880 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2579] ppid=2572 vsize=10555400 memory=140575039415936 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2579/stat : 2579 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 7568 33554432000 4194304 4196468 140734317752368 139929298856336 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2580] ppid=2572 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2580/stat : 2580 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 7568 33554432000 4194304 4196468 140734317752368 139929297803792 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2581] ppid=2572 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2581/stat : 2581 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 7568 33554432000 4194304 4196468 140734317752368 139928966916752 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2582] ppid=2572 vsize=10555400 memory=140575039415936 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2582/stat : 2582 (java) S 2572 2575 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95658891 10808729600 7568 33554432000 4194304 4196468 140734317752368 139928532703728 139929363229314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2583] ppid=2572 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2583/stat : 2583 (java) S 2572 2575 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95658892 10808729600 7568 33554432000 4194304 4196468 140734317752368 139928531649952 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2584] ppid=2572 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2584/stat : 2584 (java) S 2572 2575 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95658892 10808729600 7568 33554432000 4194304 4196468 140734317752368 139928530597360 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2585] ppid=2572 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2585/stat : 2585 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658894 10808729600 7568 33554432000 4194304 4196468 140734317752368 139928529545936 139929363236763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2586] ppid=2572 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2586/stat : 2586 (java) S 2572 2575 31095 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 95658894 10808729600 7568 33554432000 4194304 4196468 140734317752368 139928528492528 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2587] ppid=2572 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2587/stat : 2587 (java) S 2572 2575 31095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95658894 10808729600 7568 33554432000 4194304 4196468 140734317752368 139928527439984 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2588] ppid=2572 vsize=10555400 memory=140575039415936 CPUtime=0.02 cores=1,3,5,7
/proc/2575/task/2588/stat : 2588 (java) S 2572 2575 31095 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 95658895 10808729600 7568 33554432000 4194304 4196468 140734317752368 139928526387440 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2589] ppid=2572 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2589/stat : 2589 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658895 10808729600 7568 33554432000 4194304 4196468 140734317752368 139928525335136 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2590] ppid=2572 vsize=10555400 memory=140575039415936 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2590/stat : 2590 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658895 10808729600 7568 33554432000 4194304 4196468 140734317752368 139928524282672 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30272 KiB

[startup+0.213265 s]*
/proc/loadavg: 7.94 5.90 4.66 9/215 2590
/proc/meminfo: memFree=20634168/32770624 swapFree=67108860/67108860
[pid=2575] ppid=2572 vsize=10555400 memory=41484 CPUtime=0.34 cores=1,3,5,7
/proc/2575/stat : 2575 (java) S 2572 2575 31095 0 -1 1077944320 8020 0 0 0 32 2 0 0 20 0 15 0 95658889 10808729600 10371 33554432000 4194304 4196468 140734317752368 140734317734912 139929363218167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
/proc/2575/statm: 2638850 10371 2991 1 0 2627263 0
[pid=2575/tid=2577] ppid=2572 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2575/task/2577/stat : 2577 (java) R 2572 2575 31095 0 -1 4202560 5021 0 0 0 19 1 0 0 20 0 15 0 95658889 10808729600 10371 33554432000 4194304 4196468 140734317752368 139929367448992 139928977663990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2578] ppid=2572 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2578/stat : 2578 (java) S 2572 2575 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 10371 33554432000 4194304 4196468 140734317752368 139929299908880 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2579] ppid=2572 vsize=10555400 memory=3547066350063969952 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2579/stat : 2579 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 10371 33554432000 4194304 4196468 140734317752368 139929298856336 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2580] ppid=2572 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2580/stat : 2580 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 10371 33554432000 4194304 4196468 140734317752368 139929297803792 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2581] ppid=2572 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2581/stat : 2581 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 10371 33554432000 4194304 4196468 140734317752368 139928966916752 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2582] ppid=2572 vsize=10555400 memory=140575039415936 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2582/stat : 2582 (java) S 2572 2575 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95658891 10808729600 10371 33554432000 4194304 4196468 140734317752368 139928532703728 139929363229314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2583] ppid=2572 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2583/stat : 2583 (java) S 2572 2575 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95658892 10808729600 10371 33554432000 4194304 4196468 140734317752368 139928531649952 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2584] ppid=2572 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2584/stat : 2584 (java) S 2572 2575 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95658892 10808729600 10371 33554432000 4194304 4196468 140734317752368 139928530597360 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2585] ppid=2572 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2585/stat : 2585 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658894 10808729600 10371 33554432000 4194304 4196468 140734317752368 139928529545936 139929363236763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2586] ppid=2572 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2575/task/2586/stat : 2586 (java) R 2572 2575 31095 0 -1 4202560 607 0 0 0 2 0 0 0 20 0 15 0 95658894 10808729600 10371 33554432000 4194304 4196468 140734317752368 139928528492528 139929341209723 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2587] ppid=2572 vsize=10555400 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/2575/task/2587/stat : 2587 (java) R 2572 2575 31095 0 -1 4202560 256 0 0 0 3 0 0 0 20 0 15 0 95658894 10808729600 10371 33554432000 4194304 4196468 140734317752368 139928527431632 139929347463534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2588] ppid=2572 vsize=10555400 memory=140575039415936 CPUtime=0.07 cores=1,3,5,7
/proc/2575/task/2588/stat : 2588 (java) R 2572 2575 31095 0 -1 4202560 787 0 0 0 7 0 0 0 20 0 15 0 95658895 10808729600 10371 33554432000 4194304 4196468 140734317752368 139928526383200 139929342156476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2589] ppid=2572 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2589/stat : 2589 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658895 10808729600 10371 33554432000 4194304 4196468 140734317752368 139928525335136 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2590] ppid=2572 vsize=10555400 memory=140575039415936 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2590/stat : 2590 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658895 10808729600 10371 33554432000 4194304 4196468 140734317752368 139928524282672 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41484 KiB

[startup+0.310879 s]*
/proc/loadavg: 7.94 5.90 4.66 9/215 2590
/proc/meminfo: memFree=20614316/32770624 swapFree=67108860/67108860
[pid=2575] ppid=2572 vsize=10555400 memory=61416 CPUtime=0.65 cores=1,3,5,7
/proc/2575/stat : 2575 (java) S 2572 2575 31095 0 -1 1077944320 9812 0 0 0 63 2 0 0 20 0 15 0 95658889 10808729600 15354 33554432000 4194304 4196468 140734317752368 140734317734912 139929363218167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
/proc/2575/statm: 2638850 15354 3030 1 0 2627263 0
[pid=2575/tid=2577] ppid=2572 vsize=10555400 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/2575/task/2577/stat : 2577 (java) R 2572 2575 31095 0 -1 4202560 5027 0 0 0 28 2 0 0 20 0 15 0 95658889 10808729600 15354 33554432000 4194304 4196468 140734317752368 139929367448688 139929363240093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2578] ppid=2572 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2578/stat : 2578 (java) S 2572 2575 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 15354 33554432000 4194304 4196468 140734317752368 139929299908880 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2579] ppid=2572 vsize=10555400 memory=140575039473952 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2579/stat : 2579 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 15354 33554432000 4194304 4196468 140734317752368 139929298856336 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2580] ppid=2572 vsize=10555400 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2580/stat : 2580 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 15354 33554432000 4194304 4196468 140734317752368 139929297803792 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2581] ppid=2572 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2581/stat : 2581 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808729600 15354 33554432000 4194304 4196468 140734317752368 139928966916752 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2582] ppid=2572 vsize=10555400 memory=140575039480864 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2582/stat : 2582 (java) S 2572 2575 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95658891 10808729600 15354 33554432000 4194304 4196468 140734317752368 139928532703728 139929363229314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2583] ppid=2572 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2583/stat : 2583 (java) S 2572 2575 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95658892 10808729600 15354 33554432000 4194304 4196468 140734317752368 139928531649952 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2584] ppid=2572 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2584/stat : 2584 (java) S 2572 2575 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95658892 10808729600 15354 33554432000 4194304 4196468 140734317752368 139928530597360 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2585] ppid=2572 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2585/stat : 2585 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658894 10808729600 15354 33554432000 4194304 4196468 140734317752368 139928529545936 139929363236763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2586] ppid=2572 vsize=10555400 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2575/task/2586/stat : 2586 (java) R 2572 2575 31095 0 -1 4202560 1249 0 0 0 12 0 0 0 20 0 15 0 95658894 10808729600 15354 33554432000 4194304 4196468 140734317752368 139928528474248 139929346704094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2587] ppid=2572 vsize=10555400 memory=140574883696143 CPUtime=0.12 cores=1,3,5,7
/proc/2575/task/2587/stat : 2587 (java) R 2572 2575 31095 0 -1 4202560 1064 0 0 0 12 0 0 0 20 0 15 0 95658894 10808729600 15354 33554432000 4194304 4196468 140734317752368 139928527426768 139929346710219 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2588] ppid=2572 vsize=10555400 memory=140575039418433 CPUtime=0.09 cores=1,3,5,7
/proc/2575/task/2588/stat : 2588 (java) S 2572 2575 31095 0 -1 1077944384 1135 0 0 0 9 0 0 0 20 0 15 0 95658895 10808729600 15354 33554432000 4194304 4196468 140734317752368 139928526387440 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2589] ppid=2572 vsize=10555400 memory=140574883700687 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2589/stat : 2589 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658895 10808729600 15354 33554432000 4194304 4196468 140734317752368 139928525335136 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2590] ppid=2572 vsize=10555400 memory=281149923133376 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2590/stat : 2590 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658895 10808729600 15354 33554432000 4194304 4196468 140734317752368 139928524282672 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 61416 KiB

[startup+0.700876 s]
/proc/loadavg: 7.94 5.90 4.66 7/215 2590
/proc/meminfo: memFree=20586516/32770624 swapFree=67108860/67108860
[pid=2575] ppid=2572 vsize=10555476 memory=134244 CPUtime=1.72 cores=1,3,5,7
/proc/2575/stat : 2575 (java) S 2572 2575 31095 0 -1 1077944320 11365 0 0 0 168 4 0 0 20 0 15 0 95658889 10808807424 33561 33554432000 4194304 4196468 140734317752368 140734317734912 139929363218167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
/proc/2575/statm: 2638869 33561 3075 1 0 2627263 0
[pid=2575/tid=2577] ppid=2572 vsize=10555476 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/2575/task/2577/stat : 2577 (java) R 2572 2575 31095 0 -1 4202560 5747 0 0 0 64 3 0 0 20 0 15 0 95658889 10808807424 33561 33554432000 4194304 4196468 140734317752368 139929367452408 139928980516200 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2578] ppid=2572 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2578/stat : 2578 (java) S 2572 2575 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95658890 10808807424 33561 33554432000 4194304 4196468 140734317752368 139929299908880 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2579] ppid=2572 vsize=10555476 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2579/stat : 2579 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808807424 33561 33554432000 4194304 4196468 140734317752368 139929298856336 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2580] ppid=2572 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2580/stat : 2580 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808807424 33561 33554432000 4194304 4196468 140734317752368 139929297803792 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2581] ppid=2572 vsize=10555476 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2581/stat : 2581 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658890 10808807424 33561 33554432000 4194304 4196468 140734317752368 139928966916752 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2582] ppid=2572 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2582/stat : 2582 (java) S 2572 2575 31095 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95658891 10808807424 33561 33554432000 4194304 4196468 140734317752368 139928532703728 139929363229314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2583] ppid=2572 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2583/stat : 2583 (java) S 2572 2575 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95658892 10808807424 33561 33554432000 4194304 4196468 140734317752368 139928531649952 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2584] ppid=2572 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2584/stat : 2584 (java) S 2572 2575 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95658892 10808807424 33561 33554432000 4194304 4196468 140734317752368 139928530597360 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2585] ppid=2572 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2585/stat : 2585 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658894 10808807424 33561 33554432000 4194304 4196468 140734317752368 139928529545936 139929363236763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2586] ppid=2572 vsize=10555476 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/2575/task/2586/stat : 2586 (java) R 2572 2575 31095 0 -1 4202560 1644 0 0 0 38 0 0 0 20 0 15 0 95658894 10808807424 33561 33554432000 4194304 4196468 140734317752368 139928528481760 139929342480548 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2587] ppid=2572 vsize=10555476 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/2575/task/2587/stat : 2587 (java) R 2572 2575 31095 0 -1 4202560 1145 0 0 0 40 0 0 0 20 0 15 0 95658894 10808807424 33561 33554432000 4194304 4196468 140734317752368 139928527415120 139929347608256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2588] ppid=2572 vsize=10555476 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/2575/task/2588/stat : 2588 (java) S 2572 2575 31095 0 -1 1077944384 1459 0 0 0 24 0 0 0 20 0 15 0 95658895 10808807424 33561 33554432000 4194304 4196468 140734317752368 139928526387440 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2589] ppid=2572 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2589/stat : 2589 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658895 10808807424 33561 33554432000 4194304 4196468 140734317752368 139928525335136 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2590] ppid=2572 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2590/stat : 2590 (java) S 2572 2575 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95658895 10808807424 33561 33554432000 4194304 4196468 140734317752368 139928524282672 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 134244 KiB

[startup+1.50078 s]
/proc/loadavg: 7.94 5.90 4.66 8/215 2590
/proc/meminfo: memFree=20433728/32770624 swapFree=67108860/67108860
[pid=2575] ppid=2572 vsize=10555476 memory=372940 CPUtime=3.96 cores=1,3,5,7
/proc/2575/stat : 2575 (java) S 2572 2575 31095 0 -1 1077944320 13049 0 0 0 381 15 0 0 20 0 15 0 95658889 10808807424 93235 33554432000 4194304 4196468 140734317752368 140734317734912 139929363218167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
/proc/2575/statm: 2638869 93235 3125 1 0 2627263 0
[pid=2575/tid=2577] ppid=2572 vsize=10555476 memory=3467832419002234177 CPUtime=1.39 cores=1,3,5,7
/proc/2575/task/2577/stat : 2577 (java) R 2572 2575 31095 0 -1 4202560 6063 0 0 0 134 5 0 0 20 0 15 0 95658889 10808807424 93235 33554432000 4194304 4196468 140734317752368 139929367446448 139928982007728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2578] ppid=2572 vsize=10555476 memory=212968 CPUtime=0.05 cores=1,3,5,7
/proc/2575/task/2578/stat : 2578 (java) S 2572 2575 31095 0 -1 1077944384 84 0 0 0 4 1 0 0 20 0 15 0 95658890 10808807424 93235 33554432000 4194304 4196468 140734317752368 139929299908880 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2579] ppid=2572 vsize=10555476 memory=2241 CPUtime=0.05 cores=1,3,5,7
/proc/2575/task/2579/stat : 2579 (java) S 2572 2575 31095 0 -1 1077944384 209 0 0 0 4 1 0 0 20 0 15 0 95658890 10808807424 93235 33554432000 4194304 4196468 140734317752368 139929298856336 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2580] ppid=2572 vsize=10555476 memory=1420 CPUtime=0.07 cores=1,3,5,7
/proc/2575/task/2580/stat : 2580 (java) S 2572 2575 31095 0 -1 1077944384 142 0 0 0 5 2 0 0 20 0 15 0 95658890 10808807424 93235 33554432000 4194304 4196468 140734317752368 139929297803792 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2581] ppid=2572 vsize=10555476 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/2575/task/2581/stat : 2581 (java) S 2572 2575 31095 0 -1 1077944384 146 0 0 0 5 2 0 0 20 0 15 0 95658890 10808807424 93235 33554432000 4194304 4196468 140734317752368 139928966916752 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2582] ppid=2572 vsize=10555476 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2582/stat : 2582 (java) S 2572 2575 31095 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 95658891 10808807424 93235 33554432000 4194304 4196468 140734317752368 139928532703728 139929363229314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0

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


[startup+336.001 s]*
/proc/loadavg: 5.43 6.35 5.29 6/217 2680
/proc/meminfo: memFree=18396092/32770624 swapFree=67108860/67108860
[pid=2575] ppid=2572 vsize=10555476 memory=8180228 CPUtime=1188.14 cores=1,3,5,7
/proc/2575/stat : 2575 (java) S 2572 2575 31095 0 -1 1077944320 373825 0 0 0 118195 619 0 0 20 0 15 0 95658889 10808807424 2045057 33554432000 4194304 4196468 140734317752368 140734317734912 139929363218167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
/proc/2575/statm: 2638869 2045057 3143 1 0 2627263 0
[pid=2575/tid=2577] ppid=2572 vsize=10555476 memory=1420 CPUtime=14.64 cores=1,3,5,7
/proc/2575/task/2577/stat : 2577 (java) S 2572 2575 31095 0 -1 1077944384 17239 0 0 0 1450 14 0 0 20 0 15 0 95658889 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139929367457168 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2578] ppid=2572 vsize=10555476 memory=8180228 CPUtime=284.05 cores=1,3,5,7
/proc/2575/task/2578/stat : 2578 (java) R 2572 2575 31095 0 -1 4202560 59118 0 0 0 28260 145 0 0 20 0 15 0 95658890 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139929299909080 139929347915806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2579] ppid=2572 vsize=10555476 memory=4126316290023845779 CPUtime=283.81 cores=1,3,5,7
/proc/2575/task/2579/stat : 2579 (java) R 2572 2575 31095 0 -1 4202560 85492 0 0 0 28236 145 0 0 20 0 15 0 95658890 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139929298856536 139929347915942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2580] ppid=2572 vsize=10555476 memory=2816 CPUtime=283.58 cores=1,3,5,7
/proc/2575/task/2580/stat : 2580 (java) R 2572 2575 31095 0 -1 4202560 49835 0 0 0 28200 158 0 0 20 0 15 0 95658890 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139929297803992 139929344814554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2581] ppid=2572 vsize=10555476 memory=2884 CPUtime=284.44 cores=1,3,5,7
/proc/2575/task/2581/stat : 2581 (java) R 2572 2575 31095 0 -1 4202560 89375 0 0 0 28297 147 0 0 20 0 15 0 95658890 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928966916640 139929348203463 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2582] ppid=2572 vsize=10555476 memory=1580 CPUtime=34.74 cores=1,3,5,7
/proc/2575/task/2582/stat : 2582 (java) S 2572 2575 31095 0 -1 1077944384 60838 0 0 0 3470 4 0 0 20 0 15 0 95658891 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928532702048 139929363228373 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2583] ppid=2572 vsize=10555476 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2583/stat : 2583 (java) S 2572 2575 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 95658892 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928531650016 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2584] ppid=2572 vsize=10555476 memory=8180228 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2584/stat : 2584 (java) S 2572 2575 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95658892 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928530597376 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2585] ppid=2572 vsize=10555476 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2585/stat : 2585 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658894 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928529545936 139929363236763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2586] ppid=2572 vsize=10555476 memory=8112282956445269571 CPUtime=1.12 cores=1,3,5,7
/proc/2575/task/2586/stat : 2586 (java) S 2572 2575 31095 0 -1 1077944384 3011 0 0 0 112 0 0 0 20 0 15 0 95658894 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928528492528 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2587] ppid=2572 vsize=10555476 memory=1008 CPUtime=1.16 cores=1,3,5,7
/proc/2575/task/2587/stat : 2587 (java) S 2572 2575 31095 0 -1 1077944384 3460 0 0 0 116 0 0 0 20 0 15 0 95658894 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928527439744 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2588] ppid=2572 vsize=10555476 memory=11008 CPUtime=0.35 cores=1,3,5,7
/proc/2575/task/2588/stat : 2588 (java) S 2572 2575 31095 0 -1 1077944384 3628 0 0 0 35 0 0 0 20 0 15 0 95658895 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928526386272 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2589] ppid=2572 vsize=10555476 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2589/stat : 2589 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658895 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928525335136 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2590] ppid=2572 vsize=10555476 memory=1420 CPUtime=0.16 cores=1,3,5,7
/proc/2575/task/2590/stat : 2590 (java) S 2572 2575 31095 0 -1 1077944384 415 0 0 0 7 9 0 0 20 0 15 0 95658895 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928524282672 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
Current children cumulated CPU time: 1188.14 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8180228 KiB

[startup+337.601 s]
/proc/loadavg: 5.43 6.35 5.29 6/217 2680
/proc/meminfo: memFree=18396092/32770624 swapFree=67108860/67108860
[pid=2575] ppid=2572 vsize=10555476 memory=8180228 CPUtime=1194.46 cores=1,3,5,7
/proc/2575/stat : 2575 (java) S 2572 2575 31095 0 -1 1077944320 373839 0 0 0 118827 619 0 0 20 0 15 0 95658889 10808807424 2045057 33554432000 4194304 4196468 140734317752368 140734317734912 139929363218167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
/proc/2575/statm: 2638869 2045057 3143 1 0 2627263 0
[pid=2575/tid=2577] ppid=2572 vsize=10555476 memory=8180228 CPUtime=14.64 cores=1,3,5,7
/proc/2575/task/2577/stat : 2577 (java) S 2572 2575 31095 0 -1 1077944384 17239 0 0 0 1450 14 0 0 20 0 15 0 95658889 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139929367457168 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2578] ppid=2572 vsize=10555476 memory=916 CPUtime=285.64 cores=1,3,5,7
/proc/2575/task/2578/stat : 2578 (java) R 2572 2575 31095 0 -1 4202560 59120 0 0 0 28419 145 0 0 20 0 15 0 95658890 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139929299908880 139929347918067 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2579] ppid=2572 vsize=10555476 memory=3832 CPUtime=285.4 cores=1,3,5,7
/proc/2575/task/2579/stat : 2579 (java) R 2572 2575 31095 0 -1 4202560 85498 0 0 0 28395 145 0 0 20 0 15 0 95658890 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139929298856536 139929356314900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2580] ppid=2572 vsize=10555476 memory=6935054825532540783 CPUtime=285.16 cores=1,3,5,7
/proc/2575/task/2580/stat : 2580 (java) R 2572 2575 31095 0 -1 4202560 49840 0 0 0 28358 158 0 0 20 0 15 0 95658890 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139929297803992 139929347919216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2581] ppid=2572 vsize=10555476 memory=4140 CPUtime=286 cores=1,3,5,7
/proc/2575/task/2581/stat : 2581 (java) R 2572 2575 31095 0 -1 4202560 89375 0 0 0 28453 147 0 0 20 0 15 0 95658890 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928966916640 139929347918019 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2582] ppid=2572 vsize=10555476 memory=27652 CPUtime=34.75 cores=1,3,5,7
/proc/2575/task/2582/stat : 2582 (java) S 2572 2575 31095 0 -1 1077944384 60838 0 0 0 3471 4 0 0 20 0 15 0 95658891 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928532702272 139929363228373 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2583] ppid=2572 vsize=10555476 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2583/stat : 2583 (java) S 2572 2575 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 95658892 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928531650016 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2584] ppid=2572 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2584/stat : 2584 (java) S 2572 2575 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95658892 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928530597376 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2585] ppid=2572 vsize=10555476 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2585/stat : 2585 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658894 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928529545936 139929363236763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2586] ppid=2572 vsize=10555476 memory=796 CPUtime=1.12 cores=1,3,5,7
/proc/2575/task/2586/stat : 2586 (java) S 2572 2575 31095 0 -1 1077944384 3011 0 0 0 112 0 0 0 20 0 15 0 95658894 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928528492528 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2587] ppid=2572 vsize=10555476 memory=1952 CPUtime=1.16 cores=1,3,5,7
/proc/2575/task/2587/stat : 2587 (java) S 2572 2575 31095 0 -1 1077944384 3460 0 0 0 116 0 0 0 20 0 15 0 95658894 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928527439744 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2588] ppid=2572 vsize=10555476 memory=8112282956445269571 CPUtime=0.35 cores=1,3,5,7
/proc/2575/task/2588/stat : 2588 (java) S 2572 2575 31095 0 -1 1077944384 3628 0 0 0 35 0 0 0 20 0 15 0 95658895 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928526386272 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2589] ppid=2572 vsize=10555476 memory=952 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2589/stat : 2589 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658895 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928525335136 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2590] ppid=2572 vsize=10555476 memory=2340 CPUtime=0.16 cores=1,3,5,7
/proc/2575/task/2590/stat : 2590 (java) S 2572 2575 31095 0 -1 1077944384 415 0 0 0 7 9 0 0 20 0 15 0 95658895 10808807424 2045057 33554432000 4194304 4196468 140734317752368 139928524282672 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
Current children cumulated CPU time: 1194.46 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8180228 KiB

[startup+339.201 s]
/proc/loadavg: 5.16 6.28 5.27 3/217 2680
/proc/meminfo: memFree=18396092/32770624 swapFree=67108860/67108860
[pid=2575] ppid=2572 vsize=10555476 memory=8180244 CPUtime=1199.04 cores=1,3,5,7
/proc/2575/stat : 2575 (java) S 2572 2575 31095 0 -1 1077944320 374088 0 0 0 119285 619 0 0 20 0 15 0 95658889 10808807424 2045061 33554432000 4194304 4196468 140734317752368 140734317734912 139929363218167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
/proc/2575/statm: 2638869 2045061 3144 1 0 2627263 0
[pid=2575/tid=2577] ppid=2572 vsize=10555476 memory=8180228 CPUtime=14.64 cores=1,3,5,7
/proc/2575/task/2577/stat : 2577 (java) S 2572 2575 31095 0 -1 1077944384 17239 0 0 0 1450 14 0 0 20 0 15 0 95658889 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139929367457168 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2578] ppid=2572 vsize=10555476 memory=8180228 CPUtime=286.64 cores=1,3,5,7
/proc/2575/task/2578/stat : 2578 (java) S 2572 2575 31095 0 -1 1077944384 59174 0 0 0 28519 145 0 0 20 0 15 0 95658890 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139929299908880 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2579] ppid=2572 vsize=10555476 memory=8180228 CPUtime=286.4 cores=1,3,5,7
/proc/2575/task/2579/stat : 2579 (java) S 2572 2575 31095 0 -1 1077944384 85567 0 0 0 28495 145 0 0 20 0 15 0 95658890 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139929298856336 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2580] ppid=2572 vsize=10555476 memory=8180228 CPUtime=286.16 cores=1,3,5,7
/proc/2575/task/2580/stat : 2580 (java) S 2572 2575 31095 0 -1 1077944384 49898 0 0 0 28458 158 0 0 20 0 15 0 95658890 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139929297803792 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2581] ppid=2572 vsize=10555476 memory=1788 CPUtime=286.98 cores=1,3,5,7
/proc/2575/task/2581/stat : 2581 (java) S 2572 2575 31095 0 -1 1077944384 89432 0 0 0 28551 147 0 0 20 0 15 0 95658890 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139928966916752 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2582] ppid=2572 vsize=10555476 memory=8112282956445269571 CPUtime=35.35 cores=1,3,5,7
/proc/2575/task/2582/stat : 2582 (java) R 2572 2575 31095 0 -1 4202560 60849 0 0 0 3531 4 0 0 20 0 15 0 95658891 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139928532702160 139929348214519 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2583] ppid=2572 vsize=10555476 memory=27652 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2583/stat : 2583 (java) S 2572 2575 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 95658892 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139928531650016 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2584] ppid=2572 vsize=10555476 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2584/stat : 2584 (java) S 2572 2575 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95658892 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139928530597376 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2585] ppid=2572 vsize=10555476 memory=8180228 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2585/stat : 2585 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658894 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139928529545936 139929363236763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2586] ppid=2572 vsize=10555476 memory=8180228 CPUtime=1.12 cores=1,3,5,7
/proc/2575/task/2586/stat : 2586 (java) S 2572 2575 31095 0 -1 1077944384 3011 0 0 0 112 0 0 0 20 0 15 0 95658894 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139928528492576 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2587] ppid=2572 vsize=10555476 memory=8112282956445269571 CPUtime=1.16 cores=1,3,5,7
/proc/2575/task/2587/stat : 2587 (java) S 2572 2575 31095 0 -1 1077944384 3460 0 0 0 116 0 0 0 20 0 15 0 95658894 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139928527439744 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2588] ppid=2572 vsize=10555476 memory=8180228 CPUtime=0.35 cores=1,3,5,7
/proc/2575/task/2588/stat : 2588 (java) S 2572 2575 31095 0 -1 1077944384 3628 0 0 0 35 0 0 0 20 0 15 0 95658895 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139928526386272 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2589] ppid=2572 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2589/stat : 2589 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95658895 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139928525335136 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2590] ppid=2572 vsize=10555476 memory=8180240 CPUtime=0.16 cores=1,3,5,7
/proc/2575/task/2590/stat : 2590 (java) S 2572 2575 31095 0 -1 1077944384 415 0 0 0 7 9 0 0 20 0 15 0 95658895 10808807424 2045061 33554432000 4194304 4196468 140734317752368 139928524282672 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
Current children cumulated CPU time: 1199.04 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8180244 KiB

[startup+339.601 s]
/proc/loadavg: 5.16 6.28 5.27 3/217 2680
/proc/meminfo: memFree=18396092/32770624 swapFree=67108860/67108860
[pid=2575] ppid=2572 vsize=10690804 memory=8181148 CPUtime=1199.42 cores=1,3,5,7
/proc/2575/stat : 2575 (java) S 2572 2575 31095 0 -1 1077944320 374830 0 0 0 119323 619 0 0 20 0 16 0 95658889 10947383296 2045287 33554432000 4194304 4196468 140734317752368 140734317734912 139929363218167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
/proc/2575/statm: 2672701 2045287 3188 1 0 2661057 0
[pid=2575/tid=2577] ppid=2572 vsize=10690804 memory=8180228 CPUtime=14.66 cores=1,3,5,7
/proc/2575/task/2577/stat : 2577 (java) S 2572 2575 31095 0 -1 1077944384 17629 0 0 0 1452 14 0 0 20 0 16 0 95658889 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139929367458848 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2578] ppid=2572 vsize=10690804 memory=8112282956445269571 CPUtime=286.64 cores=1,3,5,7
/proc/2575/task/2578/stat : 2578 (java) S 2572 2575 31095 0 -1 1077944384 59174 0 0 0 28519 145 0 0 20 0 16 0 95658890 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139929299908880 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2579] ppid=2572 vsize=10690804 memory=2340 CPUtime=286.4 cores=1,3,5,7
/proc/2575/task/2579/stat : 2579 (java) S 2572 2575 31095 0 -1 1077944384 85567 0 0 0 28495 145 0 0 20 0 16 0 95658890 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139929298856336 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2580] ppid=2572 vsize=10690804 memory=2816 CPUtime=286.16 cores=1,3,5,7
/proc/2575/task/2580/stat : 2580 (java) S 2572 2575 31095 0 -1 1077944384 49898 0 0 0 28458 158 0 0 20 0 16 0 95658890 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139929297803792 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2581] ppid=2572 vsize=10690804 memory=2884 CPUtime=286.98 cores=1,3,5,7
/proc/2575/task/2581/stat : 2581 (java) S 2572 2575 31095 0 -1 1077944384 89432 0 0 0 28551 147 0 0 20 0 16 0 95658890 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139928966916752 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2582] ppid=2572 vsize=10690804 memory=1580 CPUtime=35.69 cores=1,3,5,7
/proc/2575/task/2582/stat : 2582 (java) S 2572 2575 31095 0 -1 1077944384 60851 0 0 0 3565 4 0 0 20 0 16 0 95658891 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139928532703728 139929363229314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2583] ppid=2572 vsize=10690804 memory=928 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2583/stat : 2583 (java) S 2572 2575 31095 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 95658892 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139928531650016 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2584] ppid=2572 vsize=10690804 memory=8180220 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2584/stat : 2584 (java) S 2572 2575 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95658892 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139928530597376 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2585] ppid=2572 vsize=10690804 memory=8180220 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2585/stat : 2585 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95658894 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139928529545936 139929363236763 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2586] ppid=2572 vsize=10690804 memory=5516 CPUtime=1.12 cores=1,3,5,7
/proc/2575/task/2586/stat : 2586 (java) S 2572 2575 31095 0 -1 1077944384 3087 0 0 0 112 0 0 0 20 0 16 0 95658894 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139928528492528 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2587] ppid=2572 vsize=10690804 memory=8112282956445269571 CPUtime=1.16 cores=1,3,5,7
/proc/2575/task/2587/stat : 2587 (java) S 2572 2575 31095 0 -1 1077944384 3478 0 0 0 116 0 0 0 20 0 16 0 95658894 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139928527439984 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2588] ppid=2572 vsize=10690804 memory=4616 CPUtime=0.36 cores=1,3,5,7
/proc/2575/task/2588/stat : 2588 (java) S 2572 2575 31095 0 -1 1077944384 3835 0 0 0 36 0 0 0 20 0 16 0 95658895 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139928526387440 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2589] ppid=2572 vsize=10690804 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/2575/task/2589/stat : 2589 (java) S 2572 2575 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95658895 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139928525335136 139929363228373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
[pid=2575/tid=2590] ppid=2572 vsize=10690804 memory=11008 CPUtime=0.16 cores=1,3,5,7
/proc/2575/task/2590/stat : 2590 (java) S 2572 2575 31095 0 -1 1077944384 415 0 0 0 7 9 0 0 20 0 16 0 95658895 10947383296 2045287 33554432000 4194304 4196468 140734317752368 139928524282672 139929363229314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 32481280 140734317753478 140734317753631 140734317753631 140734317756367 0
Current children cumulated CPU time: 1199.42 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8181148 KiB

[startup+339.801 s]*
/proc/loadavg: 5.16 6.28 5.27 3/204 2682
/proc/meminfo: memFree=25758176/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: 0
Real time (s): 339.811
CPU time (s): 1199.47
CPU user time (s): 1193.24
CPU system time (s): 6.23651
CPU usage (%): 352.983
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8181148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1193.24
system time used= 6.23651
maximum resident set size= 8181412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374892
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15781
involuntary context switches= 19366


# summary of solver processes directly reported to runsolver:
#   pid: 2575
#   total CPU time (s): 1199.47
#   total CPU user time (s): 1193.24
#   total CPU system time (s): 6.23651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.81779 second user time and 3.66061 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 13:47:31
IDJOB=4262941
IDBENCH=126237
IDSOLVER=2651
FILE ID=node104/4262941-1502625710
RUNJOBID= node104-1502619271-1477
PBS_JOBID= 20628300
Free space on /tmp= 61860 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-28-a4.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262941-1502625710/watcher-4262941-1502625710 -o /tmp/evaluation-result-4262941-1502625710/solver-4262941-1502625710 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262941-1502625710.xml

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

MD5SUM BENCH= 67703e3ced133509b42bcbc9f355bd8f
RANDOM SEED=2097531749

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        20661764 kB
MemAvailable:   23971896 kB
Buffers:          149720 kB
Cached:          3442184 kB
SwapCached:            0 kB
Active:          8342776 kB
Inactive:        3304764 kB
Active(anon):    8058116 kB
Inactive(anon):    25024 kB
Active(file):     284660 kB
Inactive(file):  3279740 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4316 kB
Writeback:             0 kB
AnonPages:       8061472 kB
Mapped:            54972 kB
Shmem:             25228 kB
Slab:             148376 kB
SReclaimable:     123132 kB
SUnreclaim:        25244 kB
KernelStack:        3488 kB
PageTables:        20792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7702528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61860 MiB
End job on node104 at 2017-08-13 13:53:11