Trace number 4263702

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1831.9 560.33899

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20/
TravellingSalesman-20-076_X2.xml
MD5SUM63d95fcac4968a6897becae9cdc29854
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.6216102
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":183,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree20
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":39},{"degree":20,"count":20}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":210},{"arity":3,"count":20}]
Number of extensional constraints230
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":230}]
Optimization problemNO
Type of objective

Solver Data

1551.34/481.70	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1601.46/495.45		at java.util.Arrays.copyOf(Arrays.java:3332)
1601.46/495.45		at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
1601.46/495.45		at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
1601.46/495.45		at java.lang.StringBuilder.append(StringBuilder.java:136)
1601.46/495.45		at java.lang.StringBuilder.append(StringBuilder.java:131)
1601.46/495.45		at java.lang.Throwable.printStackTrace(Throwable.java:658)
1601.46/495.45		at java.lang.Throwable.printStackTrace(Throwable.java:721)
1601.46/495.45		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:157)
1601.46/495.45		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1601.46/495.45		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1601.46/495.45		at java.util.logging.Logger.log(Logger.java:738)
1601.46/495.45		at java.util.logging.Logger.doLog(Logger.java:765)
1601.46/495.45		at java.util.logging.Logger.log(Logger.java:876)
1601.46/495.45		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1601.46/495.45		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1601.46/495.45		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1601.46/495.45		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1601.46/495.45		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1601.46/495.45		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1680.93/517.49	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1680.93/517.49	c This is free software under the dual EPL/GNU LGPL licenses.
1680.93/517.49	c See www.sat4j.org for details.
1680.93/517.49	c That software uses the Rhino library from the Mozilla project.
1680.93/517.49	c version CUSTOM.v20170705
1680.93/517.49	c java.runtime.name	Java(TM) SE Runtime Environment
1680.93/517.49	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1680.93/517.49	c java.vm.version	25.131-b11
1680.93/517.49	c java.vm.vendor	Oracle Corporation
1680.93/517.49	c sun.arch.data.model	64
1680.93/517.49	c java.version		1.8.0_131
1680.93/517.49	c os.name		Linux
1680.93/517.49	c os.version		3.10.0-514.16.1.el7.x86_64
1680.93/517.49	c os.arch		amd64
1680.93/517.49	c Free memory 		499604488
1680.93/517.49	c Max memory 		7247757312
1680.93/517.49	c Total memory 		504889344
1680.93/517.49	c Number of processors 	4
1680.93/517.49	c c --- Begin Solver configuration ---
1680.93/517.49	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1680.93/517.49	c Learn all clauses as in MiniSAT
1680.93/517.49	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1680.93/517.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1680.93/517.49	c No reason simplification
1680.93/517.49	c Glucose 2.1 dynamic restart strategy
1680.93/517.49	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
1680.93/517.49	c timeout=2147483s
1680.93/517.49	c DB Simplification allowed=false
1680.93/517.49	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1680.93/517.49	c --- End Solver configuration ---
1702.59/523.61	c starts		: 0
1702.59/523.61	c conflicts		: 0
1724.13/529.73	c decisions		: 0
1745.27/535.75	Exception in thread "Thread-1" java.lang.OutOfMemoryError: GC overhead limit exceeded
1767.02/541.90	c propagations		: 0
1767.02/541.90	c inspects		: 0
1788.67/548.05		at java.util.Hashtable.getEnumeration(Hashtable.java:601)c shortcuts		: 0
1788.67/548.05	
1788.67/548.05		at java.util.Hashtable.keys(Hashtable.java:257)
1788.67/548.06		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)c learnt literals	: 0
1810.15/554.15	
1810.15/554.15	c learnt binary clauses	: 0
1810.15/554.15	c learnt ternary clauses	: 0
1810.15/554.15	c learnt constraints	: 0
1810.15/554.15	c ignored constraints	: 0
1810.15/554.15	c root simplifications	: 0
1810.15/554.15	c removed literals (reason simplification)	: 0
1831.75/560.29	
1831.75/560.29	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-1"
1831.75/560.29	c reason swapping (by a shorter reason)	: 0
1831.75/560.29	c Calls to reduceDB	: 0
1831.75/560.29	c Number of update (reduction) of LBD	: 0
1831.75/560.29	c Imported unit clauses	: 0
1831.75/560.29	c number of reductions to clauses (during analyze)	: 0
1831.75/560.29	c number of learned constraints concerned by reduction	: 0
1831.75/560.29	c number of learning phase by resolution	: 0
1831.75/560.29	c number of learning phase by cutting planes	: 0
1831.75/560.29	c number of rounding to 1 operations	: 0
1831.75/560.29	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1831.75/560.29	c number of reductions of the coefficients by power 2 	: 0
1831.75/560.29	c number of right shift for reduction by power 2 	: 0
1831.75/560.29	c number of reductions of the coefficients by GCD over coefficients 	: 0
1831.75/560.29	c speed (assignments/second)	: 0.0
1831.75/560.29	c non guided choices	0
1831.75/560.29	c learnt constraints type 
1831.75/560.29	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 (11022 MiB free)
  memory of node 1: 16384 MiB (14662 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263702-1502632690/watcher-4263702-1502632690 -o /tmp/evaluation-result-4263702-1502632690/solver-4263702-1502632690 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263702-1502632690.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=9666, runsolver pid=9663

[startup+0.100125 s]*
/proc/loadavg: 2.00 2.02 2.23 4/217 9681
/proc/meminfo: memFree=26283844/32770624 swapFree=67108860/67108860
[pid=9666] ppid=9663 vsize=10555400 memory=29864 CPUtime=0.13 cores=1,3,5,7
/proc/9666/stat : 9666 (java) S 9663 9666 4973 0 -1 1077944320 6588 0 0 0 12 1 0 0 20 0 15 0 96349907 10808729600 7466 33554432000 4194304 4196468 140732719071984 140732719054528 140091265535735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
/proc/9666/statm: 2638850 7466 2789 1 0 2627263 0
[pid=9666/tid=9668] ppid=9663 vsize=10555400 memory=-8680506247144633536 CPUtime=0.08 cores=1,3,5,7
/proc/9666/task/9668/stat : 9668 (java) R 9663 9666 4973 0 -1 4202560 4439 0 0 0 8 0 0 0 20 0 15 0 96349908 10808729600 7466 33554432000 4194304 4196468 140732719071984 140091269758768 140091265547670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9669] ppid=9663 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9669/stat : 9669 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090872015760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9670] ppid=9663 vsize=10555400 memory=140289890211456 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9670/stat : 9670 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090870962960 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9671] ppid=9663 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9671/stat : 9671 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090869910672 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9672] ppid=9663 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9672/stat : 9672 (java) S 9663 9666 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96349908 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090868857872 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9673] ppid=9663 vsize=10555400 memory=140289890211456 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9673/stat : 9673 (java) S 9663 9666 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96349910 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090758121584 140091265546882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9674] ppid=9663 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9674/stat : 9674 (java) S 9663 9666 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96349910 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090757067552 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9675] ppid=9663 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9675/stat : 9675 (java) S 9663 9666 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96349910 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090756015216 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9676] ppid=9663 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9676/stat : 9676 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96349913 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090754963536 140091265554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9677] ppid=9663 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9677/stat : 9677 (java) S 9663 9666 4973 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 96349913 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090753911408 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9678] ppid=9663 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9678/stat : 9678 (java) S 9663 9666 4973 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 96349913 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090752858608 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9679] ppid=9663 vsize=10555400 memory=140289890211456 CPUtime=0.02 cores=1,3,5,7
/proc/9666/task/9679/stat : 9679 (java) S 9663 9666 4973 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 96349913 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090751806320 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9680] ppid=9663 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9680/stat : 9680 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96349913 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090750753760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9681] ppid=9663 vsize=10555400 memory=140289890211456 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9681/stat : 9681 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349913 10808729600 7466 33554432000 4194304 4196468 140732719071984 140090749700528 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29864 KiB

