Trace number 4263571

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 606.30902 558.23999

General information on the benchmark

NameRenault/Renault-m1-s1/
Renault-megane-pos.xml
MD5SUM21b1bfe08dea0128787163580c257a28
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.463669
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints113
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":6},{"size":2,"count":54},{"size":3,"count":15},{"size":4,"count":3},{"size":5,"count":9},{"size":6,"count":2},{"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 degree1
Maximum variable degree80
Distribution of variable degrees[{"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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263571-1502620480/watcher-4263571-1502620480 -o /tmp/evaluation-result-4263571-1502620480/solver-4263571-1502620480 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263571-1502620480.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
Current StackSize limit: 8192 KiB

solver pid=14354, runsolver pid=14351

[startup+0.10131 s]*
/proc/loadavg: 1.00 1.05 1.38 3/205 14371
/proc/meminfo: memFree=31743108/32770624 swapFree=67108764/67108860
[pid=14354] ppid=14351 vsize=10151672 memory=19952 CPUtime=0.04 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 4674 0 -1 1077944320 3891 0 0 0 3 1 0 0 20 0 9 0 109554396 10395312128 4988 18446744073709551615 4194304 4196468 140734123457952 140734123440496 139844012605175 0 0 1 16800970 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
/proc/14354/statm: 2537918 4988 2122 1 0 2527415 0
[pid=14354/tid=14356] ppid=14351 vsize=10151672 memory=7077796292425249400 CPUtime=0.03 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 4674 0 -1 4202560 2533 0 0 0 3 0 0 0 20 0 9 0 109554402 10395312128 4988 18446744073709551615 4194304 4196468 140734123457952 139844016840568 139844005590406 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14358] ppid=14351 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109554403 10395312128 4988 18446744073709551615 4194304 4196468 140734123457952 139843943025552 139844012615381 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14360] ppid=14351 vsize=10151672 memory=139896476771968 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109554403 10395312128 4988 18446744073709551615 4194304 4196468 140734123457952 139843941972752 139844012615381 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14362] ppid=14351 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 109554403 10395312128 4988 18446744073709551615 4194304 4196468 140734123457952 139843940920464 139844012615381 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14364] ppid=14351 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 109554403 10395312128 4988 18446744073709551615 4194304 4196468 140734123457952 139843939867664 139844012615381 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14366] ppid=14351 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 109554404 10395312128 4988 18446744073709551615 4194304 4196468 140734123457952 139843508045936 139844012616322 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14368] ppid=14351 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 109554405 10395312128 4988 18446744073709551615 4194304 4196468 140734123457952 139843506991904 139844012615381 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14370] ppid=14351 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14370/stat : 14370 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 109554405 10395312128 4988 18446744073709551615 4194304 4196468 140734123457952 139843505939568 139844012615381 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19952 KiB

[startup+0.210338 s]*
/proc/loadavg: 1.08 1.07 1.38 5/217 14383
/proc/meminfo: memFree=31732400/32770624 swapFree=67108764/67108860
[pid=14354] ppid=14351 vsize=10551156 memory=24696 CPUtime=0.07 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 4674 0 -1 1077944320 4669 0 0 0 6 1 0 0 20 0 15 0 109554396 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 140734123440496 139844012605175 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
/proc/14354/statm: 2637789 6174 2614 1 0 2627261 0
[pid=14354/tid=14356] ppid=14351 vsize=10551156 memory=8316850467074736180 CPUtime=0.05 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 4674 0 -1 4202560 2778 0 0 0 5 0 0 0 20 0 15 0 109554402 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139844016830864 139844012627101 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14358] ppid=14351 vsize=10551156 memory=12958 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843943025552 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14360] ppid=14351 vsize=10551156 memory=139896476786481 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843941972752 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14362] ppid=14351 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843940920464 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14364] ppid=14351 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843939867664 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14366] ppid=14351 vsize=10551156 memory=139896476771968 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554404 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843508045936 139844012616322 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14368] ppid=14351 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554405 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843506991904 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14370] ppid=14351 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14370/stat : 14370 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554405 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843505939568 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14377] ppid=14351 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14377/stat : 14377 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843504887888 139844012623771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14378] ppid=14351 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14378/stat : 14378 (java) S 14351 14354 4674 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843503835760 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14379] ppid=14351 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14379/stat : 14379 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843502782960 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14380] ppid=14351 vsize=10551156 memory=139896476771968 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14380/stat : 14380 (java) S 14351 14354 4674 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843501730672 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14381] ppid=14351 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14381/stat : 14381 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554408 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843500678112 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14383] ppid=14351 vsize=10551156 memory=139896476771968 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14383/stat : 14383 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554416 10804383744 6174 18446744073709551615 4194304 4196468 140734123457952 139843499624880 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24696 KiB

