Trace number 4263576

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 1029.99 924.79199

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-09.xml
MD5SUMf0d0955751f72d87c4f1a675afbf7856
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 benchmark0.80263901
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints258
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":14},{"degree":4,"count":21},{"degree":5,"count":8},{"degree":6,"count":5},{"degree":7,"count":3},{"degree":11,"count":2},{"degree":20,"count":1},{"degree":32,"count":1},{"degree":39,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":18},{"arity":4,"count":19},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints147
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":147},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

178.20/77.12	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
178.20/77.12	c This is free software under the dual EPL/GNU LGPL licenses.
178.20/77.12	c See www.sat4j.org for details.
178.20/77.12	c That software uses the Rhino library from the Mozilla project.
178.20/77.12	c version CUSTOM.v20170705
178.20/77.12	c java.runtime.name	Java(TM) SE Runtime Environment
178.20/77.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
178.20/77.12	c java.vm.version	25.131-b11
178.20/77.12	c java.vm.vendor	Oracle Corporation
178.20/77.12	c sun.arch.data.model	64
178.20/77.12	c java.version		1.8.0_131
178.20/77.12	c os.name		Linux
178.20/77.12	c os.version		3.10.0-514.16.1.el7.x86_64
178.20/77.12	c os.arch		amd64
178.20/77.12	c Free memory 		499604488
178.20/77.12	c Max memory 		7247757312
178.20/77.12	c Total memory 		504889344
178.20/77.12	c Number of processors 	4
178.20/77.12	c c --- Begin Solver configuration ---
178.20/77.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
178.20/77.12	c Learn all clauses as in MiniSAT
178.20/77.12	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
178.20/77.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
178.20/77.12	c No reason simplification
178.20/77.12	c Glucose 2.1 dynamic restart strategy
178.20/77.12	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
178.20/77.12	c timeout=2147483s
178.20/77.12	c DB Simplification allowed=false
178.20/77.12	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
178.20/77.12	c --- End Solver configuration ---
178.20/77.12	c constraints type 
178.20/77.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 222
178.20/77.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 55567344
178.20/77.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5291096
178.20/77.12	c org.sat4j.minisat.constraints.cnf.UnitClause => 515
178.20/77.12	c 60859177 constraints processed.
1029.93/924.74	c starts		: 16
1029.93/924.74	c conflicts		: 30862
1029.93/924.74	c decisions		: 31898461
1029.93/924.74	c propagations		: 2182383328
1029.93/924.74	c inspects		: 2650059711
1029.93/924.74	c shortcuts		: 0
1029.93/924.74	c learnt literals	: 0
1029.93/924.74	c learnt binary clauses	: 665
1029.93/924.74	c learnt ternary clauses	: 663
1029.93/924.74	c learnt constraints	: 30862
1029.93/924.74	c ignored constraints	: 0
1029.93/924.74	c root simplifications	: 0
1029.93/924.74	c removed literals (reason simplification)	: 0
1029.93/924.74	c reason swapping (by a shorter reason)	: 0
1029.93/924.74	c Calls to reduceDB	: 4
1029.93/924.74	c Number of update (reduction) of LBD	: 20418
1029.93/924.74	c Imported unit clauses	: 0
1029.93/924.74	c number of reductions to clauses (during analyze)	: 0
1029.93/924.74	c number of learned constraints concerned by reduction	: 0
1029.93/924.74	c number of learning phase by resolution	: 0
1029.93/924.74	c number of learning phase by cutting planes	: 0
1029.93/924.74	c number of rounding to 1 operations	: 0
1029.93/924.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1029.93/924.74	c number of reductions of the coefficients by power 2 	: 0
1029.93/924.74	c number of right shift for reduction by power 2 	: 0
1029.93/924.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
1029.93/924.74	c speed (assignments/second)	: 2575220.3102229615
1029.93/924.74	c non guided choices	16347902
1029.93/924.75	c learnt constraints type 
1029.93/924.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 665
1029.93/924.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11020
1029.93/924.75	s SATISFIABLE
1029.93/924.75	v <instantiation type="solution">
1029.93/924.75	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] </list>
1029.93/924.75	v 	<values> 0 1 16 3 0 1 0 4 1 1 1 0 0 3 1 0 0 0 1 2 2 1 1 1 7 1 4 0 0 0 1 0 1 14 0 1 0 1 1 2 0 0 1 1 2 1 21 0 1 3 1 1 1 1 1 9 1 1 1 1 0 1 3 1 0 3 0 0 1 2 0 9 3 3 8 0 1 0 0 1 6 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 4 9 1 0 4 5 5 2 3 7 1 9 9 4 6 </values>
1029.93/924.75	v </instantiation>
1029.93/924.75	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263576-1502636610/watcher-4263576-1502636610 -o /tmp/evaluation-result-4263576-1502636610/solver-4263576-1502636610 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263576-1502636610.xml 

