Trace number 4263775

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? 1415.37 384.83401

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-9.xml
MD5SUM61a67ae858673343e351cd0fcc1d1459
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark615
Best CPU time to get the best result obtained on this benchmark19946.6
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size704
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":704,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1286.65/350.53	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1332.04/362.65		at sun.util.calendar.ZoneInfoFile.load(ZoneInfoFile.java:318)
1332.04/362.65		at sun.util.calendar.ZoneInfoFile.access$000(ZoneInfoFile.java:61)
1332.04/362.65		at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:258)
1332.04/362.65		at java.security.AccessController.doPrivileged(Native Method)
1332.04/362.65		at sun.util.calendar.ZoneInfoFile.<clinit>(ZoneInfoFile.java:251)
1332.04/362.65		at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:589)
1332.04/362.65		at java.util.TimeZone.getTimeZone(TimeZone.java:560)
1332.04/362.65		at java.util.TimeZone.setDefaultZone(TimeZone.java:666)
1332.04/362.65		at java.util.TimeZone.getDefaultRef(TimeZone.java:636)
1332.04/362.65		at java.util.TimeZone.getDefault(TimeZone.java:625)
1332.04/362.65		at java.util.Calendar.getInstance(Calendar.java:1640)
1332.04/362.65		at java.util.Formatter$FormatSpecifier.printDateTime(Formatter.java:2826)
1332.04/362.65		at java.util.Formatter$FormatSpecifier.print(Formatter.java:2740)
1332.04/362.65		at java.util.Formatter.format(Formatter.java:2526)
1332.04/362.65		at java.util.Formatter.format(Formatter.java:2455)
1332.04/362.65		at java.lang.String.format(String.java:2940)
1332.04/362.65		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:161)
1332.04/362.65		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1332.04/362.65		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1332.04/362.65		at java.util.logging.Logger.log(Logger.java:738)
1332.04/362.65		at java.util.logging.Logger.doLog(Logger.java:765)
1332.04/362.65		at java.util.logging.Logger.log(Logger.java:876)
1332.04/362.65		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1332.04/362.65		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1332.04/362.65		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1332.04/362.65		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1332.04/362.65		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1332.04/362.65		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1396.33/379.98	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1396.33/379.98	c This is free software under the dual EPL/GNU LGPL licenses.
1396.33/379.98	c See www.sat4j.org for details.
1396.33/379.98	c That software uses the Rhino library from the Mozilla project.
1396.33/379.98	c version CUSTOM.v20170705
1396.33/379.98	c java.runtime.name	Java(TM) SE Runtime Environment
1396.33/379.98	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1396.33/379.98	c java.vm.version	25.131-b11
1396.33/379.98	c java.vm.vendor	Oracle Corporation
1396.33/379.98	c sun.arch.data.model	64
1396.33/379.98	c java.version		1.8.0_131
1396.33/379.98	c os.name		Linux
1396.33/379.98	c os.version		3.10.0-514.16.1.el7.x86_64
1396.33/379.98	c os.arch		amd64
1396.33/379.98	c Free memory 		499604488
1396.33/379.98	c Max memory 		7247757312
1396.33/379.98	c Total memory 		504889344
1396.33/379.98	c Number of processors 	4
1396.33/379.98	c c --- Begin Solver configuration ---
1396.33/379.98	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1396.33/379.98	c Learn all clauses as in MiniSAT
1396.33/379.98	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1396.33/379.98	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1396.33/379.98	c No reason simplification
1396.33/379.98	c Glucose 2.1 dynamic restart strategy
1396.33/379.98	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
1396.33/379.98	c timeout=2147483s
1396.33/379.98	c DB Simplification allowed=false
1396.33/379.98	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1396.33/379.98	c --- End Solver configuration ---
1415.10/384.79	c starts		: 0
1415.10/384.79	c conflicts		: 0
1415.10/384.79	c decisions		: 0
1415.10/384.79	c propagations		: 0
1415.10/384.79	c inspects		: 0
1415.10/384.79	c shortcuts		: 0
1415.10/384.79	c learnt literals	: 0
1415.10/384.79	c learnt binary clauses	: 0
1415.10/384.79	c learnt ternary clauses	: 0
1415.10/384.79	c learnt constraints	: 0
1415.10/384.79	c ignored constraints	: 0
1415.10/384.79	c root simplifications	: 0
1415.10/384.79	c removed literals (reason simplification)	: 0
1415.10/384.79	c reason swapping (by a shorter reason)	: 0
1415.10/384.79	c Calls to reduceDB	: 0
1415.10/384.79	c Number of update (reduction) of LBD	: 0
1415.10/384.79	c Imported unit clauses	: 0
1415.10/384.79	c number of reductions to clauses (during analyze)	: 0
1415.10/384.79	c number of learned constraints concerned by reduction	: 0
1415.10/384.79	c number of learning phase by resolution	: 0
1415.10/384.79	c number of learning phase by cutting planes	: 0
1415.10/384.79	c number of rounding to 1 operations	: 0
1415.10/384.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1415.10/384.79	c number of reductions of the coefficients by power 2 	: 0
1415.10/384.79	c number of right shift for reduction by power 2 	: 0
1415.10/384.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
1415.10/384.79	c speed (assignments/second)	: 0.0
1415.10/384.79	c non guided choices	0
1415.10/384.79	c learnt constraints type 
1415.10/384.79	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 (7219 MiB free)
  memory of node 1: 16384 MiB (15408 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263775-1502594062/watcher-4263775-1502594062 -o /tmp/evaluation-result-4263775-1502594062/solver-4263775-1502594062 -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-4263775-1502594062.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=12658, runsolver pid=12655

[startup+0.100062 s]*
/proc/loadavg: 7.06 7.21 7.27 6/206 12664
/proc/meminfo: memFree=23161212/32770624 swapFree=67108860/67108860
[pid=12658] ppid=12655 vsize=10018544 memory=18796 CPUtime=0.01 cores=1,3,5,7
/proc/12658/stat : 12658 (java) S 12655 12658 7968 0 -1 1077944320 3504 0 0 0 1 0 0 0 20 0 7 0 13288916 10258989056 4699 18446744073709551615 4194304 4196468 140723322012752 140723321995296 140127605182199 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
/proc/12658/statm: 2504636 4699 1964 1 0 2494133 0
[pid=12658/tid=12660] ppid=12655 vsize=10018544 memory=7077796292425249400 CPUtime=0.01 cores=1,3,5,7
/proc/12658/task/12660/stat : 12660 (java) R 12655 12658 7968 0 -1 4202560 2243 0 0 0 1 0 0 0 20 0 7 0 13288925 10258989056 4765 18446744073709551615 4194304 4196468 140723322012752 140127609424656 140127605204125 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12661] ppid=12655 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12661/stat : 12661 (java) S 12655 12658 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13288926 10258989056 4765 18446744073709551615 4194304 4196468 140723322012752 140127546219408 140127605192405 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12662] ppid=12655 vsize=10018544 memory=140609745610368 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12662/stat : 12662 (java) S 12655 12658 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13288926 10258989056 4765 18446744073709551615 4194304 4196468 140723322012752 140127545166608 140127605192405 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12663] ppid=12655 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12663/stat : 12663 (java) S 12655 12658 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 13288926 10258989056 4765 18446744073709551615 4194304 4196468 140723322012752 140127544114320 140127605192405 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12664] ppid=12655 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12664/stat : 12664 (java) S 12655 12658 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13288926 10258989056 4765 18446744073709551615 4194304 4196468 140723322012752 140127543061520 140127605192405 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12665] ppid=12655 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12665/stat : 12665 (java) S 12655 12658 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 13288927 10258989056 4765 18446744073709551615 4194304 4196468 140723322012752 140126644553840 140127605193346 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 18796 KiB

