Trace number 4263108

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? 1723.17 482.185

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-10-5.xml
MD5SUM4d2827b08c954056751687426186d54f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of constraints1110
Number of domains1
Minimum domain size5403
Maximum domain size5403
Distribution of domain sizes[{"size":5403,"count":1100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":1000},{"arity":100,"count":10}]
Number of extensional constraints0
Number of intensional constraints1100
Distribution of constraint types[{"type":"intension","count":1100},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263108-1502583980/watcher-4263108-1502583980 -o /tmp/evaluation-result-4263108-1502583980/solver-4263108-1502583980 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263108-1502583980.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=8647, runsolver pid=8644

[startup+0.100155 s]*
/proc/loadavg: 2.54 1.29 0.55 2/199 8648
/proc/meminfo: memFree=25699084/32770624 swapFree=67108860/67108860
[pid=8647] ppid=8644 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/8647/stat : 8647 (runsolver) D 8644 8647 7968 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 12280714 34791424 113 18446744073709551615 4194304 4346622 140736713152096 140736713148728 140224588759767 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6446216 6449568 38809600 140736713154660 140736713155109 140736713155109 140736713158602 0
/proc/8647/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209066 s]*
/proc/loadavg: 2.54 1.29 0.55 2/212 8661
/proc/meminfo: memFree=25687504/32770624 swapFree=67108860/67108860
[pid=8647] ppid=8644 vsize=10484492 memory=22324 CPUtime=0.05 cores=1,3,5,7
/proc/8647/stat : 8647 (java) S 8644 8647 7968 0 -1 1077944320 4547 0 0 0 5 0 0 0 20 0 14 0 12280714 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140723996034224 140192088243959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
/proc/8647/statm: 2621123 5581 2573 1 0 2610620 0
[pid=8647/tid=8649] ppid=8644 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/8647/task/8649/stat : 8649 (java) D 8644 8647 7968 0 -1 4202560 2662 0 0 0 4 0 0 0 20 0 14 0 12280725 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140192092481440 140192088265981 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8650] ppid=8644 vsize=10484492 memory=317 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8650/stat : 8650 (java) S 8644 8647 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12280726 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140192029280528 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8651] ppid=8644 vsize=10484492 memory=140224591716829 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8651/stat : 8651 (java) S 8644 8647 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12280726 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191698119056 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8652] ppid=8644 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8652/stat : 8652 (java) S 8644 8647 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12280726 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191697066512 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8653] ppid=8644 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8653/stat : 8653 (java) S 8644 8647 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12280726 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191696013968 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8654] ppid=8644 vsize=10484492 memory=140224591709824 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8654/stat : 8654 (java) S 8644 8647 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12280727 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191330298352 140192088255106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8655] ppid=8644 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8655/stat : 8655 (java) S 8644 8647 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 12280728 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191329244576 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8656] ppid=8644 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8656/stat : 8656 (java) S 8644 8647 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 12280728 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191328191984 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8657] ppid=8644 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8657/stat : 8657 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12280730 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191327140560 140192088262555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8658] ppid=8644 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8658/stat : 8658 (java) S 8644 8647 7968 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 14 0 12280730 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191326087152 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8659] ppid=8644 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8659/stat : 8659 (java) S 8644 8647 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12280730 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191325034608 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8660] ppid=8644 vsize=10484492 memory=140224591709824 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8660/stat : 8660 (java) S 8644 8647 7968 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 14 0 12280730 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191323982064 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8661] ppid=8644 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8661/stat : 8661 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12280730 10736119808 5581 18446744073709551615 4194304 4196468 140723996051680 140191322929760 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22324 KiB

