Trace number 4263096

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? 1556.9301 419.88599

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-020-05-2.xml
MD5SUMe6b1372cf07bbc208bc6bd8f79f2963c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1098
Best CPU time to get the best result obtained on this benchmark19853.1
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints125
Number of domains1
Minimum domain size1181
Maximum domain size1181
Distribution of domain sizes[{"size":1181,"count":120}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":100}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":100},{"arity":20,"count":5}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263096-1502584464/watcher-4263096-1502584464 -o /tmp/evaluation-result-4263096-1502584464/solver-4263096-1502584464 -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-4263096-1502584464.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=8848, runsolver pid=8845

[startup+0.100109 s]*
/proc/loadavg: 7.12 6.08 3.29 5/201 8849
/proc/meminfo: memFree=23231384/32770624 swapFree=67108860/67108860
[pid=8848] ppid=8845 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/8848/stat : 8848 (runsolver) D 8845 8848 7968 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 12329075 34791424 113 18446744073709551615 4194304 4346622 140723608254096 140723608250728 139702292669143 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6446216 6449568 29540352 140723608256612 140723608257061 140723608257061 140723608260554 0
/proc/8848/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.209305 s]*
/proc/loadavg: 7.12 6.08 3.29 6/215 8863
/proc/meminfo: memFree=23216712/32770624 swapFree=67108860/67108860
[pid=8848] ppid=8845 vsize=10551156 memory=24672 CPUtime=0.06 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8845 8848 7968 0 -1 1077944320 4678 0 0 0 6 0 0 0 20 0 15 0 12329075 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 140735658950448 139640943435511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
/proc/8848/statm: 2637789 6168 2615 1 0 2627261 0
[pid=8848/tid=8850] ppid=8845 vsize=10551156 memory=8316850467074736180 CPUtime=0.05 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) R 8845 8848 7968 0 -1 4202560 2777 0 0 0 5 0 0 0 20 0 15 0 12329086 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640947661200 139640543741128 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8851] ppid=8845 vsize=10551156 memory=11909 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8845 8848 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329087 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640873856144 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8852] ppid=8845 vsize=10551156 memory=139702295626564 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8845 8848 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329087 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640872803344 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8853] ppid=8845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8845 8848 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329087 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640871750544 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8854] ppid=8845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8845 8848 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12329087 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640870697744 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8855] ppid=8845 vsize=10551156 memory=139702295619200 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8845 8848 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12329088 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640438729072 139640943446658 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8856] ppid=8845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8845 8848 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12329089 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640437675040 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8857] ppid=8845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8845 8848 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12329089 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640436622192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8858] ppid=8845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329091 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640435570512 139640943454107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8859] ppid=8845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8845 8848 7968 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 12329091 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640434518896 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8860] ppid=8845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329091 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640433466096 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8861] ppid=8845 vsize=10551156 memory=139702295619200 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8845 8848 7968 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 15 0 12329091 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640432413296 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8862] ppid=8845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329091 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640431360736 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8863] ppid=8845 vsize=10551156 memory=139702295619200 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8863/stat : 8863 (java) S 8845 8848 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329095 10804383744 6168 18446744073709551615 4194304 4196468 140735658967904 139640430308016 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24672 KiB

