Trace number 4263641

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-05SAT 9.8706799 5.2690701

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-9-3-5-cp.xml
MD5SUM0eeb94d3c32d9a0ecc0d968e8c219d20
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.5479398
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of constraints3517
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":135}]
Minimum variable degree106
Maximum variable degree107
Distribution of variable degrees[{"degree":106,"count":108},{"degree":107,"count":27}]
Minimum constraint arity4
Maximum constraint arity135
Distribution of constraint arities[{"arity":4,"count":3510},{"arity":27,"count":6},{"arity":135,"count":1}]
Number of extensional constraints0
Number of intensional constraints3510
Distribution of constraint types[{"type":"intension","count":3510},{"type":"lex","count":1},{"type":"cardinality","count":5},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

4.23/1.40	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.23/1.40	c This is free software under the dual EPL/GNU LGPL licenses.
4.23/1.40	c See www.sat4j.org for details.
4.23/1.40	c That software uses the Rhino library from the Mozilla project.
4.23/1.40	c version CUSTOM.v20170705
4.23/1.40	c java.runtime.name	Java(TM) SE Runtime Environment
4.23/1.40	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.23/1.40	c java.vm.version	25.131-b11
4.23/1.40	c java.vm.vendor	Oracle Corporation
4.23/1.40	c sun.arch.data.model	64
4.23/1.40	c java.version		1.8.0_131
4.23/1.40	c os.name		Linux
4.23/1.40	c os.version		3.10.0-514.16.1.el7.x86_64
4.23/1.40	c os.arch		amd64
4.23/1.40	c Free memory 		499604488
4.23/1.40	c Max memory 		7247757312
4.23/1.40	c Total memory 		504889344
4.23/1.40	c Number of processors 	4
4.23/1.40	c c --- Begin Solver configuration ---
4.23/1.40	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.23/1.40	c Learn all clauses as in MiniSAT
4.23/1.40	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.23/1.40	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.23/1.40	c No reason simplification
4.23/1.40	c Glucose 2.1 dynamic restart strategy
4.23/1.40	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
4.23/1.40	c timeout=2147483s
4.23/1.40	c DB Simplification allowed=false
4.23/1.40	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.23/1.40	c --- End Solver configuration ---
4.23/1.40	c constraints type 
4.23/1.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 270
4.23/1.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20043
4.23/1.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 759333
4.23/1.40	c org.sat4j.specs.Constr$1 => 2144
4.23/1.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 7327
4.23/1.40	c 789117 constraints processed.
9.85/5.24	c starts		: 92
9.85/5.24	c conflicts		: 25183
9.85/5.24	c decisions		: 273239
9.85/5.24	c propagations		: 7690065
9.85/5.24	c inspects		: 30336275
9.85/5.24	c shortcuts		: 0
9.85/5.24	c learnt literals	: 63
9.85/5.24	c learnt binary clauses	: 1251
9.85/5.24	c learnt ternary clauses	: 1911
9.85/5.24	c learnt constraints	: 25120
9.85/5.24	c ignored constraints	: 0
9.85/5.24	c root simplifications	: 0
9.85/5.24	c removed literals (reason simplification)	: 0
9.85/5.24	c reason swapping (by a shorter reason)	: 0
9.85/5.24	c Calls to reduceDB	: 3
9.85/5.24	c Number of update (reduction) of LBD	: 11611
9.85/5.24	c Imported unit clauses	: 0
9.85/5.24	c number of reductions to clauses (during analyze)	: 0
9.85/5.24	c number of learned constraints concerned by reduction	: 0
9.85/5.24	c number of learning phase by resolution	: 0
9.85/5.24	c number of learning phase by cutting planes	: 0
9.85/5.24	c number of rounding to 1 operations	: 0
9.85/5.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
9.85/5.24	c number of reductions of the coefficients by power 2 	: 0
9.85/5.24	c number of right shift for reduction by power 2 	: 0
9.85/5.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
9.85/5.24	c speed (assignments/second)	: 2016801.7309205348
9.85/5.24	c non guided choices	32397
9.85/5.25	c learnt constraints type 
9.85/5.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1251
9.85/5.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11540
9.85/5.25	s SATISFIABLE
9.85/5.25	v <instantiation type="solution">
9.85/5.25	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[0][25] x[0][26] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[1][25] x[1][26] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[2][25] x[2][26] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[3][25] x[3][26] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[4][18] x[4][19] x[4][20] x[4][21] x[4][22] x[4][23] x[4][24] x[4][25] x[4][26] </list>
9.85/5.25	v 	<values> 0 0 0 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 6 6 7 7 7 8 8 8 1 3 6 0 7 8 0 1 8 3 5 7 1 4 6 2 4 5 2 6 8 2 5 7 0 3 4 1 5 2 8 7 1 6 0 3 8 5 4 7 2 1 4 3 8 2 7 0 0 4 6 3 6 5 2 4 1 8 2 7 4 1 0 7 3 5 7 0 6 8 5 4 3 8 5 2 1 6 3 0 6 2 5 1 2 0 8 7 5 3 0 7 4 3 4 6 3 8 6 0 4 1 7 8 2 5 6 1 </values>
9.85/5.25	v </instantiation>
9.85/5.25	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263641-1502626095/watcher-4263641-1502626095 -o /tmp/evaluation-result-4263641-1502626095/solver-4263641-1502626095 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263641-1502626095.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=2858, runsolver pid=2855
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.97 4.71 4.16 3/216 2873
/proc/meminfo: memFree=24122784/32770624 swapFree=67108860/67108860
[pid=2858] ppid=2855 vsize=10555400 memory=31240 CPUtime=0.12 cores=1,3,5,7
/proc/2858/stat : 2858 (java) S 2855 2858 28385 0 -1 1077944320 6853 0 0 0 10 2 0 0 20 0 15 0 95697300 10808729600 7810 33554432000 4194304 4196468 140729873501936 140729873484480 139699266612983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
/proc/2858/statm: 2638850 7810 2808 1 0 2627263 0
[pid=2858/tid=2860] ppid=2855 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2858/task/2860/stat : 2860 (java) R 2855 2858 28385 0 -1 4202560 4706 0 0 0 8 1 0 0 20 0 15 0 95697301 10808729600 7810 33554432000 4194304 4196468 140729873501936 139699270825072 139699250693470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2861] ppid=2855 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2861/stat : 2861 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808729600 7810 33554432000 4194304 4196468 140729873501936 139699192687504 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2862] ppid=2855 vsize=10555400 memory=139699737081472 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2862/stat : 2862 (java) S 2855 2858 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697302 10808729600 7810 33554432000 4194304 4196468 140729873501936 139699191634704 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2863] ppid=2855 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2863/stat : 2863 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808729600 7810 33554432000 4194304 4196468 140729873501936 139699190582416 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2864] ppid=2855 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2864/stat : 2864 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808729600 7810 33554432000 4194304 4196468 140729873501936 139699189529616 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2865] ppid=2855 vsize=10555400 memory=139699737081472 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2865/stat : 2865 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697303 10808729600 7810 33554432000 4194304 4196468 140729873501936 139698503653488 139699266624130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2866] ppid=2855 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2866/stat : 2866 (java) S 2855 2858 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95697303 10808729600 7810 33554432000 4194304 4196468 140729873501936 139698502599456 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2867] ppid=2855 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2867/stat : 2867 (java) S 2855 2858 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95697304 10808729600 7810 33554432000 4194304 4196468 140729873501936 139698501547120 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2868] ppid=2855 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2868/stat : 2868 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697306 10808729600 7810 33554432000 4194304 4196468 140729873501936 139698500495440 139699266631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2869] ppid=2855 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2869/stat : 2869 (java) S 2855 2858 28385 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 95697306 10808729600 7810 33554432000 4194304 4196468 140729873501936 139698499443312 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2870] ppid=2855 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2870/stat : 2870 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697306 10808729600 7810 33554432000 4194304 4196468 140729873501936 139698498390512 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2871] ppid=2855 vsize=10555400 memory=139699737081472 CPUtime=0.01 cores=1,3,5,7
/proc/2858/task/2871/stat : 2871 (java) R 2855 2858 28385 0 -1 4202560 350 0 0 0 1 0 0 0 20 0 15 0 95697306 10808729600 7810 33554432000 4194304 4196468 140729873501936 139698497338224 139699245748321 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2872] ppid=2855 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2872/stat : 2872 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697306 10808729600 7810 33554432000 4194304 4196468 140729873501936 139698496285664 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2873] ppid=2855 vsize=10555400 memory=139699737081472 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2873/stat : 2873 (java) S 2855 2858 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697307 10808729600 7810 33554432000 4194304 4196468 140729873501936 139698495232432 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31240 KiB