running on 4 cores: 0,2,4,6

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=6629, runsolver pid=6626
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 4.29 4.06 3.54 4/216 6644
/proc/meminfo: memFree=27482916/32770624 swapFree=67108860/67108860
[pid=6629] ppid=6626 vsize=10555400 memory=30728 CPUtime=0.13 cores=0,2,4,6
/proc/6629/stat : 6629 (java) S 6626 6629 3242 0 -1 1077944320 6730 0 0 0 11 2 0 0 20 0 15 0 96741951 10808729600 7682 33554432000 4194304 4196468 140727021019504 140727021002048 140600545492727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
/proc/6629/statm: 2638850 7682 2820 1 0 2627263 0
[pid=6629/tid=6631] ppid=6626 vsize=10555400 memory=-8393402909049320640 CPUtime=0.09 cores=0,2,4,6
/proc/6629/task/6631/stat : 6631 (java) R 6626 6629 3242 0 -1 4202560 4586 0 0 0 8 1 0 0 20 0 15 0 96741951 10808729600 7682 33554432000 4194304 4196468 140727021019504 140600549713856 140600529536357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6632] ppid=6626 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6632/stat : 6632 (java) S 6626 6629 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96741952 10808729600 7682 33554432000 4194304 4196468 140727021019504 140600471566864 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6633] ppid=6626 vsize=10555400 memory=139949324101248 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6633/stat : 6633 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741952 10808729600 7682 33554432000 4194304 4196468 140727021019504 140600470514320 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6634] ppid=6626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6634/stat : 6634 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741952 10808729600 7682 33554432000 4194304 4196468 140727021019504 140600469461264 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6635] ppid=6626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6635/stat : 6635 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741952 10808729600 7682 33554432000 4194304 4196468 140727021019504 140600468408720 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6636] ppid=6626 vsize=10555400 memory=139949324101248 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6636/stat : 6636 (java) S 6626 6629 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96741953 10808729600 7682 33554432000 4194304 4196468 140727021019504 140599902546672 140600545503874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6637] ppid=6626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6637/stat : 6637 (java) S 6626 6629 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96741954 10808729600 7682 33554432000 4194304 4196468 140727021019504 140599901492896 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6638] ppid=6626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6638/stat : 6638 (java) S 6626 6629 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96741954 10808729600 7682 33554432000 4194304 4196468 140727021019504 140599900439792 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6639] ppid=6626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6639/stat : 6639 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96741956 10808729600 7682 33554432000 4194304 4196468 140727021019504 140599899388368 140600545511323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6640] ppid=6626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6640/stat : 6640 (java) S 6626 6629 3242 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 96741956 10808729600 7682 33554432000 4194304 4196468 140727021019504 140599898335472 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6641] ppid=6626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6641/stat : 6641 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96741956 10808729600 7682 33554432000 4194304 4196468 140727021019504 140599897282928 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6642] ppid=6626 vsize=10555400 memory=139949324101248 CPUtime=0.02 cores=0,2,4,6
/proc/6629/task/6642/stat : 6642 (java) R 6626 6629 3242 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 96741956 10808729600 7682 33554432000 4194304 4196468 140727021019504 140599896229872 140600524097490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6643] ppid=6626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6643/stat : 6643 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96741957 10808729600 7682 33554432000 4194304 4196468 140727021019504 140599895177568 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6644] ppid=6626 vsize=10555400 memory=139949324101248 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6644/stat : 6644 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741957 10808729600 7682 33554432000 4194304 4196468 140727021019504 140599894125616 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30728 KiB

[startup+0.214387 s]*
/proc/loadavg: 4.29 4.06 3.54 5/216 6644
/proc/meminfo: memFree=27471716/32770624 swapFree=67108860/67108860
[pid=6629] ppid=6626 vsize=10555400 memory=41808 CPUtime=0.34 cores=0,2,4,6
/proc/6629/stat : 6629 (java) S 6626 6629 3242 0 -1 1077944320 8072 0 0 0 31 3 0 0 20 0 15 0 96741951 10808729600 10452 33554432000 4194304 4196468 140727021019504 140727021002048 140600545492727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
/proc/6629/statm: 2638850 10452 2970 1 0 2627263 0
[pid=6629/tid=6631] ppid=6626 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/6629/task/6631/stat : 6631 (java) R 6626 6629 3242 0 -1 4202560 5026 0 0 0 19 1 0 0 20 0 15 0 96741951 10808729600 10452 33554432000 4194304 4196468 140727021019504 140600549730512 140600133436210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6632] ppid=6626 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6632/stat : 6632 (java) S 6626 6629 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96741952 10808729600 10452 33554432000 4194304 4196468 140727021019504 140600471566864 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6633] ppid=6626 vsize=10555400 memory=139949324108045 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6633/stat : 6633 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741952 10808729600 10452 33554432000 4194304 4196468 140727021019504 140600470514320 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6634] ppid=6626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6634/stat : 6634 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741952 10808729600 10452 33554432000 4194304 4196468 140727021019504 140600469461264 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6635] ppid=6626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6635/stat : 6635 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741952 10808729600 10452 33554432000 4194304 4196468 140727021019504 140600468408720 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6636] ppid=6626 vsize=10555400 memory=139949324101248 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6636/stat : 6636 (java) S 6626 6629 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96741953 10808729600 10452 33554432000 4194304 4196468 140727021019504 140599902546672 140600545503874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6637] ppid=6626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6637/stat : 6637 (java) S 6626 6629 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96741954 10808729600 10452 33554432000 4194304 4196468 140727021019504 140599901492896 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6638] ppid=6626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6638/stat : 6638 (java) S 6626 6629 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96741954 10808729600 10452 33554432000 4194304 4196468 140727021019504 140599900439792 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6639] ppid=6626 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6639/stat : 6639 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96741956 10808729600 10452 33554432000 4194304 4196468 140727021019504 140599899388368 140600545511323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6640] ppid=6626 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6629/task/6640/stat : 6640 (java) S 6626 6629 3242 0 -1 1077944384 596 0 0 0 2 0 0 0 20 0 15 0 96741956 10808729600 10452 33554432000 4194304 4196468 140727021019504 140599898335472 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6641] ppid=6626 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6629/task/6641/stat : 6641 (java) S 6626 6629 3242 0 -1 1077944384 245 0 0 0 2 0 0 0 20 0 15 0 96741956 10808729600 10452 33554432000 4194304 4196468 140727021019504 140599897282928 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6642] ppid=6626 vsize=10555400 memory=139949324101248 CPUtime=0.07 cores=0,2,4,6
/proc/6629/task/6642/stat : 6642 (java) S 6626 6629 3242 0 -1 1077944384 838 0 0 0 7 0 0 0 20 0 15 0 96741956 10808729600 10452 33554432000 4194304 4196468 140727021019504 140599896229872 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6643] ppid=6626 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6643/stat : 6643 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96741957 10808729600 10452 33554432000 4194304 4196468 140727021019504 140599895177568 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6644] ppid=6626 vsize=10555400 memory=139949324101248 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6644/stat : 6644 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741957 10808729600 10452 33554432000 4194304 4196468 140727021019504 140599894125616 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41808 KiB

