Trace number 4263572

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 1101.89 1052.3

General information on the benchmark

NameRenault/Renault-m1-s1/
Renault-mgd.xml
MD5SUMe938dbb865153b6f638b91b21d0a191f
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.46457699
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints113
Number of domains14
Minimum domain size2
Maximum domain size42
Distribution of domain sizes[{"size":2,"count":58},{"size":3,"count":16},{"size":4,"count":4},{"size":5,"count":8},{"size":6,"count":3},{"size":7,"count":1},{"size":9,"count":1},{"size":10,"count":2},{"size":11,"count":1},{"size":12,"count":1},{"size":13,"count":1},{"size":25,"count":1},{"size":29,"count":1},{"size":42,"count":1}]
Minimum variable degree0
Maximum variable degree80
Distribution of variable degrees[{"degree":0,"count":2},{"degree":1,"count":58},{"degree":2,"count":17},{"degree":3,"count":8},{"degree":4,"count":5},{"degree":5,"count":1},{"degree":7,"count":1},{"degree":10,"count":1},{"degree":18,"count":1},{"degree":28,"count":1},{"degree":31,"count":1},{"degree":55,"count":2},{"degree":58,"count":1},{"degree":72,"count":1},{"degree":80,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":21},{"arity":3,"count":13},{"arity":4,"count":11},{"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 constraints113
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":113}]
Optimization problemNO
Type of objective

Solver Data

84.20/39.03	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
84.20/39.03	c This is free software under the dual EPL/GNU LGPL licenses.
84.20/39.03	c See www.sat4j.org for details.
84.20/39.03	c That software uses the Rhino library from the Mozilla project.
84.20/39.03	c version CUSTOM.v20170705
84.20/39.03	c java.runtime.name	Java(TM) SE Runtime Environment
84.20/39.03	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
84.20/39.03	c java.vm.version	25.131-b11
84.20/39.03	c java.vm.vendor	Oracle Corporation
84.20/39.03	c sun.arch.data.model	64
84.20/39.03	c java.version		1.8.0_131
84.20/39.03	c os.name		Linux
84.20/39.03	c os.version		3.10.0-514.16.1.el7.x86_64
84.20/39.03	c os.arch		amd64
84.20/39.03	c Free memory 		499604488
84.20/39.03	c Max memory 		7247757312
84.20/39.03	c Total memory 		504889344
84.20/39.03	c Number of processors 	4
84.20/39.03	c c --- Begin Solver configuration ---
84.20/39.03	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
84.20/39.03	c Learn all clauses as in MiniSAT
84.20/39.03	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
84.20/39.03	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
84.20/39.03	c No reason simplification
84.20/39.03	c Glucose 2.1 dynamic restart strategy
84.20/39.03	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
84.20/39.03	c timeout=2147483s
84.20/39.03	c DB Simplification allowed=false
84.20/39.03	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
84.20/39.03	c --- End Solver configuration ---
84.20/39.03	c constraints type 
84.20/39.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 198
84.20/39.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 15500362
84.20/39.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5135266
84.20/39.03	c org.sat4j.minisat.constraints.cnf.UnitClause => 190
84.20/39.03	c 20636016 constraints processed.
1101.63/1052.25	c starts		: 57
1101.63/1052.25	c conflicts		: 23040
1101.63/1052.25	c decisions		: 18213974
1101.63/1052.25	c propagations		: 2694472371
1101.63/1052.25	c inspects		: 3353507185
1101.63/1052.25	c shortcuts		: 0
1101.63/1052.25	c learnt literals	: 0
1101.63/1052.25	c learnt binary clauses	: 806
1101.63/1052.25	c learnt ternary clauses	: 926
1101.63/1052.25	c learnt constraints	: 23040
1101.63/1052.25	c ignored constraints	: 0
1101.63/1052.25	c root simplifications	: 0
1101.63/1052.25	c removed literals (reason simplification)	: 0
1101.63/1052.25	c reason swapping (by a shorter reason)	: 0
1101.63/1052.25	c Calls to reduceDB	: 3
1101.63/1052.25	c Number of update (reduction) of LBD	: 17241
1101.63/1052.25	c Imported unit clauses	: 0
1101.63/1052.25	c number of reductions to clauses (during analyze)	: 0
1101.63/1052.25	c number of learned constraints concerned by reduction	: 0
1101.63/1052.25	c number of learning phase by resolution	: 0
1101.63/1052.25	c number of learning phase by cutting planes	: 0
1101.63/1052.25	c number of rounding to 1 operations	: 0
1101.63/1052.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1101.63/1052.25	c number of reductions of the coefficients by power 2 	: 0
1101.63/1052.25	c number of right shift for reduction by power 2 	: 0
1101.63/1052.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
1101.63/1052.25	c speed (assignments/second)	: 2659720.4634248903
1101.63/1052.25	c non guided choices	14035545
1101.63/1052.25	c learnt constraints type 
1101.63/1052.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 806
1101.63/1052.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9879
1101.63/1052.25	s SATISFIABLE
1101.63/1052.25	v <instantiation type="solution">
1101.63/1052.25	v 	<list> x0 x2 x8 x10 x11 x12 x13 x14 x1[0] x1[1] x1[2] x1[3] x1[4] x1[5] x1[6] x1[7] x1[8] x1[9] x1[10] x1[11] x1[12] x1[13] x1[14] x1[15] x1[16] x1[17] x1[18] x1[19] x1[20] x1[21] x1[22] x1[23] x1[24] x1[25] x1[26] x1[27] x1[28] x1[29] x1[30] x1[31] x1[32] x1[33] x1[34] x1[35] x1[36] x1[37] x1[38] x1[39] x1[40] x1[41] x1[42] x1[43] x1[44] x1[45] x1[46] x1[47] x1[48] x1[49] x1[50] x1[51] x1[52] x1[53] x1[54] x1[55] x1[56] x1[57] x3[0] x3[1] x4[0] x4[1] x4[2] x5[0] x5[1] x5[2] x5[3] x5[4] x5[5] x5[6] x5[7] x6[0] x6[1] x6[2] x6[3] x6[4] x6[5] x6[6] x6[7] x6[8] x6[9] x6[10] x6[11] x6[12] x6[13] x6[14] x6[15] x7[0] x7[1] x9[0] x9[1] x9[2] x9[3] </list>
1101.63/1052.25	v 	<values> 0 28 0 37 2 9 11 4 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 1 1 1 1 1 0 1 1 0 1 1 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 1 2 8 3 4 1 4 4 4 4 4 0 4 3 2 2 0 0 0 1 2 0 1 2 1 1 2 0 1 0 11 0 1 3 0 3 </values>
1101.63/1052.25	v </instantiation>
1101.63/1052.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 (13136 MiB free)
  memory of node 1: 16384 MiB (15581 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263572-1502620491/watcher-4263572-1502620491 -o /tmp/evaluation-result-4263572-1502620491/solver-4263572-1502620491 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263572-1502620491.xml 

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

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

solver pid=14611, runsolver pid=14608

[startup+0.100158 s]*
/proc/loadavg: 1.06 1.06 1.38 3/211 14620
/proc/meminfo: memFree=29396812/32770624 swapFree=67108764/67108860
[pid=14611] ppid=14608 vsize=10151672 memory=21244 CPUtime=0.04 cores=1,3,5,7
/proc/14611/stat : 14611 (java) S 14608 14611 4674 0 -1 1077944320 4208 0 0 0 3 1 0 0 20 0 9 0 109555544 10395312128 5311 18446744073709551615 4194304 4196468 140734916139872 140734916122416 140636397907703 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
/proc/14611/statm: 2537918 5311 2122 1 0 2527415 0
[pid=14611/tid=14613] ppid=14608 vsize=10151672 memory=7077796292425249400 CPUtime=0.03 cores=1,3,5,7
/proc/14611/task/14613/stat : 14613 (java) R 14608 14611 4674 0 -1 4202560 2850 0 0 0 2 1 0 0 20 0 9 0 109555551 10395312128 5311 18446744073709551615 4194304 4196468 140734916139872 140636402142800 140636390586992 0 4 1 16800970 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14614] ppid=14608 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14614/stat : 14614 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 109555551 10395312128 5311 18446744073709551615 4194304 4196468 140734916139872 140636358806288 140636397917909 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14615] ppid=14608 vsize=10151672 memory=140435981432448 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14615/stat : 14615 (java) S 14608 14611 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109555551 10395312128 5311 18446744073709551615 4194304 4196468 140734916139872 140636357753744 140636397917909 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14616] ppid=14608 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14616/stat : 14616 (java) S 14608 14611 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109555551 10395312128 5311 18446744073709551615 4194304 4196468 140734916139872 140636356701200 140636397917909 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14617] ppid=14608 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14617/stat : 14617 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 109555551 10395312128 5311 18446744073709551615 4194304 4196468 140734916139872 140636006046864 140636397917909 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14618] ppid=14608 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14618/stat : 14618 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 109555553 10395312128 5311 18446744073709551615 4194304 4196468 140734916139872 140635962095600 140636397918850 0 0 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14619] ppid=14608 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14619/stat : 14619 (java) S 14608 14611 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 109555553 10395312128 5311 18446744073709551615 4194304 4196468 140734916139872 140635961041824 140636397917909 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14620] ppid=14608 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14620/stat : 14620 (java) S 14608 14611 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 109555553 10395312128 5311 18446744073709551615 4194304 4196468 140734916139872 140635959989232 140636397917909 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21244 KiB