[startup+0.311834 s]*
/proc/loadavg: 2.54 1.29 0.55 6/213 8662
/proc/meminfo: memFree=25665504/32770624 swapFree=67108860/67108860
[pid=8647] ppid=8644 vsize=10552180 memory=31636 CPUtime=0.11 cores=1,3,5,7
/proc/8647/stat : 8647 (java) S 8644 8647 7968 0 -1 1077944320 7305 0 0 0 10 1 0 0 20 0 15 0 12280714 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140723996034224 140192088243959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
/proc/8647/statm: 2638045 7909 2799 1 0 2627517 0
[pid=8647/tid=8649] ppid=8644 vsize=10552180 memory=7680170660397595203 CPUtime=0.08 cores=1,3,5,7
/proc/8647/task/8649/stat : 8649 (java) R 8644 8647 7968 0 -1 4202560 5226 0 0 0 7 1 0 0 20 0 15 0 12280725 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140192092432304 140192080923677 0 4 1 16800974 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8650] ppid=8644 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8650/stat : 8650 (java) S 8644 8647 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12280726 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140192029280528 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8651] ppid=8644 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8651/stat : 8651 (java) S 8644 8647 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12280726 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191698119056 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8652] ppid=8644 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8652/stat : 8652 (java) S 8644 8647 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12280726 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191697066512 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8653] ppid=8644 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8653/stat : 8653 (java) S 8644 8647 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12280726 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191696013968 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8654] ppid=8644 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8654/stat : 8654 (java) S 8644 8647 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12280727 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191330298352 140192088255106 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8655] ppid=8644 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8655/stat : 8655 (java) S 8644 8647 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12280728 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191329244576 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8656] ppid=8644 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8656/stat : 8656 (java) S 8644 8647 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12280728 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191328191984 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8657] ppid=8644 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8657/stat : 8657 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12280730 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191327140560 140192088262555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8658] ppid=8644 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8658/stat : 8658 (java) S 8644 8647 7968 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 12280730 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191326087152 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8659] ppid=8644 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8659/stat : 8659 (java) S 8644 8647 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12280730 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191325034608 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8660] ppid=8644 vsize=10552180 memory=140224591709824 CPUtime=0.01 cores=1,3,5,7
/proc/8647/task/8660/stat : 8660 (java) S 8644 8647 7968 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 15 0 12280730 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191323982064 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8661] ppid=8644 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8661/stat : 8661 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12280730 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191322929760 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8662] ppid=8644 vsize=10552180 memory=140224591709824 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8662/stat : 8662 (java) S 8644 8647 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12280741 10805432320 7909 18446744073709551615 4194304 4196468 140723996051680 140191321877296 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 31636 KiB

[startup+0.700729 s]
/proc/loadavg: 2.54 1.29 0.55 7/213 8662
/proc/meminfo: memFree=25515760/32770624 swapFree=67108860/67108860
[pid=8647] ppid=8644 vsize=10551232 memory=72208 CPUtime=1.06 cores=1,3,5,7
/proc/8647/stat : 8647 (java) S 8644 8647 7968 0 -1 1077944320 11706 0 0 0 103 3 0 0 20 0 15 0 12280714 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140723996034224 140192088243959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
/proc/8647/statm: 2637808 18052 3053 1 0 2627261 0
[pid=8647/tid=8649] ppid=8644 vsize=10551232 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/8647/task/8649/stat : 8649 (java) R 8644 8647 7968 0 -1 4202560 6302 0 0 0 44 2 0 0 20 0 15 0 12280725 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140192092479744 140191708840686 0 4 1 16800974 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8650] ppid=8644 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8650/stat : 8650 (java) S 8644 8647 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12280726 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140192029280528 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8651] ppid=8644 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8651/stat : 8651 (java) S 8644 8647 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12280726 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191698119056 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8652] ppid=8644 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8652/stat : 8652 (java) S 8644 8647 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12280726 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191697066512 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8653] ppid=8644 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8653/stat : 8653 (java) S 8644 8647 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12280726 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191696013968 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8654] ppid=8644 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8654/stat : 8654 (java) S 8644 8647 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 12280727 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191330298352 140192088255106 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8655] ppid=8644 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8655/stat : 8655 (java) S 8644 8647 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12280728 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191329244576 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8656] ppid=8644 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8656/stat : 8656 (java) S 8644 8647 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12280728 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191328191984 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8657] ppid=8644 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8657/stat : 8657 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12280730 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191327140560 140192088262555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8658] ppid=8644 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/8647/task/8658/stat : 8658 (java) R 8644 8647 7968 0 -1 4202560 1775 0 0 0 16 0 0 0 20 0 15 0 12280730 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191326068168 140192073353967 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8659] ppid=8644 vsize=10551232 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/8647/task/8659/stat : 8659 (java) R 8644 8647 7968 0 -1 4202560 721 0 0 0 15 0 0 0 20 0 15 0 12280730 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191325015624 140192071654774 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8660] ppid=8644 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/8647/task/8660/stat : 8660 (java) S 8644 8647 7968 0 -1 1077944384 1536 0 0 0 25 0 0 0 20 0 15 0 12280730 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191323982064 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8661] ppid=8644 vsize=10551232 memory=928 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8661/stat : 8661 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12280730 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191322929760 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8662] ppid=8644 vsize=10551232 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8662/stat : 8662 (java) S 8644 8647 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12280741 10804461568 18052 18446744073709551615 4194304 4196468 140723996051680 140191321877296 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 72208 KiB