[startup+0.209978 s]*
/proc/loadavg: 7.06 7.21 7.27 8/215 12673
/proc/meminfo: memFree=23154728/32770624 swapFree=67108860/67108860
[pid=12658] ppid=12655 vsize=10552180 memory=31588 CPUtime=0.11 cores=1,3,5,7
/proc/12658/stat : 12658 (java) S 12655 12658 7968 0 -1 1077944320 7046 0 0 0 9 2 0 0 20 0 15 0 13288916 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140723321995296 140127605182199 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
/proc/12658/statm: 2638045 7897 2810 1 0 2627517 0
[pid=12658/tid=12660] ppid=12655 vsize=10552180 memory=8316850467074736180 CPUtime=0.08 cores=1,3,5,7
/proc/12658/task/12660/stat : 12660 (java) R 12655 12658 7968 0 -1 4202560 4958 0 0 0 7 1 0 0 20 0 15 0 13288925 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140127609370544 140127597861917 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12661] ppid=12655 vsize=10552180 memory=11909 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12661/stat : 12661 (java) S 12655 12658 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13288926 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140127546219408 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12662] ppid=12655 vsize=10552180 memory=140609745618658 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12662/stat : 12662 (java) S 12655 12658 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13288926 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140127545166608 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12663] ppid=12655 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12663/stat : 12663 (java) S 12655 12658 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13288926 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140127544114320 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12664] ppid=12655 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12664/stat : 12664 (java) S 12655 12658 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13288926 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140127543061520 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12665] ppid=12655 vsize=10552180 memory=140609745610368 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12665/stat : 12665 (java) S 12655 12658 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13288927 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140126644553840 140127605193346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12666] ppid=12655 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12666/stat : 12666 (java) S 12655 12658 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13288928 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140126643499808 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12667] ppid=12655 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12667/stat : 12667 (java) S 12655 12658 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13288928 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140126642447472 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12668] ppid=12655 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12668/stat : 12668 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13288930 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140126641395792 140127605200795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12669] ppid=12655 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12669/stat : 12669 (java) S 12655 12658 7968 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 13288930 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140126640343664 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12670] ppid=12655 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12670/stat : 12670 (java) S 12655 12658 7968 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 13288930 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140126639290864 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12671] ppid=12655 vsize=10552180 memory=140609745610368 CPUtime=0.01 cores=1,3,5,7
/proc/12658/task/12671/stat : 12671 (java) S 12655 12658 7968 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 13288930 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140126638238576 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12672] ppid=12655 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12672/stat : 12672 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13288931 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140126637186016 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12673] ppid=12655 vsize=10552180 memory=140609745610368 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12673/stat : 12673 (java) S 12655 12658 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13288934 10805432320 7897 18446744073709551615 4194304 4196468 140723322012752 140126636132784 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 31588 KiB