[startup+0.218251 s]*
/proc/loadavg: 4.97 4.71 4.16 6/216 2873
/proc/meminfo: memFree=24114580/32770624 swapFree=67108860/67108860
[pid=2858] ppid=2855 vsize=10555400 memory=42604 CPUtime=0.36 cores=1,3,5,7
/proc/2858/stat : 2858 (java) S 2855 2858 28385 0 -1 1077944320 8202 0 0 0 34 2 0 0 20 0 15 0 95697300 10808729600 10651 33554432000 4194304 4196468 140729873501936 140729873484480 139699266612983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
/proc/2858/statm: 2638850 10651 3004 1 0 2627263 0
[pid=2858/tid=2860] ppid=2855 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2858/task/2860/stat : 2860 (java) R 2855 2858 28385 0 -1 4202560 5027 0 0 0 19 1 0 0 20 0 15 0 95697301 10808729600 11228 33554432000 4194304 4196468 140729873501936 139699270849536 139698862772127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2861] ppid=2855 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2861/stat : 2861 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808729600 11228 33554432000 4194304 4196468 140729873501936 139699192687504 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2862] ppid=2855 vsize=10555400 memory=139699737099316 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2862/stat : 2862 (java) S 2855 2858 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697302 10808729600 11228 33554432000 4194304 4196468 140729873501936 139699191634704 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2863] ppid=2855 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2863/stat : 2863 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808729600 11228 33554432000 4194304 4196468 140729873501936 139699190582416 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2864] ppid=2855 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2864/stat : 2864 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808729600 11228 33554432000 4194304 4196468 140729873501936 139699189529616 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2865] ppid=2855 vsize=10555400 memory=139699737081472 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2865/stat : 2865 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697303 10808729600 11228 33554432000 4194304 4196468 140729873501936 139698503653488 139699266624130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2866] ppid=2855 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2866/stat : 2866 (java) S 2855 2858 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95697303 10808729600 11228 33554432000 4194304 4196468 140729873501936 139698502599456 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2867] ppid=2855 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2867/stat : 2867 (java) S 2855 2858 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95697304 10808729600 11228 33554432000 4194304 4196468 140729873501936 139698501547120 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2868] ppid=2855 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2868/stat : 2868 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697306 10808729600 11228 33554432000 4194304 4196468 140729873501936 139698500495440 139699266631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2869] ppid=2855 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2858/task/2869/stat : 2869 (java) R 2855 2858 28385 0 -1 4202560 599 0 0 0 3 0 0 0 20 0 15 0 95697306 10808729600 11228 33554432000 4194304 4196468 140729873501936 139698499441880 139699245029393 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2870] ppid=2855 vsize=10555400 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/2858/task/2870/stat : 2870 (java) R 2855 2858 28385 0 -1 4202560 390 0 0 0 3 0 0 0 20 0 15 0 95697306 10808729600 11228 33554432000 4194304 4196468 140729873501936 139698498379848 139699245790406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2871] ppid=2855 vsize=10555400 memory=139699737081472 CPUtime=0.07 cores=1,3,5,7
/proc/2858/task/2871/stat : 2871 (java) R 2855 2858 28385 0 -1 4202560 895 0 0 0 7 0 0 0 20 0 15 0 95697306 10808729600 11228 33554432000 4194304 4196468 140729873501936 139698497334408 139699249958783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2872] ppid=2855 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2872/stat : 2872 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697306 10808729600 11228 33554432000 4194304 4196468 140729873501936 139698496285664 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2873] ppid=2855 vsize=10555400 memory=139699737081472 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2873/stat : 2873 (java) S 2855 2858 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697307 10808729600 11228 33554432000 4194304 4196468 140729873501936 139698495232432 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42604 KiB