[startup+1.50534 s]
/proc/loadavg: 2.54 1.29 0.55 10/213 8662
/proc/meminfo: memFree=24892204/32770624 swapFree=67108860/67108860
[pid=8647] ppid=8644 vsize=10551232 memory=823384 CPUtime=3.16 cores=1,3,5,7
/proc/8647/stat : 8647 (java) S 8644 8647 7968 0 -1 1077944320 14909 0 0 0 269 47 0 0 20 0 15 0 12280714 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140723996034224 140192088243959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
/proc/8647/statm: 2637808 205846 3087 1 0 2627261 0
[pid=8647/tid=8649] ppid=8644 vsize=10551232 memory=-7537507005311654808 CPUtime=0.91 cores=1,3,5,7
/proc/8647/task/8649/stat : 8649 (java) S 8644 8647 7968 0 -1 1077944384 6776 0 0 0 83 8 0 0 20 0 15 0 12280725 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140192092480848 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8650] ppid=8644 vsize=10551232 memory=1152 CPUtime=0.33 cores=1,3,5,7
/proc/8647/task/8650/stat : 8650 (java) R 8644 8647 7968 0 -1 4202560 568 0 0 0 24 9 0 0 20 0 15 0 12280726 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140192029280728 140192073272104 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8651] ppid=8644 vsize=10551232 memory=2412 CPUtime=0.33 cores=1,3,5,7
/proc/8647/task/8651/stat : 8651 (java) R 8644 8647 7968 0 -1 4202560 375 0 0 0 24 9 0 0 20 0 15 0 12280726 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191698119256 140192073271824 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8652] ppid=8644 vsize=10551232 memory=404744 CPUtime=0.32 cores=1,3,5,7
/proc/8647/task/8652/stat : 8652 (java) R 8644 8647 7968 0 -1 4202560 359 0 0 0 24 8 0 0 20 0 15 0 12280726 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191697066400 140192073271842 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8653] ppid=8644 vsize=10551232 memory=302022848351043610 CPUtime=0.33 cores=1,3,5,7
/proc/8647/task/8653/stat : 8653 (java) R 8644 8647 7968 0 -1 4202560 587 0 0 0 24 9 0 0 20 0 15 0 12280726 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191696013352 140192073271842 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8654] ppid=8644 vsize=10551232 memory=8932 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8654/stat : 8654 (java) S 8644 8647 7968 0 -1 1077944384 506 0 0 0 0 0 0 0 20 0 15 0 12280727 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191330296864 140192088254165 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8655] ppid=8644 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8655/stat : 8655 (java) S 8644 8647 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12280728 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191329244576 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8656] ppid=8644 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8656/stat : 8656 (java) S 8644 8647 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12280728 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191328191984 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8657] ppid=8644 vsize=10551232 memory=-2247047206238117249 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8657/stat : 8657 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12280730 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191327140560 140192088262555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8658] ppid=8644 vsize=10551232 memory=6944656575208382560 CPUtime=0.28 cores=1,3,5,7
/proc/8647/task/8658/stat : 8658 (java) S 8644 8647 7968 0 -1 1077944384 1815 0 0 0 28 0 0 0 20 0 15 0 12280730 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191326087152 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8659] ppid=8644 vsize=10551232 memory=6655300316396806240 CPUtime=0.3 cores=1,3,5,7
/proc/8647/task/8659/stat : 8659 (java) S 8644 8647 7968 0 -1 1077944384 985 0 0 0 30 0 0 0 20 0 15 0 12280730 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191325034608 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8660] ppid=8644 vsize=10551232 memory=6655300316396806240 CPUtime=0.27 cores=1,3,5,7
/proc/8647/task/8660/stat : 8660 (java) S 8644 8647 7968 0 -1 1077944384 1575 0 0 0 27 0 0 0 20 0 15 0 12280730 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191323982064 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8661] ppid=8644 vsize=10551232 memory=-6512121203659200609 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8661/stat : 8661 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12280730 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191322929760 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8662] ppid=8644 vsize=10551232 memory=-7017039706479510174 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8662/stat : 8662 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12280741 10804461568 205846 18446744073709551615 4194304 4196468 140723996051680 140191321877296 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
Current children cumulated CPU time: 3.16 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 823384 KiB