[startup+0.311327 s]*
/proc/loadavg: 1.08 1.07 1.38 3/217 14383
/proc/meminfo: memFree=31709880/32770624 swapFree=67108764/67108860
[pid=14354] ppid=14351 vsize=10551156 memory=36480 CPUtime=0.22 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 4674 0 -1 1077944320 7900 0 0 0 20 2 0 0 20 0 15 0 109554396 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 140734123440496 139844012605175 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
/proc/14354/statm: 2637789 9120 2857 1 0 2627261 0
[pid=14354/tid=14356] ppid=14351 vsize=10551156 memory=8316850467074736180 CPUtime=0.16 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 4674 0 -1 4202560 5590 0 0 0 14 2 0 0 20 0 15 0 109554402 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139844016828256 139843996685662 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14358] ppid=14351 vsize=10551156 memory=12958 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843943025552 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14360] ppid=14351 vsize=10551156 memory=139896476786481 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843941972752 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14362] ppid=14351 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843940920464 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14364] ppid=14351 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554403 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843939867664 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14366] ppid=14351 vsize=10551156 memory=3471342292797609648 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554404 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843508045936 139844012616322 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14368] ppid=14351 vsize=10551156 memory=7929208613727449352 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554405 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843506991904 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14370] ppid=14351 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14370/stat : 14370 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554405 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843505939568 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14377] ppid=14351 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14377/stat : 14377 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843504887888 139844012623771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14378] ppid=14351 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14354/task/14378/stat : 14378 (java) S 14351 14354 4674 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 15 0 109554407 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843503835760 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14379] ppid=14351 vsize=10551156 memory=3472328296227418159 CPUtime=0.01 cores=0,2,4,6
/proc/14354/task/14379/stat : 14379 (java) S 14351 14354 4674 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 15 0 109554407 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843502782960 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14380] ppid=14351 vsize=10551156 memory=7599809646500911843 CPUtime=0.04 cores=0,2,4,6
/proc/14354/task/14380/stat : 14380 (java) S 14351 14354 4674 0 -1 1077944384 371 0 0 0 4 0 0 0 20 0 15 0 109554407 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843501730672 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14381] ppid=14351 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14381/stat : 14381 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554408 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843500678112 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14383] ppid=14351 vsize=10551156 memory=139896476771968 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14383/stat : 14383 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554416 10804383744 9120 18446744073709551615 4194304 4196468 140734123457952 139843499624880 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36480 KiB

[startup+0.70077 s]
/proc/loadavg: 1.08 1.07 1.38 10/217 14383
/proc/meminfo: memFree=31681712/32770624 swapFree=67108764/67108860
[pid=14354] ppid=14351 vsize=10551232 memory=116472 CPUtime=1.26 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 4674 0 -1 1077944320 11567 0 0 0 121 5 0 0 20 0 15 0 109554396 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 140734123440496 139844012605175 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
/proc/14354/statm: 2637808 29118 3053 1 0 2627261 0
[pid=14354/tid=14356] ppid=14351 vsize=10551232 memory=956 CPUtime=0.53 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 4674 0 -1 4202560 6855 0 0 0 49 4 0 0 20 0 15 0 109554402 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139844016840752 139844012617110 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14358] ppid=14351 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843943025552 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14360] ppid=14351 vsize=10551232 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843941972752 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14362] ppid=14351 vsize=10551232 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554403 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843940920464 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14364] ppid=14351 vsize=10551232 memory=928 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554403 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843939867664 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14366] ppid=14351 vsize=10551232 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 109554404 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843508045936 139844012616322 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14368] ppid=14351 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 109554405 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843506991904 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14370] ppid=14351 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14370/stat : 14370 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554405 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843505939568 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14377] ppid=14351 vsize=10551232 memory=737 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14377/stat : 14377 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843504887888 139844012623771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14378] ppid=14351 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/14354/task/14378/stat : 14378 (java) R 14351 14354 4674 0 -1 4202560 1179 0 0 0 25 0 0 0 20 0 15 0 109554407 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843503827264 139843993305472 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14379] ppid=14351 vsize=10551232 memory=844 CPUtime=0.25 cores=0,2,4,6
/proc/14354/task/14379/stat : 14379 (java) R 14351 14354 4674 0 -1 4202560 1115 0 0 0 25 0 0 0 20 0 15 0 109554407 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843502772752 139843991822322 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14380] ppid=14351 vsize=10551232 memory=16436 CPUtime=0.21 cores=0,2,4,6
/proc/14354/task/14380/stat : 14380 (java) S 14351 14354 4674 0 -1 1077944384 1056 0 0 0 21 0 0 0 20 0 15 0 109554407 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843501730672 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14381] ppid=14351 vsize=10551232 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14381/stat : 14381 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554408 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843500678112 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14383] ppid=14351 vsize=10551232 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14383/stat : 14383 (java) S 14351 14354 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 109554416 10804461568 29118 18446744073709551615 4194304 4196468 140734123457952 139843499624880 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 116472 KiB

