Trace number 4263099

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? (problem) 1865.04 500.742

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-05-1.xml
MD5SUM3ac1b524e32e52d6c8adbfb753c77199
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 variables300
Number of constraints305
Number of domains1
Minimum domain size2934
Maximum domain size2934
Distribution of domain sizes[{"size":2934,"count":300}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":250}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":250},{"arity":50,"count":5}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1724.45/463.22	Aug 13, 2017 2:55:09 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1724.45/463.22	INFO: Runtime exception
1724.45/463.22	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1724.45/463.22		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1724.45/463.22		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1724.45/463.22		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1724.45/463.22		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1724.45/463.22		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1724.45/463.22		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1724.45/463.22		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1724.45/463.22		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1724.45/463.22		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1724.45/463.22		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1724.45/463.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1724.45/463.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1724.45/463.22		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1724.45/463.22		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1724.45/463.22		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1724.45/463.22		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1724.45/463.22		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1724.45/463.22		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1724.45/463.22		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1724.45/463.22	Caused by: java.lang.reflect.InvocationTargetException
1724.45/463.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1724.45/463.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1724.45/463.22		at java.lang.reflect.Method.invoke(Method.java:498)
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1724.45/463.22		... 21 more
1724.45/463.22	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1724.45/463.22		... 25 more
1724.45/463.22	Caused by: java.lang.reflect.InvocationTargetException
1724.45/463.22		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1724.45/463.22		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1724.45/463.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1724.45/463.22		at java.lang.reflect.Method.invoke(Method.java:498)
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1724.45/463.22		... 25 more
1724.45/463.22	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1724.45/463.22		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1724.45/463.22		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1724.45/463.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1724.45/463.22		at java.lang.reflect.Method.invoke(Method.java:498)
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1724.45/463.22		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1724.45/463.22		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1724.45/463.22		at java.lang.reflect.Method.invoke(Method.java:498)
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1724.45/463.22		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1724.45/463.22		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1724.45/463.22		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1724.45/463.22		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1724.45/463.22		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1724.45/463.22		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1724.45/463.22		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1724.45/463.22		at org.xcsp.parser.XCallbacks$$Lambda$58/985397764.accept(Unknown Source)
1724.45/463.22		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1724.45/463.22		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1724.45/463.22		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1724.45/463.22		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1724.45/463.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1724.45/463.22		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1724.45/463.22		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1724.45/463.22		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1724.45/463.22		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1724.45/463.22		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1724.45/463.22		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1724.45/463.22		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1724.45/463.22	
1818.00/488.18	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1818.00/488.18	c This is free software under the dual EPL/GNU LGPL licenses.
1818.00/488.18	c See www.sat4j.org for details.
1818.00/488.18	c That software uses the Rhino library from the Mozilla project.
1818.00/488.18	c version CUSTOM.v20170705
1818.00/488.18	c java.runtime.name	Java(TM) SE Runtime Environment
1818.00/488.18	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1818.00/488.18	c java.vm.version	25.131-b11
1818.00/488.18	c java.vm.vendor	Oracle Corporation
1818.00/488.18	c sun.arch.data.model	64
1818.00/488.18	c java.version		1.8.0_131
1818.00/488.18	c os.name		Linux
1818.00/488.18	c os.version		3.10.0-514.16.1.el7.x86_64
1818.00/488.18	c os.arch		amd64
1818.00/488.18	c Free memory 		499604488
1818.00/488.18	c Max memory 		7247757312
1818.00/488.18	c Total memory 		504889344
1818.00/488.18	c Number of processors 	4
1818.00/488.18	c c --- Begin Solver configuration ---
1818.00/488.18	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1818.00/488.18	c Learn all clauses as in MiniSAT
1818.00/488.18	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1818.00/488.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1818.00/488.18	c No reason simplification
1818.00/488.18	c Glucose 2.1 dynamic restart strategy
1818.00/488.18	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
1818.00/488.18	c timeout=2147483s
1818.00/488.18	c DB Simplification allowed=false
1818.00/488.18	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1818.00/488.18	c --- End Solver configuration ---
1864.90/500.69	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1864.90/500.69		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1864.90/500.69		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1864.90/500.69		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1864.90/500.69		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1864.90/500.69		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1864.90/500.69		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1864.90/500.69		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1864.90/500.69		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1864.90/500.69		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (7263 MiB free)
  memory of node 1: 16384 MiB (15421 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263099-1502586095/watcher-4263099-1502586095 -o /tmp/evaluation-result-4263099-1502586095/solver-4263099-1502586095 -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-4263099-1502586095.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
solver pid=9445, runsolver pid=9442
Current StackSize limit: 8192 KiB


[startup+0.100084 s]*
/proc/loadavg: 7.48 7.24 6.60 5/198 9447
/proc/meminfo: memFree=23226612/32770624 swapFree=67108860/67108860
[pid=9445] ppid=9442 vsize=9936560 memory=18264 CPUtime=0 cores=1,3,5,7
/proc/9445/stat : 9445 (java) S 9442 9445 7968 0 -1 1077944320 3357 0 0 0 0 0 0 0 20 0 6 0 12492231 10175037440 4566 18446744073709551615 4194304 4196468 140736184366928 140736184349472 140643480084215 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
/proc/9445/statm: 2484140 4566 1919 1 0 2473637 0
[pid=9445/tid=9447] ppid=9442 vsize=9936560 memory=-8035107114825123821 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9447/stat : 9447 (java) R 9442 9445 7968 0 -1 4202560 2052 0 0 0 0 0 0 0 20 0 6 0 12492240 10175037440 4566 18446744073709551615 4194304 4196468 140736184366928 140643484320336 140643461477946 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9448] ppid=9442 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9448/stat : 9448 (java) S 9442 9445 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12492241 10175037440 4566 18446744073709551615 4194304 4196468 140736184366928 140643410504208 140643480094421 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9449] ppid=9442 vsize=9936560 memory=140129629304448 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9449/stat : 9449 (java) S 9442 9445 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12492241 10175037440 4566 18446744073709551615 4194304 4196468 140736184366928 140643409451664 140643480094421 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9450] ppid=9442 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9450/stat : 9450 (java) S 9442 9445 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12492241 10175037440 4566 18446744073709551615 4194304 4196468 140736184366928 140643408398608 140643480094421 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9451] ppid=9442 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9451/stat : 9451 (java) S 9442 9445 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12492241 10175037440 4566 18446744073709551615 4194304 4196468 140736184366928 140643407346064 140643480094421 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18264 KiB