[startup+0.210238 s]*
/proc/loadavg: 1.06 1.06 1.38 4/217 14626
/proc/meminfo: memFree=29385380/32770624 swapFree=67108764/67108860
[pid=14611] ppid=14608 vsize=10551156 memory=30456 CPUtime=0.14 cores=1,3,5,7
/proc/14611/stat : 14611 (java) S 14608 14611 4674 0 -1 1077944320 7747 0 0 0 11 3 0 0 20 0 15 0 109555544 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140734916122416 140636397907703 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
/proc/14611/statm: 2637789 7614 2791 1 0 2627261 0
[pid=14611/tid=14613] ppid=14608 vsize=10551156 memory=8316850467074736180 CPUtime=0.1 cores=1,3,5,7
/proc/14611/task/14613/stat : 14613 (java) R 14608 14611 4674 0 -1 4202560 5596 0 0 0 8 2 0 0 20 0 15 0 109555551 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140636402130288 140636381988190 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14614] ppid=14608 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14614/stat : 14614 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109555551 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140636358806288 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14615] ppid=14608 vsize=10551156 memory=140435981446961 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14615/stat : 14615 (java) S 14608 14611 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109555551 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140636357753744 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14616] ppid=14608 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14616/stat : 14616 (java) S 14608 14611 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109555551 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140636356701200 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14617] ppid=14608 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14617/stat : 14617 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109555551 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140636006046864 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14618] ppid=14608 vsize=10551156 memory=140435981432448 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14618/stat : 14618 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109555553 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140635962095600 140636397918850 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14619] ppid=14608 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14619/stat : 14619 (java) S 14608 14611 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109555553 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140635961041824 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14620] ppid=14608 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14620/stat : 14620 (java) S 14608 14611 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109555553 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140635959989232 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14621] ppid=14608 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14621/stat : 14621 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109555556 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140635958937808 140636397926299 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14622] ppid=14608 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14622/stat : 14622 (java) S 14608 14611 4674 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 109555556 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140635957885424 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14623] ppid=14608 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14623/stat : 14623 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109555556 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140635956832880 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14624] ppid=14608 vsize=10551156 memory=140435981432448 CPUtime=0.02 cores=1,3,5,7
/proc/14611/task/14624/stat : 14624 (java) R 14608 14611 4674 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 109555556 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140635955780336 140636397919638 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14625] ppid=14608 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14625/stat : 14625 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109555556 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140635954728032 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14626] ppid=14608 vsize=10551156 memory=140435981432448 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14626/stat : 14626 (java) S 14608 14611 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109555560 10804383744 7614 18446744073709551615 4194304 4196468 140734916139872 140635885529392 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30456 KiB