[startup+0.310917 s]*
/proc/loadavg: 7.06 7.21 7.27 7/215 12673
/proc/meminfo: memFree=23144092/32770624 swapFree=67108860/67108860
[pid=12658] ppid=12655 vsize=10551156 memory=37196 CPUtime=0.26 cores=1,3,5,7
/proc/12658/stat : 12658 (java) S 12655 12658 7968 0 -1 1077944320 8079 0 0 0 24 2 0 0 20 0 15 0 13288916 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140723321995296 140127605182199 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
/proc/12658/statm: 2637789 9299 2865 1 0 2627261 0
[pid=12658/tid=12660] ppid=12655 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/12658/task/12660/stat : 12660 (java) R 12655 12658 7968 0 -1 4202560 5638 0 0 0 17 1 0 0 20 0 15 0 13288925 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140127609420176 140127605194134 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12661] ppid=12655 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12661/stat : 12661 (java) S 12655 12658 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13288926 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140127546219408 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12662] ppid=12655 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12662/stat : 12662 (java) S 12655 12658 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13288926 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140127545166608 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12663] ppid=12655 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12663/stat : 12663 (java) S 12655 12658 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13288926 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140127544114320 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12664] ppid=12655 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12664/stat : 12664 (java) S 12655 12658 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13288926 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140127543061520 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12665] ppid=12655 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12665/stat : 12665 (java) S 12655 12658 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13288927 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140126644553840 140127605193346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12666] ppid=12655 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12666/stat : 12666 (java) S 12655 12658 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13288928 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140126643499808 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12667] ppid=12655 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12667/stat : 12667 (java) S 12655 12658 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13288928 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140126642447472 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12668] ppid=12655 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12668/stat : 12668 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13288930 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140126641395792 140127605200795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12669] ppid=12655 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12658/task/12669/stat : 12669 (java) S 12655 12658 7968 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 13288930 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140126640343664 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12670] ppid=12655 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/12658/task/12670/stat : 12670 (java) S 12655 12658 7968 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 13288930 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140126639290864 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12671] ppid=12655 vsize=10551156 memory=140609745610368 CPUtime=0.05 cores=1,3,5,7
/proc/12658/task/12671/stat : 12671 (java) R 12655 12658 7968 0 -1 4202560 495 0 0 0 5 0 0 0 20 0 15 0 13288930 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140126638234944 140127583550838 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12672] ppid=12655 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12672/stat : 12672 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13288931 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140126637186016 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12673] ppid=12655 vsize=10551156 memory=140609745610368 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12673/stat : 12673 (java) S 12655 12658 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13288934 10804383744 9299 18446744073709551615 4194304 4196468 140723322012752 140126636132784 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37196 KiB