[startup+0.310326 s]*
/proc/loadavg: 4.29 4.06 3.54 3/216 6644
/proc/meminfo: memFree=27463464/32770624 swapFree=67108860/67108860
[pid=6629] ppid=6626 vsize=10555476 memory=50688 CPUtime=0.52 cores=0,2,4,6
/proc/6629/stat : 6629 (java) S 6626 6629 3242 0 -1 1077944320 8892 0 0 0 49 3 0 0 20 0 15 0 96741951 10808807424 12672 33554432000 4194304 4196468 140727021019504 140727021002048 140600545492727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
/proc/6629/statm: 2638869 12672 3040 1 0 2627263 0
[pid=6629/tid=6631] ppid=6626 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/6629/task/6631/stat : 6631 (java) R 6626 6629 3242 0 -1 4202560 5651 0 0 0 28 2 0 0 20 0 15 0 96741951 10808807424 12672 33554432000 4194304 4196468 140727021019504 140600549727712 140600545504662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6632] ppid=6626 vsize=10555476 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6632/stat : 6632 (java) S 6626 6629 3242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96741952 10808807424 12672 33554432000 4194304 4196468 140727021019504 140600471566864 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6633] ppid=6626 vsize=10555476 memory=14272205093594776 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6633/stat : 6633 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741952 10808807424 12672 33554432000 4194304 4196468 140727021019504 140600470514320 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6634] ppid=6626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6634/stat : 6634 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741952 10808807424 12672 33554432000 4194304 4196468 140727021019504 140600469461264 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6635] ppid=6626 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6635/stat : 6635 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741952 10808807424 12672 33554432000 4194304 4196468 140727021019504 140600468408720 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6636] ppid=6626 vsize=10555476 memory=139949324101248 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6636/stat : 6636 (java) S 6626 6629 3242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96741953 10808807424 12672 33554432000 4194304 4196468 140727021019504 140599902546672 140600545503874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6637] ppid=6626 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6637/stat : 6637 (java) S 6626 6629 3242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96741954 10808807424 12672 33554432000 4194304 4196468 140727021019504 140599901492896 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6638] ppid=6626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6638/stat : 6638 (java) S 6626 6629 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96741954 10808807424 12672 33554432000 4194304 4196468 140727021019504 140599900439792 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6639] ppid=6626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6639/stat : 6639 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96741956 10808807424 12672 33554432000 4194304 4196468 140727021019504 140599899388368 140600545511323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6640] ppid=6626 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6629/task/6640/stat : 6640 (java) S 6626 6629 3242 0 -1 1077944384 661 0 0 0 4 0 0 0 20 0 15 0 96741956 10808807424 12672 33554432000 4194304 4196468 140727021019504 140599898335472 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6641] ppid=6626 vsize=10555476 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6629/task/6641/stat : 6641 (java) S 6626 6629 3242 0 -1 1077944384 257 0 0 0 3 0 0 0 20 0 15 0 96741956 10808807424 12672 33554432000 4194304 4196468 140727021019504 140599897282928 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6642] ppid=6626 vsize=10555476 memory=139949324101248 CPUtime=0.12 cores=0,2,4,6
/proc/6629/task/6642/stat : 6642 (java) R 6626 6629 3242 0 -1 4202560 953 0 0 0 12 0 0 0 20 0 15 0 96741956 10808807424 12672 33554432000 4194304 4196468 140727021019504 140599896229872 140600524450505 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6643] ppid=6626 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6643/stat : 6643 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96741957 10808807424 12672 33554432000 4194304 4196468 140727021019504 140599895177568 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6644] ppid=6626 vsize=10555476 memory=139949324101248 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6644/stat : 6644 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741957 10808807424 12672 33554432000 4194304 4196468 140727021019504 140599894125616 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 50688 KiB