[startup+1.50073 s]
/proc/loadavg: 1.08 1.07 1.38 7/218 14384
/proc/meminfo: memFree=31421564/32770624 swapFree=67108764/67108860
[pid=14354] ppid=14351 vsize=10551232 memory=274620 CPUtime=3.5 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 4674 0 -1 1077944320 17457 0 0 0 338 12 0 0 20 0 15 0 109554396 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 140734123440496 139844012605175 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
/proc/14354/statm: 2637808 68655 3086 1 0 2627261 0
[pid=14354/tid=14356] ppid=14351 vsize=10551232 memory=2257 CPUtime=1.3 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 4674 0 -1 4202560 7396 0 0 0 125 5 0 0 20 0 15 0 109554402 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139844016835464 139843615167900 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14358] ppid=14351 vsize=10551232 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 4674 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 109554403 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843943025552 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14360] ppid=14351 vsize=10551232 memory=-7522837582236181595 CPUtime=0.01 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 4674 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 15 0 109554403 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843941972752 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14362] ppid=14351 vsize=10551232 memory=190124 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 4674 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 109554403 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843940920464 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14364] ppid=14351 vsize=10551232 memory=16436 CPUtime=0.01 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 4674 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 15 0 109554403 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843939867664 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14366] ppid=14351 vsize=10551232 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 109554404 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843508045936 139844012616322 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14368] ppid=14351 vsize=10551232 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 109554405 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843506991904 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14370] ppid=14351 vsize=10551232 memory=279792691950176 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14370/stat : 14370 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 109554405 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843505939568 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14377] ppid=14351 vsize=10551232 memory=7595714845082805349 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14377/stat : 14377 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 109554407 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843504887888 139844012623771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14378] ppid=14351 vsize=10551232 memory=7595714845082805349 CPUtime=0.89 cores=0,2,4,6
/proc/14354/task/14378/stat : 14378 (java) R 14351 14354 4674 0 -1 4202560 4308 0 0 0 88 1 0 0 20 0 15 0 109554407 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843503816568 139843997712528 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14379] ppid=14351 vsize=10551232 memory=7595714845082805349 CPUtime=0.88 cores=0,2,4,6
/proc/14354/task/14379/stat : 14379 (java) R 14351 14354 4674 0 -1 4202560 2847 0 0 0 88 0 0 0 20 0 15 0 109554407 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843502768424 139843996080247 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14380] ppid=14351 vsize=10551232 memory=7595714845082805349 CPUtime=0.31 cores=0,2,4,6
/proc/14354/task/14380/stat : 14380 (java) S 14351 14354 4674 0 -1 1077944384 1370 0 0 0 31 0 0 0 20 0 15 0 109554407 10804461568 68655 18446744073709551615 4194304 4196468 140734123457952 139843501730672 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0

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

Current children cumulated CPU time: 601.77 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5143108 KiB