[startup+0.317797 s]*
/proc/loadavg: 1.06 1.06 1.38 5/217 14626
/proc/meminfo: memFree=29378884/32770624 swapFree=67108764/67108860
[pid=14611] ppid=14608 vsize=10551156 memory=42228 CPUtime=0.33 cores=1,3,5,7
/proc/14611/stat : 14611 (java) S 14608 14611 4674 0 -1 1077944320 9327 0 0 0 30 3 0 0 20 0 15 0 109555544 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140734916122416 140636397907703 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
/proc/14611/statm: 2637789 10557 2941 1 0 2627261 0
[pid=14611/tid=14613] ppid=14608 vsize=10551156 memory=8316850467074736180 CPUtime=0.2 cores=1,3,5,7
/proc/14611/task/14613/stat : 14613 (java) R 14608 14611 4674 0 -1 4202560 6162 0 0 0 18 2 0 0 20 0 15 0 109555551 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140636402145920 140636397929629 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14614] ppid=14608 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14614/stat : 14614 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109555551 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140636358806288 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14615] ppid=14608 vsize=10551156 memory=140435981446961 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14615/stat : 14615 (java) S 14608 14611 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109555551 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140636357753744 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14616] ppid=14608 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14616/stat : 14616 (java) S 14608 14611 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109555551 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140636356701200 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14617] ppid=14608 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14617/stat : 14617 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109555551 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140636006046864 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14618] ppid=14608 vsize=10551156 memory=3471342832302270128 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14618/stat : 14618 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109555553 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140635962095600 140636397918850 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14619] ppid=14608 vsize=10551156 memory=7929208613727449352 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14619/stat : 14619 (java) S 14608 14611 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109555553 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140635961041824 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14620] ppid=14608 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14620/stat : 14620 (java) S 14608 14611 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109555553 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140635959989232 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14621] ppid=14608 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14621/stat : 14621 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109555556 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140635958937808 140636397926299 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14622] ppid=14608 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14611/task/14622/stat : 14622 (java) S 14608 14611 4674 0 -1 1077944384 565 0 0 0 2 0 0 0 20 0 15 0 109555556 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140635957885424 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14623] ppid=14608 vsize=10551156 memory=3472328296227418159 CPUtime=0.03 cores=1,3,5,7
/proc/14611/task/14623/stat : 14623 (java) R 14608 14611 4674 0 -1 4202560 476 0 0 0 3 0 0 0 20 0 15 0 109555556 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140635956825512 140636375203328 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14624] ppid=14608 vsize=10551156 memory=7599810186005572323 CPUtime=0.06 cores=1,3,5,7
/proc/14611/task/14624/stat : 14624 (java) S 14608 14611 4674 0 -1 1077944384 757 0 0 0 6 0 0 0 20 0 15 0 109555556 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140635955780336 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14625] ppid=14608 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14625/stat : 14625 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109555556 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140635954728032 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14626] ppid=14608 vsize=10551156 memory=140435981432448 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14626/stat : 14626 (java) S 14608 14611 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109555560 10804383744 10557 18446744073709551615 4194304 4196468 140734916139872 140635885529392 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 42228 KiB