[startup+3.11024 s]
/proc/loadavg: 2.50 1.30 0.56 10/213 8662
/proc/meminfo: memFree=22590536/32770624 swapFree=67108860/67108860
[pid=8647] ppid=8644 vsize=10551232 memory=2679032 CPUtime=7.04 cores=1,3,5,7
/proc/8647/stat : 8647 (java) S 8644 8647 7968 0 -1 1077944320 18636 0 0 0 593 111 0 0 20 0 15 0 12280714 10804461568 669758 18446744073709551615 4194304 4196468 140723996051680 140723996034224 140192088243959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
/proc/8647/statm: 2637808 669758 3088 1 0 2627261 0
[pid=8647/tid=8649] ppid=8644 vsize=10551232 memory=45816 CPUtime=1.74 cores=1,3,5,7
/proc/8647/task/8649/stat : 8649 (java) S 8644 8647 7968 0 -1 1077944384 7820 0 0 0 146 28 0 0 20 0 15 0 12280725 10804461568 669758 18446744073709551615 4194304 4196468 140723996051680 140192092480960 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8650] ppid=8644 vsize=10551232 memory=7680170660397595203 CPUtime=1.09 cores=1,3,5,7
/proc/8647/task/8650/stat : 8650 (java) R 8644 8647 7968 0 -1 4202560 786 0 0 0 89 20 0 0 20 0 15 0 12280726 10804461568 669758 18446744073709551615 4194304 4196468 140723996051680 140192029280112 140192080872167 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0

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

/proc/8647/task/8653/stat : 8653 (java) R 8644 8647 7968 0 -1 4202560 585014 0 0 0 41052 219 0 0 20 0 17 0 12280726 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191696014088 140192080872167 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8654] ppid=8644 vsize=10686560 memory=7680170660397595203 CPUtime=35.7 cores=1,3,5,7
/proc/8647/task/8654/stat : 8654 (java) S 8644 8647 7968 0 -1 1077944384 87506 0 0 0 3565 5 0 0 20 0 17 0 12280727 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191330296896 140192088254165 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8655] ppid=8644 vsize=10686560 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8655/stat : 8655 (java) S 8644 8647 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 12280728 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191329244640 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8656] ppid=8644 vsize=10686560 memory=640 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8656/stat : 8656 (java) S 8644 8647 7968 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 17 0 12280728 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191328192000 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8657] ppid=8644 vsize=10686560 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8657/stat : 8657 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12280730 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191327140560 140192088262555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8658] ppid=8644 vsize=10686560 memory=960 CPUtime=0.58 cores=1,3,5,7
/proc/8647/task/8658/stat : 8658 (java) S 8644 8647 7968 0 -1 1077944384 4209 0 0 0 57 1 0 0 20 0 17 0 12280730 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191326086912 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8659] ppid=8644 vsize=10686560 memory=2248 CPUtime=0.62 cores=1,3,5,7
/proc/8647/task/8659/stat : 8659 (java) S 8644 8647 7968 0 -1 1077944384 3651 0 0 0 62 0 0 0 20 0 17 0 12280730 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191325019600 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8660] ppid=8644 vsize=10686560 memory=9916 CPUtime=0.33 cores=1,3,5,7
/proc/8647/task/8660/stat : 8660 (java) S 8644 8647 7968 0 -1 1077944384 3552 0 0 0 33 0 0 0 20 0 17 0 12280730 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191323977440 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8661] ppid=8644 vsize=10686560 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8661/stat : 8661 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12280730 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191322929760 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8662] ppid=8644 vsize=10686560 memory=15872 CPUtime=0.19 cores=1,3,5,7
/proc/8647/task/8662/stat : 8662 (java) S 8644 8647 7968 0 -1 1077944384 716 0 0 0 12 7 0 0 20 0 17 0 12280741 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191321877296 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8784] ppid=8644 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8784/stat : 8784 (java) S 8644 8647 7968 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 12326430 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191318724272 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8785] ppid=8644 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8785/stat : 8785 (java) S 8644 8647 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 12326430 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191317672496 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
Current children cumulated CPU time: 1716.86 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8324892 KiB