[startup+0.211373 s]*
/proc/loadavg: 2.00 2.02 2.23 5/217 9681
/proc/meminfo: memFree=26274664/32770624 swapFree=67108860/67108860
[pid=9666] ppid=9663 vsize=10555400 memory=39728 CPUtime=0.31 cores=1,3,5,7
/proc/9666/stat : 9666 (java) S 9663 9666 4973 0 -1 1077944320 8059 0 0 0 30 1 0 0 20 0 15 0 96349907 10808729600 9932 33554432000 4194304 4196468 140732719071984 140732719054528 140091265535735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
/proc/9666/statm: 2638850 9932 2966 1 0 2627263 0
[pid=9666/tid=9668] ppid=9663 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/9666/task/9668/stat : 9668 (java) R 9663 9666 4973 0 -1 4202560 5152 0 0 0 19 1 0 0 20 0 15 0 96349908 10808729600 9932 33554432000 4194304 4196468 140732719071984 140091269770432 140091249616222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9669] ppid=9663 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9669/stat : 9669 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808729600 9932 33554432000 4194304 4196468 140732719071984 140090872015760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9670] ppid=9663 vsize=10555400 memory=140289890221375 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9670/stat : 9670 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808729600 9932 33554432000 4194304 4196468 140732719071984 140090870962960 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9671] ppid=9663 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9671/stat : 9671 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808729600 9932 33554432000 4194304 4196468 140732719071984 140090869910672 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9672] ppid=9663 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9672/stat : 9672 (java) S 9663 9666 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96349908 10808729600 9932 33554432000 4194304 4196468 140732719071984 140090868857872 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9673] ppid=9663 vsize=10555400 memory=140289890211456 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9673/stat : 9673 (java) S 9663 9666 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96349910 10808729600 9932 33554432000 4194304 4196468 140732719071984 140090758121584 140091265546882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9674] ppid=9663 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9674/stat : 9674 (java) S 9663 9666 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96349910 10808729600 9932 33554432000 4194304 4196468 140732719071984 140090757067552 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9675] ppid=9663 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9675/stat : 9675 (java) S 9663 9666 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96349910 10808729600 9932 33554432000 4194304 4196468 140732719071984 140090756015216 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9676] ppid=9663 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9676/stat : 9676 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96349913 10808729600 9932 33554432000 4194304 4196468 140732719071984 140090754963536 140091265554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9677] ppid=9663 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9666/task/9677/stat : 9677 (java) S 9663 9666 4973 0 -1 1077944384 404 0 0 0 1 0 0 0 20 0 15 0 96349913 10808729600 9932 33554432000 4194304 4196468 140732719071984 140090753911408 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9678] ppid=9663 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9666/task/9678/stat : 9678 (java) S 9663 9666 4973 0 -1 1077944384 299 0 0 0 2 0 0 0 20 0 15 0 96349913 10808729600 9932 33554432000 4194304 4196468 140732719071984 140090752858608 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9679] ppid=9663 vsize=10555400 memory=140289890211456 CPUtime=0.06 cores=1,3,5,7
/proc/9666/task/9679/stat : 9679 (java) S 9663 9666 4973 0 -1 1077944384 839 0 0 0 6 0 0 0 20 0 15 0 96349913 10808729600 9997 33554432000 4194304 4196468 140732719071984 140090751806320 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9680] ppid=9663 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9680/stat : 9680 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96349913 10808729600 9997 33554432000 4194304 4196468 140732719071984 140090750753760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9681] ppid=9663 vsize=10555400 memory=140289890211456 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9681/stat : 9681 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349913 10808729600 9997 33554432000 4194304 4196468 140732719071984 140090749700528 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39728 KiB