[startup+0.700934 s]
/proc/loadavg: 1.06 1.06 1.38 7/217 14626
/proc/meminfo: memFree=29367940/32770624 swapFree=67108764/67108860
[pid=14611] ppid=14608 vsize=10551232 memory=96596 CPUtime=1.14 cores=1,3,5,7
/proc/14611/stat : 14611 (java) S 14608 14611 4674 0 -1 1077944320 12276 0 0 0 109 5 0 0 20 0 15 0 109555544 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140734916122416 140636397907703 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
/proc/14611/statm: 2637808 24149 3049 1 0 2627261 0
[pid=14611/tid=14613] ppid=14608 vsize=10551232 memory=956 CPUtime=0.5 cores=1,3,5,7
/proc/14611/task/14613/stat : 14613 (java) R 14608 14611 4674 0 -1 4202560 7359 0 0 0 46 4 0 0 20 0 15 0 109555551 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140636402142408 140636039391776 0 4 1 16800974 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14614] ppid=14608 vsize=10551232 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14614/stat : 14614 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109555551 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140636358806288 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14615] ppid=14608 vsize=10551232 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14615/stat : 14615 (java) S 14608 14611 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109555551 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140636357753744 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14616] ppid=14608 vsize=10551232 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14616/stat : 14616 (java) S 14608 14611 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109555551 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140636356701200 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14617] ppid=14608 vsize=10551232 memory=928 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14617/stat : 14617 (java) S 14608 14611 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109555551 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140636006046864 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14618] ppid=14608 vsize=10551232 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14618/stat : 14618 (java) S 14608 14611 4674 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 109555553 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140635962095600 140636397918850 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14619] ppid=14608 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14619/stat : 14619 (java) S 14608 14611 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109555553 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140635961041824 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14620] ppid=14608 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14620/stat : 14620 (java) S 14608 14611 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109555553 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140635959989232 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14621] ppid=14608 vsize=10551232 memory=737 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14621/stat : 14621 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109555556 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140635958937808 140636397926299 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14622] ppid=14608 vsize=10551232 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/14611/task/14622/stat : 14622 (java) R 14608 14611 4674 0 -1 4202560 1097 0 0 0 20 0 0 0 20 0 15 0 109555556 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140635957875136 140636382299942 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14623] ppid=14608 vsize=10551232 memory=844 CPUtime=0.21 cores=1,3,5,7
/proc/14611/task/14623/stat : 14623 (java) R 14608 14611 4674 0 -1 4202560 1215 0 0 0 21 0 0 0 20 0 15 0 109555556 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140635956822672 140636377123016 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14624] ppid=14608 vsize=10551232 memory=16436 CPUtime=0.21 cores=1,3,5,7
/proc/14611/task/14624/stat : 14624 (java) S 14608 14611 4674 0 -1 1077944384 1230 0 0 0 21 0 0 0 20 0 15 0 109555556 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140635955780336 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14625] ppid=14608 vsize=10551232 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14625/stat : 14625 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109555556 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140635954728032 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14626] ppid=14608 vsize=10551232 memory=4072 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14626/stat : 14626 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109555560 10804461568 24149 18446744073709551615 4194304 4196468 140734916139872 140635885529392 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 96596 KiB

[startup+1.50688 s]
/proc/loadavg: 1.06 1.06 1.38 6/217 14626
/proc/meminfo: memFree=28836016/32770624 swapFree=67108764/67108860
[pid=14611] ppid=14608 vsize=10551232 memory=287248 CPUtime=3.33 cores=1,3,5,7
/proc/14611/stat : 14611 (java) S 14608 14611 4674 0 -1 1077944320 17504 0 0 0 319 14 0 0 20 0 15 0 109555544 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140734916122416 140636397907703 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
/proc/14611/statm: 2637808 71812 3092 1 0 2627261 0
[pid=14611/tid=14613] ppid=14608 vsize=10551232 memory=2257 CPUtime=1.28 cores=1,3,5,7
/proc/14611/task/14613/stat : 14613 (java) R 14608 14611 4674 0 -1 4202560 7908 0 0 0 122 6 0 0 20 0 15 0 109555551 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140636402142856 140636382013824 0 4 1 16800974 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14614] ppid=14608 vsize=10551232 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14611/task/14614/stat : 14614 (java) S 14608 14611 4674 0 -1 1077944384 27 0 0 0 1 1 0 0 20 0 15 0 109555551 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140636358806288 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14615] ppid=14608 vsize=10551232 memory=-7522837582236181595 CPUtime=0.02 cores=1,3,5,7
/proc/14611/task/14615/stat : 14615 (java) S 14608 14611 4674 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 15 0 109555551 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140636357753744 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14616] ppid=14608 vsize=10551232 memory=189344 CPUtime=0.02 cores=1,3,5,7
/proc/14611/task/14616/stat : 14616 (java) S 14608 14611 4674 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 109555551 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140636356701200 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14617] ppid=14608 vsize=10551232 memory=16436 CPUtime=0.02 cores=1,3,5,7
/proc/14611/task/14617/stat : 14617 (java) S 14608 14611 4674 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 15 0 109555551 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140636006046864 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14618] ppid=14608 vsize=10551232 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14618/stat : 14618 (java) S 14608 14611 4674 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 109555553 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140635962095600 140636397918850 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14619] ppid=14608 vsize=10551232 memory=4072 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14619/stat : 14619 (java) S 14608 14611 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 109555553 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140635961041824 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14620] ppid=14608 vsize=10551232 memory=280871668265568 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14620/stat : 14620 (java) S 14608 14611 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109555553 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140635959989232 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14621] ppid=14608 vsize=10551232 memory=7237394987872251492 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14621/stat : 14621 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109555556 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140635958937808 140636397926299 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14622] ppid=14608 vsize=10551232 memory=7237394987872251492 CPUtime=0.79 cores=1,3,5,7
/proc/14611/task/14622/stat : 14622 (java) R 14608 14611 4674 0 -1 4202560 2787 0 0 0 79 0 0 0 20 0 15 0 109555556 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140635957866232 140636381404272 0 4 1 16800974 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14623] ppid=14608 vsize=10551232 memory=7237394987872251492 CPUtime=0.81 cores=1,3,5,7
/proc/14611/task/14623/stat : 14623 (java) R 14608 14611 4674 0 -1 4202560 3769 0 0 0 81 0 0 0 20 0 15 0 109555556 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140635956818904 140636379428885 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14624] ppid=14608 vsize=10551232 memory=7237394987872251492 CPUtime=0.31 cores=1,3,5,7
/proc/14611/task/14624/stat : 14624 (java) S 14608 14611 4674 0 -1 1077944384 1493 0 0 0 31 0 0 0 20 0 15 0 109555556 10804461568 71812 18446744073709551615 4194304 4196468 140734916139872 140635955780336 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0

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