[startup+0.703012 s]
/proc/loadavg: 4.29 4.06 3.54 5/216 6644
/proc/meminfo: memFree=27419968/32770624 swapFree=67108860/67108860
[pid=6629] ppid=6626 vsize=10555476 memory=191832 CPUtime=1.62 cores=0,2,4,6
/proc/6629/stat : 6629 (java) S 6626 6629 3242 0 -1 1077944320 11521 0 0 0 155 7 0 0 20 0 15 0 96741951 10808807424 47958 33554432000 4194304 4196468 140727021019504 140727021002048 140600545492727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
/proc/6629/statm: 2638869 47958 3097 1 0 2627263 0
[pid=6629/tid=6631] ppid=6626 vsize=10555476 memory=1732 CPUtime=0.66 cores=0,2,4,6
/proc/6629/task/6631/stat : 6631 (java) R 6626 6629 3242 0 -1 4202560 5821 0 0 0 63 3 0 0 20 0 15 0 96741951 10808807424 47958 33554432000 4194304 4196468 140727021019504 140600549730656 140600136294650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6632] ppid=6626 vsize=10555476 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6632/stat : 6632 (java) S 6626 6629 3242 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 96741952 10808807424 47958 33554432000 4194304 4196468 140727021019504 140600471566864 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6633] ppid=6626 vsize=10555476 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6633/stat : 6633 (java) S 6626 6629 3242 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 96741952 10808807424 47958 33554432000 4194304 4196468 140727021019504 140600470514320 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6634] ppid=6626 vsize=10555476 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6634/stat : 6634 (java) S 6626 6629 3242 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 96741952 10808807424 47958 33554432000 4194304 4196468 140727021019504 140600469461264 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6635] ppid=6626 vsize=10555476 memory=796 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6635/stat : 6635 (java) S 6626 6629 3242 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 96741952 10808807424 47958 33554432000 4194304 4196468 140727021019504 140600468408720 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6636] ppid=6626 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6636/stat : 6636 (java) S 6626 6629 3242 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96741953 10808807424 47958 33554432000 4194304 4196468 140727021019504 140599902546672 140600545503874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6637] ppid=6626 vsize=10555476 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6637/stat : 6637 (java) S 6626 6629 3242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96741954 10808807424 47958 33554432000 4194304 4196468 140727021019504 140599901492896 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6638] ppid=6626 vsize=10555476 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6638/stat : 6638 (java) S 6626 6629 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96741954 10808807424 47958 33554432000 4194304 4196468 140727021019504 140599900439792 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6639] ppid=6626 vsize=10555476 memory=6296683629868568929 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6639/stat : 6639 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96741956 10808807424 47958 33554432000 4194304 4196468 140727021019504 140599899388368 140600545511323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6640] ppid=6626 vsize=10555476 memory=7519159149027546218 CPUtime=0.33 cores=0,2,4,6
/proc/6629/task/6640/stat : 6640 (java) R 6626 6629 3242 0 -1 4202560 1486 0 0 0 33 0 0 0 20 0 15 0 96741956 10808807424 47958 33554432000 4194304 4196468 140727021019504 140599898335768 140600525186319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6641] ppid=6626 vsize=10555476 memory=7523071198212214892 CPUtime=0.31 cores=0,2,4,6
/proc/6629/task/6641/stat : 6641 (java) S 6626 6629 3242 0 -1 1077944384 1328 0 0 0 31 0 0 0 20 0 15 0 96741956 10808807424 47958 33554432000 4194304 4196468 140727021019504 140599897282928 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6642] ppid=6626 vsize=10555476 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/6629/task/6642/stat : 6642 (java) S 6626 6629 3242 0 -1 1077944384 1381 0 0 0 24 0 0 0 20 0 15 0 96741956 10808807424 47958 33554432000 4194304 4196468 140727021019504 140599896229872 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6643] ppid=6626 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6643/stat : 6643 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96741957 10808807424 47958 33554432000 4194304 4196468 140727021019504 140599895177568 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6644] ppid=6626 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6644/stat : 6644 (java) S 6626 6629 3242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96741957 10808807424 47958 33554432000 4194304 4196468 140727021019504 140599894125616 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 191832 KiB

[startup+1.50081 s]
/proc/loadavg: 4.29 4.06 3.54 5/216 6644
/proc/meminfo: memFree=27300000/32770624 swapFree=67108860/67108860
[pid=6629] ppid=6626 vsize=10557640 memory=415000 CPUtime=3.99 cores=0,2,4,6
/proc/6629/stat : 6629 (java) S 6626 6629 3242 0 -1 1077944320 17874 0 0 0 383 16 0 0 20 0 15 0 96741951 10811023360 103750 33554432000 4194304 4196468 140727021019504 140727021002048 140600545492727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
/proc/6629/statm: 2639410 103750 3121 1 0 2627804 0
[pid=6629/tid=6631] ppid=6626 vsize=10557640 memory=8112282956445269571 CPUtime=1.37 cores=0,2,4,6
/proc/6629/task/6631/stat : 6631 (java) R 6626 6629 3242 0 -1 4202560 5990 0 0 0 132 5 0 0 20 0 15 0 96741951 10811023360 103750 33554432000 4194304 4196468 140727021019504 140600549722416 140600527782056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6632] ppid=6626 vsize=10557640 memory=-8754540793456063680 CPUtime=0.09 cores=0,2,4,6
/proc/6629/task/6632/stat : 6632 (java) S 6626 6629 3242 0 -1 1077944384 64 0 0 0 7 2 0 0 20 0 15 0 96741952 10811023360 103750 33554432000 4194304 4196468 140727021019504 140600471566864 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6633] ppid=6626 vsize=10557640 memory=-2843869621055772062 CPUtime=0.09 cores=0,2,4,6
/proc/6629/task/6633/stat : 6633 (java) S 6626 6629 3242 0 -1 1077944384 58 0 0 0 7 2 0 0 20 0 15 0 96741952 10811023360 103750 33554432000 4194304 4196468 140727021019504 140600470514320 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6634] ppid=6626 vsize=10557640 memory=5450919713671312938 CPUtime=0.06 cores=0,2,4,6
/proc/6629/task/6634/stat : 6634 (java) S 6626 6629 3242 0 -1 1077944384 47 0 0 0 5 1 0 0 20 0 15 0 96741952 10811023360 103750 33554432000 4194304 4196468 140727021019504 140600469461264 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6635] ppid=6626 vsize=10557640 memory=7005738693937936738 CPUtime=0.06 cores=0,2,4,6
/proc/6629/task/6635/stat : 6635 (java) S 6626 6629 3242 0 -1 1077944384 42 0 0 0 5 1 0 0 20 0 15 0 96741952 10811023360 103750 33554432000 4194304 4196468 140727021019504 140600468408720 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6636] ppid=6626 vsize=10557640 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6636/stat : 6636 (java) S 6626 6629 3242 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 96741953 10811023360 103750 33554432000 4194304 4196468 140727021019504 140599902546672 140600545503874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0

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