[startup+0.310637 s]*
/proc/loadavg: 7.12 6.08 3.29 6/215 8863
/proc/meminfo: memFree=23204764/32770624 swapFree=67108860/67108860
[pid=8848] ppid=8845 vsize=10551156 memory=36472 CPUtime=0.22 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8845 8848 7968 0 -1 1077944320 7926 0 0 0 20 2 0 0 20 0 15 0 12329075 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 140735658950448 139640943435511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
/proc/8848/statm: 2637789 9118 2865 1 0 2627261 0
[pid=8848/tid=8850] ppid=8845 vsize=10551156 memory=7680170660397595203 CPUtime=0.16 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) R 8845 8848 7968 0 -1 4202560 5590 0 0 0 14 2 0 0 20 0 15 0 12329086 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640947659488 139640943457437 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8851] ppid=8845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8845 8848 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329087 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640873856144 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8852] ppid=8845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8845 8848 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329087 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640872803344 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8853] ppid=8845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8845 8848 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329087 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640871750544 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8854] ppid=8845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8845 8848 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12329087 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640870697744 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8855] ppid=8845 vsize=10551156 memory=139702295619200 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8845 8848 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12329088 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640438729072 139640943446658 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8856] ppid=8845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8845 8848 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12329089 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640437675040 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8857] ppid=8845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8845 8848 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12329089 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640436622192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8858] ppid=8845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329091 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640435570512 139640943454107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8859] ppid=8845 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8845 8848 7968 0 -1 1077944384 486 0 0 0 0 0 0 0 20 0 15 0 12329091 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640434518896 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8860] ppid=8845 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8845 8848 7968 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 15 0 12329091 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640433466096 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8861] ppid=8845 vsize=10551156 memory=139702295619200 CPUtime=0.04 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8845 8848 7968 0 -1 1077944384 395 0 0 0 4 0 0 0 20 0 15 0 12329091 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640432413296 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8862] ppid=8845 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329091 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640431360736 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8863] ppid=8845 vsize=10551156 memory=139702295619200 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8863/stat : 8863 (java) S 8845 8848 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329095 10804383744 9118 18446744073709551615 4194304 4196468 140735658967904 139640430308016 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36472 KiB

[startup+0.701611 s]
/proc/loadavg: 7.12 6.08 3.29 6/215 8863
/proc/meminfo: memFree=23190904/32770624 swapFree=67108860/67108860
[pid=8848] ppid=8845 vsize=10551232 memory=197976 CPUtime=1.13 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8845 8848 7968 0 -1 1077944320 11139 0 0 0 106 7 0 0 20 0 15 0 12329075 10804461568 49428 18446744073709551615 4194304 4196468 140735658967904 140735658950448 139640943435511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
/proc/8848/statm: 2637808 49494 3067 1 0 2627261 0
[pid=8848/tid=8850] ppid=8845 vsize=10551232 memory=148 CPUtime=0.51 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) R 8845 8848 7968 0 -1 4202560 6942 0 0 0 47 4 0 0 20 0 15 0 12329086 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640947666080 139640546007631 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8851] ppid=8845 vsize=10551232 memory=288230613214036277 CPUtime=0.01 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8845 8848 7968 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 12329087 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640873856144 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8852] ppid=8845 vsize=10551232 memory=15540730097567645 CPUtime=0.01 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8845 8848 7968 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 15 0 12329087 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640872803344 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8853] ppid=8845 vsize=10551232 memory=4040 CPUtime=0.01 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8845 8848 7968 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 12329087 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640871750544 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8854] ppid=8845 vsize=10551232 memory=16444 CPUtime=0.01 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8845 8848 7968 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 12329087 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640870697744 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8855] ppid=8845 vsize=10551232 memory=7504 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8845 8848 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 12329088 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640438729072 139640943446658 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8856] ppid=8845 vsize=10551232 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8845 8848 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12329089 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640437675104 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8857] ppid=8845 vsize=10551232 memory=640 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8845 8848 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12329089 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640436622192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8858] ppid=8845 vsize=10551232 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329091 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640435570512 139640943454107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8859] ppid=8845 vsize=10551232 memory=960 CPUtime=0.16 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) R 8845 8848 7968 0 -1 4202560 1028 0 0 0 16 0 0 0 20 0 15 0 12329091 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640434499912 139640926935717 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8860] ppid=8845 vsize=10551232 memory=2248 CPUtime=0.16 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) R 8845 8848 7968 0 -1 4202560 646 0 0 0 16 0 0 0 20 0 15 0 12329091 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640433447112 139640936540219 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8861] ppid=8845 vsize=10551232 memory=4304 CPUtime=0.19 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8845 8848 7968 0 -1 1077944384 988 0 0 0 19 0 0 0 20 0 15 0 12329091 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640432413296 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8862] ppid=8845 vsize=10551232 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329091 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640431360736 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8863] ppid=8845 vsize=10551232 memory=928 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8863/stat : 8863 (java) S 8845 8848 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329095 10804461568 49494 18446744073709551615 4194304 4196468 140735658967904 139640430308016 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 197976 KiB