[startup+0.700772 s]
/proc/loadavg: 7.06 7.21 7.27 7/215 12673
/proc/meminfo: memFree=23132832/32770624 swapFree=67108860/67108860
[pid=12658] ppid=12655 vsize=10551232 memory=243688 CPUtime=1.16 cores=1,3,5,7
/proc/12658/stat : 12658 (java) S 12655 12658 7968 0 -1 1077944320 10846 0 0 0 105 11 0 0 20 0 15 0 13288916 10804461568 60922 18446744073709551615 4194304 4196468 140723322012752 140723321995296 140127605182199 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
/proc/12658/statm: 2637808 60922 3052 1 0 2627261 0
[pid=12658/tid=12660] ppid=12655 vsize=10551232 memory=6944656592455097440 CPUtime=0.52 cores=1,3,5,7
/proc/12658/task/12660/stat : 12660 (java) R 12655 12658 7968 0 -1 4202560 6979 0 0 0 48 4 0 0 20 0 15 0 13288925 10804461568 60922 18446744073709551615 4194304 4196468 140723322012752 140127609419024 140127219986641 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12661] ppid=12655 vsize=10551232 memory=6943526294502006880 CPUtime=0.03 cores=1,3,5,7
/proc/12658/task/12661/stat : 12661 (java) S 12655 12658 7968 0 -1 1077944384 36 0 0 0 2 1 0 0 20 0 15 0 13288926 10804461568 60922 18446744073709551615 4194304 4196468 140723322012752 140127546219408 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12662] ppid=12655 vsize=10551232 memory=6943526294502006880 CPUtime=0.03 cores=1,3,5,7
/proc/12658/task/12662/stat : 12662 (java) S 12655 12658 7968 0 -1 1077944384 34 0 0 0 2 1 0 0 20 0 15 0 13288926 10804461568 60922 18446744073709551615 4194304 4196468 140723322012752 140127545166608 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12663] ppid=12655 vsize=10551232 memory=6944652177228980320 CPUtime=0.03 cores=1,3,5,7
/proc/12658/task/12663/stat : 12663 (java) S 12655 12658 7968 0 -1 1077944384 28 0 0 0 2 1 0 0 20 0 15 0 13288926 10804461568 60922 18446744073709551615 4194304 4196468 140723322012752 140127544114320 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12664] ppid=12655 vsize=10551232 memory=-2893623298589923098 CPUtime=0.03 cores=1,3,5,7
/proc/12658/task/12664/stat : 12664 (java) S 12655 12658 7968 0 -1 1077944384 36 0 0 0 2 1 0 0 20 0 15 0 13288926 10804461568 60922 18446744073709551615 4194304 4196468 140723322012752 140127543061520 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12665] ppid=12655 vsize=10551232 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12665/stat : 12665 (java) S 12655 12658 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13288927 10804461568 60922 18446744073709551615 4194304 4196468 140723322012752 140126644553840 140127605193346 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12666] ppid=12655 vsize=10551232 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12666/stat : 12666 (java) S 12655 12658 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13288928 10804461568 60922 18446744073709551615 4194304 4196468 140723322012752 140126643499808 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12667] ppid=12655 vsize=10551232 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12667/stat : 12667 (java) S 12655 12658 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 13288928 10804461568 61434 18446744073709551615 4194304 4196468 140723322012752 140126642447472 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12668] ppid=12655 vsize=10551232 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12668/stat : 12668 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13288930 10804461568 61434 18446744073709551615 4194304 4196468 140723322012752 140126641395792 140127605200795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12669] ppid=12655 vsize=10551232 memory=7728 CPUtime=0.11 cores=1,3,5,7
/proc/12658/task/12669/stat : 12669 (java) R 12655 12658 7968 0 -1 4202560 560 0 0 0 11 0 0 0 20 0 15 0 13288930 10804461568 61434 18446744073709551615 4194304 4196468 140723322012752 140126640343664 140127583159902 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12670] ppid=12655 vsize=10551232 memory=1236 CPUtime=0.13 cores=1,3,5,7
/proc/12658/task/12670/stat : 12670 (java) R 12655 12658 7968 0 -1 4202560 624 0 0 0 13 0 0 0 20 0 15 0 13288930 10804461568 61434 18446744073709551615 4194304 4196468 140723322012752 140126639290864 140127584899335 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12671] ppid=12655 vsize=10551232 memory=640 CPUtime=0.23 cores=1,3,5,7
/proc/12658/task/12671/stat : 12671 (java) S 12655 12658 7968 0 -1 1077944384 1105 0 0 0 23 0 0 0 20 0 15 0 13288930 10804461568 61434 18446744073709551615 4194304 4196468 140723322012752 140126638238576 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12672] ppid=12655 vsize=10551232 memory=15620 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12672/stat : 12672 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13288931 10804461568 61434 18446744073709551615 4194304 4196468 140723322012752 140126637186016 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12673] ppid=12655 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12673/stat : 12673 (java) S 12655 12658 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13288934 10804461568 61434 18446744073709551615 4194304 4196468 140723322012752 140126636132784 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 243688 KiB

[startup+1.50078 s]
/proc/loadavg: 7.06 7.21 7.27 8/215 12673
/proc/meminfo: memFree=22825808/32770624 swapFree=67108860/67108860
[pid=12658] ppid=12655 vsize=10551232 memory=508048 CPUtime=3.19 cores=1,3,5,7
/proc/12658/stat : 12658 (java) S 12655 12658 7968 0 -1 1077944320 13308 0 0 0 284 35 0 0 20 0 15 0 13288916 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140723321995296 140127605182199 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
/proc/12658/statm: 2637808 127012 3086 1 0 2627261 0
[pid=12658/tid=12660] ppid=12655 vsize=10551232 memory=479376 CPUtime=1.11 cores=1,3,5,7
/proc/12658/task/12660/stat : 12660 (java) R 12655 12658 7968 0 -1 4202560 7074 0 0 0 106 5 0 0 20 0 15 0 13288925 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140127609415712 140127220602268 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12661] ppid=12655 vsize=10551232 memory=6944656592455097440 CPUtime=0.22 cores=1,3,5,7
/proc/12658/task/12661/stat : 12661 (java) S 12655 12658 7968 0 -1 1077944384 190 0 0 0 16 6 0 0 20 0 15 0 13288926 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140127546219408 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12662] ppid=12655 vsize=10551232 memory=6943526294502006880 CPUtime=0.23 cores=1,3,5,7
/proc/12658/task/12662/stat : 12662 (java) S 12655 12658 7968 0 -1 1077944384 181 0 0 0 17 6 0 0 20 0 15 0 13288926 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140127545166608 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12663] ppid=12655 vsize=10551232 memory=6943526294502006880 CPUtime=0.22 cores=1,3,5,7
/proc/12658/task/12663/stat : 12663 (java) S 12655 12658 7968 0 -1 1077944384 194 0 0 0 16 6 0 0 20 0 15 0 13288926 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140127544114320 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12664] ppid=12655 vsize=10551232 memory=281219292042080 CPUtime=0.22 cores=1,3,5,7
/proc/12658/task/12664/stat : 12664 (java) S 12655 12658 7968 0 -1 1077944384 192 0 0 0 16 6 0 0 20 0 15 0 13288926 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140127543061520 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12665] ppid=12655 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12665/stat : 12665 (java) S 12655 12658 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 13288927 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140126644553840 140127605193346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12666] ppid=12655 vsize=10551232 memory=281219292310336 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12666/stat : 12666 (java) S 12655 12658 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13288928 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140126643499872 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12667] ppid=12655 vsize=10551232 memory=-6876588628788210059 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12667/stat : 12667 (java) S 12655 12658 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 13288928 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140126642447472 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12668] ppid=12655 vsize=10551232 memory=-3123010188551861097 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12668/stat : 12668 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13288930 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140126641395792 140127605200795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12669] ppid=12655 vsize=10551232 memory=-6876025511468833693 CPUtime=0.41 cores=1,3,5,7
/proc/12658/task/12669/stat : 12669 (java) S 12655 12658 7968 0 -1 1077944384 1231 0 0 0 41 0 0 0 20 0 15 0 13288930 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140126640343664 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12670] ppid=12655 vsize=10551232 memory=8292148131930887879 CPUtime=0.42 cores=1,3,5,7
/proc/12658/task/12670/stat : 12670 (java) S 12655 12658 7968 0 -1 1077944384 1355 0 0 0 42 0 0 0 20 0 15 0 13288930 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140126639290864 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12671] ppid=12655 vsize=10551232 memory=5788654191573487696 CPUtime=0.25 cores=1,3,5,7
/proc/12658/task/12671/stat : 12671 (java) S 12655 12658 7968 0 -1 1077944384 1319 0 0 0 25 0 0 0 20 0 15 0 13288930 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140126638238576 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12672] ppid=12655 vsize=10551232 memory=6148378112298078288 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12672/stat : 12672 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13288931 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140126637186016 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12673] ppid=12655 vsize=10551232 memory=7665799816242354543 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12673/stat : 12673 (java) S 12655 12658 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13288934 10804461568 127012 18446744073709551615 4194304 4196468 140723322012752 140126636132784 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0

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