[startup+0.310419 s]*
/proc/loadavg: 2.00 2.02 2.23 4/217 9681
/proc/meminfo: memFree=26267476/32770624 swapFree=67108860/67108860
[pid=9666] ppid=9663 vsize=10555476 memory=46760 CPUtime=0.52 cores=1,3,5,7
/proc/9666/stat : 9666 (java) S 9663 9666 4973 0 -1 1077944320 8713 0 0 0 50 2 0 0 20 0 15 0 96349907 10808807424 11690 33554432000 4194304 4196468 140732719071984 140732719054528 140091265535735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
/proc/9666/statm: 2638869 11690 3031 1 0 2627263 0
[pid=9666/tid=9668] ppid=9663 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/9666/task/9668/stat : 9668 (java) R 9663 9666 4973 0 -1 4202560 5575 0 0 0 29 1 0 0 20 0 15 0 96349908 10808807424 11690 33554432000 4194304 4196468 140732719071984 140091269771104 140091265547670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9669] ppid=9663 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9669/stat : 9669 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090872015760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9670] ppid=9663 vsize=10555476 memory=15394038997210776 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9670/stat : 9670 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090870962960 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9671] ppid=9663 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9671/stat : 9671 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090869910672 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9672] ppid=9663 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9672/stat : 9672 (java) S 9663 9666 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96349908 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090868857872 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9673] ppid=9663 vsize=10555476 memory=140289890211456 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9673/stat : 9673 (java) S 9663 9666 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96349910 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090758121584 140091265546882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9674] ppid=9663 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9674/stat : 9674 (java) S 9663 9666 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96349910 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090757067552 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9675] ppid=9663 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9675/stat : 9675 (java) S 9663 9666 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96349910 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090756015216 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9676] ppid=9663 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9676/stat : 9676 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96349913 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090754963536 140091265554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9677] ppid=9663 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9666/task/9677/stat : 9677 (java) S 9663 9666 4973 0 -1 1077944384 485 0 0 0 4 0 0 0 20 0 15 0 96349913 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090753911408 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9678] ppid=9663 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/9666/task/9678/stat : 9678 (java) S 9663 9666 4973 0 -1 1077944384 363 0 0 0 3 0 0 0 20 0 15 0 96349913 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090752858608 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9679] ppid=9663 vsize=10555476 memory=140289890211456 CPUtime=0.12 cores=1,3,5,7
/proc/9666/task/9679/stat : 9679 (java) R 9663 9666 4973 0 -1 4202560 923 0 0 0 12 0 0 0 20 0 15 0 96349913 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090751806320 140091265549644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9680] ppid=9663 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9680/stat : 9680 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96349913 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090750753760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9681] ppid=9663 vsize=10555476 memory=140289890211456 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9681/stat : 9681 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349913 10808807424 11690 33554432000 4194304 4196468 140732719071984 140090749700528 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46760 KiB