[pid=14611/tid=14614] ppid=14608 vsize=10617796 memory=4651436 CPUtime=14.12 cores=1,3,5,7
/proc/14611/task/14614/stat : 14614 (java) S 14608 14611 4674 0 -1 1077944384 20129 0 0 0 1336 76 0 0 20 0 16 0 109555551 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140636358806288 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14615] ppid=14608 vsize=10617796 memory=4651436 CPUtime=14.13 cores=1,3,5,7
/proc/14611/task/14615/stat : 14615 (java) S 14608 14611 4674 0 -1 1077944384 24367 0 0 0 1336 77 0 0 20 0 16 0 109555551 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140636357753744 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14616] ppid=14608 vsize=10617796 memory=4072 CPUtime=14.12 cores=1,3,5,7
/proc/14611/task/14616/stat : 14616 (java) S 14608 14611 4674 0 -1 1077944384 23002 0 0 0 1338 74 0 0 20 0 16 0 109555551 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140636356701200 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14617] ppid=14608 vsize=10617796 memory=4651436 CPUtime=14.08 cores=1,3,5,7
/proc/14611/task/14617/stat : 14617 (java) S 14608 14611 4674 0 -1 1077944384 21475 0 0 0 1336 72 0 0 20 0 16 0 109555551 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140636006046864 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14618] ppid=14608 vsize=10617796 memory=105862 CPUtime=5.64 cores=1,3,5,7
/proc/14611/task/14618/stat : 14618 (java) S 14608 14611 4674 0 -1 1077944384 14367 0 0 0 560 4 0 0 20 0 16 0 109555553 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140635962095600 140636397918850 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14619] ppid=14608 vsize=10617796 memory=99110 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14619/stat : 14619 (java) S 14608 14611 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 109555553 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140635961041888 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14620] ppid=14608 vsize=10617796 memory=11020 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14620/stat : 14620 (java) S 14608 14611 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109555553 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140635959989232 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14621] ppid=14608 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14621/stat : 14621 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109555556 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140635958937808 140636397926299 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14622] ppid=14608 vsize=10617796 memory=5712 CPUtime=2.38 cores=1,3,5,7
/proc/14611/task/14622/stat : 14622 (java) S 14608 14611 4674 0 -1 1077944384 16412 0 0 0 237 1 0 0 20 0 16 0 109555556 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140635957885424 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14623] ppid=14608 vsize=10617796 memory=-8774313645642428999 CPUtime=1.87 cores=1,3,5,7
/proc/14611/task/14623/stat : 14623 (java) S 14608 14611 4674 0 -1 1077944384 12521 0 0 0 185 2 0 0 20 0 16 0 109555556 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140635956832880 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14624] ppid=14608 vsize=10617796 memory=11020 CPUtime=0.44 cores=1,3,5,7
/proc/14611/task/14624/stat : 14624 (java) S 14608 14611 4674 0 -1 1077944384 4685 0 0 0 43 1 0 0 20 0 16 0 109555556 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140635955780336 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14625] ppid=14608 vsize=10617796 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14625/stat : 14625 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109555556 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140635954728032 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14626] ppid=14608 vsize=10617796 memory=5712 CPUtime=0.69 cores=1,3,5,7
/proc/14611/task/14626/stat : 14626 (java) S 14608 14611 4674 0 -1 1077944384 989 0 0 0 32 37 0 0 20 0 16 0 109555560 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140635885529392 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14629] ppid=14608 vsize=10617796 memory=11020 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14629/stat : 14629 (java) S 14608 14611 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 109559463 10872623104 1162859 18446744073709551615 4194304 4196468 140734916139872 140635884475184 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
Current children cumulated CPU time: 1097.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4651436 KiB