[startup+1.50161 s]
/proc/loadavg: 7.12 6.08 3.29 6/215 8863
/proc/meminfo: memFree=22973216/32770624 swapFree=67108860/67108860
[pid=8848] ppid=8845 vsize=10551232 memory=561216 CPUtime=3.31 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8845 8848 7968 0 -1 1077944320 14587 0 0 0 293 38 0 0 20 0 15 0 12329075 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 140735658950448 139640943435511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
/proc/8848/statm: 2637808 140304 3091 1 0 2627261 0
[pid=8848/tid=8850] ppid=8845 vsize=10551232 memory=16724602654207 CPUtime=0.97 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8845 8848 7968 0 -1 1077944384 6998 0 0 0 92 5 0 0 20 0 15 0 12329086 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640947669088 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8851] ppid=8845 vsize=10551232 memory=-7384994778349281184 CPUtime=0.34 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) R 8845 8848 7968 0 -1 4202560 249 0 0 0 27 7 0 0 20 0 15 0 12329087 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640873856144 139640923461669 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8852] ppid=8845 vsize=10551232 memory=4206468019014099040 CPUtime=0.32 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) R 8845 8848 7968 0 -1 4202560 472 0 0 0 25 7 0 0 20 0 15 0 12329087 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640872803544 139640928386983 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8853] ppid=8845 vsize=10551232 memory=-7019007802211091872 CPUtime=0.33 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) R 8845 8848 7968 0 -1 4202560 536 0 0 0 26 7 0 0 20 0 15 0 12329087 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640871750744 139640928133272 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8854] ppid=8845 vsize=10551232 memory=7524512692651257697 CPUtime=0.31 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) R 8845 8848 7968 0 -1 4202560 346 0 0 0 24 7 0 0 20 0 15 0 12329087 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640870697744 139640928279387 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8855] ppid=8845 vsize=10551232 memory=7524512692651257697 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8845 8848 7968 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 12329088 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640438727392 139640943445717 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8856] ppid=8845 vsize=10551232 memory=7595440001688102255 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8845 8848 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12329089 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640437675104 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8857] ppid=8845 vsize=10551232 memory=7595440001688102255 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8845 8848 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 12329089 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640436622192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8858] ppid=8845 vsize=10551232 memory=7595440001688102255 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329091 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640435570512 139640943454107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8859] ppid=8845 vsize=10551232 memory=7956005031678667109 CPUtime=0.38 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8845 8848 7968 0 -1 1077944384 1829 0 0 0 38 0 0 0 20 0 15 0 12329091 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640434518896 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8860] ppid=8845 vsize=10551232 memory=8101247189090653288 CPUtime=0.37 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8845 8848 7968 0 -1 1077944384 1470 0 0 0 37 0 0 0 20 0 15 0 12329091 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640433466096 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8861] ppid=8845 vsize=10551232 memory=8101247189090653288 CPUtime=0.2 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8845 8848 7968 0 -1 1077944384 1114 0 0 0 20 0 0 0 20 0 15 0 12329091 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640432413296 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8862] ppid=8845 vsize=10551232 memory=8101247189090653288 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12329091 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640431360736 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8863] ppid=8845 vsize=10551232 memory=7956005031678667109 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8863/stat : 8863 (java) S 8845 8848 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12329095 10804461568 140304 18446744073709551615 4194304 4196468 140735658967904 139640430308016 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
Current children cumulated CPU time: 3.31 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 561216 KiB