[startup+0.209955 s]*
/proc/loadavg: 7.48 7.24 6.60 8/211 9460
/proc/meminfo: memFree=23213396/32770624 swapFree=67108860/67108860
[pid=9445] ppid=9442 vsize=10551156 memory=27548 CPUtime=0.09 cores=1,3,5,7
/proc/9445/stat : 9445 (java) S 9442 9445 7968 0 -1 1077944320 4893 0 0 0 8 1 0 0 20 0 15 0 12492231 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140736184349472 140643480084215 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
/proc/9445/statm: 2637789 6887 2741 1 0 2627261 0
[pid=9445/tid=9447] ppid=9442 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/9445/task/9447/stat : 9447 (java) R 9442 9445 7968 0 -1 4202560 2859 0 0 0 6 1 0 0 20 0 15 0 12492240 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140643484309904 140643480096150 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9448] ppid=9442 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9448/stat : 9448 (java) S 9442 9445 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12492241 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140643410504208 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9449] ppid=9442 vsize=10551156 memory=140129629312219 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9449/stat : 9449 (java) S 9442 9445 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12492241 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140643409451664 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9450] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9450/stat : 9450 (java) S 9442 9445 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12492241 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140643408398608 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9451] ppid=9442 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9451/stat : 9451 (java) S 9442 9445 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12492241 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140643407346064 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9452] ppid=9442 vsize=10551156 memory=140129629304448 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9452/stat : 9452 (java) S 9442 9445 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12492243 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140642975943408 140643480095362 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9453] ppid=9442 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9453/stat : 9453 (java) S 9442 9445 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12492243 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140642974889632 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9454] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9454/stat : 9454 (java) S 9442 9445 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12492243 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140642973836528 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9455] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9455/stat : 9455 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12492245 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140642972785104 140643480102811 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9456] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9456/stat : 9456 (java) S 9442 9445 7968 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 12492245 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140642971732208 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9457] ppid=9442 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9457/stat : 9457 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12492246 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140642970679664 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9458] ppid=9442 vsize=10551156 memory=140129629304448 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9458/stat : 9458 (java) S 9442 9445 7968 0 -1 1077944384 235 0 0 0 0 0 0 0 20 0 15 0 12492246 10804383744 6887 18446744073709551615 4194304 4196468 140736184366928 140642969626608 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9459] ppid=9442 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9459/stat : 9459 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12492246 10804383744 6952 18446744073709551615 4194304 4196468 140736184366928 140642968574304 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9460] ppid=9442 vsize=10551156 memory=140129629304448 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9460/stat : 9460 (java) S 9442 9445 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12492250 10804383744 6952 18446744073709551615 4194304 4196468 140736184366928 140642967522352 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27548 KiB