/proc/12658/task/12664/stat : 12664 (java) R 12655 12658 7968 0 -1 4202560 77051 0 0 0 33684 193 0 0 20 0 17 0 13288926 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127543061720 140127589879838 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12665] ppid=12655 vsize=10684512 memory=1588 CPUtime=21.19 cores=1,3,5,7
/proc/12658/task/12665/stat : 12665 (java) S 12655 12658 7968 0 -1 1077944384 65254 0 0 0 2116 3 0 0 20 0 17 0 13288927 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126644552160 140127605192405 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12666] ppid=12655 vsize=10684512 memory=928 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12666/stat : 12666 (java) S 12655 12658 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 13288928 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126643499872 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12667] ppid=12655 vsize=10684512 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12667/stat : 12667 (java) S 12655 12658 7968 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 13288928 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126642447472 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12668] ppid=12655 vsize=10684512 memory=840 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12668/stat : 12668 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126641395792 140127605200795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12669] ppid=12655 vsize=10684512 memory=3880 CPUtime=0.95 cores=1,3,5,7
/proc/12658/task/12669/stat : 12669 (java) S 12655 12658 7968 0 -1 1077944384 5262 0 0 0 94 1 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126640343664 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12670] ppid=12655 vsize=10684512 memory=3868 CPUtime=1.35 cores=1,3,5,7
/proc/12658/task/12670/stat : 12670 (java) S 12655 12658 7968 0 -1 1077944384 11744 0 0 0 134 1 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126639290864 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12671] ppid=12655 vsize=10684512 memory=3904 CPUtime=0.37 cores=1,3,5,7
/proc/12658/task/12671/stat : 12671 (java) S 12655 12658 7968 0 -1 1077944384 3649 0 0 0 36 1 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126638238576 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12672] ppid=12655 vsize=10684512 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12672/stat : 12672 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13288931 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126637186016 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12673] ppid=12655 vsize=10684512 memory=2760 CPUtime=0.17 cores=1,3,5,7
/proc/12658/task/12673/stat : 12673 (java) S 12655 12658 7968 0 -1 1077944384 344 0 0 0 11 6 0 0 20 0 17 0 13288934 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126636132784 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12799] ppid=12655 vsize=10684512 memory=8017640 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12799/stat : 12799 (java) S 12655 12658 7968 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 13325182 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126635076976 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12800] ppid=12655 vsize=10684512 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12800/stat : 12800 (java) S 12655 12658 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13325182 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126634025136 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
Current children cumulated CPU time: 1399.65 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8017640 KiB