Current children cumulated CPU time: 1027.54 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 7130272 KiB

[startup+924.001 s]*
/proc/loadavg: 2.00 2.20 2.68 3/218 6700
/proc/meminfo: memFree=20036100/32770624 swapFree=67108860/67108860
[pid=6629] ppid=6626 vsize=10622040 memory=7130272 CPUtime=1029.34 cores=0,2,4,6
/proc/6629/stat : 6629 (java) S 6626 6629 3242 0 -1 1077944320 399437 0 0 0 102451 483 0 0 20 0 16 0 96741951 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140727021002048 140600545492727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
/proc/6629/statm: 2655510 1782568 3168 1 0 2643904 0
[pid=6629/tid=6631] ppid=6626 vsize=10622040 memory=1712 CPUtime=875.37 cores=0,2,4,6
/proc/6629/task/6631/stat : 6631 (java) R 6626 6629 3242 0 -1 4202560 192611 0 0 0 87511 26 0 0 20 0 16 0 96741951 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140600549731904 140600138806674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6632] ppid=6626 vsize=10622040 memory=1952 CPUtime=33.75 cores=0,2,4,6
/proc/6629/task/6632/stat : 6632 (java) S 6626 6629 3242 0 -1 1077944384 64721 0 0 0 3272 103 0 0 20 0 16 0 96741952 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140600471566864 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6633] ppid=6626 vsize=10622040 memory=4872558044660077418 CPUtime=33.49 cores=0,2,4,6
/proc/6629/task/6633/stat : 6633 (java) S 6626 6629 3242 0 -1 1077944384 32538 0 0 0 3241 108 0 0 20 0 16 0 96741952 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140600470514320 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6634] ppid=6626 vsize=10622040 memory=15872 CPUtime=33.41 cores=0,2,4,6
/proc/6629/task/6634/stat : 6634 (java) S 6626 6629 3242 0 -1 1077944384 26281 0 0 0 3231 110 0 0 20 0 16 0 96741952 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140600469461264 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6635] ppid=6626 vsize=10622040 memory=18476 CPUtime=33.41 cores=0,2,4,6
/proc/6629/task/6635/stat : 6635 (java) S 6626 6629 3242 0 -1 1077944384 28760 0 0 0 3237 104 0 0 20 0 16 0 96741952 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140600468408720 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6636] ppid=6626 vsize=10622040 memory=16812 CPUtime=14.71 cores=0,2,4,6
/proc/6629/task/6636/stat : 6636 (java) S 6626 6629 3242 0 -1 1077944384 21952 0 0 0 1469 2 0 0 20 0 16 0 96741953 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599902546672 140600545503874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6637] ppid=6626 vsize=10622040 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6637/stat : 6637 (java) S 6626 6629 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96741954 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599901492960 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6638] ppid=6626 vsize=10622040 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6638/stat : 6638 (java) S 6626 6629 3242 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 96741954 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599900439792 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6639] ppid=6626 vsize=10622040 memory=648 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6639/stat : 6639 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96741956 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599899388368 140600545511323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6640] ppid=6626 vsize=10622040 memory=1240 CPUtime=2.2 cores=0,2,4,6
/proc/6629/task/6640/stat : 6640 (java) S 6626 6629 3242 0 -1 1077944384 12925 0 0 0 219 1 0 0 20 0 16 0 96741956 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599898335472 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6641] ppid=6626 vsize=10622040 memory=932 CPUtime=1.91 cores=0,2,4,6
/proc/6629/task/6641/stat : 6641 (java) S 6626 6629 3242 0 -1 1077944384 11107 0 0 0 189 2 0 0 20 0 16 0 96741956 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599897282928 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6642] ppid=6626 vsize=10622040 memory=4144 CPUtime=0.48 cores=0,2,4,6
/proc/6629/task/6642/stat : 6642 (java) S 6626 6629 3242 0 -1 1077944384 5976 0 0 0 47 1 0 0 20 0 16 0 96741956 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599896229872 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6643] ppid=6626 vsize=10622040 memory=28340 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6643/stat : 6643 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96741957 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599895177568 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6644] ppid=6626 vsize=10622040 memory=1296 CPUtime=0.52 cores=0,2,4,6
/proc/6629/task/6644/stat : 6644 (java) S 6626 6629 3242 0 -1 1077944384 1140 0 0 0 25 27 0 0 20 0 16 0 96741957 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599894125616 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6654] ppid=6626 vsize=10622040 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6654/stat : 6654 (java) S 6626 6629 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96749680 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599893071408 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
Current children cumulated CPU time: 1029.34 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 7130272 KiB