[startup+0.310266 s]*
/proc/loadavg: 7.48 7.24 6.60 6/211 9460
/proc/meminfo: memFree=23203120/32770624 swapFree=67108860/67108860
[pid=9445] ppid=9442 vsize=10551156 memory=36804 CPUtime=0.23 cores=1,3,5,7
/proc/9445/stat : 9445 (java) S 9442 9445 7968 0 -1 1077944320 7967 0 0 0 21 2 0 0 20 0 15 0 12492231 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140736184349472 140643480084215 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
/proc/9445/statm: 2637789 9201 2858 1 0 2627261 0
[pid=9445/tid=9447] ppid=9442 vsize=10551156 memory=7680170660397595203 CPUtime=0.17 cores=1,3,5,7
/proc/9445/task/9447/stat : 9447 (java) R 9442 9445 7968 0 -1 4202560 5626 0 0 0 15 2 0 0 20 0 15 0 12492240 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140643484321088 140643464164702 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9448] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9448/stat : 9448 (java) S 9442 9445 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12492241 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140643410504208 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9449] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9449/stat : 9449 (java) S 9442 9445 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12492241 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140643409451664 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9450] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9450/stat : 9450 (java) S 9442 9445 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12492241 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140643408398608 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9451] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9451/stat : 9451 (java) S 9442 9445 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12492241 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140643407346064 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9452] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9452/stat : 9452 (java) S 9442 9445 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12492243 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140642975943408 140643480095362 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9453] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9453/stat : 9453 (java) S 9442 9445 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12492243 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140642974889632 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9454] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9454/stat : 9454 (java) S 9442 9445 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12492243 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140642973836528 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9455] ppid=9442 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9455/stat : 9455 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12492245 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140642972785104 140643480102811 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9456] ppid=9442 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9445/task/9456/stat : 9456 (java) S 9442 9445 7968 0 -1 1077944384 500 0 0 0 1 0 0 0 20 0 15 0 12492245 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140642971732208 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9457] ppid=9442 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9457/stat : 9457 (java) S 9442 9445 7968 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 12492246 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140642970679664 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9458] ppid=9442 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/9445/task/9458/stat : 9458 (java) S 9442 9445 7968 0 -1 1077944384 386 0 0 0 4 0 0 0 20 0 15 0 12492246 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140642969626608 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9459] ppid=9442 vsize=10551156 memory=140129629304448 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9459/stat : 9459 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12492246 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140642968574304 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9460] ppid=9442 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9460/stat : 9460 (java) S 9442 9445 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12492250 10804383744 9201 18446744073709551615 4194304 4196468 140736184366928 140642967522352 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36804 KiB

[startup+0.701618 s]
/proc/loadavg: 7.48 7.24 6.60 6/211 9460
/proc/meminfo: memFree=23192528/32770624 swapFree=67108860/67108860
[pid=9445] ppid=9442 vsize=10551232 memory=231924 CPUtime=1.2 cores=1,3,5,7
/proc/9445/stat : 9445 (java) S 9442 9445 7968 0 -1 1077944320 10468 0 0 0 109 11 0 0 20 0 15 0 12492231 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140736184349472 140643480084215 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
/proc/9445/statm: 2637808 57981 3065 1 0 2627261 0
[pid=9445/tid=9447] ppid=9442 vsize=10551232 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/9445/task/9447/stat : 9447 (java) S 9442 9445 7968 0 -1 1077944384 6329 0 0 0 44 5 0 0 20 0 15 0 12492240 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140643484320992 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9448] ppid=9442 vsize=10551232 memory=140129482175351 CPUtime=0.05 cores=1,3,5,7
/proc/9445/task/9448/stat : 9448 (java) R 9442 9445 7968 0 -1 4202560 99 0 0 0 4 1 0 0 20 0 15 0 12492241 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140643410504208 140643465128539 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9449] ppid=9442 vsize=10551232 memory=280258964448928 CPUtime=0.02 cores=1,3,5,7
/proc/9445/task/9449/stat : 9449 (java) R 9442 9445 7968 0 -1 4202560 84 0 0 0 2 0 0 0 20 0 15 0 12492241 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140643409451664 140643465111634 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9450] ppid=9442 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/9445/task/9450/stat : 9450 (java) R 9442 9445 7968 0 -1 4202560 108 0 0 0 4 1 0 0 20 0 15 0 12492241 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140643408398608 140643465112080 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9451] ppid=9442 vsize=10551232 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9445/task/9451/stat : 9451 (java) R 9442 9445 7968 0 -1 4202560 109 0 0 0 3 1 0 0 20 0 15 0 12492241 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140643407346264 140643465111634 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9452] ppid=9442 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9452/stat : 9452 (java) S 9442 9445 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 12492243 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140642975941920 140643480094421 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9453] ppid=9442 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9453/stat : 9453 (java) S 9442 9445 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12492243 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140642974889632 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9454] ppid=9442 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9454/stat : 9454 (java) S 9442 9445 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12492243 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140642973836528 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9455] ppid=9442 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9455/stat : 9455 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12492245 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140642972785104 140643480102811 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9456] ppid=9442 vsize=10551232 memory=280258964670384 CPUtime=0.15 cores=1,3,5,7
/proc/9445/task/9456/stat : 9456 (java) S 9442 9445 7968 0 -1 1077944384 936 0 0 0 15 0 0 0 20 0 15 0 12492245 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140642971717200 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9457] ppid=9442 vsize=10551232 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/9445/task/9457/stat : 9457 (java) S 9442 9445 7968 0 -1 1077944384 308 0 0 0 14 0 0 0 20 0 15 0 12492246 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140642970679664 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9458] ppid=9442 vsize=10551232 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/9445/task/9458/stat : 9458 (java) S 9442 9445 7968 0 -1 1077944384 1051 0 0 0 20 0 0 0 20 0 15 0 12492246 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140642969626608 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9459] ppid=9442 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9459/stat : 9459 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12492246 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140642968574304 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9460] ppid=9442 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9460/stat : 9460 (java) S 9442 9445 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12492250 10804461568 57981 18446744073709551615 4194304 4196468 140736184366928 140642967522352 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 231924 KiB