[startup+556.801 s]
/proc/loadavg: 2.03 1.93 1.72 3/217 14663
/proc/meminfo: memFree=21967340/32770624 swapFree=67108764/67108860
[pid=14354] ppid=14351 vsize=10617796 memory=5143124 CPUtime=605.01 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 4674 0 -1 1077944320 145173 0 0 0 60151 350 0 0 20 0 16 0 109554396 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 140734123440496 139844012605175 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
/proc/14354/statm: 2654449 1285781 3142 1 0 2643902 0
[pid=14354/tid=14356] ppid=14351 vsize=10617796 memory=5143108 CPUtime=536.59 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 4674 0 -1 4202560 47008 0 0 0 53639 20 0 0 20 0 16 0 109554402 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139844016841960 139843620932152 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14358] ppid=14351 vsize=10617796 memory=4148 CPUtime=14.32 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 4674 0 -1 1077944384 16000 0 0 0 1355 77 0 0 20 0 16 0 109554403 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843943025552 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14360] ppid=14351 vsize=10617796 memory=-8774313645642428999 CPUtime=14.28 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 4674 0 -1 1077944384 13440 0 0 0 1355 73 0 0 20 0 16 0 109554403 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843941972752 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14362] ppid=14351 vsize=10617796 memory=1444 CPUtime=14.4 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 4674 0 -1 1077944384 15328 0 0 0 1367 73 0 0 20 0 16 0 109554403 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843940920464 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14364] ppid=14351 vsize=10617796 memory=5143108 CPUtime=14.32 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 4674 0 -1 1077944384 10156 0 0 0 1353 79 0 0 20 0 16 0 109554403 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843939867664 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14366] ppid=14351 vsize=10617796 memory=-8774313645642428999 CPUtime=5.52 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 4674 0 -1 1077944384 12172 0 0 0 549 3 0 0 20 0 16 0 109554404 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843508045936 139844012616322 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14368] ppid=14351 vsize=10617796 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 109554405 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843506991968 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14370] ppid=14351 vsize=10617796 memory=11020 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14370/stat : 14370 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554405 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843505939584 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14377] ppid=14351 vsize=10617796 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14377/stat : 14377 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554407 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843504887888 139844012623771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14378] ppid=14351 vsize=10617796 memory=53048 CPUtime=2.28 cores=0,2,4,6
/proc/14354/task/14378/stat : 14378 (java) R 14351 14354 4674 0 -1 4202560 10604 0 0 0 226 2 0 0 20 0 16 0 109554407 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843503835760 139843995990482 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14379] ppid=14351 vsize=10617796 memory=1296 CPUtime=2.38 cores=0,2,4,6
/proc/14354/task/14379/stat : 14379 (java) S 14351 14354 4674 0 -1 1077944384 14058 0 0 0 236 2 0 0 20 0 16 0 109554407 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843502782960 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14380] ppid=14351 vsize=10617796 memory=2320 CPUtime=0.44 cores=0,2,4,6
/proc/14354/task/14380/stat : 14380 (java) S 14351 14354 4674 0 -1 1077944384 4272 0 0 0 43 1 0 0 20 0 16 0 109554407 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843501730672 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14381] ppid=14351 vsize=10617796 memory=5143108 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14381/stat : 14381 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554408 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843500678112 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14383] ppid=14351 vsize=10617796 memory=5143108 CPUtime=0.37 cores=0,2,4,6
/proc/14354/task/14383/stat : 14383 (java) S 14351 14354 4674 0 -1 1077944384 753 0 0 0 17 20 0 0 20 0 16 0 109554416 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843499624880 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14627] ppid=14351 vsize=10617796 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14627/stat : 14627 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109558077 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843498570416 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
Current children cumulated CPU time: 605.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5143124 KiB