[startup+0.311292 s]*
/proc/loadavg: 4.97 4.71 4.16 5/216 2873
/proc/meminfo: memFree=24096592/32770624 swapFree=67108860/67108860
[pid=2858] ppid=2855 vsize=10555476 memory=57788 CPUtime=0.68 cores=1,3,5,7
/proc/2858/stat : 2858 (java) S 2855 2858 28385 0 -1 1077944320 10649 0 0 0 65 3 0 0 20 0 15 0 95697300 10808807424 14447 33554432000 4194304 4196468 140729873501936 140729873484480 139699266612983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
/proc/2858/statm: 2638869 14447 3047 1 0 2627263 0
[pid=2858/tid=2860] ppid=2855 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/2858/task/2860/stat : 2860 (java) R 2855 2858 28385 0 -1 4202560 5610 0 0 0 28 2 0 0 20 0 15 0 95697301 10808807424 14447 33554432000 4194304 4196468 140729873501936 139699270850688 139699250693470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2861] ppid=2855 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2861/stat : 2861 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808807424 14447 33554432000 4194304 4196468 140729873501936 139699192687504 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2862] ppid=2855 vsize=10555476 memory=139699737139488 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2862/stat : 2862 (java) S 2855 2858 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697302 10808807424 14447 33554432000 4194304 4196468 140729873501936 139699191634704 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2863] ppid=2855 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2863/stat : 2863 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808807424 14447 33554432000 4194304 4196468 140729873501936 139699190582416 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2864] ppid=2855 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2864/stat : 2864 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808807424 14447 33554432000 4194304 4196468 140729873501936 139699189529616 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2865] ppid=2855 vsize=10555476 memory=139699737146400 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2865/stat : 2865 (java) S 2855 2858 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95697303 10808807424 14447 33554432000 4194304 4196468 140729873501936 139698503653488 139699266624130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2866] ppid=2855 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2866/stat : 2866 (java) S 2855 2858 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95697303 10808807424 14447 33554432000 4194304 4196468 140729873501936 139698502599456 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2867] ppid=2855 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2867/stat : 2867 (java) S 2855 2858 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95697304 10808807424 14447 33554432000 4194304 4196468 140729873501936 139698501547120 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2868] ppid=2855 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2868/stat : 2868 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697306 10808807424 14447 33554432000 4194304 4196468 140729873501936 139698500495440 139699266631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2869] ppid=2855 vsize=10555476 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/2858/task/2869/stat : 2869 (java) S 2855 2858 28385 0 -1 1077944384 1037 0 0 0 11 0 0 0 20 0 15 0 95697306 10808807424 14447 33554432000 4194304 4196468 140729873501936 139698499443312 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2870] ppid=2855 vsize=10555476 memory=139699582782991 CPUtime=0.12 cores=1,3,5,7
/proc/2858/task/2870/stat : 2870 (java) S 2855 2858 28385 0 -1 1077944384 1210 0 0 0 12 0 0 0 20 0 15 0 95697306 10808807424 14447 33554432000 4194304 4196468 140729873501936 139698498390512 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2871] ppid=2855 vsize=10555476 memory=139699737084002 CPUtime=0.12 cores=1,3,5,7
/proc/2858/task/2871/stat : 2871 (java) S 2855 2858 28385 0 -1 1077944384 1428 0 0 0 12 0 0 0 20 0 15 0 95697306 10808807424 14447 33554432000 4194304 4196468 140729873501936 139698497338224 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2872] ppid=2855 vsize=10555476 memory=139699582787535 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2872/stat : 2872 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697306 10808807424 14447 33554432000 4194304 4196468 140729873501936 139698496285664 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2873] ppid=2855 vsize=10555476 memory=279399319885760 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2873/stat : 2873 (java) S 2855 2858 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697307 10808807424 14447 33554432000 4194304 4196468 140729873501936 139698495232432 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 57788 KiB