[startup+1.50166 s]
/proc/loadavg: 7.48 7.24 6.60 6/211 9460
/proc/meminfo: memFree=22735512/32770624 swapFree=67108860/67108860
[pid=9445] ppid=9442 vsize=10551232 memory=826616 CPUtime=3 cores=1,3,5,7
/proc/9445/stat : 9445 (java) S 9442 9445 7968 0 -1 1077944320 15233 0 0 0 260 40 0 0 20 0 15 0 12492231 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140736184349472 140643480084215 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
/proc/9445/statm: 2637808 206654 3085 1 0 2627261 0
[pid=9445/tid=9447] ppid=9442 vsize=10551232 memory=2356 CPUtime=1.04 cores=1,3,5,7
/proc/9445/task/9447/stat : 9447 (java) R 9442 9445 7968 0 -1 4202560 7694 0 0 0 94 10 0 0 20 0 15 0 12492240 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140643484315368 140643086110514 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9448] ppid=9442 vsize=10551232 memory=11845 CPUtime=0.28 cores=1,3,5,7
/proc/9445/task/9448/stat : 9448 (java) S 9442 9445 7968 0 -1 1077944384 212 0 0 0 21 7 0 0 20 0 15 0 12492241 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140643410504208 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9449] ppid=9442 vsize=10551232 memory=20955 CPUtime=0.25 cores=1,3,5,7
/proc/9445/task/9449/stat : 9449 (java) S 9442 9445 7968 0 -1 1077944384 285 0 0 0 19 6 0 0 20 0 15 0 12492241 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140643409451664 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9450] ppid=9442 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/9445/task/9450/stat : 9450 (java) S 9442 9445 7968 0 -1 1077944384 568 0 0 0 21 7 0 0 20 0 15 0 12492241 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140643408398608 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9451] ppid=9442 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/9445/task/9451/stat : 9451 (java) S 9442 9445 7968 0 -1 1077944384 271 0 0 0 21 6 0 0 20 0 15 0 12492241 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140643407346064 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9452] ppid=9442 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9452/stat : 9452 (java) S 9442 9445 7968 0 -1 1077944384 504 0 0 0 0 0 0 0 20 0 15 0 12492243 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140642975943408 140643480095362 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9453] ppid=9442 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9453/stat : 9453 (java) S 9442 9445 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12492243 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140642974889632 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9454] ppid=9442 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9454/stat : 9454 (java) S 9442 9445 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12492243 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140642973836528 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9455] ppid=9442 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9455/stat : 9455 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12492245 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140642972785104 140643480102811 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9456] ppid=9442 vsize=10551232 memory=33 CPUtime=0.28 cores=1,3,5,7
/proc/9445/task/9456/stat : 9456 (java) R 9442 9445 7968 0 -1 4202560 2085 0 0 0 28 0 0 0 20 0 15 0 12492245 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140642971718264 140643459777319 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9457] ppid=9442 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/9445/task/9457/stat : 9457 (java) R 9442 9445 7968 0 -1 4202560 1117 0 0 0 28 0 0 0 20 0 15 0 12492246 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140642970665688 140643461263879 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9458] ppid=9442 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9445/task/9458/stat : 9458 (java) S 9442 9445 7968 0 -1 1077944384 1136 0 0 0 24 0 0 0 20 0 15 0 12492246 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140642969626608 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9459] ppid=9442 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9459/stat : 9459 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12492246 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140642968574304 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9460] ppid=9442 vsize=10551232 memory=280258964670384 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9460/stat : 9460 (java) S 9442 9445 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12492250 10804461568 206654 18446744073709551615 4194304 4196468 140736184366928 140642967522352 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 10551232 KiB

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