[startup+557.601 s]
/proc/loadavg: 2.03 1.93 1.72 3/218 14664
/proc/meminfo: memFree=21966032/32770624 swapFree=67108764/67108860
[pid=14354] ppid=14351 vsize=10617796 memory=5143124 CPUtime=605.81 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 4674 0 -1 1077944320 145314 0 0 0 60231 350 0 0 20 0 16 0 109554396 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 140734123440496 139844012605175 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
/proc/14354/statm: 2654449 1285781 3142 1 0 2643902 0
[pid=14354/tid=14356] ppid=14351 vsize=10617796 memory=-8774313645642428999 CPUtime=537.39 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) R 14351 14354 4674 0 -1 4202560 47085 0 0 0 53719 20 0 0 20 0 16 0 109554402 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139844016841280 139843620245520 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14358] ppid=14351 vsize=10617796 memory=2164 CPUtime=14.32 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 4674 0 -1 1077944384 16000 0 0 0 1355 77 0 0 20 0 16 0 109554403 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843943025552 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14360] ppid=14351 vsize=10617796 memory=844 CPUtime=14.28 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 4674 0 -1 1077944384 13440 0 0 0 1355 73 0 0 20 0 16 0 109554403 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843941972752 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14362] ppid=14351 vsize=10617796 memory=16436 CPUtime=14.4 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 4674 0 -1 1077944384 15328 0 0 0 1367 73 0 0 20 0 16 0 109554403 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843940920464 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14364] ppid=14351 vsize=10617796 memory=5712 CPUtime=14.32 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 4674 0 -1 1077944384 10156 0 0 0 1353 79 0 0 20 0 16 0 109554403 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843939867664 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14366] ppid=14351 vsize=10617796 memory=796 CPUtime=5.52 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 4674 0 -1 1077944384 12205 0 0 0 549 3 0 0 20 0 16 0 109554404 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843508045936 139844012616322 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14368] ppid=14351 vsize=10617796 memory=984 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 109554405 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843506991968 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14370] ppid=14351 vsize=10617796 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14370/stat : 14370 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554405 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843505939584 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14377] ppid=14351 vsize=10617796 memory=4572 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14377/stat : 14377 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554407 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843504887888 139844012623771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14378] ppid=14351 vsize=10617796 memory=1444 CPUtime=2.29 cores=0,2,4,6
/proc/14354/task/14378/stat : 14378 (java) S 14351 14354 4674 0 -1 1077944384 10631 0 0 0 227 2 0 0 20 0 16 0 109554407 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843503835760 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14379] ppid=14351 vsize=10617796 memory=12304 CPUtime=2.38 cores=0,2,4,6
/proc/14354/task/14379/stat : 14379 (java) S 14351 14354 4674 0 -1 1077944384 14058 0 0 0 236 2 0 0 20 0 16 0 109554407 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843502782960 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14380] ppid=14351 vsize=10617796 memory=1204 CPUtime=0.44 cores=0,2,4,6
/proc/14354/task/14380/stat : 14380 (java) S 14351 14354 4674 0 -1 1077944384 4272 0 0 0 43 1 0 0 20 0 16 0 109554407 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843501730672 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14381] ppid=14351 vsize=10617796 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14381/stat : 14381 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554408 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843500678112 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14383] ppid=14351 vsize=10617796 memory=4048 CPUtime=0.38 cores=0,2,4,6
/proc/14354/task/14383/stat : 14383 (java) S 14351 14354 4674 0 -1 1077944384 757 0 0 0 18 20 0 0 20 0 16 0 109554416 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843499624880 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14627] ppid=14351 vsize=10617796 memory=2320 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14627/stat : 14627 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109558077 10872623104 1285781 18446744073709551615 4194304 4196468 140734123457952 139843498570416 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
Current children cumulated CPU time: 605.81 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5143124 KiB