[startup+3.11031 s]
/proc/loadavg: 7.12 6.08 3.29 6/215 8864
/proc/meminfo: memFree=22482892/32770624 swapFree=67108860/67108860
[pid=8848] ppid=8845 vsize=10551232 memory=759236 CPUtime=7.03 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8845 8848 7968 0 -1 1077944320 16091 0 0 0 645 58 0 0 20 0 15 0 12329075 10804461568 189809 18446744073709551615 4194304 4196468 140735658967904 140735658950448 139640943435511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
/proc/8848/statm: 2637808 189809 3099 1 0 2627261 0
[pid=8848/tid=8850] ppid=8845 vsize=10551232 memory=279404265949232 CPUtime=1.57 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) R 8845 8848 7968 0 -1 4202560 7067 0 0 0 152 5 0 0 20 0 15 0 12329086 10804461568 189809 18446744073709551615 4194304 4196468 140735658967904 139640947669072 139640546504537 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0

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

[pid=8848/tid=8851] ppid=8845 vsize=10684512 memory=2424 CPUtime=378.24 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) R 8845 8848 7968 0 -1 4202560 18118 0 0 0 37617 207 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640873856264 139640936063719 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8852] ppid=8845 vsize=10684512 memory=4304 CPUtime=379.01 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) R 8845 8848 7968 0 -1 4202560 16775 0 0 0 37698 203 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640872803464 139640936063719 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8853] ppid=8845 vsize=10684512 memory=1588 CPUtime=379.86 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) R 8845 8848 7968 0 -1 4202560 19241 0 0 0 37788 198 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640871750352 139640936063719 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8854] ppid=8845 vsize=10684512 memory=928 CPUtime=378.63 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) R 8845 8848 7968 0 -1 4202560 17378 0 0 0 37665 198 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640870697944 139640928425175 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8855] ppid=8845 vsize=10684512 memory=7680170660397595203 CPUtime=18.18 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8845 8848 7968 0 -1 1077944384 72139 0 0 0 1814 4 0 0 20 0 17 0 12329088 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640438727616 139640943445717 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8856] ppid=8845 vsize=10684512 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8845 8848 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 12329089 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640437675104 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8857] ppid=8845 vsize=10684512 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8845 8848 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12329089 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640436622192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8858] ppid=8845 vsize=10684512 memory=792 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640435570512 139640943454107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8859] ppid=8845 vsize=10684512 memory=7680170660397595203 CPUtime=0.47 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8845 8848 7968 0 -1 1077944384 2832 0 0 0 47 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640434518944 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8860] ppid=8845 vsize=10684512 memory=16444 CPUtime=0.47 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8845 8848 7968 0 -1 1077944384 2911 0 0 0 47 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640433465856 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8861] ppid=8845 vsize=10684512 memory=7508 CPUtime=0.26 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8845 8848 7968 0 -1 1077944384 2595 0 0 0 26 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640432412864 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8862] ppid=8845 vsize=10684512 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640431360736 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8863] ppid=8845 vsize=10684512 memory=640 CPUtime=0.15 cores=1,3,5,7
/proc/8848/task/8863/stat : 8863 (java) S 8845 8848 7968 0 -1 1077944384 634 0 0 0 11 4 0 0 20 0 17 0 12329095 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640430308016 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8968] ppid=8845 vsize=10684512 memory=8086364 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8968/stat : 8968 (java) S 8845 8848 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 12369172 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640429251888 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8969] ppid=8845 vsize=10684512 memory=4206186544037388384 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8969/stat : 8969 (java) S 8845 8848 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 12369172 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640428200128 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
Current children cumulated CPU time: 1549.89 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8086364 KiB