[startup+0.70076 s]
/proc/loadavg: 2.00 2.02 2.23 7/217 9681
/proc/meminfo: memFree=26229752/32770624 swapFree=67108860/67108860
[pid=9666] ppid=9663 vsize=10555476 memory=124932 CPUtime=1.74 cores=1,3,5,7
/proc/9666/stat : 9666 (java) S 9663 9666 4973 0 -1 1077944320 11542 0 0 0 170 4 0 0 20 0 15 0 96349907 10808807424 31233 33554432000 4194304 4196468 140732719071984 140732719054528 140091265535735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
/proc/9666/statm: 2638869 31233 3089 1 0 2627263 0
[pid=9666/tid=9668] ppid=9663 vsize=10555476 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/9666/task/9668/stat : 9668 (java) R 9663 9666 4973 0 -1 4202560 5919 0 0 0 65 3 0 0 20 0 15 0 96349908 10808807424 31233 33554432000 4194304 4196468 140732719071984 140091269769232 140091265547670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9669] ppid=9663 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9669/stat : 9669 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090872015760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9670] ppid=9663 vsize=10555476 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9670/stat : 9670 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090870962960 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9671] ppid=9663 vsize=10555476 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9671/stat : 9671 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349908 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090869910672 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9672] ppid=9663 vsize=10555476 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9672/stat : 9672 (java) S 9663 9666 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96349908 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090868857872 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9673] ppid=9663 vsize=10555476 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9673/stat : 9673 (java) S 9663 9666 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96349910 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090758121584 140091265546882 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9674] ppid=9663 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9674/stat : 9674 (java) S 9663 9666 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96349910 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090757067552 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9675] ppid=9663 vsize=10555476 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9675/stat : 9675 (java) S 9663 9666 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96349910 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090756015216 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9676] ppid=9663 vsize=10555476 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9676/stat : 9676 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96349913 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090754963536 140091265554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9677] ppid=9663 vsize=10555476 memory=4639098309541127021 CPUtime=0.37 cores=1,3,5,7
/proc/9666/task/9677/stat : 9677 (java) R 9663 9666 4973 0 -1 4202560 1582 0 0 0 37 0 0 0 20 0 15 0 96349913 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090753911408 140091247038907 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9678] ppid=9663 vsize=10555476 memory=7597685182856913236 CPUtime=0.37 cores=1,3,5,7
/proc/9666/task/9678/stat : 9678 (java) R 9663 9666 4973 0 -1 4202560 1212 0 0 0 37 0 0 0 20 0 15 0 96349913 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090752851632 140091265549584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9679] ppid=9663 vsize=10555476 memory=7236547281622689387 CPUtime=0.29 cores=1,3,5,7
/proc/9666/task/9679/stat : 9679 (java) R 9663 9666 4973 0 -1 1077944384 1459 0 0 0 29 0 0 0 20 0 15 0 96349913 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090751806320 140091265546882 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9680] ppid=9663 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9680/stat : 9680 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96349913 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090750753760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9681] ppid=9663 vsize=10555476 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9681/stat : 9681 (java) S 9663 9666 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96349913 10808807424 31233 33554432000 4194304 4196468 140732719071984 140090749700528 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 124932 KiB