[startup+1051.2 s]
/proc/loadavg: 2.05 2.08 1.90 3/215 14764
/proc/meminfo: memFree=26014408/32770624 swapFree=67108764/67108860
[pid=14611] ppid=14608 vsize=10617796 memory=4651440 CPUtime=1098.69 cores=1,3,5,7
/proc/14611/stat : 14611 (java) S 14608 14611 4674 0 -1 1077944320 357322 0 0 0 109495 374 0 0 20 0 16 0 109555544 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140734916122416 140636397907703 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
/proc/14611/statm: 2654449 1162860 3143 1 0 2643902 0
[pid=14611/tid=14613] ppid=14608 vsize=10617796 memory=4651440 CPUtime=1031.1 cores=1,3,5,7
/proc/14611/task/14613/stat : 14613 (java) R 14608 14611 4674 0 -1 4202560 216247 0 0 0 103076 34 0 0 20 0 16 0 109555551 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140636402143840 140636041568459 0 4 1 16800974 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14614] ppid=14608 vsize=10617796 memory=4651440 CPUtime=14.12 cores=1,3,5,7
/proc/14611/task/14614/stat : 14614 (java) S 14608 14611 4674 0 -1 1077944384 20129 0 0 0 1336 76 0 0 20 0 16 0 109555551 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140636358806288 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14615] ppid=14608 vsize=10617796 memory=5712 CPUtime=14.13 cores=1,3,5,7
/proc/14611/task/14615/stat : 14615 (java) S 14608 14611 4674 0 -1 1077944384 24367 0 0 0 1336 77 0 0 20 0 16 0 109555551 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140636357753744 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14616] ppid=14608 vsize=10617796 memory=-8774313645642428999 CPUtime=14.12 cores=1,3,5,7
/proc/14611/task/14616/stat : 14616 (java) S 14608 14611 4674 0 -1 1077944384 23002 0 0 0 1338 74 0 0 20 0 16 0 109555551 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140636356701200 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14617] ppid=14608 vsize=10617796 memory=-8253362762722141311 CPUtime=14.08 cores=1,3,5,7
/proc/14611/task/14617/stat : 14617 (java) S 14608 14611 4674 0 -1 1077944384 21475 0 0 0 1336 72 0 0 20 0 16 0 109555551 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140636006046864 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14618] ppid=14608 vsize=10617796 memory=1728 CPUtime=5.64 cores=1,3,5,7
/proc/14611/task/14618/stat : 14618 (java) S 14608 14611 4674 0 -1 1077944384 14402 0 0 0 560 4 0 0 20 0 16 0 109555553 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140635962095600 140636397918850 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14619] ppid=14608 vsize=10617796 memory=4572 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14619/stat : 14619 (java) S 14608 14611 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 109555553 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140635961041888 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14620] ppid=14608 vsize=10617796 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14620/stat : 14620 (java) S 14608 14611 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109555553 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140635959989232 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14621] ppid=14608 vsize=10617796 memory=4572 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14621/stat : 14621 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109555556 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140635958937808 140636397926299 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14622] ppid=14608 vsize=10617796 memory=1444 CPUtime=2.4 cores=1,3,5,7
/proc/14611/task/14622/stat : 14622 (java) S 14608 14611 4674 0 -1 1077944384 17409 0 0 0 238 2 0 0 20 0 16 0 109555556 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140635957885424 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14623] ppid=14608 vsize=10617796 memory=12304 CPUtime=1.89 cores=1,3,5,7
/proc/14611/task/14623/stat : 14623 (java) S 14608 14611 4674 0 -1 1077944384 13080 0 0 0 187 2 0 0 20 0 16 0 109555556 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140635956832880 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14624] ppid=14608 vsize=10617796 memory=1204 CPUtime=0.44 cores=1,3,5,7
/proc/14611/task/14624/stat : 14624 (java) S 14608 14611 4674 0 -1 1077944384 4839 0 0 0 43 1 0 0 20 0 16 0 109555556 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140635955780336 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14625] ppid=14608 vsize=10617796 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14625/stat : 14625 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109555556 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140635954728032 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14626] ppid=14608 vsize=10617796 memory=4048 CPUtime=0.69 cores=1,3,5,7
/proc/14611/task/14626/stat : 14626 (java) S 14608 14611 4674 0 -1 1077944384 989 0 0 0 32 37 0 0 20 0 16 0 109555560 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140635885529392 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14629] ppid=14608 vsize=10617796 memory=31676 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14629/stat : 14629 (java) S 14608 14611 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 109559463 10872623104 1162860 18446744073709551615 4194304 4196468 140734916139872 140635884475184 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
Current children cumulated CPU time: 1098.69 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4651440 KiB