[startup+419.201 s]
/proc/loadavg: 6.56 7.12 4.85 6/212 8970
/proc/meminfo: memFree=17348600/32770624 swapFree=67108860/67108860
[pid=8848] ppid=8845 vsize=10684512 memory=8086364 CPUtime=1556.08 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8845 8848 7968 0 -1 1077944320 167764 0 0 0 154782 826 0 0 20 0 17 0 12329075 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 140735658950448 139640943435511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
/proc/8848/statm: 2671128 2021591 3149 1 0 2660543 0
[pid=8848/tid=8850] ppid=8845 vsize=10684512 memory=8676 CPUtime=14.53 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8845 8848 7968 0 -1 1077944384 13294 0 0 0 1444 9 0 0 20 0 17 0 12329086 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640947676192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8851] ppid=8845 vsize=10684512 memory=7680170660397595203 CPUtime=379.77 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) R 8845 8848 7968 0 -1 4202560 18118 0 0 0 37769 208 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640873855952 139640936063719 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8852] ppid=8845 vsize=10684512 memory=9916 CPUtime=380.52 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) R 8845 8848 7968 0 -1 4202560 16775 0 0 0 37848 204 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640872803464 139640936063719 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8853] ppid=8845 vsize=10684512 memory=1200 CPUtime=381.4 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) R 8845 8848 7968 0 -1 4202560 19241 0 0 0 37942 198 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640871750352 139640936063719 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8854] ppid=8845 vsize=10684512 memory=15872 CPUtime=380.23 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) R 8845 8848 7968 0 -1 4202560 17787 0 0 0 37825 198 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640870697944 139640928425125 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8855] ppid=8845 vsize=10684512 memory=1700 CPUtime=18.18 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) S 8845 8848 7968 0 -1 1077944384 72139 0 0 0 1814 4 0 0 20 0 17 0 12329088 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640438727616 139640943445717 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8856] ppid=8845 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8845 8848 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 12329089 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640437675104 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8857] ppid=8845 vsize=10684512 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8845 8848 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12329089 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640436622192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8858] ppid=8845 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640435570512 139640943454107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8859] ppid=8845 vsize=10684512 memory=7680170660397595203 CPUtime=0.47 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8845 8848 7968 0 -1 1077944384 2832 0 0 0 47 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640434518944 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8860] ppid=8845 vsize=10684512 memory=1792 CPUtime=0.47 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8845 8848 7968 0 -1 1077944384 2911 0 0 0 47 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640433465856 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8861] ppid=8845 vsize=10684512 memory=960 CPUtime=0.26 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8845 8848 7968 0 -1 1077944384 2595 0 0 0 26 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640432412864 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8862] ppid=8845 vsize=10684512 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640431360736 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8863] ppid=8845 vsize=10684512 memory=1000 CPUtime=0.15 cores=1,3,5,7
/proc/8848/task/8863/stat : 8863 (java) S 8845 8848 7968 0 -1 1077944384 634 0 0 0 11 4 0 0 20 0 17 0 12329095 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640430308016 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8968] ppid=8845 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8968/stat : 8968 (java) S 8845 8848 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 12369172 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640429251888 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8969] ppid=8845 vsize=10684512 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8969/stat : 8969 (java) S 8845 8848 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 12369172 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640428200128 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
Current children cumulated CPU time: 1556.08 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8086364 KiB