[startup+1.50079 s]
/proc/loadavg: 2.00 2.02 2.23 5/217 9681
/proc/meminfo: memFree=26084552/32770624 swapFree=67108860/67108860
[pid=9666] ppid=9663 vsize=10555476 memory=288592 CPUtime=3.61 cores=1,3,5,7
/proc/9666/stat : 9666 (java) S 9663 9666 4973 0 -1 1077944320 15291 0 0 0 346 15 0 0 20 0 15 0 96349907 10808807424 72148 33554432000 4194304 4196468 140732719071984 140732719054528 140091265535735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
/proc/9666/statm: 2638869 72148 3135 1 0 2627263 0
[pid=9666/tid=9668] ppid=9663 vsize=10555476 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/9666/task/9668/stat : 9668 (java) R 9663 9666 4973 0 -1 4202560 5950 0 0 0 131 4 0 0 20 0 15 0 96349908 10808807424 72148 33554432000 4194304 4196468 140732719071984 140091269760352 140090906467356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9669] ppid=9663 vsize=10555476 memory=-8754540793456063680 CPUtime=0.09 cores=1,3,5,7
/proc/9666/task/9669/stat : 9669 (java) S 9663 9666 4973 0 -1 1077944384 73 0 0 0 7 2 0 0 20 0 15 0 96349908 10808807424 72148 33554432000 4194304 4196468 140732719071984 140090872015760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9670] ppid=9663 vsize=10555476 memory=-2843874019102283166 CPUtime=0.08 cores=1,3,5,7
/proc/9666/task/9670/stat : 9670 (java) S 9663 9666 4973 0 -1 1077944384 82 0 0 0 6 2 0 0 20 0 15 0 96349908 10808807424 72148 33554432000 4194304 4196468 140732719071984 140090870962960 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9671] ppid=9663 vsize=10555476 memory=5450919713671312938 CPUtime=0.07 cores=1,3,5,7
/proc/9666/task/9671/stat : 9671 (java) S 9663 9666 4973 0 -1 1077944384 217 0 0 0 6 1 0 0 20 0 15 0 96349908 10808807424 72148 33554432000 4194304 4196468 140732719071984 140090869910672 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9672] ppid=9663 vsize=10555476 memory=7005738693937936738 CPUtime=0.1 cores=1,3,5,7
/proc/9666/task/9672/stat : 9672 (java) S 9663 9666 4973 0 -1 1077944384 82 0 0 0 8 2 0 0 20 0 15 0 96349908 10808807424 72148 33554432000 4194304 4196468 140732719071984 140090868857872 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9673] ppid=9663 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9673/stat : 9673 (java) S 9663 9666 4973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96349910 10808807424 72148 33554432000 4194304 4196468 140732719071984 140090758121584 140091265546882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0

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

/proc/9666/task/9672/stat : 9672 (java) R 9663 9666 4973 0 -1 4202560 100528 0 0 0 42355 166 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090868857872 140091247145380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9673] ppid=9663 vsize=10688604 memory=2344 CPUtime=79.32 cores=1,3,5,7
/proc/9666/task/9673/stat : 9673 (java) S 9663 9666 4973 0 -1 1077944384 95065 0 0 0 7927 5 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090758120128 140091265545941 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9674] ppid=9663 vsize=10688604 memory=932 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9674/stat : 9674 (java) S 9663 9666 4973 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090757067616 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9675] ppid=9663 vsize=10688604 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9675/stat : 9675 (java) S 9663 9666 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090756015216 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9676] ppid=9663 vsize=10688604 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9676/stat : 9676 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090754963536 140091265554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9677] ppid=9663 vsize=10688604 memory=1580 CPUtime=1.09 cores=1,3,5,7
/proc/9666/task/9677/stat : 9677 (java) S 9663 9666 4973 0 -1 1077944384 5823 0 0 0 109 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090753911408 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9678] ppid=9663 vsize=10688604 memory=2244 CPUtime=0.94 cores=1,3,5,7
/proc/9666/task/9678/stat : 9678 (java) S 9663 9666 4973 0 -1 1077944384 3385 0 0 0 94 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090752858608 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9679] ppid=9663 vsize=10688604 memory=4132 CPUtime=0.33 cores=1,3,5,7
/proc/9666/task/9679/stat : 9679 (java) S 9663 9666 4973 0 -1 1077944384 2269 0 0 0 33 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090751801296 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9680] ppid=9663 vsize=10688604 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9680/stat : 9680 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090750753760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9681] ppid=9663 vsize=10688604 memory=7280 CPUtime=0.3 cores=1,3,5,7
/proc/9666/task/9681/stat : 9681 (java) S 9663 9666 4973 0 -1 1077944384 515 0 0 0 16 14 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090749700528 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9854] ppid=9663 vsize=10688604 memory=844 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9854/stat : 9854 (java) S 9663 9666 4973 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 96399453 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090748642336 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9855] ppid=9663 vsize=10688604 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9855/stat : 9855 (java) S 9663 9666 4973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 96399453 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090747592496 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
Current children cumulated CPU time: 1827.02 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8379904 KiB