[startup+480.801 s]
/proc/loadavg: 7.30 6.10 3.28 9/217 8787
/proc/meminfo: memFree=14901012/32770624 swapFree=67108860/67108860
[pid=8647] ppid=8644 vsize=10686560 memory=8324892 CPUtime=1719.92 cores=1,3,5,7
/proc/8647/stat : 8647 (java) S 8644 8647 7968 0 -1 1077944320 2837929 0 0 0 171091 901 0 0 20 0 17 0 12280714 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140723996034224 140192088243959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
/proc/8647/statm: 2671640 2081223 3153 1 0 2661055 0
[pid=8647/tid=8649] ppid=8644 vsize=10686560 memory=7680170660397595203 CPUtime=22.54 cores=1,3,5,7
/proc/8647/task/8649/stat : 8649 (java) S 8644 8647 7968 0 -1 1077944384 25760 0 0 0 2223 31 0 0 20 0 17 0 12280725 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140192092484640 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8650] ppid=8644 vsize=10686560 memory=3880 CPUtime=416.31 cores=1,3,5,7
/proc/8647/task/8650/stat : 8650 (java) R 8644 8647 7968 0 -1 4202560 821184 0 0 0 41410 221 0 0 20 0 17 0 12280726 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140192029280336 140192080872167 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8651] ppid=8644 vsize=10686560 memory=3868 CPUtime=414.69 cores=1,3,5,7
/proc/8647/task/8651/stat : 8651 (java) R 8644 8647 7968 0 -1 4202560 780581 0 0 0 41264 205 0 0 20 0 17 0 12280726 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191698119256 140192073240369 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8652] ppid=8644 vsize=10686560 memory=4060 CPUtime=415.4 cores=1,3,5,7
/proc/8647/task/8652/stat : 8652 (java) S 8644 8647 7968 0 -1 1077944384 524209 0 0 0 41329 211 0 0 20 0 17 0 12280726 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191697066320 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8653] ppid=8644 vsize=10686560 memory=3904 CPUtime=413.47 cores=1,3,5,7
/proc/8647/task/8653/stat : 8653 (java) R 8644 8647 7968 0 -1 4202560 585014 0 0 0 41128 219 0 0 20 0 17 0 12280726 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191696014088 140192080872167 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8654] ppid=8644 vsize=10686560 memory=7680170660397595203 CPUtime=35.7 cores=1,3,5,7
/proc/8647/task/8654/stat : 8654 (java) S 8644 8647 7968 0 -1 1077944384 87506 0 0 0 3565 5 0 0 20 0 17 0 12280727 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191330296896 140192088254165 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8655] ppid=8644 vsize=10686560 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8655/stat : 8655 (java) S 8644 8647 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 12280728 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191329244640 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8656] ppid=8644 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8656/stat : 8656 (java) S 8644 8647 7968 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 17 0 12280728 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191328192000 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8657] ppid=8644 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8657/stat : 8657 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12280730 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191327140560 140192088262555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8658] ppid=8644 vsize=10686560 memory=7504 CPUtime=0.58 cores=1,3,5,7
/proc/8647/task/8658/stat : 8658 (java) S 8644 8647 7968 0 -1 1077944384 4209 0 0 0 57 1 0 0 20 0 17 0 12280730 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191326086912 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8659] ppid=8644 vsize=10686560 memory=1236 CPUtime=0.62 cores=1,3,5,7
/proc/8647/task/8659/stat : 8659 (java) S 8644 8647 7968 0 -1 1077944384 3651 0 0 0 62 0 0 0 20 0 17 0 12280730 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191325019600 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8660] ppid=8644 vsize=10686560 memory=640 CPUtime=0.33 cores=1,3,5,7
/proc/8647/task/8660/stat : 8660 (java) S 8644 8647 7968 0 -1 1077944384 3552 0 0 0 33 0 0 0 20 0 17 0 12280730 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191323977440 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8661] ppid=8644 vsize=10686560 memory=8324892 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8661/stat : 8661 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12280730 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191322929760 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8662] ppid=8644 vsize=10686560 memory=7680170660397595203 CPUtime=0.19 cores=1,3,5,7
/proc/8647/task/8662/stat : 8662 (java) S 8644 8647 7968 0 -1 1077944384 716 0 0 0 12 7 0 0 20 0 17 0 12280741 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191321877296 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8784] ppid=8644 vsize=10686560 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8784/stat : 8784 (java) S 8644 8647 7968 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 12326430 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191318724272 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8785] ppid=8644 vsize=10686560 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8785/stat : 8785 (java) S 8644 8647 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 12326430 10943037440 2081223 18446744073709551615 4194304 4196468 140723996051680 140191317672496 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
Current children cumulated CPU time: 1719.92 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8324892 KiB