[startup+924.401 s]
/proc/loadavg: 2.00 2.20 2.68 3/218 6700
/proc/meminfo: memFree=20036100/32770624 swapFree=67108860/67108860
[pid=6629] ppid=6626 vsize=10622040 memory=7130272 CPUtime=1029.73 cores=0,2,4,6
/proc/6629/stat : 6629 (java) S 6626 6629 3242 0 -1 1077944320 399437 0 0 0 102490 483 0 0 20 0 16 0 96741951 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140727021002048 140600545492727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
/proc/6629/statm: 2655510 1782568 3168 1 0 2643904 0
[pid=6629/tid=6631] ppid=6626 vsize=10622040 memory=0 CPUtime=875.76 cores=0,2,4,6
/proc/6629/task/6631/stat : 6631 (java) R 6626 6629 3242 0 -1 4202560 192611 0 0 0 87550 26 0 0 20 0 16 0 96741951 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140600549731912 140600138887892 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6632] ppid=6626 vsize=10622040 memory=0 CPUtime=33.75 cores=0,2,4,6
/proc/6629/task/6632/stat : 6632 (java) S 6626 6629 3242 0 -1 1077944384 64721 0 0 0 3272 103 0 0 20 0 16 0 96741952 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140600471566864 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6633] ppid=6626 vsize=10622040 memory=8112282956445269571 CPUtime=33.49 cores=0,2,4,6
/proc/6629/task/6633/stat : 6633 (java) S 6626 6629 3242 0 -1 1077944384 32538 0 0 0 3241 108 0 0 20 0 16 0 96741952 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140600470514320 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6634] ppid=6626 vsize=10622040 memory=960 CPUtime=33.41 cores=0,2,4,6
/proc/6629/task/6634/stat : 6634 (java) S 6626 6629 3242 0 -1 1077944384 26281 0 0 0 3231 110 0 0 20 0 16 0 96741952 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140600469461264 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6635] ppid=6626 vsize=10622040 memory=2340 CPUtime=33.41 cores=0,2,4,6
/proc/6629/task/6635/stat : 6635 (java) S 6626 6629 3242 0 -1 1077944384 28760 0 0 0 3237 104 0 0 20 0 16 0 96741952 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140600468408720 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6636] ppid=6626 vsize=10622040 memory=932 CPUtime=14.71 cores=0,2,4,6
/proc/6629/task/6636/stat : 6636 (java) S 6626 6629 3242 0 -1 1077944384 21952 0 0 0 1469 2 0 0 20 0 16 0 96741953 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599902546672 140600545503874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6637] ppid=6626 vsize=10622040 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6637/stat : 6637 (java) S 6626 6629 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96741954 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599901492960 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6638] ppid=6626 vsize=10622040 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6638/stat : 6638 (java) S 6626 6629 3242 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 96741954 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599900439792 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6639] ppid=6626 vsize=10622040 memory=7128360 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6639/stat : 6639 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96741956 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599899388368 140600545511323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6640] ppid=6626 vsize=10622040 memory=2340 CPUtime=2.2 cores=0,2,4,6
/proc/6629/task/6640/stat : 6640 (java) S 6626 6629 3242 0 -1 1077944384 12925 0 0 0 219 1 0 0 20 0 16 0 96741956 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599898335472 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6641] ppid=6626 vsize=10622040 memory=8112282956445269571 CPUtime=1.91 cores=0,2,4,6
/proc/6629/task/6641/stat : 6641 (java) S 6626 6629 3242 0 -1 1077944384 11107 0 0 0 189 2 0 0 20 0 16 0 96741956 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599897282928 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6642] ppid=6626 vsize=10622040 memory=28340 CPUtime=0.48 cores=0,2,4,6
/proc/6629/task/6642/stat : 6642 (java) S 6626 6629 3242 0 -1 1077944384 5976 0 0 0 47 1 0 0 20 0 16 0 96741956 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599896229872 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6643] ppid=6626 vsize=10622040 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6643/stat : 6643 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96741957 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599895177568 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6644] ppid=6626 vsize=10622040 memory=2408 CPUtime=0.52 cores=0,2,4,6
/proc/6629/task/6644/stat : 6644 (java) S 6626 6629 3242 0 -1 1077944384 1140 0 0 0 25 27 0 0 20 0 16 0 96741957 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599894125616 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6654] ppid=6626 vsize=10622040 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6654/stat : 6654 (java) S 6626 6629 3242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96749680 10876968960 1782568 33554432000 4194304 4196468 140727021019504 140599893071408 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
Current children cumulated CPU time: 1029.73 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 7130272 KiB