[startup+1052 s]*
/proc/loadavg: 2.05 2.08 1.90 6/217 14766
/proc/meminfo: memFree=25707620/32770624 swapFree=67108764/67108860
[pid=14611] ppid=14608 vsize=10750924 memory=4966280 CPUtime=1100.86 cores=1,3,5,7
/proc/14611/stat : 14611 (java) S 14608 14611 4674 0 -1 1077944320 381393 0 0 0 109698 388 0 0 20 0 18 0 109555544 11008946176 1241570 18446744073709551615 4194304 4196468 140734916139872 140734916122416 140636397907703 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
/proc/14611/statm: 2687731 1241570 3145 1 0 2677184 0
[pid=14611/tid=14613] ppid=14608 vsize=10750924 memory=-8774313645642428999 CPUtime=1031.47 cores=1,3,5,7
/proc/14611/task/14613/stat : 14613 (java) S 14608 14611 4674 0 -1 1077944384 216557 0 0 0 103113 34 0 0 20 0 18 0 109555551 11008946176 1241570 18446744073709551615 4194304 4196468 140734916139872 140636402148384 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14614] ppid=14608 vsize=10750924 memory=4872558044660077418 CPUtime=14.56 cores=1,3,5,7
/proc/14611/task/14614/stat : 14614 (java) R 14608 14611 4674 0 -1 4202560 21056 0 0 0 1376 80 0 0 20 0 18 0 109555551 11008946176 1241570 18446744073709551615 4194304 4196468 140734916139872 140636358806488 140636382935568 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14615] ppid=14608 vsize=10750924 memory=1444 CPUtime=14.57 cores=1,3,5,7
/proc/14611/task/14615/stat : 14615 (java) R 14608 14611 4674 0 -1 4202560 28252 0 0 0 1377 80 0 0 20 0 18 0 109555551 11008946176 1241570 18446744073709551615 4194304 4196468 140734916139872 140636357753744 140636382935577 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14616] ppid=14608 vsize=10750924 memory=12304 CPUtime=14.56 cores=1,3,5,7
/proc/14611/task/14616/stat : 14616 (java) R 14608 14611 4674 0 -1 4202560 39029 0 0 0 1377 79 0 0 20 0 18 0 109555551 11008946176 1241570 18446744073709551615 4194304 4196468 140734916139872 140636356701200 140636382935568 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14617] ppid=14608 vsize=10750924 memory=1204 CPUtime=14.5 cores=1,3,5,7
/proc/14611/task/14617/stat : 14617 (java) R 14608 14611 4674 0 -1 4202560 24186 0 0 0 1375 75 0 0 20 0 18 0 109555551 11008946176 1241570 18446744073709551615 4194304 4196468 140734916139872 140636006047064 140636382929824 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14618] ppid=14608 vsize=10750924 memory=4651436 CPUtime=5.64 cores=1,3,5,7
/proc/14611/task/14618/stat : 14618 (java) S 14608 14611 4674 0 -1 1077944384 14414 0 0 0 560 4 0 0 20 0 18 0 109555553 11008946176 1241570 18446744073709551615 4194304 4196468 140734916139872 140635962094112 140636397917909 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14619] ppid=14608 vsize=10750924 memory=4651436 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14619/stat : 14619 (java) S 14608 14611 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 109555553 11008946176 1241570 18446744073709551615 4194304 4196468 140734916139872 140635961041888 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14620] ppid=14608 vsize=10750924 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14620/stat : 14620 (java) S 14608 14611 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 18 0 109555553 11008946176 1242082 18446744073709551615 4194304 4196468 140734916139872 140635959989232 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14621] ppid=14608 vsize=10750924 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14621/stat : 14621 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 109555556 11008946176 1242082 18446744073709551615 4194304 4196468 140734916139872 140635958937808 140636397926299 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14622] ppid=14608 vsize=10750924 memory=7679937539659563834 CPUtime=2.43 cores=1,3,5,7
/proc/14611/task/14622/stat : 14622 (java) S 14608 14611 4674 0 -1 1077944384 17477 0 0 0 241 2 0 0 20 0 18 0 109555556 11008946176 1242082 18446744073709551615 4194304 4196468 140734916139872 140635957885424 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14623] ppid=14608 vsize=10750924 memory=6944656591801717918 CPUtime=1.91 cores=1,3,5,7
/proc/14611/task/14623/stat : 14623 (java) S 14608 14611 4674 0 -1 1077944384 13090 0 0 0 189 2 0 0 20 0 18 0 109555556 11008946176 1242082 18446744073709551615 4194304 4196468 140734916139872 140635956832880 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14624] ppid=14608 vsize=10750924 memory=-9181546050914066336 CPUtime=0.45 cores=1,3,5,7
/proc/14611/task/14624/stat : 14624 (java) S 14608 14611 4674 0 -1 1077944384 4883 0 0 0 44 1 0 0 20 0 18 0 109555556 11008946176 1242082 18446744073709551615 4194304 4196468 140734916139872 140635955780336 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14625] ppid=14608 vsize=10750924 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14625/stat : 14625 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 109555556 11008946176 1242082 18446744073709551615 4194304 4196468 140734916139872 140635954728032 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14626] ppid=14608 vsize=10750924 memory=4498404016631593313 CPUtime=0.69 cores=1,3,5,7
/proc/14611/task/14626/stat : 14626 (java) S 14608 14611 4674 0 -1 1077944384 989 0 0 0 32 37 0 0 20 0 18 0 109555560 11008946176 1242082 18446744073709551615 4194304 4196468 140734916139872 140635885529392 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14629] ppid=14608 vsize=10750924 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14629/stat : 14629 (java) S 14608 14611 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 18 0 109559463 11008946176 1242082 18446744073709551615 4194304 4196468 140734916139872 140635884475488 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14765] ppid=14608 vsize=10750924 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14765/stat : 14765 (java) S 14608 14611 4674 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 18 0 109660701 11008946176 1242082 18446744073709551615 4194304 4196468 140734916139872 140635883422560 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14766] ppid=14608 vsize=10750924 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14766/stat : 14766 (java) S 14608 14611 4674 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 18 0 109660701 11008946176 1242082 18446744073709551615 4194304 4196468 140734916139872 140635882369472 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
Current children cumulated CPU time: 1100.86 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 4966280 KiB