[startup+382.401 s]
/proc/loadavg: 5.20 6.75 7.11 6/214 12801
/proc/meminfo: memFree=21522304/32770624 swapFree=67108860/67108860
[pid=12658] ppid=12655 vsize=10684512 memory=8017640 CPUtime=1406.02 cores=1,3,5,7
/proc/12658/stat : 12658 (java) S 12655 12658 7968 0 -1 1077944320 476885 0 0 0 139861 741 0 0 20 0 17 0 13288916 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140723321995296 140127605182199 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
/proc/12658/statm: 2671128 2004410 3156 1 0 2660543 0
[pid=12658/tid=12660] ppid=12655 vsize=10684512 memory=-8774313645642428999 CPUtime=13.74 cores=1,3,5,7
/proc/12658/task/12660/stat : 12660 (java) S 12655 12658 7968 0 -1 1077944384 16727 0 0 0 1360 14 0 0 20 0 17 0 13288925 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127609422880 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12661] ppid=12655 vsize=10684512 memory=4124 CPUtime=343.28 cores=1,3,5,7
/proc/12658/task/12661/stat : 12661 (java) R 12655 12658 7968 0 -1 4202560 104625 0 0 0 34154 174 0 0 20 0 17 0 13288926 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127546219608 140127586779246 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12662] ppid=12655 vsize=10684512 memory=11444 CPUtime=341.84 cores=1,3,5,7
/proc/12658/task/12662/stat : 12662 (java) R 12655 12658 7968 0 -1 4202560 91073 0 0 0 34003 181 0 0 20 0 17 0 13288926 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127545166808 140127589879838 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12663] ppid=12655 vsize=10684512 memory=2424 CPUtime=342.65 cores=1,3,5,7
/proc/12658/task/12663/stat : 12663 (java) R 12655 12658 7968 0 -1 4202560 99645 0 0 0 34099 166 0 0 20 0 17 0 13288926 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127544114208 140127590132804 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12664] ppid=12655 vsize=10684512 memory=8017640 CPUtime=340.37 cores=1,3,5,7
/proc/12658/task/12664/stat : 12664 (java) R 12655 12658 7968 0 -1 4202560 77085 0 0 0 33844 193 0 0 20 0 17 0 13288926 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127543061720 140127586778640 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12665] ppid=12655 vsize=10684512 memory=4064 CPUtime=21.19 cores=1,3,5,7
/proc/12658/task/12665/stat : 12665 (java) S 12655 12658 7968 0 -1 1077944384 65254 0 0 0 2116 3 0 0 20 0 17 0 13288927 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126644552160 140127605192405 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12666] ppid=12655 vsize=10684512 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12666/stat : 12666 (java) S 12655 12658 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 13288928 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126643499872 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12667] ppid=12655 vsize=10684512 memory=3108 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12667/stat : 12667 (java) S 12655 12658 7968 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 13288928 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126642447472 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12668] ppid=12655 vsize=10684512 memory=8017640 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12668/stat : 12668 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126641395792 140127605200795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12669] ppid=12655 vsize=10684512 memory=1156 CPUtime=0.95 cores=1,3,5,7
/proc/12658/task/12669/stat : 12669 (java) S 12655 12658 7968 0 -1 1077944384 5262 0 0 0 94 1 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126640343664 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12670] ppid=12655 vsize=10684512 memory=15872 CPUtime=1.35 cores=1,3,5,7
/proc/12658/task/12670/stat : 12670 (java) S 12655 12658 7968 0 -1 1077944384 11744 0 0 0 134 1 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126639290864 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12671] ppid=12655 vsize=10684512 memory=4040 CPUtime=0.37 cores=1,3,5,7
/proc/12658/task/12671/stat : 12671 (java) S 12655 12658 7968 0 -1 1077944384 3649 0 0 0 36 1 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126638238576 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12672] ppid=12655 vsize=10684512 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12672/stat : 12672 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13288931 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126637186016 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12673] ppid=12655 vsize=10684512 memory=7744 CPUtime=0.17 cores=1,3,5,7
/proc/12658/task/12673/stat : 12673 (java) S 12655 12658 7968 0 -1 1077944384 344 0 0 0 11 6 0 0 20 0 17 0 13288934 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126636132784 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12799] ppid=12655 vsize=10684512 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12799/stat : 12799 (java) S 12655 12658 7968 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 13325182 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126635076976 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12800] ppid=12655 vsize=10684512 memory=640 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12800/stat : 12800 (java) S 12655 12658 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13325182 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126634025136 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
Current children cumulated CPU time: 1406.02 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8017640 KiB