[startup+559.201 s]
/proc/loadavg: 4.50 4.76 3.67 7/219 9856
/proc/meminfo: memFree=19591260/32770624 swapFree=67108860/67108860
[pid=9666] ppid=9663 vsize=10688604 memory=8379904 CPUtime=1830.21 cores=1,3,5,7
/proc/9666/stat : 9666 (java) S 9663 9666 4973 0 -1 1077944320 485409 0 0 0 182267 754 0 0 20 0 17 0 96349907 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140732719054528 140091265535735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
/proc/9666/statm: 2672151 2094976 3159 1 0 2660545 0
[pid=9666/tid=9668] ppid=9663 vsize=10688604 memory=4144 CPUtime=49.66 cores=1,3,5,7
/proc/9666/task/9668/stat : 9668 (java) S 9663 9666 4973 0 -1 1077944384 17898 0 0 0 4951 15 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140091269776416 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9669] ppid=9663 vsize=10688604 memory=28008 CPUtime=423.44 cores=1,3,5,7
/proc/9666/task/9669/stat : 9669 (java) R 9663 9666 4973 0 -1 4202560 67861 0 0 0 42150 194 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090872015960 140091250532159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9670] ppid=9663 vsize=10688604 memory=1292 CPUtime=424.15 cores=1,3,5,7
/proc/9666/task/9670/stat : 9670 (java) R 9663 9666 4973 0 -1 4202560 94753 0 0 0 42236 179 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090870963160 140091247145344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9671] ppid=9663 vsize=10688604 memory=8112282956445269571 CPUtime=424.85 cores=1,3,5,7
/proc/9666/task/9671/stat : 9671 (java) R 9663 9666 4973 0 -1 4202560 95759 0 0 0 42300 185 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090869910560 140091250532116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9672] ppid=9663 vsize=10688604 memory=1728 CPUtime=426.01 cores=1,3,5,7
/proc/9666/task/9672/stat : 9672 (java) R 9663 9666 4973 0 -1 4202560 100542 0 0 0 42435 166 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090868857872 140091247145523 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9673] ppid=9663 vsize=10688604 memory=792 CPUtime=79.32 cores=1,3,5,7
/proc/9666/task/9673/stat : 9673 (java) S 9663 9666 4973 0 -1 1077944384 95065 0 0 0 7927 5 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090758120128 140091265545941 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9674] ppid=9663 vsize=10688604 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9674/stat : 9674 (java) S 9663 9666 4973 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090757067616 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9675] ppid=9663 vsize=10688604 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9675/stat : 9675 (java) S 9663 9666 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090756015216 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9676] ppid=9663 vsize=10688604 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9676/stat : 9676 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090754963536 140091265554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9677] ppid=9663 vsize=10688604 memory=1708 CPUtime=1.09 cores=1,3,5,7
/proc/9666/task/9677/stat : 9677 (java) S 9663 9666 4973 0 -1 1077944384 5823 0 0 0 109 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090753911456 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9678] ppid=9663 vsize=10688604 memory=4612 CPUtime=0.94 cores=1,3,5,7
/proc/9666/task/9678/stat : 9678 (java) S 9663 9666 4973 0 -1 1077944384 3385 0 0 0 94 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090752858368 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9679] ppid=9663 vsize=10688604 memory=1008 CPUtime=0.33 cores=1,3,5,7
/proc/9666/task/9679/stat : 9679 (java) S 9663 9666 4973 0 -1 1077944384 2269 0 0 0 33 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090751801296 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9680] ppid=9663 vsize=10688604 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9680/stat : 9680 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090750753760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9681] ppid=9663 vsize=10688604 memory=1200 CPUtime=0.3 cores=1,3,5,7
/proc/9666/task/9681/stat : 9681 (java) S 9663 9666 4973 0 -1 1077944384 515 0 0 0 16 14 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090749700528 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9854] ppid=9663 vsize=10688604 memory=8379904 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9854/stat : 9854 (java) S 9663 9666 4973 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 96399453 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090748642336 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9855] ppid=9663 vsize=10688604 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9855/stat : 9855 (java) S 9663 9666 4973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 96399453 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090747592496 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
Current children cumulated CPU time: 1830.21 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8379904 KiB