[startup+1052.2 s]
/proc/loadavg: 2.05 2.08 1.90 6/217 14766
/proc/meminfo: memFree=25707620/32770624 swapFree=67108764/67108860
[pid=14611] ppid=14608 vsize=10750924 memory=5101448 CPUtime=1101.63 cores=1,3,5,7
/proc/14611/stat : 14611 (java) S 14608 14611 4674 0 -1 1077944320 382196 0 0 0 109759 404 0 0 20 0 18 0 109555544 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140734916122416 140636397907703 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
/proc/14611/statm: 2687731 1275362 3145 1 0 2677184 0
[pid=14611/tid=14613] ppid=14608 vsize=10750924 memory=1204 CPUtime=1031.47 cores=1,3,5,7
/proc/14611/task/14613/stat : 14613 (java) S 14608 14611 4674 0 -1 1077944384 216557 0 0 0 103113 34 0 0 20 0 18 0 109555551 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140636402148384 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14614] ppid=14608 vsize=10750924 memory=15880 CPUtime=14.75 cores=1,3,5,7
/proc/14611/task/14614/stat : 14614 (java) R 14608 14611 4674 0 -1 4202560 21154 0 0 0 1391 84 0 0 20 0 18 0 109555551 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140636358806488 140636390535911 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14615] ppid=14608 vsize=10750924 memory=4048 CPUtime=14.76 cores=1,3,5,7
/proc/14611/task/14615/stat : 14615 (java) R 14608 14611 4674 0 -1 4202560 28759 0 0 0 1393 83 0 0 20 0 18 0 109555551 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140636357753744 140636390535911 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14616] ppid=14608 vsize=10750924 memory=31676 CPUtime=14.75 cores=1,3,5,7
/proc/14611/task/14616/stat : 14616 (java) R 14608 14611 4674 0 -1 4202560 39147 0 0 0 1392 83 0 0 20 0 18 0 109555551 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140636356701200 140636382355885 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14617] ppid=14608 vsize=10750924 memory=1232 CPUtime=14.69 cores=1,3,5,7
/proc/14611/task/14617/stat : 14617 (java) R 14608 14611 4674 0 -1 4202560 24266 0 0 0 1390 79 0 0 20 0 18 0 109555551 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140636006046984 140636382951872 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14618] ppid=14608 vsize=10750924 memory=644 CPUtime=5.64 cores=1,3,5,7
/proc/14611/task/14618/stat : 14618 (java) S 14608 14611 4674 0 -1 1077944384 14414 0 0 0 560 4 0 0 20 0 18 0 109555553 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635962094112 140636397917909 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14619] ppid=14608 vsize=10750924 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14619/stat : 14619 (java) S 14608 14611 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 18 0 109555553 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635961041888 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14620] ppid=14608 vsize=10750924 memory=956 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14620/stat : 14620 (java) S 14608 14611 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 18 0 109555553 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635959989232 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14621] ppid=14608 vsize=10750924 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14621/stat : 14621 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 109555556 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635958937808 140636397926299 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14622] ppid=14608 vsize=10750924 memory=4288 CPUtime=2.43 cores=1,3,5,7
/proc/14611/task/14622/stat : 14622 (java) S 14608 14611 4674 0 -1 1077944384 17477 0 0 0 241 2 0 0 20 0 18 0 109555556 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635957885424 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14623] ppid=14608 vsize=10750924 memory=1608 CPUtime=1.91 cores=1,3,5,7
/proc/14611/task/14623/stat : 14623 (java) S 14608 14611 4674 0 -1 1077944384 13090 0 0 0 189 2 0 0 20 0 18 0 109555556 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635956832880 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14624] ppid=14608 vsize=10750924 memory=288230574492221466 CPUtime=0.45 cores=1,3,5,7
/proc/14611/task/14624/stat : 14624 (java) S 14608 14611 4674 0 -1 1077944384 4883 0 0 0 44 1 0 0 20 0 18 0 109555556 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635955780336 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14625] ppid=14608 vsize=10750924 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14625/stat : 14625 (java) S 14608 14611 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 109555556 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635954728032 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14626] ppid=14608 vsize=10750924 memory=13564886244395551 CPUtime=0.69 cores=1,3,5,7
/proc/14611/task/14626/stat : 14626 (java) S 14608 14611 4674 0 -1 1077944384 989 0 0 0 32 37 0 0 20 0 18 0 109555560 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635885529392 140636397918850 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14629] ppid=14608 vsize=10750924 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14629/stat : 14629 (java) S 14608 14611 4674 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 18 0 109559463 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635884475488 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14765] ppid=14608 vsize=10750924 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14765/stat : 14765 (java) S 14608 14611 4674 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 18 0 109660701 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635883422560 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
[pid=14611/tid=14766] ppid=14608 vsize=10750924 memory=4072 CPUtime=0 cores=1,3,5,7
/proc/14611/task/14766/stat : 14766 (java) S 14608 14611 4674 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 18 0 109660701 11008946176 1275362 18446744073709551615 4194304 4196468 140734916139872 140635882369472 140636397917909 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30605312 140734916145552 140734916145705 140734916145705 140734916149199 0
Current children cumulated CPU time: 1101.63 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 5101448 KiB

Child status: 0
Real time (s): 1052.3
CPU time (s): 1101.89
CPU user time (s): 1097.8
CPU system time (s): 4.08171
CPU usage (%): 104.712
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 5101448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1097.8
system time used= 4.08171
maximum resident set size= 5101772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26774
involuntary context switches= 1063


# summary of solver processes directly reported to runsolver:
#   pid: 14611
#   total CPU time (s): 1101.89
#   total CPU user time (s): 1097.8
#   total CPU system time (s): 4.08171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.60866 second user time and 9.24305 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 12:20:57
IDJOB=4263572
IDBENCH=123015
IDSOLVER=2651
FILE ID=node134/4263572-1502620491
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Renault/Renault-m1-s1/Renault-mgd.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263572-1502620491/watcher-4263572-1502620491 -o /tmp/evaluation-result-4263572-1502620491/solver-4263572-1502620491 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263572-1502620491.xml

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

MD5SUM BENCH= e938dbb865153b6f638b91b21d0a191f
RANDOM SEED=762893044

node134.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:        29407500 kB
MemAvailable:   29613032 kB
Buffers:          220560 kB
Cached:           278684 kB
SwapCached:            4 kB
Active:          2711960 kB
Inactive:         198052 kB
Active(anon):    2358008 kB
Inactive(anon):    94440 kB
Active(file):     353952 kB
Inactive(file):   103612 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              5040 kB
Writeback:             0 kB
AnonPages:       2435216 kB
Mapped:            68556 kB
Shmem:             41564 kB
Slab:             154120 kB
SReclaimable:     127608 kB
SUnreclaim:        26512 kB
KernelStack:        3824 kB
PageTables:         9868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3981896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2312192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-13 12:38:29