[startup+481.601 s]
/proc/loadavg: 7.30 6.10 3.28 9/217 8787
/proc/meminfo: memFree=14901012/32770624 swapFree=67108860/67108860
[pid=8647] ppid=8644 vsize=10686560 memory=8324896 CPUtime=1722.58 cores=1,3,5,7
/proc/8647/stat : 8647 (java) S 8644 8647 7968 0 -1 1077944320 2838058 0 0 0 171356 902 0 0 20 0 17 0 12280714 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140723996034224 140192088243959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
/proc/8647/statm: 2671640 2081224 3153 1 0 2661055 0
[pid=8647/tid=8649] ppid=8644 vsize=10686560 memory=1200 CPUtime=22.54 cores=1,3,5,7
/proc/8647/task/8649/stat : 8649 (java) S 8644 8647 7968 0 -1 1077944384 25760 0 0 0 2223 31 0 0 20 0 17 0 12280725 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140192092484640 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8650] ppid=8644 vsize=10686560 memory=15872 CPUtime=416.94 cores=1,3,5,7
/proc/8647/task/8650/stat : 8650 (java) S 8644 8647 7968 0 -1 1077944384 821184 0 0 0 41472 222 0 0 20 0 17 0 12280726 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140192029280528 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8651] ppid=8644 vsize=10686560 memory=7680170660397595203 CPUtime=415.34 cores=1,3,5,7
/proc/8647/task/8651/stat : 8651 (java) S 8644 8647 7968 0 -1 1077944384 780581 0 0 0 41329 205 0 0 20 0 17 0 12280726 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191698119056 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8652] ppid=8644 vsize=10686560 memory=11008 CPUtime=416.02 cores=1,3,5,7
/proc/8647/task/8652/stat : 8652 (java) S 8644 8647 7968 0 -1 1077944384 524209 0 0 0 41391 211 0 0 20 0 17 0 12280726 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191697066512 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8653] ppid=8644 vsize=10686560 memory=2424 CPUtime=414.08 cores=1,3,5,7
/proc/8647/task/8653/stat : 8653 (java) S 8644 8647 7968 0 -1 1077944384 585014 0 0 0 41189 219 0 0 20 0 17 0 12280726 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191696013968 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8654] ppid=8644 vsize=10686560 memory=1296 CPUtime=35.85 cores=1,3,5,7
/proc/8647/task/8654/stat : 8654 (java) R 8644 8647 7968 0 -1 4202560 87633 0 0 0 3580 5 0 0 20 0 17 0 12280727 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191330296896 140192072701579 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8655] ppid=8644 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8655/stat : 8655 (java) S 8644 8647 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 12280728 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191329244640 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8656] ppid=8644 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8656/stat : 8656 (java) S 8644 8647 7968 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 17 0 12280728 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191328192000 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8657] ppid=8644 vsize=10686560 memory=792 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8657/stat : 8657 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12280730 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191327140560 140192088262555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8658] ppid=8644 vsize=10686560 memory=8676 CPUtime=0.58 cores=1,3,5,7
/proc/8647/task/8658/stat : 8658 (java) S 8644 8647 7968 0 -1 1077944384 4209 0 0 0 57 1 0 0 20 0 17 0 12280730 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191326086912 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8659] ppid=8644 vsize=10686560 memory=1440 CPUtime=0.62 cores=1,3,5,7
/proc/8647/task/8659/stat : 8659 (java) S 8644 8647 7968 0 -1 1077944384 3651 0 0 0 62 0 0 0 20 0 17 0 12280730 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191325019600 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8660] ppid=8644 vsize=10686560 memory=7680170660397595203 CPUtime=0.33 cores=1,3,5,7
/proc/8647/task/8660/stat : 8660 (java) S 8644 8647 7968 0 -1 1077944384 3552 0 0 0 33 0 0 0 20 0 17 0 12280730 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191323977440 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8661] ppid=8644 vsize=10686560 memory=3072 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8661/stat : 8661 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12280730 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191322929760 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8662] ppid=8644 vsize=10686560 memory=8324892 CPUtime=0.19 cores=1,3,5,7
/proc/8647/task/8662/stat : 8662 (java) S 8644 8647 7968 0 -1 1077944384 718 0 0 0 12 7 0 0 20 0 17 0 12280741 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191321877296 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8784] ppid=8644 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8784/stat : 8784 (java) S 8644 8647 7968 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 12326430 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191318724272 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8785] ppid=8644 vsize=10686560 memory=2988 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8785/stat : 8785 (java) S 8644 8647 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 12326430 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191317672496 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
Current children cumulated CPU time: 1722.58 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8324896 KiB