/proc/9445/task/9451/stat : 9451 (java) R 9442 9445 7968 0 -1 4202560 149227 0 0 0 45500 215 0 0 20 0 17 0 12492241 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643407346264 140643465073704 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9452] ppid=9442 vsize=10684512 memory=15872 CPUtime=17.55 cores=1,3,5,7
/proc/9445/task/9452/stat : 9452 (java) S 9442 9445 7968 0 -1 1077944384 75694 0 0 0 1751 4 0 0 20 0 17 0 12492243 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642975941952 140643480094421 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9453] ppid=9442 vsize=10684512 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9453/stat : 9453 (java) S 9442 9445 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 12492243 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642974889696 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9454] ppid=9442 vsize=10684512 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9454/stat : 9454 (java) S 9442 9445 7968 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 12492243 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642973836544 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9455] ppid=9442 vsize=10684512 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9455/stat : 9455 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12492245 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642972785104 140643480102811 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9456] ppid=9442 vsize=10684512 memory=1296 CPUtime=0.46 cores=1,3,5,7
/proc/9445/task/9456/stat : 9456 (java) S 9442 9445 7968 0 -1 1077944384 3693 0 0 0 46 0 0 0 20 0 17 0 12492245 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642971731968 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9457] ppid=9442 vsize=10684512 memory=1732 CPUtime=0.44 cores=1,3,5,7
/proc/9445/task/9457/stat : 9457 (java) S 9442 9445 7968 0 -1 1077944384 2243 0 0 0 44 0 0 0 20 0 17 0 12492246 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642970679712 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9458] ppid=9442 vsize=10684512 memory=55 CPUtime=0.26 cores=1,3,5,7
/proc/9445/task/9458/stat : 9458 (java) S 9442 9445 7968 0 -1 1077944384 2364 0 0 0 26 0 0 0 20 0 17 0 12492246 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642969626656 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9459] ppid=9442 vsize=10684512 memory=-3252517613199061085 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9459/stat : 9459 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12492246 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642968574304 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9460] ppid=9442 vsize=10684512 memory=6944656592455359545 CPUtime=0.16 cores=1,3,5,7
/proc/9445/task/9460/stat : 9460 (java) S 9442 9445 7968 0 -1 1077944384 573 0 0 0 9 7 0 0 20 0 17 0 12492250 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642967522352 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9582] ppid=9442 vsize=10684512 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9582/stat : 9582 (java) S 9442 9445 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 12538553 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642966466800 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9583] ppid=9442 vsize=10684512 memory=928 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9583/stat : 9583 (java) S 9442 9445 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 12538553 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642965414192 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
Current children cumulated CPU time: 1860.99 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8311352 KiB