[startup+924.601 s]
/proc/loadavg: 2.00 2.20 2.68 3/218 6700
/proc/meminfo: memFree=20036100/32770624 swapFree=67108860/67108860
[pid=6629] ppid=6626 vsize=10755168 memory=7130396 CPUtime=1029.93 cores=0,2,4,6
/proc/6629/stat : 6629 (java) S 6626 6629 3242 0 -1 1077944320 399933 0 0 0 102510 483 0 0 20 0 16 0 96741951 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140727021002048 140600545492727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
/proc/6629/statm: 2688792 1782599 3171 1 0 2677186 0
[pid=6629/tid=6631] ppid=6626 vsize=10755168 memory=2244 CPUtime=875.91 cores=0,2,4,6
/proc/6629/task/6631/stat : 6631 (java) S 6626 6629 3242 0 -1 1077944384 192825 0 0 0 87565 26 0 0 20 0 16 0 96741951 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140600549733408 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6632] ppid=6626 vsize=10755168 memory=4124 CPUtime=33.75 cores=0,2,4,6
/proc/6629/task/6632/stat : 6632 (java) S 6626 6629 3242 0 -1 1077944384 64721 0 0 0 3272 103 0 0 20 0 16 0 96741952 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140600471566864 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6633] ppid=6626 vsize=10755168 memory=2208 CPUtime=33.49 cores=0,2,4,6
/proc/6629/task/6633/stat : 6633 (java) S 6626 6629 3242 0 -1 1077944384 32538 0 0 0 3241 108 0 0 20 0 16 0 96741952 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140600470514320 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6634] ppid=6626 vsize=10755168 memory=6508 CPUtime=33.41 cores=0,2,4,6
/proc/6629/task/6634/stat : 6634 (java) S 6626 6629 3242 0 -1 1077944384 26281 0 0 0 3231 110 0 0 20 0 16 0 96741952 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140600469461264 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6635] ppid=6626 vsize=10755168 memory=844 CPUtime=33.41 cores=0,2,4,6
/proc/6629/task/6635/stat : 6635 (java) S 6626 6629 3242 0 -1 1077944384 28760 0 0 0 3237 104 0 0 20 0 16 0 96741952 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140600468408720 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6636] ppid=6626 vsize=10755168 memory=1692 CPUtime=14.71 cores=0,2,4,6
/proc/6629/task/6636/stat : 6636 (java) S 6626 6629 3242 0 -1 1077944384 21952 0 0 0 1469 2 0 0 20 0 16 0 96741953 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599902546672 140600545503874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6637] ppid=6626 vsize=10755168 memory=916 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6637/stat : 6637 (java) S 6626 6629 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96741954 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599901492960 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6638] ppid=6626 vsize=10755168 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6638/stat : 6638 (java) S 6626 6629 3242 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 96741954 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599900439792 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6639] ppid=6626 vsize=10755168 memory=2860 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6639/stat : 6639 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96741956 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599899388368 140600545511323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6640] ppid=6626 vsize=10755168 memory=2536 CPUtime=2.22 cores=0,2,4,6
/proc/6629/task/6640/stat : 6640 (java) S 6626 6629 3242 0 -1 1077944384 12982 0 0 0 221 1 0 0 20 0 16 0 96741956 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599898335472 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6641] ppid=6626 vsize=10755168 memory=4104 CPUtime=1.93 cores=0,2,4,6
/proc/6629/task/6641/stat : 6641 (java) S 6626 6629 3242 0 -1 1077944384 11136 0 0 0 191 2 0 0 20 0 16 0 96741956 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599897282928 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6642] ppid=6626 vsize=10755168 memory=1160 CPUtime=0.48 cores=0,2,4,6
/proc/6629/task/6642/stat : 6642 (java) S 6626 6629 3242 0 -1 1077944384 6048 0 0 0 47 1 0 0 20 0 16 0 96741956 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599896229872 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6643] ppid=6626 vsize=10755168 memory=3264 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6643/stat : 6643 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96741957 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599895177568 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6644] ppid=6626 vsize=10755168 memory=786056 CPUtime=0.52 cores=0,2,4,6
/proc/6629/task/6644/stat : 6644 (java) S 6626 6629 3242 0 -1 1077944384 1140 0 0 0 25 27 0 0 20 0 16 0 96741957 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599894125616 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
Current children cumulated CPU time: 1029.93 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 7130396 KiB