[startup+0.700725 s]
/proc/loadavg: 4.97 4.71 4.16 5/216 2873
/proc/meminfo: memFree=24058056/32770624 swapFree=67108860/67108860
[pid=2858] ppid=2855 vsize=10555476 memory=122396 CPUtime=1.92 cores=1,3,5,7
/proc/2858/stat : 2858 (java) S 2855 2858 28385 0 -1 1077944320 12019 0 0 0 188 4 0 0 20 0 15 0 95697300 10808807424 30599 33554432000 4194304 4196468 140729873501936 140729873484480 139699266612983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
/proc/2858/statm: 2638869 30599 3088 1 0 2627263 0
[pid=2858/tid=2860] ppid=2855 vsize=10555476 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/2858/task/2860/stat : 2860 (java) R 2855 2858 28385 0 -1 4202560 5940 0 0 0 65 3 0 0 20 0 15 0 95697301 10808807424 30599 33554432000 4194304 4196468 140729873501936 139699270848728 139698861534692 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2861] ppid=2855 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2861/stat : 2861 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808807424 30599 33554432000 4194304 4196468 140729873501936 139699192687504 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2862] ppid=2855 vsize=10555476 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2862/stat : 2862 (java) S 2855 2858 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697302 10808807424 30599 33554432000 4194304 4196468 140729873501936 139699191634704 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2863] ppid=2855 vsize=10555476 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2863/stat : 2863 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808807424 30599 33554432000 4194304 4196468 140729873501936 139699190582416 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2864] ppid=2855 vsize=10555476 memory=17708 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2864/stat : 2864 (java) S 2855 2858 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95697302 10808807424 30599 33554432000 4194304 4196468 140729873501936 139699189529616 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2865] ppid=2855 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2865/stat : 2865 (java) S 2855 2858 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95697303 10808807424 30599 33554432000 4194304 4196468 140729873501936 139698503653488 139699266624130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2866] ppid=2855 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2866/stat : 2866 (java) S 2855 2858 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95697303 10808807424 30599 33554432000 4194304 4196468 140729873501936 139698502599456 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2867] ppid=2855 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2867/stat : 2867 (java) S 2855 2858 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95697304 10808807424 30599 33554432000 4194304 4196468 140729873501936 139698501547120 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2868] ppid=2855 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2868/stat : 2868 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697306 10808807424 30599 33554432000 4194304 4196468 140729873501936 139698500495440 139699266631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2869] ppid=2855 vsize=10555476 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/2858/task/2869/stat : 2869 (java) R 2855 2858 28385 0 -1 4202560 1506 0 0 0 44 0 0 0 20 0 15 0 95697306 10808807424 30599 33554432000 4194304 4196468 140729873501936 139698499435432 139699248157087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2870] ppid=2855 vsize=10555476 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/2858/task/2870/stat : 2870 (java) R 2855 2858 28385 0 -1 4202560 1313 0 0 0 44 0 0 0 20 0 15 0 95697306 10808807424 30599 33554432000 4194304 4196468 140729873501936 139698498375664 139699246299647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2871] ppid=2855 vsize=10555476 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/2858/task/2871/stat : 2871 (java) S 2855 2858 28385 0 -1 1077944384 1888 0 0 0 34 1 0 0 20 0 15 0 95697306 10808807424 30599 33554432000 4194304 4196468 140729873501936 139698497338224 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2872] ppid=2855 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2872/stat : 2872 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95697306 10808807424 30599 33554432000 4194304 4196468 140729873501936 139698496285664 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2873] ppid=2855 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2873/stat : 2873 (java) S 2855 2858 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95697307 10808807424 30599 33554432000 4194304 4196468 140729873501936 139698495232432 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 122396 KiB

[startup+1.50078 s]
/proc/loadavg: 4.97 4.71 4.16 5/216 2873
/proc/meminfo: memFree=23947344/32770624 swapFree=67108860/67108860
[pid=2858] ppid=2855 vsize=10624088 memory=267916 CPUtime=4.56 cores=1,3,5,7
/proc/2858/stat : 2858 (java) S 2855 2858 28385 0 -1 1077944320 14262 0 0 0 443 13 0 0 20 0 16 0 95697300 10879066112 66979 33554432000 4194304 4196468 140729873501936 140729873484480 139699266612983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
/proc/2858/statm: 2656022 66979 3140 1 0 2644416 0
[pid=2858/tid=2860] ppid=2855 vsize=10624088 memory=3467830215667232831 CPUtime=1.38 cores=1,3,5,7
/proc/2858/task/2860/stat : 2860 (java) R 2855 2858 28385 0 -1 4202560 6039 0 0 0 134 4 0 0 20 0 16 0 95697301 10879066112 66979 33554432000 4194304 4196468 140729873501936 139699270850784 139698867087263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2861] ppid=2855 vsize=10624088 memory=205756 CPUtime=0.07 cores=1,3,5,7
/proc/2858/task/2861/stat : 2861 (java) S 2855 2858 28385 0 -1 1077944384 121 0 0 0 6 1 0 0 20 0 16 0 95697302 10879066112 66979 33554432000 4194304 4196468 140729873501936 139699192687504 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2862] ppid=2855 vsize=10624088 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/2858/task/2862/stat : 2862 (java) S 2855 2858 28385 0 -1 1077944384 153 0 0 0 7 1 0 0 20 0 16 0 95697302 10879066112 66979 33554432000 4194304 4196468 140729873501936 139699191634704 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2863] ppid=2855 vsize=10624088 memory=1204 CPUtime=0.05 cores=1,3,5,7
/proc/2858/task/2863/stat : 2863 (java) S 2855 2858 28385 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 16 0 95697302 10879066112 66979 33554432000 4194304 4196468 140729873501936 139699190582416 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2864] ppid=2855 vsize=10624088 memory=15876 CPUtime=0.06 cores=1,3,5,7
/proc/2858/task/2864/stat : 2864 (java) S 2855 2858 28385 0 -1 1077944384 116 0 0 0 5 1 0 0 20 0 16 0 95697302 10879066112 66979 33554432000 4194304 4196468 140729873501936 139699189529616 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2865] ppid=2855 vsize=10624088 memory=17708 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2865/stat : 2865 (java) S 2855 2858 28385 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 95697303 10879066112 66979 33554432000 4194304 4196468 140729873501936 139698503653488 139699266624130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0

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