[startup+500.001 s]*
/proc/loadavg: 7.35 7.33 6.89 9/213 9586
/proc/meminfo: memFree=14912728/32770624 swapFree=67108860/67108860
[pid=9445] ppid=9442 vsize=10684512 memory=8311352 CPUtime=1864.13 cores=1,3,5,7
/proc/9445/stat : 9445 (java) S 9442 9445 7968 0 -1 1077944320 823427 0 0 0 185485 928 0 0 20 0 17 0 12492231 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140736184349472 140643480084215 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
/proc/9445/statm: 2671128 2077838 3157 1 0 2660543 0
[pid=9445/tid=9447] ppid=9442 vsize=10684512 memory=7680170660397595203 CPUtime=15.36 cores=1,3,5,7
/proc/9445/task/9447/stat : 9447 (java) S 9442 9445 7968 0 -1 1077944384 21957 0 0 0 1510 26 0 0 20 0 17 0 12492240 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643484324896 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9448] ppid=9442 vsize=10684512 memory=1732 CPUtime=459.05 cores=1,3,5,7
/proc/9445/task/9448/stat : 9448 (java) R 9442 9445 7968 0 -1 4202560 243883 0 0 0 45688 217 0 0 20 0 17 0 12492241 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643410504328 140643472712423 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9449] ppid=9442 vsize=10684512 memory=8311348 CPUtime=455.48 cores=1,3,5,7
/proc/9445/task/9449/stat : 9449 (java) R 9442 9445 7968 0 -1 4202560 201038 0 0 0 45303 245 0 0 20 0 17 0 12492241 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643409451784 140643472712423 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9450] ppid=9442 vsize=10684512 memory=8311352 CPUtime=457.31 cores=1,3,5,7
/proc/9445/task/9450/stat : 9450 (java) R 9442 9445 7968 0 -1 4202560 121170 0 0 0 45518 213 0 0 20 0 17 0 12492241 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643408398416 140643472712423 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9451] ppid=9442 vsize=10684512 memory=1732 CPUtime=457.96 cores=1,3,5,7
/proc/9445/task/9451/stat : 9451 (java) R 9442 9445 7968 0 -1 4202560 149227 0 0 0 45581 215 0 0 20 0 17 0 12492241 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643407346264 140643464784143 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9452] ppid=9442 vsize=10684512 memory=8311352 CPUtime=17.55 cores=1,3,5,7
/proc/9445/task/9452/stat : 9452 (java) S 9442 9445 7968 0 -1 1077944384 75694 0 0 0 1751 4 0 0 20 0 17 0 12492243 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642975941952 140643480094421 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9453] ppid=9442 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9453/stat : 9453 (java) S 9442 9445 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 12492243 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642974889696 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9454] ppid=9442 vsize=10684512 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9454/stat : 9454 (java) S 9442 9445 7968 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 12492243 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642973836544 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9455] ppid=9442 vsize=10684512 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9455/stat : 9455 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12492245 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642972785104 140643480102811 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9456] ppid=9442 vsize=10684512 memory=8311352 CPUtime=0.46 cores=1,3,5,7
/proc/9445/task/9456/stat : 9456 (java) S 9442 9445 7968 0 -1 1077944384 3693 0 0 0 46 0 0 0 20 0 17 0 12492245 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642971731968 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9457] ppid=9442 vsize=10684512 memory=288230613214036277 CPUtime=0.44 cores=1,3,5,7
/proc/9445/task/9457/stat : 9457 (java) S 9442 9445 7968 0 -1 1077944384 2243 0 0 0 44 0 0 0 20 0 17 0 12492246 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642970679712 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9458] ppid=9442 vsize=10684512 memory=15540730097567645 CPUtime=0.26 cores=1,3,5,7
/proc/9445/task/9458/stat : 9458 (java) S 9442 9445 7968 0 -1 1077944384 2364 0 0 0 26 0 0 0 20 0 17 0 12492246 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642969626656 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9459] ppid=9442 vsize=10684512 memory=3044 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9459/stat : 9459 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12492246 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642968574304 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9460] ppid=9442 vsize=10684512 memory=8297216 CPUtime=0.16 cores=1,3,5,7
/proc/9445/task/9460/stat : 9460 (java) S 9442 9445 7968 0 -1 1077944384 573 0 0 0 9 7 0 0 20 0 17 0 12492250 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642967522352 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9582] ppid=9442 vsize=10684512 memory=8311352 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9582/stat : 9582 (java) S 9442 9445 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 12538553 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642966466800 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9583] ppid=9442 vsize=10684512 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9583/stat : 9583 (java) S 9442 9445 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 12538553 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642965414192 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
Current children cumulated CPU time: 1864.13 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8311352 KiB