[startup+384.007 s]*
/proc/loadavg: 5.18 6.72 7.10 6/214 12802
/proc/meminfo: memFree=21521668/32770624 swapFree=67108860/67108860
[pid=12658] ppid=12655 vsize=10684512 memory=8017640 CPUtime=1412.39 cores=1,3,5,7
/proc/12658/stat : 12658 (java) S 12655 12658 7968 0 -1 1077944320 476928 0 0 0 140498 741 0 0 20 0 17 0 13288916 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140723321995296 140127605182199 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
/proc/12658/statm: 2671128 2004410 3156 1 0 2660543 0
[pid=12658/tid=12660] ppid=12655 vsize=10684512 memory=8017640 CPUtime=13.74 cores=1,3,5,7
/proc/12658/task/12660/stat : 12660 (java) S 12655 12658 7968 0 -1 1077944384 16727 0 0 0 1360 14 0 0 20 0 17 0 13288925 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127609422880 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12661] ppid=12655 vsize=10684512 memory=-8774313645642428999 CPUtime=344.89 cores=1,3,5,7
/proc/12658/task/12661/stat : 12661 (java) R 12655 12658 7968 0 -1 4202560 104651 0 0 0 34315 174 0 0 20 0 17 0 13288926 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127546219608 140127590178580 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12662] ppid=12655 vsize=10684512 memory=3868 CPUtime=343.43 cores=1,3,5,7
/proc/12658/task/12662/stat : 12662 (java) R 12655 12658 7968 0 -1 4202560 91080 0 0 0 34162 181 0 0 20 0 17 0 13288926 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127545166496 140127586791865 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12663] ppid=12655 vsize=10684512 memory=3904 CPUtime=344.23 cores=1,3,5,7
/proc/12658/task/12663/stat : 12663 (java) R 12655 12658 7968 0 -1 4202560 99653 0 0 0 34257 166 0 0 20 0 17 0 13288926 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127544114520 140127586791911 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12664] ppid=12655 vsize=10684512 memory=2760 CPUtime=341.95 cores=1,3,5,7
/proc/12658/task/12664/stat : 12664 (java) R 12655 12658 7968 0 -1 4202560 77086 0 0 0 34001 194 0 0 20 0 17 0 13288926 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140127543061720 140127590178752 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12665] ppid=12655 vsize=10684512 memory=2760 CPUtime=21.2 cores=1,3,5,7
/proc/12658/task/12665/stat : 12665 (java) S 12655 12658 7968 0 -1 1077944384 65255 0 0 0 2117 3 0 0 20 0 17 0 13288927 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126644552384 140127605192405 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12666] ppid=12655 vsize=10684512 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12666/stat : 12666 (java) S 12655 12658 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 13288928 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126643499872 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12667] ppid=12655 vsize=10684512 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12667/stat : 12667 (java) S 12655 12658 7968 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 13288928 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126642447472 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12668] ppid=12655 vsize=10684512 memory=3108 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12668/stat : 12668 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126641395792 140127605200795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12669] ppid=12655 vsize=10684512 memory=8017068 CPUtime=0.95 cores=1,3,5,7
/proc/12658/task/12669/stat : 12669 (java) S 12655 12658 7968 0 -1 1077944384 5262 0 0 0 94 1 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126640343664 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12670] ppid=12655 vsize=10684512 memory=4612 CPUtime=1.35 cores=1,3,5,7
/proc/12658/task/12670/stat : 12670 (java) S 12655 12658 7968 0 -1 1077944384 11744 0 0 0 134 1 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126639290864 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12671] ppid=12655 vsize=10684512 memory=792 CPUtime=0.37 cores=1,3,5,7
/proc/12658/task/12671/stat : 12671 (java) S 12655 12658 7968 0 -1 1077944384 3649 0 0 0 36 1 0 0 20 0 17 0 13288930 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126638238576 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12672] ppid=12655 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12672/stat : 12672 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13288931 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126637186016 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12673] ppid=12655 vsize=10684512 memory=4612 CPUtime=0.17 cores=1,3,5,7
/proc/12658/task/12673/stat : 12673 (java) S 12655 12658 7968 0 -1 1077944384 344 0 0 0 11 6 0 0 20 0 17 0 13288934 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126636132784 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12799] ppid=12655 vsize=10684512 memory=792 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12799/stat : 12799 (java) S 12655 12658 7968 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 13325182 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126635076976 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12800] ppid=12655 vsize=10684512 memory=8676 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12800/stat : 12800 (java) S 12655 12658 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13325182 10940940288 2004410 18446744073709551615 4194304 4196468 140723322012752 140126634025136 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
Current children cumulated CPU time: 1412.39 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8017640 KiB