Dumping a history of the last processes samples

[startup+3.20098 s]
/proc/loadavg: 4.97 4.71 4.16 5/217 2874
/proc/meminfo: memFree=23874176/32770624 swapFree=67108860/67108860
[pid=2858] ppid=2855 vsize=10624088 memory=279184 CPUtime=7.68 cores=1,3,5,7
/proc/2858/stat : 2858 (java) S 2855 2858 28385 0 -1 1077944320 17416 0 0 0 754 14 0 0 20 0 16 0 95697300 10879066112 69796 33554432000 4194304 4196468 140729873501936 140729873484480 139699266612983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
/proc/2858/statm: 2656022 69796 3156 1 0 2644416 0
[pid=2858/tid=2860] ppid=2855 vsize=10624088 memory=2969 CPUtime=3.07 cores=1,3,5,7
/proc/2858/task/2860/stat : 2860 (java) R 2855 2858 28385 0 -1 4202560 6370 0 0 0 303 4 0 0 20 0 16 0 95697301 10879066112 69796 33554432000 4194304 4196468 140729873501936 139699270849592 139698867484733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2861] ppid=2855 vsize=10624088 memory=139699582791604 CPUtime=0.07 cores=1,3,5,7
/proc/2858/task/2861/stat : 2861 (java) S 2855 2858 28385 0 -1 1077944384 121 0 0 0 6 1 0 0 20 0 16 0 95697302 10879066112 69796 33554432000 4194304 4196468 140729873501936 139699192687504 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2862] ppid=2855 vsize=10624088 memory=4206468019014099040 CPUtime=0.08 cores=1,3,5,7
/proc/2858/task/2862/stat : 2862 (java) S 2855 2858 28385 0 -1 1077944384 153 0 0 0 7 1 0 0 20 0 16 0 95697302 10879066112 69796 33554432000 4194304 4196468 140729873501936 139699191634704 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2863] ppid=2855 vsize=10624088 memory=12028 CPUtime=0.05 cores=1,3,5,7
/proc/2858/task/2863/stat : 2863 (java) S 2855 2858 28385 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 16 0 95697302 10879066112 69796 33554432000 4194304 4196468 140729873501936 139699190582416 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2864] ppid=2855 vsize=10624088 memory=5668 CPUtime=0.06 cores=1,3,5,7
/proc/2858/task/2864/stat : 2864 (java) S 2855 2858 28385 0 -1 1077944384 116 0 0 0 5 1 0 0 20 0 16 0 95697302 10879066112 69796 33554432000 4194304 4196468 140729873501936 139699189529616 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2865] ppid=2855 vsize=10624088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2865/stat : 2865 (java) S 2855 2858 28385 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 95697303 10879066112 69796 33554432000 4194304 4196468 140729873501936 139698503653488 139699266624130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2866] ppid=2855 vsize=10624088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2866/stat : 2866 (java) S 2855 2858 28385 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95697303 10879066112 69796 33554432000 4194304 4196468 140729873501936 139698502599520 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2867] ppid=2855 vsize=10624088 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2867/stat : 2867 (java) S 2855 2858 28385 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95697304 10879066112 69796 33554432000 4194304 4196468 140729873501936 139698501547136 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2868] ppid=2855 vsize=10624088 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2868/stat : 2868 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697306 10879066112 69796 33554432000 4194304 4196468 140729873501936 139698500495440 139699266631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2869] ppid=2855 vsize=10624088 memory=15876 CPUtime=1.86 cores=1,3,5,7
/proc/2858/task/2869/stat : 2869 (java) S 2855 2858 28385 0 -1 1077944384 3388 0 0 0 186 0 0 0 20 0 16 0 95697306 10879066112 69796 33554432000 4194304 4196468 140729873501936 139698499443312 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2870] ppid=2855 vsize=10624088 memory=17708 CPUtime=1.8 cores=1,3,5,7
/proc/2858/task/2870/stat : 2870 (java) S 2855 2858 28385 0 -1 1077944384 2896 0 0 0 180 0 0 0 20 0 16 0 95697306 10879066112 69796 33554432000 4194304 4196468 140729873501936 139698498390512 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2871] ppid=2855 vsize=10624088 memory=2241 CPUtime=0.58 cores=1,3,5,7
/proc/2858/task/2871/stat : 2871 (java) S 2855 2858 28385 0 -1 1077944384 2870 0 0 0 57 1 0 0 20 0 16 0 95697306 10879066112 69796 33554432000 4194304 4196468 140729873501936 139698497338224 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2872] ppid=2855 vsize=10624088 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2872/stat : 2872 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697306 10879066112 69796 33554432000 4194304 4196468 140729873501936 139698496285664 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2873] ppid=2855 vsize=10624088 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2873/stat : 2873 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697307 10879066112 69796 33554432000 4194304 4196468 140729873501936 139698495232432 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2874] ppid=2855 vsize=10624088 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2874/stat : 2874 (java) S 2855 2858 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95697444 10879066112 69796 33554432000 4194304 4196468 140729873501936 139698492080816 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
Current children cumulated CPU time: 7.68 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 279184 KiB