[startup+558.001 s]*
/proc/loadavg: 2.03 1.93 1.72 2/218 14666
/proc/meminfo: memFree=21966032/32770624 swapFree=67108764/67108860
[pid=14354] ppid=14351 vsize=10750924 memory=5143268 CPUtime=606.26 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 4674 0 -1 1077944320 145899 0 0 0 60276 350 0 0 20 0 16 0 109554396 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 140734123440496 139844012605175 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
/proc/14354/statm: 2687731 1285817 3145 1 0 2677184 0
[pid=14354/tid=14356] ppid=14351 vsize=10750924 memory=-8195925453750481479 CPUtime=537.79 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) S 14351 14354 4674 0 -1 1077944384 47367 0 0 0 53759 20 0 0 20 0 16 0 109554402 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139844016845856 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14358] ppid=14351 vsize=10750924 memory=4872558044660077418 CPUtime=14.32 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 4674 0 -1 1077944384 16000 0 0 0 1355 77 0 0 20 0 16 0 109554403 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843943025552 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14360] ppid=14351 vsize=10750924 memory=928 CPUtime=14.28 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 4674 0 -1 1077944384 13440 0 0 0 1355 73 0 0 20 0 16 0 109554403 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843941972752 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14362] ppid=14351 vsize=10750924 memory=4872558044660077418 CPUtime=14.4 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 4674 0 -1 1077944384 15328 0 0 0 1367 73 0 0 20 0 16 0 109554403 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843940920464 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14364] ppid=14351 vsize=10750924 memory=796 CPUtime=14.32 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 4674 0 -1 1077944384 10156 0 0 0 1353 79 0 0 20 0 16 0 109554403 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843939867664 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14366] ppid=14351 vsize=10750924 memory=984 CPUtime=5.52 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 4674 0 -1 1077944384 12206 0 0 0 549 3 0 0 20 0 16 0 109554404 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843508045936 139844012616322 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14368] ppid=14351 vsize=10750924 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 109554405 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843506991968 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14370] ppid=14351 vsize=10750924 memory=4572 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14370/stat : 14370 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 109554405 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843505939584 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14377] ppid=14351 vsize=10750924 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14377/stat : 14377 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554407 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843504887888 139844012623771 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14378] ppid=14351 vsize=10750924 memory=12304 CPUtime=2.31 cores=0,2,4,6
/proc/14354/task/14378/stat : 14378 (java) S 14351 14354 4674 0 -1 1077944384 10692 0 0 0 229 2 0 0 20 0 16 0 109554407 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843503835760 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14379] ppid=14351 vsize=10750924 memory=1204 CPUtime=2.4 cores=0,2,4,6
/proc/14354/task/14379/stat : 14379 (java) S 14351 14354 4674 0 -1 1077944384 14090 0 0 0 238 2 0 0 20 0 16 0 109554407 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843502782960 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14380] ppid=14351 vsize=10750924 memory=5143108 CPUtime=0.45 cores=0,2,4,6
/proc/14354/task/14380/stat : 14380 (java) S 14351 14354 4674 0 -1 1077944384 4369 0 0 0 44 1 0 0 20 0 16 0 109554407 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843501730672 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14381] ppid=14351 vsize=10750924 memory=302022848351043610 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14381/stat : 14381 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 109554408 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843500678112 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14383] ppid=14351 vsize=10750924 memory=304556166158221622 CPUtime=0.38 cores=0,2,4,6
/proc/14354/task/14383/stat : 14383 (java) S 14351 14354 4674 0 -1 1077944384 757 0 0 0 18 20 0 0 20 0 16 0 109554416 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843499624880 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14665] ppid=14351 vsize=10750924 memory=5143108 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14665/stat : 14665 (java) S 14351 14354 4674 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 109610195 11008946176 1285817 18446744073709551615 4194304 4196468 140734123457952 139843497518352 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
Current children cumulated CPU time: 606.26 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 5143268 KiB