[startup+924.701 s]
/proc/loadavg: 2.00 2.20 2.68 3/218 6700
/proc/meminfo: memFree=20036100/32770624 swapFree=67108860/67108860
[pid=6629] ppid=6626 vsize=10755168 memory=7130396 CPUtime=1029.93 cores=0,2,4,6
/proc/6629/stat : 6629 (java) S 6626 6629 3242 0 -1 1077944320 399933 0 0 0 102510 483 0 0 20 0 16 0 96741951 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140727021002048 140600545492727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
/proc/6629/statm: 2688792 1782599 3171 1 0 2677186 0
[pid=6629/tid=6631] ppid=6626 vsize=10755168 memory=7128360 CPUtime=875.91 cores=0,2,4,6
/proc/6629/task/6631/stat : 6631 (java) S 6626 6629 3242 0 -1 1077944384 192825 0 0 0 87565 26 0 0 20 0 16 0 96741951 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140600549733408 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6632] ppid=6626 vsize=10755168 memory=431 CPUtime=33.75 cores=0,2,4,6
/proc/6629/task/6632/stat : 6632 (java) S 6626 6629 3242 0 -1 1077944384 64721 0 0 0 3272 103 0 0 20 0 16 0 96741952 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140600471566864 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6633] ppid=6626 vsize=10755168 memory=7128360 CPUtime=33.49 cores=0,2,4,6
/proc/6629/task/6633/stat : 6633 (java) S 6626 6629 3242 0 -1 1077944384 32538 0 0 0 3241 108 0 0 20 0 16 0 96741952 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140600470514320 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6634] ppid=6626 vsize=10755168 memory=81949 CPUtime=33.41 cores=0,2,4,6
/proc/6629/task/6634/stat : 6634 (java) S 6626 6629 3242 0 -1 1077944384 26281 0 0 0 3231 110 0 0 20 0 16 0 96741952 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140600469461264 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6635] ppid=6626 vsize=10755168 memory=7128360 CPUtime=33.41 cores=0,2,4,6
/proc/6629/task/6635/stat : 6635 (java) S 6626 6629 3242 0 -1 1077944384 28760 0 0 0 3237 104 0 0 20 0 16 0 96741952 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140600468408720 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6636] ppid=6626 vsize=10755168 memory=7130272 CPUtime=14.71 cores=0,2,4,6
/proc/6629/task/6636/stat : 6636 (java) S 6626 6629 3242 0 -1 1077944384 21952 0 0 0 1469 2 0 0 20 0 16 0 96741953 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599902546672 140600545503874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6637] ppid=6626 vsize=10755168 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6637/stat : 6637 (java) S 6626 6629 3242 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96741954 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599901492960 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6638] ppid=6626 vsize=10755168 memory=7128380 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6638/stat : 6638 (java) S 6626 6629 3242 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 96741954 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599900439792 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6639] ppid=6626 vsize=10755168 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6639/stat : 6639 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96741956 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599899388368 140600545511323 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6640] ppid=6626 vsize=10755168 memory=8112282956445269571 CPUtime=2.22 cores=0,2,4,6
/proc/6629/task/6640/stat : 6640 (java) S 6626 6629 3242 0 -1 1077944384 12982 0 0 0 221 1 0 0 20 0 16 0 96741956 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599898335472 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6641] ppid=6626 vsize=10755168 memory=4872558044660077418 CPUtime=1.93 cores=0,2,4,6
/proc/6629/task/6641/stat : 6641 (java) S 6626 6629 3242 0 -1 1077944384 11136 0 0 0 191 2 0 0 20 0 16 0 96741956 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599897282928 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6642] ppid=6626 vsize=10755168 memory=7130300 CPUtime=0.48 cores=0,2,4,6
/proc/6629/task/6642/stat : 6642 (java) S 6626 6629 3242 0 -1 1077944384 6048 0 0 0 47 1 0 0 20 0 16 0 96741956 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599896229872 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6643] ppid=6626 vsize=10755168 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/6629/task/6643/stat : 6643 (java) S 6626 6629 3242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96741957 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599895177568 140600545502933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
[pid=6629/tid=6644] ppid=6626 vsize=10755168 memory=1712 CPUtime=0.52 cores=0,2,4,6
/proc/6629/task/6644/stat : 6644 (java) S 6626 6629 3242 0 -1 1077944384 1140 0 0 0 25 27 0 0 20 0 16 0 96741957 11013292032 1782599 33554432000 4194304 4196468 140727021019504 140599894125616 140600545503874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6959104 140727021024390 140727021024543 140727021024543 140727021027279 0
Current children cumulated CPU time: 1029.93 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 7130396 KiB

Child status: 0
Real time (s): 924.792
CPU time (s): 1029.99
CPU user time (s): 1025.11
CPU system time (s): 4.87653
CPU usage (%): 111.375
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 7130956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1025.11
system time used= 4.87653
maximum resident set size= 7130956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400244
page faults= 0
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24418
involuntary context switches= 1769


# summary of solver processes directly reported to runsolver:
#   pid: 6629
#   total CPU time (s): 1029.99
#   total CPU user time (s): 1025.11
#   total CPU system time (s): 4.87653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.48577 second user time and 9.06793 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 16:49:12
IDJOB=4263576
IDBENCH=139289
IDSOLVER=2651
FILE ID=node149/4263576-1502636610
RUNJOBID= node149-1502620619-3501
PBS_JOBID= 20628307
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263576-1502636610/watcher-4263576-1502636610 -o /tmp/evaluation-result-4263576-1502636610/solver-4263576-1502636610 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502620619-3501 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263576-1502636610.xml

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

MD5SUM BENCH= f0d0955751f72d87c4f1a675afbf7856
RANDOM SEED=1735562084

node149.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.43
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.43
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.43
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.43
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:        27500276 kB
MemAvailable:   31529360 kB
Buffers:          259676 kB
Cached:          4042948 kB
SwapCached:            0 kB
Active:          1497432 kB
Inactive:        3304088 kB
Active(anon):     501796 kB
Inactive(anon):    24944 kB
Active(file):     995636 kB
Inactive(file):  3279144 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4688 kB
Writeback:             0 kB
AnonPages:        588672 kB
Mapped:            55412 kB
Shmem:             25224 kB
Slab:             167188 kB
SReclaimable:     140276 kB
SUnreclaim:        26912 kB
KernelStack:        3824 kB
PageTables:         6140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1566156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61928 MiB
End job on node149 at 2017-08-13 17:04:37