[startup+4.00077 s]*
/proc/loadavg: 4.73 4.66 4.14 3/217 2874
/proc/meminfo: memFree=23873928/32770624 swapFree=67108860/67108860
[pid=2858] ppid=2855 vsize=10624088 memory=279264 CPUtime=8.59 cores=1,3,5,7
/proc/2858/stat : 2858 (java) S 2855 2858 28385 0 -1 1077944320 19557 0 0 0 845 14 0 0 20 0 16 0 95697300 10879066112 69816 33554432000 4194304 4196468 140729873501936 140729873484480 139699266612983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
/proc/2858/statm: 2656022 69816 3156 1 0 2644416 0
[pid=2858/tid=2860] ppid=2855 vsize=10624088 memory=6935054825532540783 CPUtime=3.88 cores=1,3,5,7
/proc/2858/task/2860/stat : 2860 (java) R 2855 2858 28385 0 -1 4202560 6378 0 0 0 384 4 0 0 20 0 16 0 95697301 10879066112 69816 33554432000 4194304 4196468 140729873501936 139699270849104 139698866978788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2861] ppid=2855 vsize=10624088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2858/task/2861/stat : 2861 (java) S 2855 2858 28385 0 -1 1077944384 121 0 0 0 6 1 0 0 20 0 16 0 95697302 10879066112 69816 33554432000 4194304 4196468 140729873501936 139699192687504 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2862] ppid=2855 vsize=10624088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2858/task/2862/stat : 2862 (java) S 2855 2858 28385 0 -1 1077944384 153 0 0 0 7 1 0 0 20 0 16 0 95697302 10879066112 69816 33554432000 4194304 4196468 140729873501936 139699191634704 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2863] ppid=2855 vsize=10624088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2858/task/2863/stat : 2863 (java) S 2855 2858 28385 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 16 0 95697302 10879066112 69816 33554432000 4194304 4196468 140729873501936 139699190582416 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2864] ppid=2855 vsize=10624088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/2858/task/2864/stat : 2864 (java) S 2855 2858 28385 0 -1 1077944384 116 0 0 0 5 1 0 0 20 0 16 0 95697302 10879066112 69816 33554432000 4194304 4196468 140729873501936 139699189529616 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2865] ppid=2855 vsize=10624088 memory=139699582993520 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2865/stat : 2865 (java) S 2855 2858 28385 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 16 0 95697303 10879066112 69816 33554432000 4194304 4196468 140729873501936 139698503653488 139699266624130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2866] ppid=2855 vsize=10624088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2866/stat : 2866 (java) S 2855 2858 28385 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95697303 10879066112 69816 33554432000 4194304 4196468 140729873501936 139698502599520 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2867] ppid=2855 vsize=10624088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2867/stat : 2867 (java) S 2855 2858 28385 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95697304 10879066112 69816 33554432000 4194304 4196468 140729873501936 139698501547136 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2868] ppid=2855 vsize=10624088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2868/stat : 2868 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697306 10879066112 69816 33554432000 4194304 4196468 140729873501936 139698500495440 139699266631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2869] ppid=2855 vsize=10624088 memory=0 CPUtime=1.91 cores=1,3,5,7
/proc/2858/task/2869/stat : 2869 (java) S 2855 2858 28385 0 -1 1077944384 4011 0 0 0 191 0 0 0 20 0 16 0 95697306 10879066112 69816 33554432000 4194304 4196468 140729873501936 139698499443312 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2870] ppid=2855 vsize=10624088 memory=139699582770335 CPUtime=1.86 cores=1,3,5,7
/proc/2858/task/2870/stat : 2870 (java) S 2855 2858 28385 0 -1 1077944384 4388 0 0 0 185 1 0 0 20 0 16 0 95697306 10879066112 69816 33554432000 4194304 4196468 140729873501936 139698498390512 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2871] ppid=2855 vsize=10624088 memory=139699737093500 CPUtime=0.58 cores=1,3,5,7
/proc/2858/task/2871/stat : 2871 (java) S 2855 2858 28385 0 -1 1077944384 2872 0 0 0 57 1 0 0 20 0 16 0 95697306 10879066112 69816 33554432000 4194304 4196468 140729873501936 139698497338224 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2872] ppid=2855 vsize=10624088 memory=2321103359604701494 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2872/stat : 2872 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697306 10879066112 69816 33554432000 4194304 4196468 140729873501936 139698496285664 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2873] ppid=2855 vsize=10624088 memory=3467964327701867697 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2873/stat : 2873 (java) S 2855 2858 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 95697307 10879066112 69816 33554432000 4194304 4196468 140729873501936 139698495232432 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2874] ppid=2855 vsize=10624088 memory=664955462225843721 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2874/stat : 2874 (java) S 2855 2858 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95697444 10879066112 69816 33554432000 4194304 4196468 140729873501936 139698492080816 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
Current children cumulated CPU time: 8.59 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 279264 KiB