[startup+560.001 s]*
/proc/loadavg: 4.50 4.76 3.67 4/219 9856
/proc/meminfo: memFree=19591260/32770624 swapFree=67108860/67108860
[pid=9666] ppid=9663 vsize=10688604 memory=8379904 CPUtime=1831.56 cores=1,3,5,7
/proc/9666/stat : 9666 (java) S 9663 9666 4973 0 -1 1077944320 485409 0 0 0 182402 754 0 0 20 0 17 0 96349907 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140732719054528 140091265535735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
/proc/9666/statm: 2672151 2094976 3159 1 0 2660545 0
[pid=9666/tid=9668] ppid=9663 vsize=10688604 memory=8112282956445269571 CPUtime=49.66 cores=1,3,5,7
/proc/9666/task/9668/stat : 9668 (java) S 9663 9666 4973 0 -1 1077944384 17898 0 0 0 4951 15 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140091269776416 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9669] ppid=9663 vsize=10688604 memory=4872558044660077418 CPUtime=423.62 cores=1,3,5,7
/proc/9666/task/9669/stat : 9669 (java) S 9663 9666 4973 0 -1 1077944384 67861 0 0 0 42168 194 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090872015760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9670] ppid=9663 vsize=10688604 memory=5716 CPUtime=424.33 cores=1,3,5,7
/proc/9666/task/9670/stat : 9670 (java) S 9663 9666 4973 0 -1 1077944384 94753 0 0 0 42254 179 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090870962960 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9671] ppid=9663 vsize=10688604 memory=4612 CPUtime=425.03 cores=1,3,5,7
/proc/9666/task/9671/stat : 9671 (java) S 9663 9666 4973 0 -1 1077944384 95759 0 0 0 42318 185 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090869910672 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9672] ppid=9663 vsize=10688604 memory=1008 CPUtime=426.19 cores=1,3,5,7
/proc/9666/task/9672/stat : 9672 (java) S 9663 9666 4973 0 -1 1077944384 100542 0 0 0 42453 166 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090868857872 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9673] ppid=9663 vsize=10688604 memory=8112282956445269571 CPUtime=79.94 cores=1,3,5,7
/proc/9666/task/9673/stat : 9673 (java) R 9663 9666 4973 0 -1 4202560 95065 0 0 0 7989 5 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090758120016 140091250532136 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9674] ppid=9663 vsize=10688604 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9674/stat : 9674 (java) S 9663 9666 4973 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090757067616 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9675] ppid=9663 vsize=10688604 memory=916 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9675/stat : 9675 (java) S 9663 9666 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090756015216 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9676] ppid=9663 vsize=10688604 memory=8379904 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9676/stat : 9676 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090754963536 140091265554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9677] ppid=9663 vsize=10688604 memory=4144 CPUtime=1.09 cores=1,3,5,7
/proc/9666/task/9677/stat : 9677 (java) S 9663 9666 4973 0 -1 1077944384 5823 0 0 0 109 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090753911456 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9678] ppid=9663 vsize=10688604 memory=28008 CPUtime=0.94 cores=1,3,5,7
/proc/9666/task/9678/stat : 9678 (java) S 9663 9666 4973 0 -1 1077944384 3385 0 0 0 94 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090752858368 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9679] ppid=9663 vsize=10688604 memory=1424 CPUtime=0.33 cores=1,3,5,7
/proc/9666/task/9679/stat : 9679 (java) S 9663 9666 4973 0 -1 1077944384 2269 0 0 0 33 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090751801296 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9680] ppid=9663 vsize=10688604 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9680/stat : 9680 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090750753760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9681] ppid=9663 vsize=10688604 memory=15872 CPUtime=0.3 cores=1,3,5,7
/proc/9666/task/9681/stat : 9681 (java) S 9663 9666 4973 0 -1 1077944384 515 0 0 0 16 14 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090749700528 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9854] ppid=9663 vsize=10688604 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9854/stat : 9854 (java) S 9663 9666 4973 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 96399453 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090748642336 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9855] ppid=9663 vsize=10688604 memory=16644 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9855/stat : 9855 (java) S 9663 9666 4973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 96399453 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090747592496 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
Current children cumulated CPU time: 1831.56 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8379904 KiB