[startup+419.601 s]
/proc/loadavg: 6.56 7.12 4.85 6/212 8970
/proc/meminfo: memFree=17348600/32770624 swapFree=67108860/67108860
[pid=8848] ppid=8845 vsize=10684512 memory=8086364 CPUtime=1556.63 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8845 8848 7968 0 -1 1077944320 167764 0 0 0 154837 826 0 0 20 0 17 0 12329075 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 140735658950448 139640943435511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
/proc/8848/statm: 2671128 2021591 3149 1 0 2660543 0
[pid=8848/tid=8850] ppid=8845 vsize=10684512 memory=4124 CPUtime=14.53 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8845 8848 7968 0 -1 1077944384 13294 0 0 0 1444 9 0 0 20 0 17 0 12329086 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640947676192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8851] ppid=8845 vsize=10684512 memory=11008 CPUtime=379.83 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8845 8848 7968 0 -1 1077944384 18118 0 0 0 37775 208 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640873856144 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8852] ppid=8845 vsize=10684512 memory=8086364 CPUtime=380.57 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8845 8848 7968 0 -1 1077944384 16775 0 0 0 37853 204 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640872803344 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8853] ppid=8845 vsize=10684512 memory=8086364 CPUtime=381.45 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8845 8848 7968 0 -1 1077944384 19241 0 0 0 37947 198 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640871750544 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8854] ppid=8845 vsize=10684512 memory=960 CPUtime=380.28 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8845 8848 7968 0 -1 1077944384 17787 0 0 0 37830 198 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640870697744 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8855] ppid=8845 vsize=10684512 memory=2248 CPUtime=18.53 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) R 8845 8848 7968 0 -1 4202560 72139 0 0 0 1849 4 0 0 20 0 17 0 12329088 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640438727504 139640928431915 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8856] ppid=8845 vsize=10684512 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8845 8848 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 12329089 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640437675104 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8857] ppid=8845 vsize=10684512 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8845 8848 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12329089 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640436622192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8858] ppid=8845 vsize=10684512 memory=928 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640435570512 139640943454107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8859] ppid=8845 vsize=10684512 memory=2164 CPUtime=0.47 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8845 8848 7968 0 -1 1077944384 2832 0 0 0 47 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640434518944 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8860] ppid=8845 vsize=10684512 memory=2424 CPUtime=0.47 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8845 8848 7968 0 -1 1077944384 2911 0 0 0 47 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640433465856 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8861] ppid=8845 vsize=10684512 memory=1296 CPUtime=0.26 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8845 8848 7968 0 -1 1077944384 2595 0 0 0 26 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640432412864 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8862] ppid=8845 vsize=10684512 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640431360736 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8863] ppid=8845 vsize=10684512 memory=1700 CPUtime=0.15 cores=1,3,5,7
/proc/8848/task/8863/stat : 8863 (java) S 8845 8848 7968 0 -1 1077944384 634 0 0 0 11 4 0 0 20 0 17 0 12329095 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640430308016 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8968] ppid=8845 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8968/stat : 8968 (java) S 8845 8848 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 12369172 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640429251888 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8969] ppid=8845 vsize=10684512 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8969/stat : 8969 (java) S 8845 8848 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 12369172 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640428200128 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
Current children cumulated CPU time: 1556.63 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8086364 KiB