[startup+4.8008 s]
/proc/loadavg: 4.73 4.66 4.14 3/217 2874
/proc/meminfo: memFree=23873928/32770624 swapFree=67108860/67108860
[pid=2858] ppid=2855 vsize=10624088 memory=279684 CPUtime=9.56 cores=1,3,5,7
/proc/2858/stat : 2858 (java) S 2855 2858 28385 0 -1 1077944320 21582 0 0 0 942 14 0 0 20 0 16 0 95697300 10879066112 69921 33554432000 4194304 4196468 140729873501936 140729873484480 139699266612983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
/proc/2858/statm: 2656022 69921 3156 1 0 2644416 0
[pid=2858/tid=2860] ppid=2855 vsize=10624088 memory=0 CPUtime=4.67 cores=1,3,5,7
/proc/2858/task/2860/stat : 2860 (java) R 2855 2858 28385 0 -1 4202560 6549 0 0 0 463 4 0 0 20 0 16 0 95697301 10879066112 69921 33554432000 4194304 4196468 140729873501936 139699270852704 139698867484738 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2861] ppid=2855 vsize=10624088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2858/task/2861/stat : 2861 (java) S 2855 2858 28385 0 -1 1077944384 121 0 0 0 6 1 0 0 20 0 16 0 95697302 10879066112 69921 33554432000 4194304 4196468 140729873501936 139699192687504 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2862] ppid=2855 vsize=10624088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2858/task/2862/stat : 2862 (java) S 2855 2858 28385 0 -1 1077944384 153 0 0 0 7 1 0 0 20 0 16 0 95697302 10879066112 69921 33554432000 4194304 4196468 140729873501936 139699191634704 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2863] ppid=2855 vsize=10624088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2858/task/2863/stat : 2863 (java) S 2855 2858 28385 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 16 0 95697302 10879066112 69921 33554432000 4194304 4196468 140729873501936 139699190582416 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2864] ppid=2855 vsize=10624088 memory=-7751062316387021378 CPUtime=0.06 cores=1,3,5,7
/proc/2858/task/2864/stat : 2864 (java) S 2855 2858 28385 0 -1 1077944384 116 0 0 0 5 1 0 0 20 0 16 0 95697302 10879066112 69921 33554432000 4194304 4196468 140729873501936 139699189529616 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2865] ppid=2855 vsize=10624088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2865/stat : 2865 (java) S 2855 2858 28385 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 16 0 95697303 10879066112 69921 33554432000 4194304 4196468 140729873501936 139698503653488 139699266624130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2866] ppid=2855 vsize=10624088 memory=55 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2866/stat : 2866 (java) S 2855 2858 28385 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95697303 10879066112 69921 33554432000 4194304 4196468 140729873501936 139698502599520 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2867] ppid=2855 vsize=10624088 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2867/stat : 2867 (java) S 2855 2858 28385 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95697304 10879066112 69921 33554432000 4194304 4196468 140729873501936 139698501547136 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2868] ppid=2855 vsize=10624088 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2868/stat : 2868 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697306 10879066112 69921 33554432000 4194304 4196468 140729873501936 139698500495440 139699266631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2869] ppid=2855 vsize=10624088 memory=6944656592455097440 CPUtime=1.92 cores=1,3,5,7
/proc/2858/task/2869/stat : 2869 (java) S 2855 2858 28385 0 -1 1077944384 4017 0 0 0 192 0 0 0 20 0 16 0 95697306 10879066112 69921 33554432000 4194304 4196468 140729873501936 139698499443312 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2870] ppid=2855 vsize=10624088 memory=6944656592387989600 CPUtime=2.02 cores=1,3,5,7
/proc/2858/task/2870/stat : 2870 (java) S 2855 2858 28385 0 -1 1077944384 6021 0 0 0 201 1 0 0 20 0 16 0 95697306 10879066112 69921 33554432000 4194304 4196468 140729873501936 139698498390512 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2871] ppid=2855 vsize=10624088 memory=6944652177228980320 CPUtime=0.58 cores=1,3,5,7
/proc/2858/task/2871/stat : 2871 (java) S 2855 2858 28385 0 -1 1077944384 2872 0 0 0 57 1 0 0 20 0 16 0 95697306 10879066112 69921 33554432000 4194304 4196468 140729873501936 139698497338224 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2872] ppid=2855 vsize=10624088 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2872/stat : 2872 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697306 10879066112 69921 33554432000 4194304 4196468 140729873501936 139698496285664 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2873] ppid=2855 vsize=10624088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2873/stat : 2873 (java) S 2855 2858 28385 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 16 0 95697307 10879066112 69921 33554432000 4194304 4196468 140729873501936 139698495232432 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2874] ppid=2855 vsize=10624088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2874/stat : 2874 (java) S 2855 2858 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95697444 10879066112 69921 33554432000 4194304 4196468 140729873501936 139698492080816 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 10624088 KiB
Current children cumulated memory: 279684 KiB