[startup+558.202 s]
/proc/loadavg: 2.03 1.93 1.72 2/218 14666
/proc/meminfo: memFree=21966032/32770624 swapFree=67108764/67108860
[pid=14354] ppid=14351 vsize=10750924 memory=5143328 CPUtime=606.27 cores=0,2,4,6
/proc/14354/stat : 14354 (java) S 14351 14354 4674 0 -1 1077944320 146133 0 0 0 60277 350 0 0 20 0 14 0 109554396 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 140734123440496 139844012605175 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 6 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
/proc/14354/statm: 2687731 1285832 3146 1 0 2677184 0
[pid=14354/tid=14356] ppid=14351 vsize=10750924 memory=288230617509003574 CPUtime=537.79 cores=0,2,4,6
/proc/14354/task/14356/stat : 14356 (java) S 14351 14354 4674 0 -1 1077944384 47367 0 0 0 53759 20 0 0 20 0 14 0 109554402 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139844016848016 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14358] ppid=14351 vsize=10750924 memory=13564886244395551 CPUtime=14.32 cores=0,2,4,6
/proc/14354/task/14358/stat : 14358 (java) S 14351 14354 4674 0 -1 1077944384 16000 0 0 0 1355 77 0 0 20 0 14 0 109554403 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843943025552 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14360] ppid=14351 vsize=10750924 memory=0 CPUtime=14.28 cores=0,2,4,6
/proc/14354/task/14360/stat : 14360 (java) S 14351 14354 4674 0 -1 1077944384 13440 0 0 0 1355 73 0 0 20 0 14 0 109554403 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843941972752 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14362] ppid=14351 vsize=10750924 memory=279792692620144 CPUtime=14.4 cores=0,2,4,6
/proc/14354/task/14362/stat : 14362 (java) S 14351 14354 4674 0 -1 1077944384 15328 0 0 0 1367 73 0 0 20 0 14 0 109554403 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843940920464 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14364] ppid=14351 vsize=10750924 memory=139896345910424 CPUtime=14.32 cores=0,2,4,6
/proc/14354/task/14364/stat : 14364 (java) S 14351 14354 4674 0 -1 1077944384 10156 0 0 0 1353 79 0 0 20 0 14 0 109554403 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843939867664 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14366] ppid=14351 vsize=10750924 memory=2320680310290842483 CPUtime=5.52 cores=0,2,4,6
/proc/14354/task/14366/stat : 14366 (java) S 14351 14354 4674 0 -1 1077944384 12206 0 0 0 549 3 0 0 20 0 14 0 109554404 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843508046144 139844012616322 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14368] ppid=14351 vsize=10750924 memory=3905944089129978776 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14368/stat : 14368 (java) S 14351 14354 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 14 0 109554405 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843506991968 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14370] ppid=14351 vsize=10750924 memory=2319553297938582195 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14370/stat : 14370 (java) S 14351 14354 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 109554405 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843505939584 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14377] ppid=14351 vsize=10750924 memory=3473598520692639704 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14377/stat : 14377 (java) S 14351 14354 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 109554407 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843504886944 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14378] ppid=14351 vsize=10750924 memory=4051463340670977785 CPUtime=2.31 cores=0,2,4,6
/proc/14354/task/14378/stat : 14378 (java) S 14351 14354 4674 0 -1 1077944384 10693 0 0 0 229 2 0 0 20 0 14 0 109554407 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843503835760 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14379] ppid=14351 vsize=10750924 memory=4202393525721695465 CPUtime=2.4 cores=0,2,4,6
/proc/14354/task/14379/stat : 14379 (java) S 14351 14354 4674 0 -1 1077944384 14092 0 0 0 238 2 0 0 20 0 14 0 109554407 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843502782960 139844012616322 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14380] ppid=14351 vsize=10750924 memory=3472468192573588528 CPUtime=0.45 cores=0,2,4,6
/proc/14354/task/14380/stat : 14380 (java) S 14351 14354 4674 0 -1 1077944384 4370 0 0 0 44 1 0 0 20 0 14 0 109554407 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843501726544 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
[pid=14354/tid=14381] ppid=14351 vsize=10750924 memory=3472468192573588521 CPUtime=0 cores=0,2,4,6
/proc/14354/task/14381/stat : 14381 (java) S 14351 14354 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 109554408 11008946176 1285832 18446744073709551615 4194304 4196468 140734123457952 139843500678112 139844012615381 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29319168 140734123458960 140734123459113 140734123459113 140734123462607 0
Current children cumulated CPU time: 606.27 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 5143328 KiB

Child status: 0
Real time (s): 558.24
CPU time (s): 606.309
CPU user time (s): 602.773
CPU system time (s): 3.53584
CPU usage (%): 108.611
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 5143328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 602.773
system time used= 3.53584
maximum resident set size= 5143516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146175
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15358
involuntary context switches= 1075


# summary of solver processes directly reported to runsolver:
#   pid: 14354
#   total CPU time (s): 606.309
#   total CPU user time (s): 602.773
#   total CPU system time (s): 3.53584

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.58263 second user time and 5.44969 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 12:20:45
IDJOB=4263571
IDBENCH=123010
IDSOLVER=2651
FILE ID=node134/4263571-1502620480
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 21b1bfe08dea0128787163580c257a28
RANDOM SEED=1481683136

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:        31764904 kB
MemAvailable:   31963544 kB
Buffers:          220520 kB
Cached:           271416 kB
SwapCached:            4 kB
Active:           358180 kB
Inactive:         194772 kB
Active(anon):       7848 kB
Inactive(anon):    94440 kB
Active(file):     350332 kB
Inactive(file):   100332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              5848 kB
Writeback:             0 kB
AnonPages:         60480 kB
Mapped:            56552 kB
Shmem:             41564 kB
Slab:             153844 kB
SReclaimable:     127624 kB
SUnreclaim:        26220 kB
KernelStack:        3216 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     320124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 62020 MiB
End job on node134 at 2017-08-13 12:30:04