[startup+482.001 s]*
/proc/loadavg: 7.30 6.10 3.28 6/217 8787
/proc/meminfo: memFree=14901012/32770624 swapFree=67108860/67108860
[pid=8647] ppid=8644 vsize=10686560 memory=8324896 CPUtime=1722.99 cores=1,3,5,7
/proc/8647/stat : 8647 (java) S 8644 8647 7968 0 -1 1077944320 2838058 0 0 0 171397 902 0 0 20 0 17 0 12280714 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140723996034224 140192088243959 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
/proc/8647/statm: 2671640 2081224 3153 1 0 2661055 0
[pid=8647/tid=8649] ppid=8644 vsize=10686560 memory=-7749975593672162402 CPUtime=22.54 cores=1,3,5,7
/proc/8647/task/8649/stat : 8649 (java) S 8644 8647 7968 0 -1 1077944384 25760 0 0 0 2223 31 0 0 20 0 17 0 12280725 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140192092484640 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8650] ppid=8644 vsize=10686560 memory=10988 CPUtime=416.94 cores=1,3,5,7
/proc/8647/task/8650/stat : 8650 (java) S 8644 8647 7968 0 -1 1077944384 821184 0 0 0 41472 222 0 0 20 0 17 0 12280726 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140192029280528 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8651] ppid=8644 vsize=10686560 memory=4124 CPUtime=415.34 cores=1,3,5,7
/proc/8647/task/8651/stat : 8651 (java) S 8644 8647 7968 0 -1 1077944384 780581 0 0 0 41329 205 0 0 20 0 17 0 12280726 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191698119056 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8652] ppid=8644 vsize=10686560 memory=10988 CPUtime=416.02 cores=1,3,5,7
/proc/8647/task/8652/stat : 8652 (java) S 8644 8647 7968 0 -1 1077944384 524209 0 0 0 41391 211 0 0 20 0 17 0 12280726 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191697066512 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8653] ppid=8644 vsize=10686560 memory=2424 CPUtime=414.08 cores=1,3,5,7
/proc/8647/task/8653/stat : 8653 (java) S 8644 8647 7968 0 -1 1077944384 585014 0 0 0 41189 219 0 0 20 0 17 0 12280726 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191696013968 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8654] ppid=8644 vsize=10686560 memory=1296 CPUtime=36.26 cores=1,3,5,7
/proc/8647/task/8654/stat : 8654 (java) R 8644 8647 7968 0 -1 4202560 87633 0 0 0 3621 5 0 0 20 0 17 0 12280727 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191330296896 140192073240512 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8655] ppid=8644 vsize=10686560 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8655/stat : 8655 (java) S 8644 8647 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 12280728 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191329244640 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8656] ppid=8644 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8656/stat : 8656 (java) S 8644 8647 7968 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 17 0 12280728 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191328192000 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8657] ppid=8644 vsize=10686560 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8657/stat : 8657 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12280730 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191327140560 140192088262555 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8658] ppid=8644 vsize=10686560 memory=15540730097567645 CPUtime=0.58 cores=1,3,5,7
/proc/8647/task/8658/stat : 8658 (java) S 8644 8647 7968 0 -1 1077944384 4209 0 0 0 57 1 0 0 20 0 17 0 12280730 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191326086912 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8659] ppid=8644 vsize=10686560 memory=3880 CPUtime=0.62 cores=1,3,5,7
/proc/8647/task/8659/stat : 8659 (java) S 8644 8647 7968 0 -1 1077944384 3651 0 0 0 62 0 0 0 20 0 17 0 12280730 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191325019600 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8660] ppid=8644 vsize=10686560 memory=3868 CPUtime=0.33 cores=1,3,5,7
/proc/8647/task/8660/stat : 8660 (java) S 8644 8647 7968 0 -1 1077944384 3552 0 0 0 33 0 0 0 20 0 17 0 12280730 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191323977440 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8661] ppid=8644 vsize=10686560 memory=4060 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8661/stat : 8661 (java) S 8644 8647 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12280730 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191322929760 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8662] ppid=8644 vsize=10686560 memory=3904 CPUtime=0.19 cores=1,3,5,7
/proc/8647/task/8662/stat : 8662 (java) S 8644 8647 7968 0 -1 1077944384 718 0 0 0 12 7 0 0 20 0 17 0 12280741 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191321877296 140192088255106 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8784] ppid=8644 vsize=10686560 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8784/stat : 8784 (java) S 8644 8647 7968 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 12326430 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191318724272 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
[pid=8647/tid=8785] ppid=8644 vsize=10686560 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/8647/task/8785/stat : 8785 (java) S 8644 8647 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 12326430 10943037440 2081224 18446744073709551615 4194304 4196468 140723996051680 140191317672496 140192088254165 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37072896 140723996053905 140723996054058 140723996054058 140723996057551 0
Current children cumulated CPU time: 1722.99 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8324896 KiB