[startup+419.801 s]
/proc/loadavg: 6.56 7.12 4.85 6/212 8970
/proc/meminfo: memFree=17348600/32770624 swapFree=67108860/67108860
[pid=8848] ppid=8845 vsize=10684512 memory=8086364 CPUtime=1556.83 cores=1,3,5,7
/proc/8848/stat : 8848 (java) S 8845 8848 7968 0 -1 1077944320 167764 0 0 0 154857 826 0 0 20 0 17 0 12329075 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 140735658950448 139640943435511 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 11 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
/proc/8848/statm: 2671128 2021591 3149 1 0 2660543 0
[pid=8848/tid=8850] ppid=8845 vsize=10684512 memory=5520 CPUtime=14.53 cores=1,3,5,7
/proc/8848/task/8850/stat : 8850 (java) S 8845 8848 7968 0 -1 1077944384 13294 0 0 0 1444 9 0 0 20 0 17 0 12329086 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640947676192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8851] ppid=8845 vsize=10684512 memory=4612 CPUtime=379.83 cores=1,3,5,7
/proc/8848/task/8851/stat : 8851 (java) S 8845 8848 7968 0 -1 1077944384 18118 0 0 0 37775 208 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640873856144 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8852] ppid=8845 vsize=10684512 memory=792 CPUtime=380.57 cores=1,3,5,7
/proc/8848/task/8852/stat : 8852 (java) S 8845 8848 7968 0 -1 1077944384 16775 0 0 0 37853 204 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640872803344 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8853] ppid=8845 vsize=10684512 memory=8676 CPUtime=381.45 cores=1,3,5,7
/proc/8848/task/8853/stat : 8853 (java) S 8845 8848 7968 0 -1 1077944384 19241 0 0 0 37947 198 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640871750544 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8854] ppid=8845 vsize=10684512 memory=1440 CPUtime=380.28 cores=1,3,5,7
/proc/8848/task/8854/stat : 8854 (java) S 8845 8848 7968 0 -1 1077944384 17787 0 0 0 37830 198 0 0 20 0 17 0 12329087 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640870697744 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8855] ppid=8845 vsize=10684512 memory=9916 CPUtime=18.73 cores=1,3,5,7
/proc/8848/task/8855/stat : 8855 (java) R 8845 8848 7968 0 -1 4202560 72139 0 0 0 1869 4 0 0 20 0 17 0 12329088 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640438727504 139640927893133 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8856] ppid=8845 vsize=10684512 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8856/stat : 8856 (java) S 8845 8848 7968 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 12329089 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640437675104 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8857] ppid=8845 vsize=10684512 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8857/stat : 8857 (java) S 8845 8848 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12329089 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640436622192 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8858] ppid=8845 vsize=10684512 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8858/stat : 8858 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640435570512 139640943454107 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8859] ppid=8845 vsize=10684512 memory=16444 CPUtime=0.47 cores=1,3,5,7
/proc/8848/task/8859/stat : 8859 (java) S 8845 8848 7968 0 -1 1077944384 2832 0 0 0 47 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640434518944 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8860] ppid=8845 vsize=10684512 memory=7508 CPUtime=0.47 cores=1,3,5,7
/proc/8848/task/8860/stat : 8860 (java) S 8845 8848 7968 0 -1 1077944384 2911 0 0 0 47 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640433465856 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8861] ppid=8845 vsize=10684512 memory=1236 CPUtime=0.26 cores=1,3,5,7
/proc/8848/task/8861/stat : 8861 (java) S 8845 8848 7968 0 -1 1077944384 2595 0 0 0 26 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640432412864 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8862] ppid=8845 vsize=10684512 memory=640 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8862/stat : 8862 (java) S 8845 8848 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12329091 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640431360736 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8863] ppid=8845 vsize=10684512 memory=1792 CPUtime=0.15 cores=1,3,5,7
/proc/8848/task/8863/stat : 8863 (java) S 8845 8848 7968 0 -1 1077944384 634 0 0 0 11 4 0 0 20 0 17 0 12329095 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640430308016 139640943446658 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8968] ppid=8845 vsize=10684512 memory=960 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8968/stat : 8968 (java) S 8845 8848 7968 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 12369172 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640429251888 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
[pid=8848/tid=8969] ppid=8845 vsize=10684512 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/8848/task/8969/stat : 8969 (java) S 8845 8848 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 12369172 10940940288 2021591 18446744073709551615 4194304 4196468 140735658967904 139640428200128 139640943445717 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140735658975633 140735658975786 140735658975786 140735658979279 0
Current children cumulated CPU time: 1556.83 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8086364 KiB

Child status: 1
Real time (s): 419.886
CPU time (s): 1556.93
CPU user time (s): 1548.63
CPU system time (s): 8.29757
CPU usage (%): 370.797
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8086364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1548.63
system time used= 8.29757
maximum resident set size= 8086668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167888
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26822
involuntary context switches= 33636


# summary of solver processes directly reported to runsolver:
#   pid: 8848
#   total CPU time (s): 1556.93
#   total CPU user time (s): 1548.63
#   total CPU system time (s): 8.29757

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.43516 second user time and 4.32995 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:20:27
IDJOB=4263096
IDBENCH=115585
IDSOLVER=2651
FILE ID=node128/4263096-1502584464
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-020-05-2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263096-1502584464/watcher-4263096-1502584464 -o /tmp/evaluation-result-4263096-1502584464/solver-4263096-1502584464 -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-4263096-1502584464.xml

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

MD5SUM BENCH= e6b1372cf07bbc208bc6bd8f79f2963c
RANDOM SEED=1213606063

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:        23231404 kB
MemAvailable:   23718704 kB
Buffers:           99524 kB
Cached:           677128 kB
SwapCached:            0 kB
Active:          8517520 kB
Inactive:         600116 kB
Active(anon):    8341324 kB
Inactive(anon):    16764 kB
Active(file):     176196 kB
Inactive(file):   583352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:       8341012 kB
Mapped:            44392 kB
Shmem:             17116 kB
Slab:             111852 kB
SReclaimable:      87176 kB
SUnreclaim:        24676 kB
KernelStack:        3488 kB
PageTables:        21812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8623100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7999488 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:27:27