[startup+560.201 s]
/proc/loadavg: 4.50 4.76 3.67 4/219 9856
/proc/meminfo: memFree=19591260/32770624 swapFree=67108860/67108860
[pid=9666] ppid=9663 vsize=10688604 memory=8379904 CPUtime=1831.75 cores=1,3,5,7
/proc/9666/stat : 9666 (java) S 9663 9666 4973 0 -1 1077944320 485409 0 0 0 182421 754 0 0 20 0 17 0 96349907 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140732719054528 140091265535735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
/proc/9666/statm: 2672151 2094976 3159 1 0 2660545 0
[pid=9666/tid=9668] ppid=9663 vsize=10688604 memory=8112282956445269571 CPUtime=49.66 cores=1,3,5,7
/proc/9666/task/9668/stat : 9668 (java) S 9663 9666 4973 0 -1 1077944384 17898 0 0 0 4951 15 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140091269776416 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9669] ppid=9663 vsize=10688604 memory=288230596050944315 CPUtime=423.62 cores=1,3,5,7
/proc/9666/task/9669/stat : 9669 (java) S 9663 9666 4973 0 -1 1077944384 67861 0 0 0 42168 194 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090872015760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9670] ppid=9663 vsize=10688604 memory=14979957709343143 CPUtime=424.33 cores=1,3,5,7
/proc/9666/task/9670/stat : 9670 (java) S 9663 9666 4973 0 -1 1077944384 94753 0 0 0 42254 179 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090870962960 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9671] ppid=9663 vsize=10688604 memory=4052 CPUtime=425.03 cores=1,3,5,7
/proc/9666/task/9671/stat : 9671 (java) S 9663 9666 4973 0 -1 1077944384 95759 0 0 0 42318 185 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090869910672 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9672] ppid=9663 vsize=10688604 memory=16644 CPUtime=426.19 cores=1,3,5,7
/proc/9666/task/9672/stat : 9672 (java) S 9663 9666 4973 0 -1 1077944384 100542 0 0 0 42453 166 0 0 20 0 17 0 96349908 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090868857872 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9673] ppid=9663 vsize=10688604 memory=18472 CPUtime=80.13 cores=1,3,5,7
/proc/9666/task/9673/stat : 9673 (java) R 9663 9666 4973 0 -1 4202560 95065 0 0 0 8008 5 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090758120016 140091249993355 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9674] ppid=9663 vsize=10688604 memory=640 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9674/stat : 9674 (java) S 9663 9666 4973 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090757067616 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9675] ppid=9663 vsize=10688604 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9675/stat : 9675 (java) S 9663 9666 4973 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 96349910 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090756015216 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9676] ppid=9663 vsize=10688604 memory=960 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9676/stat : 9676 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090754963536 140091265554331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9677] ppid=9663 vsize=10688604 memory=1236 CPUtime=1.09 cores=1,3,5,7
/proc/9666/task/9677/stat : 9677 (java) S 9663 9666 4973 0 -1 1077944384 5823 0 0 0 109 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090753911456 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9678] ppid=9663 vsize=10688604 memory=2344 CPUtime=0.94 cores=1,3,5,7
/proc/9666/task/9678/stat : 9678 (java) S 9663 9666 4973 0 -1 1077944384 3385 0 0 0 94 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090752858368 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9679] ppid=9663 vsize=10688604 memory=932 CPUtime=0.33 cores=1,3,5,7
/proc/9666/task/9679/stat : 9679 (java) S 9663 9666 4973 0 -1 1077944384 2269 0 0 0 33 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090751801296 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9680] ppid=9663 vsize=10688604 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9680/stat : 9680 (java) S 9663 9666 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090750753760 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9681] ppid=9663 vsize=10688604 memory=2244 CPUtime=0.3 cores=1,3,5,7
/proc/9666/task/9681/stat : 9681 (java) S 9663 9666 4973 0 -1 1077944384 515 0 0 0 16 14 0 0 20 0 17 0 96349913 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090749700528 140091265546882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9854] ppid=9663 vsize=10688604 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9854/stat : 9854 (java) S 9663 9666 4973 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 96399453 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090748642336 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
[pid=9666/tid=9855] ppid=9663 vsize=10688604 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/9666/task/9855/stat : 9855 (java) S 9663 9666 4973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 17 0 96399453 10945130496 2094976 33554432000 4194304 4196468 140732719071984 140090747592496 140091265545941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11743232 140732719080582 140732719080735 140732719080735 140732719083471 0
Current children cumulated CPU time: 1831.75 s
Current children cumulated vsize: 10688604 KiB
Current children cumulated memory: 8379904 KiB

[startup+560.301 s]*
/proc/loadavg: 4.50 4.76 3.67 3/204 9856
/proc/meminfo: memFree=19615460/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): 560.339
CPU time (s): 1831.9
CPU user time (s): 1824.32
CPU system time (s): 7.58505
CPU usage (%): 326.927
Max. virtual memory (cumulated for all children) (KiB): 10688604
Max. memory (cumulated for all children) (KiB): 8379904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1824.32
system time used= 7.58505
maximum resident set size= 8380176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485563
page faults= 0
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29633
involuntary context switches= 24216


# summary of solver processes directly reported to runsolver:
#   pid: 9666
#   total CPU time (s): 1831.9
#   total CPU user time (s): 1824.32
#   total CPU system time (s): 7.58505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.37186 second user time and 5.4246 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 15:43:52
IDJOB=4263702
IDBENCH=135684
IDSOLVER=2651
FILE ID=node151/4263702-1502632690
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61752 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20/TravellingSalesman-20-076_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263702-1502632690/watcher-4263702-1502632690 -o /tmp/evaluation-result-4263702-1502632690/solver-4263702-1502632690 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263702-1502632690.xml

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

MD5SUM BENCH= 63d95fcac4968a6897becae9cdc29854
RANDOM SEED=1661306057

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        26302524 kB
MemAvailable:   29413276 kB
Buffers:          238544 kB
Cached:          3164504 kB
SwapCached:            0 kB
Active:          3420372 kB
Inactive:        2609724 kB
Active(anon):    2630444 kB
Inactive(anon):    25044 kB
Active(file):     789928 kB
Inactive(file):  2584680 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       2632432 kB
Mapped:            55348 kB
Shmem:             25224 kB
Slab:             130332 kB
SReclaimable:     103956 kB
SUnreclaim:        26376 kB
KernelStack:        3568 kB
PageTables:        10316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3975924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2564096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 15:53:12