[startup+482.11 s]*
/proc/loadavg: 7.30 6.10 3.28 6/202 8787
/proc/meminfo: memFree=16418504/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): 482.185
CPU time (s): 1723.17
CPU user time (s): 1714.07
CPU system time (s): 9.10308
CPU usage (%): 357.367
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8324896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1714.07
system time used= 9.10308
maximum resident set size= 8325120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2838195
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36694
involuntary context switches= 48020


# summary of solver processes directly reported to runsolver:
#   pid: 8647
#   total CPU time (s): 1723.17
#   total CPU user time (s): 1714.07
#   total CPU system time (s): 9.10308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.90225 second user time and 4.67966 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:12:23
IDJOB=4263108
IDBENCH=115575
IDSOLVER=2651
FILE ID=node128/4263108-1502583980
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-10-5.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263108-1502583980/watcher-4263108-1502583980 -o /tmp/evaluation-result-4263108-1502583980/solver-4263108-1502583980 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263108-1502583980.xml

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

MD5SUM BENCH= 4d2827b08c954056751687426186d54f
RANDOM SEED=392779963

node128.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.94
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.94
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.94
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.94
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:        25698824 kB
MemAvailable:   26185136 kB
Buffers:           99072 kB
Cached:           676664 kB
SwapCached:            0 kB
Active:          6056456 kB
Inactive:         599764 kB
Active(anon):    5880820 kB
Inactive(anon):    16764 kB
Active(file):     175636 kB
Inactive(file):   583000 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             4 kB
AnonPages:       5880168 kB
Mapped:            43324 kB
Shmem:             17116 kB
Slab:             111780 kB
SReclaimable:      87020 kB
SUnreclaim:        24760 kB
KernelStack:        3456 kB
PageTables:        16444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7471964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5652480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 02:20:26