[startup+500.401 s]
/proc/loadavg: 7.35 7.33 6.89 9/213 9586
/proc/meminfo: memFree=14912728/32770624 swapFree=67108860/67108860
[pid=9445] ppid=9442 vsize=10684512 memory=8311352 CPUtime=1864.7 cores=1,3,5,7
/proc/9445/stat : 9445 (java) S 9442 9445 7968 0 -1 1077944320 823427 0 0 0 185542 928 0 0 20 0 17 0 12492231 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140736184349472 140643480084215 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
/proc/9445/statm: 2671128 2077838 3157 1 0 2660543 0
[pid=9445/tid=9447] ppid=9442 vsize=10684512 memory=840 CPUtime=15.36 cores=1,3,5,7
/proc/9445/task/9447/stat : 9447 (java) S 9442 9445 7968 0 -1 1077944384 21957 0 0 0 1510 26 0 0 20 0 17 0 12492240 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643484324896 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9448] ppid=9442 vsize=10684512 memory=7680170660397595203 CPUtime=459.11 cores=1,3,5,7
/proc/9445/task/9448/stat : 9448 (java) S 9442 9445 7968 0 -1 1077944384 243883 0 0 0 45694 217 0 0 20 0 17 0 12492241 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643410504208 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9449] ppid=9442 vsize=10684512 memory=7680170660397595203 CPUtime=455.54 cores=1,3,5,7
/proc/9445/task/9449/stat : 9449 (java) S 9442 9445 7968 0 -1 1077944384 201038 0 0 0 45309 245 0 0 20 0 17 0 12492241 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643409451664 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9450] ppid=9442 vsize=10684512 memory=8311204 CPUtime=457.37 cores=1,3,5,7
/proc/9445/task/9450/stat : 9450 (java) S 9442 9445 7968 0 -1 1077944384 121170 0 0 0 45524 213 0 0 20 0 17 0 12492241 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643408398608 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9451] ppid=9442 vsize=10684512 memory=11096 CPUtime=458.02 cores=1,3,5,7
/proc/9445/task/9451/stat : 9451 (java) S 9442 9445 7968 0 -1 1077944384 149227 0 0 0 45587 215 0 0 20 0 17 0 12492241 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140643407346064 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9452] ppid=9442 vsize=10684512 memory=8311352 CPUtime=17.88 cores=1,3,5,7
/proc/9445/task/9452/stat : 9452 (java) R 9442 9445 7968 0 -1 4202560 75695 0 0 0 1784 4 0 0 20 0 17 0 12492243 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642975941952 140643464541846 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9453] ppid=9442 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9453/stat : 9453 (java) S 9442 9445 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 12492243 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642974889696 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9454] ppid=9442 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9454/stat : 9454 (java) S 9442 9445 7968 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 12492243 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642973836544 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9455] ppid=9442 vsize=10684512 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9455/stat : 9455 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12492245 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642972785104 140643480102811 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9456] ppid=9442 vsize=10684512 memory=1700 CPUtime=0.46 cores=1,3,5,7
/proc/9445/task/9456/stat : 9456 (java) S 9442 9445 7968 0 -1 1077944384 3693 0 0 0 46 0 0 0 20 0 17 0 12492245 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642971731968 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9457] ppid=9442 vsize=10684512 memory=1228 CPUtime=0.44 cores=1,3,5,7
/proc/9445/task/9457/stat : 9457 (java) S 9442 9445 7968 0 -1 1077944384 2243 0 0 0 44 0 0 0 20 0 17 0 12492246 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642970679712 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9458] ppid=9442 vsize=10684512 memory=280258965017152 CPUtime=0.26 cores=1,3,5,7
/proc/9445/task/9458/stat : 9458 (java) S 9442 9445 7968 0 -1 1077944384 2364 0 0 0 26 0 0 0 20 0 17 0 12492246 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642969626656 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9459] ppid=9442 vsize=10684512 memory=280258964095216 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9459/stat : 9459 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12492246 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642968574304 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9460] ppid=9442 vsize=10684512 memory=280258964095216 CPUtime=0.16 cores=1,3,5,7
/proc/9445/task/9460/stat : 9460 (java) S 9442 9445 7968 0 -1 1077944384 573 0 0 0 9 7 0 0 20 0 17 0 12492250 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642967522352 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9582] ppid=9442 vsize=10684512 memory=280258964095216 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9582/stat : 9582 (java) S 9442 9445 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 12538553 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642966466800 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9583] ppid=9442 vsize=10684512 memory=280258964095216 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9583/stat : 9583 (java) S 9442 9445 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 12538553 10940940288 2077838 18446744073709551615 4194304 4196468 140736184366928 140642965414192 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
Current children cumulated CPU time: 1864.7 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8311352 KiB