[startup+384.401 s]
/proc/loadavg: 5.18 6.72 7.10 6/214 12802
/proc/meminfo: memFree=21521668/32770624 swapFree=67108860/67108860
[pid=12658] ppid=12655 vsize=10684512 memory=8017648 CPUtime=1413.92 cores=1,3,5,7
/proc/12658/stat : 12658 (java) S 12655 12658 7968 0 -1 1077944320 477536 0 0 0 140651 741 0 0 20 0 17 0 13288916 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140723321995296 140127605182199 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
/proc/12658/statm: 2671128 2004412 3156 1 0 2660543 0
[pid=12658/tid=12660] ppid=12655 vsize=10684512 memory=1228 CPUtime=13.74 cores=1,3,5,7
/proc/12658/task/12660/stat : 12660 (java) S 12655 12658 7968 0 -1 1077944384 16727 0 0 0 1360 14 0 0 20 0 17 0 13288925 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140127609422880 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12661] ppid=12655 vsize=10684512 memory=1000 CPUtime=345.28 cores=1,3,5,7
/proc/12658/task/12661/stat : 12661 (java) R 12655 12658 7968 0 -1 4202560 104651 0 0 0 34354 174 0 0 20 0 17 0 13288926 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140127546219608 140127589639769 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12662] ppid=12655 vsize=10684512 memory=-8774313645642428999 CPUtime=343.82 cores=1,3,5,7
/proc/12658/task/12662/stat : 12662 (java) R 12655 12658 7968 0 -1 4202560 91688 0 0 0 34201 181 0 0 20 0 17 0 13288926 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140127545166496 140127590178752 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12663] ppid=12655 vsize=10684512 memory=3467971834596790768 CPUtime=344.61 cores=1,3,5,7
/proc/12658/task/12663/stat : 12663 (java) R 12655 12658 7968 0 -1 4202560 99653 0 0 0 34295 166 0 0 20 0 17 0 13288926 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140127544114520 140127586791814 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12664] ppid=12655 vsize=10684512 memory=4049193575378092328 CPUtime=342.33 cores=1,3,5,7
/proc/12658/task/12664/stat : 12664 (java) R 12655 12658 7968 0 -1 4202560 77086 0 0 0 34039 194 0 0 20 0 17 0 13288926 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140127543061720 140127590178566 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12665] ppid=12655 vsize=10684512 memory=2321238381582254400 CPUtime=21.2 cores=1,3,5,7
/proc/12658/task/12665/stat : 12665 (java) S 12655 12658 7968 0 -1 1077944384 65255 0 0 0 2117 3 0 0 20 0 17 0 13288927 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126644552384 140127605192405 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12666] ppid=12655 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12666/stat : 12666 (java) S 12655 12658 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 13288928 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126643499872 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12667] ppid=12655 vsize=10684512 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12667/stat : 12667 (java) S 12655 12658 7968 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 13288928 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126642447472 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12668] ppid=12655 vsize=10684512 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12668/stat : 12668 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13288930 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126641395792 140127605200795 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12669] ppid=12655 vsize=10684512 memory=4040 CPUtime=0.95 cores=1,3,5,7
/proc/12658/task/12669/stat : 12669 (java) S 12655 12658 7968 0 -1 1077944384 5262 0 0 0 94 1 0 0 20 0 17 0 13288930 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126640343664 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12670] ppid=12655 vsize=10684512 memory=16444 CPUtime=1.35 cores=1,3,5,7
/proc/12658/task/12670/stat : 12670 (java) S 12655 12658 7968 0 -1 1077944384 11744 0 0 0 134 1 0 0 20 0 17 0 13288930 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126639290864 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12671] ppid=12655 vsize=10684512 memory=7744 CPUtime=0.37 cores=1,3,5,7
/proc/12658/task/12671/stat : 12671 (java) S 12655 12658 7968 0 -1 1077944384 3649 0 0 0 36 1 0 0 20 0 17 0 13288930 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126638238576 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12672] ppid=12655 vsize=10684512 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12672/stat : 12672 (java) S 12655 12658 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13288931 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126637186016 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12673] ppid=12655 vsize=10684512 memory=640 CPUtime=0.17 cores=1,3,5,7
/proc/12658/task/12673/stat : 12673 (java) S 12655 12658 7968 0 -1 1077944384 344 0 0 0 11 6 0 0 20 0 17 0 13288934 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126636132784 140127605193346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12799] ppid=12655 vsize=10684512 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12799/stat : 12799 (java) S 12655 12658 7968 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 17 0 13325182 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126635076976 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
[pid=12658/tid=12800] ppid=12655 vsize=10684512 memory=960 CPUtime=0 cores=1,3,5,7
/proc/12658/task/12800/stat : 12800 (java) S 12655 12658 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13325182 10940940288 2004412 18446744073709551615 4194304 4196468 140723322012752 140126634025136 140127605192405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39284736 140723322016145 140723322016298 140723322016298 140723322019791 0
Current children cumulated CPU time: 1413.92 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8017648 KiB

[startup+384.801 s]*
/proc/loadavg: 5.18 6.72 7.10 3/199 12802
/proc/meminfo: memFree=21940508/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 384.834
CPU time (s): 1415.37
CPU user time (s): 1407.91
CPU system time (s): 7.45902
CPU usage (%): 367.787
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8017648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1407.91
system time used= 7.45902
maximum resident set size= 8017952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 477614
page faults= 0
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25036
involuntary context switches= 32917


# summary of solver processes directly reported to runsolver:
#   pid: 12658
#   total CPU time (s): 1415.37
#   total CPU user time (s): 1407.91
#   total CPU system time (s): 7.45902

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.28756 second user time and 3.94972 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 05:00:25
IDJOB=4263775
IDBENCH=115805
IDSOLVER=2651
FILE ID=node128/4263775-1502594062
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263775-1502594062/watcher-4263775-1502594062 -o /tmp/evaluation-result-4263775-1502594062/solver-4263775-1502594062 -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-4263775-1502594062.xml

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

MD5SUM BENCH= 61a67ae858673343e351cd0fcc1d1459
RANDOM SEED=714728115

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:        23171024 kB
MemAvailable:   23678548 kB
Buffers:          109508 kB
Cached:           686756 kB
SwapCached:            0 kB
Active:          8561040 kB
Inactive:         616032 kB
Active(anon):    8381028 kB
Inactive(anon):    16764 kB
Active(file):     180012 kB
Inactive(file):   599268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1772 kB
Writeback:             4 kB
AnonPages:       8380172 kB
Mapped:            44700 kB
Shmem:             17116 kB
Slab:             112648 kB
SReclaimable:      88156 kB
SUnreclaim:        24492 kB
KernelStack:        3568 kB
PageTables:        21916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8625660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6895616 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 05:06:50