[startup+5.20075 s]
/proc/loadavg: 4.73 4.66 4.14 4/217 2874
/proc/meminfo: memFree=23873568/32770624 swapFree=67108860/67108860
[pid=2858] ppid=2855 vsize=10757216 memory=279904 CPUtime=9.85 cores=1,3,5,7
/proc/2858/stat : 2858 (java) S 2855 2858 28385 0 -1 1077944320 22564 0 0 0 971 14 0 0 20 0 16 0 95697300 11015389184 69976 33554432000 4194304 4196468 140729873501936 140729873484480 139699266612983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
/proc/2858/statm: 2689304 69976 3158 1 0 2677698 0
[pid=2858/tid=2860] ppid=2855 vsize=10757216 memory=14130043811030100 CPUtime=4.92 cores=1,3,5,7
/proc/2858/task/2860/stat : 2860 (java) S 2855 2858 28385 0 -1 1077944384 6903 0 0 0 488 4 0 0 20 0 16 0 95697301 11015389184 69976 33554432000 4194304 4196468 140729873501936 139699270853664 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2861] ppid=2855 vsize=10757216 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2858/task/2861/stat : 2861 (java) S 2855 2858 28385 0 -1 1077944384 121 0 0 0 6 1 0 0 20 0 16 0 95697302 11015389184 69976 33554432000 4194304 4196468 140729873501936 139699192687504 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2862] ppid=2855 vsize=10757216 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2858/task/2862/stat : 2862 (java) S 2855 2858 28385 0 -1 1077944384 153 0 0 0 7 1 0 0 20 0 16 0 95697302 11015389184 69976 33554432000 4194304 4196468 140729873501936 139699191634704 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2863] ppid=2855 vsize=10757216 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2858/task/2863/stat : 2863 (java) S 2855 2858 28385 0 -1 1077944384 33 0 0 0 4 1 0 0 20 0 16 0 95697302 11015389184 69976 33554432000 4194304 4196468 140729873501936 139699190582416 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2864] ppid=2855 vsize=10757216 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/2858/task/2864/stat : 2864 (java) S 2855 2858 28385 0 -1 1077944384 116 0 0 0 5 1 0 0 20 0 16 0 95697302 11015389184 69976 33554432000 4194304 4196468 140729873501936 139699189529616 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2865] ppid=2855 vsize=10757216 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2865/stat : 2865 (java) S 2855 2858 28385 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 16 0 95697303 11015389184 69976 33554432000 4194304 4196468 140729873501936 139698503653488 139699266624130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2866] ppid=2855 vsize=10757216 memory=139699737100337 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2866/stat : 2866 (java) S 2855 2858 28385 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95697303 11015389184 69976 33554432000 4194304 4196468 140729873501936 139698502599520 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2867] ppid=2855 vsize=10757216 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2867/stat : 2867 (java) S 2855 2858 28385 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95697304 11015389184 69976 33554432000 4194304 4196468 140729873501936 139698501547136 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2868] ppid=2855 vsize=10757216 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2868/stat : 2868 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697306 11015389184 69976 33554432000 4194304 4196468 140729873501936 139698500495440 139699266631579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2869] ppid=2855 vsize=10757216 memory=279399165737760 CPUtime=1.94 cores=1,3,5,7
/proc/2858/task/2869/stat : 2869 (java) S 2855 2858 28385 0 -1 1077944384 4074 0 0 0 194 0 0 0 20 0 16 0 95697306 11015389184 69976 33554432000 4194304 4196468 140729873501936 139698499443312 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2870] ppid=2855 vsize=10757216 memory=7229510325598512960 CPUtime=2.05 cores=1,3,5,7
/proc/2858/task/2870/stat : 2870 (java) S 2855 2858 28385 0 -1 1077944384 6114 0 0 0 204 1 0 0 20 0 16 0 95697306 11015389184 69976 33554432000 4194304 4196468 140729873501936 139698498390512 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2871] ppid=2855 vsize=10757216 memory=7374758023520802148 CPUtime=0.59 cores=1,3,5,7
/proc/2858/task/2871/stat : 2871 (java) S 2855 2858 28385 0 -1 1077944384 2967 0 0 0 58 1 0 0 20 0 16 0 95697306 11015389184 69976 33554432000 4194304 4196468 140729873501936 139698497338224 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2872] ppid=2855 vsize=10757216 memory=55 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2872/stat : 2872 (java) S 2855 2858 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95697306 11015389184 69976 33554432000 4194304 4196468 140729873501936 139698496285664 139699266623189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
[pid=2858/tid=2873] ppid=2855 vsize=10757216 memory=8764164798296070351 CPUtime=0 cores=1,3,5,7
/proc/2858/task/2873/stat : 2873 (java) S 2855 2858 28385 0 -1 1077944384 266 0 0 0 0 0 0 0 20 0 16 0 95697307 11015389184 69976 33554432000 4194304 4196468 140729873501936 139698495232432 139699266624130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33751040 140729873503366 140729873503519 140729873503519 140729873506255 0
Current children cumulated CPU time: 9.85 s
Current children cumulated vsize: 10757216 KiB
Current children cumulated memory: 279904 KiB

Child status: 0
Real time (s): 5.26907
CPU time (s): 9.87068
CPU user time (s): 9.72176
CPU system time (s): 0.14893
CPU usage (%): 187.333
Max. virtual memory (cumulated for all children) (KiB): 10757216
Max. memory (cumulated for all children) (KiB): 279904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.72175
system time used= 0.14893
maximum resident set size= 280472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23001
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1870
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 2858
#   total CPU time (s): 9.87068
#   total CPU user time (s): 9.72176
#   total CPU system time (s): 0.14893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056823 second user time and 0.094705 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 13:53:57
IDJOB=4263641
IDBENCH=126553
IDSOLVER=2651
FILE ID=node106/4263641-1502626095
RUNJOBID= node106-1502624013-2078
PBS_JOBID= 20628302
Free space on /tmp= 61768 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-9-3-5-cp.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263641-1502626095/watcher-4263641-1502626095 -o /tmp/evaluation-result-4263641-1502626095/solver-4263641-1502626095 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502624013-2078 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263641-1502626095.xml

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

MD5SUM BENCH= 0eeb94d3c32d9a0ecc0d968e8c219d20
RANDOM SEED=2107388857

node106.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.86
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.86
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.86
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.86
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:        24142276 kB
MemAvailable:   24549904 kB
Buffers:          102872 kB
Cached:           592968 kB
SwapCached:            0 kB
Active:          7803948 kB
Inactive:         373136 kB
Active(anon):    7437340 kB
Inactive(anon):    72092 kB
Active(file):     366608 kB
Inactive(file):   301044 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2068 kB
Writeback:             8 kB
AnonPages:       7488104 kB
Mapped:            55080 kB
Shmem:             25228 kB
Slab:             137132 kB
SReclaimable:     111624 kB
SUnreclaim:        25508 kB
KernelStack:        3536 kB
PageTables:        20136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6830080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node106 at 2017-08-13 13:54:02