[startup+500.601 s]
/proc/loadavg: 7.35 7.33 6.89 9/213 9586
/proc/meminfo: memFree=14912728/32770624 swapFree=67108860/67108860
[pid=9445] ppid=9442 vsize=10684512 memory=8311356 CPUtime=1864.9 cores=1,3,5,7
/proc/9445/stat : 9445 (java) S 9442 9445 7968 0 -1 1077944320 823485 0 0 0 185562 928 0 0 20 0 17 0 12492231 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140736184349472 140643480084215 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
/proc/9445/statm: 2671128 2077839 3157 1 0 2660543 0
[pid=9445/tid=9447] ppid=9442 vsize=10684512 memory=1200 CPUtime=15.36 cores=1,3,5,7
/proc/9445/task/9447/stat : 9447 (java) S 9442 9445 7968 0 -1 1077944384 21957 0 0 0 1510 26 0 0 20 0 17 0 12492240 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140643484324896 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9448] ppid=9442 vsize=10684512 memory=15872 CPUtime=459.11 cores=1,3,5,7
/proc/9445/task/9448/stat : 9448 (java) S 9442 9445 7968 0 -1 1077944384 243883 0 0 0 45694 217 0 0 20 0 17 0 12492241 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140643410504208 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9449] ppid=9442 vsize=10684512 memory=4040 CPUtime=455.54 cores=1,3,5,7
/proc/9445/task/9449/stat : 9449 (java) S 9442 9445 7968 0 -1 1077944384 201038 0 0 0 45309 245 0 0 20 0 17 0 12492241 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140643409451664 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9450] ppid=9442 vsize=10684512 memory=16444 CPUtime=457.37 cores=1,3,5,7
/proc/9445/task/9450/stat : 9450 (java) S 9442 9445 7968 0 -1 1077944384 121170 0 0 0 45524 213 0 0 20 0 17 0 12492241 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140643408398608 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9451] ppid=9442 vsize=10684512 memory=7544 CPUtime=458.02 cores=1,3,5,7
/proc/9445/task/9451/stat : 9451 (java) S 9442 9445 7968 0 -1 1077944384 149227 0 0 0 45587 215 0 0 20 0 17 0 12492241 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140643407346064 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9452] ppid=9442 vsize=10684512 memory=1236 CPUtime=18.08 cores=1,3,5,7
/proc/9445/task/9452/stat : 9452 (java) R 9442 9445 7968 0 -1 4202560 75752 0 0 0 1804 4 0 0 20 0 17 0 12492243 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642975941952 140643465080708 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9453] ppid=9442 vsize=10684512 memory=8310640 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9453/stat : 9453 (java) S 9442 9445 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 12492243 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642974889696 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9454] ppid=9442 vsize=10684512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9454/stat : 9454 (java) S 9442 9445 7968 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 17 0 12492243 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642973836544 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9455] ppid=9442 vsize=10684512 memory=280258965276608 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9455/stat : 9455 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12492245 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642972785104 140643480102811 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9456] ppid=9442 vsize=10684512 memory=288230377074732336 CPUtime=0.46 cores=1,3,5,7
/proc/9445/task/9456/stat : 9456 (java) S 9442 9445 7968 0 -1 1077944384 3693 0 0 0 46 0 0 0 20 0 17 0 12492245 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642971731968 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9457] ppid=9442 vsize=10684512 memory=288288895970587547 CPUtime=0.44 cores=1,3,5,7
/proc/9445/task/9457/stat : 9457 (java) S 9442 9445 7968 0 -1 1077944384 2243 0 0 0 44 0 0 0 20 0 17 0 12492246 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642970679712 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9458] ppid=9442 vsize=10684512 memory=6943526293694210128 CPUtime=0.26 cores=1,3,5,7
/proc/9445/task/9458/stat : 9458 (java) S 9442 9445 7968 0 -1 1077944384 2364 0 0 0 26 0 0 0 20 0 17 0 12492246 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642969626656 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9459] ppid=9442 vsize=10684512 memory=7169336533501127597 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9459/stat : 9459 (java) S 9442 9445 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12492246 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642968574304 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9460] ppid=9442 vsize=10684512 memory=-1161699032756228999 CPUtime=0.16 cores=1,3,5,7
/proc/9445/task/9460/stat : 9460 (java) S 9442 9445 7968 0 -1 1077944384 573 0 0 0 9 7 0 0 20 0 17 0 12492250 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642967522352 140643480095362 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9582] ppid=9442 vsize=10684512 memory=-9174445032661854264 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9582/stat : 9582 (java) S 9442 9445 7968 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 17 0 12538553 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642966466800 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
[pid=9445/tid=9583] ppid=9442 vsize=10684512 memory=-7745171736467235904 CPUtime=0 cores=1,3,5,7
/proc/9445/task/9583/stat : 9583 (java) S 9442 9445 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 12538553 10940940288 2077839 18446744073709551615 4194304 4196468 140736184366928 140642965414192 140643480094421 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13111296 140736184369553 140736184369706 140736184369706 140736184373199 0
Current children cumulated CPU time: 1864.9 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8311356 KiB

[startup+500.711 s]*
/proc/loadavg: 7.35 7.33 6.89 6/198 9586
/proc/meminfo: memFree=16469192/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): 500.742
CPU time (s): 1865.04
CPU user time (s): 1855.72
CPU system time (s): 9.32488
CPU usage (%): 372.457
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8311356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1855.72
system time used= 9.32488
maximum resident set size= 8311456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 823610
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= 41021
involuntary context switches= 62694


# summary of solver processes directly reported to runsolver:
#   pid: 9445
#   total CPU time (s): 1865.04
#   total CPU user time (s): 1855.72
#   total CPU system time (s): 9.32488

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.91305 second user time and 5.14314 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:47:39
IDJOB=4263099
IDBENCH=115623
IDSOLVER=2651
FILE ID=node128/4263099-1502586095
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-050-05-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263099-1502586095/watcher-4263099-1502586095 -o /tmp/evaluation-result-4263099-1502586095/solver-4263099-1502586095 -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-4263099-1502586095.xml

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

MD5SUM BENCH= 3ac1b524e32e52d6c8adbfb753c77199
RANDOM SEED=381778002

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:        23230012 kB
MemAvailable:   23720572 kB
Buffers:          101076 kB
Cached:           678644 kB
SwapCached:            0 kB
Active:          8515188 kB
Inactive:         602632 kB
Active(anon):    8338316 kB
Inactive(anon):    16764 kB
Active(file):     176872 kB
Inactive(file):   585868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1608 kB
Writeback:             4 kB
AnonPages:       8337584 kB
Mapped:            43336 kB
Shmem:             17116 kB
Slab:             111872 kB
SReclaimable:      87308 kB
SUnreclaim:        24564 kB
KernelStack:        3472 kB
PageTables:        21360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6551552 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:55:59