Trace number 4263340

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 21.147699 19.4907

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-06-int.xml
MD5SUM587f81fa39009f68e82bfe1879633f99
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 benchmark2.16155
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints38
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":34},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":37},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263340-1502631620/watcher-4263340-1502631620 -o /tmp/evaluation-result-4263340-1502631620/solver-4263340-1502631620 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263340-1502631620.xml 

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

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


[startup+0.108834 s]*
/proc/loadavg: 2.06 2.17 2.13 3/216 6508
/proc/meminfo: memFree=23304420/32770624 swapFree=67108860/67108860
[pid=6493] ppid=6490 vsize=10555400 memory=29936 CPUtime=0.14 cores=1,3,5,7
/proc/6493/stat : 6493 (java) S 6490 6493 30973 0 -1 1077944320 6592 0 0 0 13 1 0 0 20 0 15 0 96250202 10808729600 7484 33554432000 4194304 4196468 140727947173584 140727947156128 139857493786359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
/proc/6493/statm: 2638850 7484 2817 1 0 2627263 0
[pid=6493/tid=6495] ppid=6490 vsize=10555400 memory=-7387007932599496084 CPUtime=0.1 cores=1,3,5,7
/proc/6493/task/6495/stat : 6495 (java) R 6490 6493 30973 0 -1 4202560 4458 0 0 0 9 1 0 0 20 0 15 0 96250202 10808729600 7549 33554432000 4194304 4196468 140727947173584 139857497997536 139857493808285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6496] ppid=6490 vsize=10555400 memory=4211974297362529674 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6496/stat : 6496 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250203 10808729600 7549 33554432000 4194304 4196468 140727947173584 139857430477328 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6497] ppid=6490 vsize=10555400 memory=140571157739136 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6497/stat : 6497 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250203 10808729600 7549 33554432000 4194304 4196468 140727947173584 139857429424784 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6498] ppid=6490 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6498/stat : 6498 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250203 10808729600 7549 33554432000 4194304 4196468 140727947173584 139857428371728 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6499] ppid=6490 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6499/stat : 6499 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96250203 10808729600 7549 33554432000 4194304 4196468 140727947173584 139857427319184 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6500] ppid=6490 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6500/stat : 6500 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250205 10808729600 7549 33554432000 4194304 4196468 140727947173584 139856798415600 139857493797506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6501] ppid=6490 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6501/stat : 6501 (java) S 6490 6493 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96250205 10808729600 7549 33554432000 4194304 4196468 140727947173584 139856797361824 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6502] ppid=6490 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6502/stat : 6502 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96250205 10808729600 7549 33554432000 4194304 4196468 140727947173584 139856796308720 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6503] ppid=6490 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6503/stat : 6503 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96250207 10808729600 7549 33554432000 4194304 4196468 140727947173584 139856795257296 139857493804955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6504] ppid=6490 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6504/stat : 6504 (java) S 6490 6493 30973 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 96250207 10808729600 7549 33554432000 4194304 4196468 140727947173584 139856794204400 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6505] ppid=6490 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6505/stat : 6505 (java) S 6490 6493 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96250207 10808729600 7549 33554432000 4194304 4196468 140727947173584 139856793151856 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6506] ppid=6490 vsize=10555400 memory=140571157739136 CPUtime=0.02 cores=1,3,5,7
/proc/6493/task/6506/stat : 6506 (java) R 6490 6493 30973 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 96250208 10808729600 7549 33554432000 4194304 4196468 140727947173584 139856792098800 139857472489937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6507] ppid=6490 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6507/stat : 6507 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96250208 10808729600 7549 33554432000 4194304 4196468 140727947173584 139856791046496 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6508] ppid=6490 vsize=10555400 memory=140571157739136 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6508/stat : 6508 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96250208 10808729600 7549 33554432000 4194304 4196468 140727947173584 139856789994544 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29936 KiB

[startup+0.210421 s]*
/proc/loadavg: 2.06 2.17 2.13 3/216 6508
/proc/meminfo: memFree=23296780/32770624 swapFree=67108860/67108860
[pid=6493] ppid=6490 vsize=10555400 memory=37984 CPUtime=0.29 cores=1,3,5,7
/proc/6493/stat : 6493 (java) S 6490 6493 30973 0 -1 1077944320 7767 0 0 0 27 2 0 0 20 0 15 0 96250202 10808729600 9496 33554432000 4194304 4196468 140727947173584 140727947156128 139857493786359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
/proc/6493/statm: 2638850 9496 2920 1 0 2627263 0
[pid=6493/tid=6495] ppid=6490 vsize=10555400 memory=-7387007932599496084 CPUtime=0.2 cores=1,3,5,7
/proc/6493/task/6495/stat : 6495 (java) R 6490 6493 30973 0 -1 4202560 5353 0 0 0 19 1 0 0 20 0 15 0 96250202 10808729600 9496 33554432000 4194304 4196468 140727947173584 139857498019120 139857493807706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6496] ppid=6490 vsize=10555400 memory=4211974297362529674 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6496/stat : 6496 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250203 10808729600 9496 33554432000 4194304 4196468 140727947173584 139857430477328 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6497] ppid=6490 vsize=10555400 memory=140571157739136 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6497/stat : 6497 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250203 10808729600 9496 33554432000 4194304 4196468 140727947173584 139857429424784 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6498] ppid=6490 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6498/stat : 6498 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250203 10808729600 9496 33554432000 4194304 4196468 140727947173584 139857428371728 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6499] ppid=6490 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6499/stat : 6499 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96250203 10808729600 9496 33554432000 4194304 4196468 140727947173584 139857427319184 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6500] ppid=6490 vsize=10555400 memory=140571157739136 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6500/stat : 6500 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250205 10808729600 9496 33554432000 4194304 4196468 140727947173584 139856798415600 139857493797506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6501] ppid=6490 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6501/stat : 6501 (java) S 6490 6493 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96250205 10808729600 9496 33554432000 4194304 4196468 140727947173584 139856797361824 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6502] ppid=6490 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6502/stat : 6502 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96250205 10808729600 9496 33554432000 4194304 4196468 140727947173584 139856796308720 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6503] ppid=6490 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6503/stat : 6503 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96250207 10808729600 9496 33554432000 4194304 4196468 140727947173584 139856795257296 139857493804955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6504] ppid=6490 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6493/task/6504/stat : 6504 (java) S 6490 6493 30973 0 -1 1077944384 544 0 0 0 1 0 0 0 20 0 15 0 96250207 10808729600 9496 33554432000 4194304 4196468 140727947173584 139856794204400 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6505] ppid=6490 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6505/stat : 6505 (java) S 6490 6493 30973 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 96250207 10808729600 9496 33554432000 4194304 4196468 140727947173584 139856793151856 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6506] ppid=6490 vsize=10555400 memory=140571157739136 CPUtime=0.05 cores=1,3,5,7
/proc/6493/task/6506/stat : 6506 (java) R 6490 6493 30973 0 -1 4202560 444 0 0 0 5 0 0 0 20 0 15 0 96250208 10808729600 9496 33554432000 4194304 4196468 140727947173584 139856792098800 139857493798294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6507] ppid=6490 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6507/stat : 6507 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96250208 10808729600 9496 33554432000 4194304 4196468 140727947173584 139856791046496 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6508] ppid=6490 vsize=10555400 memory=140571157739136 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6508/stat : 6508 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96250208 10808729600 9496 33554432000 4194304 4196468 140727947173584 139856789994544 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37984 KiB

[startup+0.313837 s]*
/proc/loadavg: 2.06 2.17 2.13 3/216 6508
/proc/meminfo: memFree=23287608/32770624 swapFree=67108860/67108860
[pid=6493] ppid=6490 vsize=10555476 memory=47016 CPUtime=0.51 cores=1,3,5,7
/proc/6493/stat : 6493 (java) S 6490 6493 30973 0 -1 1077944320 8991 0 0 0 49 2 0 0 20 0 15 0 96250202 10808807424 11754 33554432000 4194304 4196468 140727947173584 140727947156128 139857493786359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
/proc/6493/statm: 2638869 11754 3039 1 0 2627263 0
[pid=6493/tid=6495] ppid=6490 vsize=10555476 memory=93310054 CPUtime=0.3 cores=1,3,5,7
/proc/6493/task/6495/stat : 6495 (java) R 6490 6493 30973 0 -1 4202560 5756 0 0 0 29 1 0 0 20 0 15 0 96250202 10808807424 11754 33554432000 4194304 4196468 140727947173584 139857498024064 139857104070621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6496] ppid=6490 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6496/stat : 6496 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250203 10808807424 11754 33554432000 4194304 4196468 140727947173584 139857430477328 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6497] ppid=6490 vsize=10555476 memory=281142216216192 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6497/stat : 6497 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250203 10808807424 11754 33554432000 4194304 4196468 140727947173584 139857429424784 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6498] ppid=6490 vsize=10555476 memory=281142116988704 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6498/stat : 6498 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250203 10808807424 11754 33554432000 4194304 4196468 140727947173584 139857428371728 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6499] ppid=6490 vsize=10555476 memory=140571058477071 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6499/stat : 6499 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96250203 10808807424 11754 33554432000 4194304 4196468 140727947173584 139857427319184 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6500] ppid=6490 vsize=10555476 memory=281142216225408 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6500/stat : 6500 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96250205 10808807424 11754 33554432000 4194304 4196468 140727947173584 139856798415600 139857493797506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6501] ppid=6490 vsize=10555476 memory=140571058481679 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6501/stat : 6501 (java) S 6490 6493 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96250205 10808807424 11754 33554432000 4194304 4196468 140727947173584 139856797361824 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6502] ppid=6490 vsize=10555476 memory=140571058489172 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6502/stat : 6502 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96250205 10808807424 11754 33554432000 4194304 4196468 140727947173584 139856796308720 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6503] ppid=6490 vsize=10555476 memory=140571058492560 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6503/stat : 6503 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96250207 10808807424 11754 33554432000 4194304 4196468 140727947173584 139856795257296 139857493804955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6504] ppid=6490 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/6493/task/6504/stat : 6504 (java) R 6490 6493 30973 0 -1 1077944384 912 0 0 0 5 0 0 0 20 0 15 0 96250207 10808807424 11754 33554432000 4194304 4196468 140727947173584 139856794204496 139857493796565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6505] ppid=6490 vsize=10555476 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6493/task/6505/stat : 6505 (java) R 6490 6493 30973 0 -1 4202560 211 0 0 0 2 0 0 0 20 0 15 0 96250207 10808807424 11754 33554432000 4194304 4196468 140727947173584 139856793139168 139857474486656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6506] ppid=6490 vsize=10555476 memory=140571157739136 CPUtime=0.11 cores=1,3,5,7
/proc/6493/task/6506/stat : 6506 (java) R 6490 6493 30973 0 -1 4202560 751 0 0 0 11 0 0 0 20 0 15 0 96250208 10808807424 11754 33554432000 4194304 4196468 140727947173584 139856792098800 139857478099905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6507] ppid=6490 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6507/stat : 6507 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96250208 10808807424 11754 33554432000 4194304 4196468 140727947173584 139856791046496 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6508] ppid=6490 vsize=10555476 memory=140571157769072 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6508/stat : 6508 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96250208 10808807424 11754 33554432000 4194304 4196468 140727947173584 139856789994544 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 47016 KiB

[startup+0.700817 s]
/proc/loadavg: 2.30 2.22 2.15 5/217 6509
/proc/meminfo: memFree=23263788/32770624 swapFree=67108860/67108860
[pid=6493] ppid=6490 vsize=10623684 memory=75416 CPUtime=1.77 cores=1,3,5,7
/proc/6493/stat : 6493 (java) S 6490 6493 30973 0 -1 1077944320 13056 0 0 0 174 3 0 0 20 0 16 0 96250202 10878652416 18854 33554432000 4194304 4196468 140727947173584 140727947156128 139857493786359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
/proc/6493/statm: 2655921 18854 3088 1 0 2644315 0
[pid=6493/tid=6495] ppid=6490 vsize=10623684 memory=4140 CPUtime=0.67 cores=1,3,5,7
/proc/6493/task/6495/stat : 6495 (java) R 6490 6493 30973 0 -1 4202560 5862 0 0 0 66 1 0 0 20 0 16 0 96250202 10878652416 18854 33554432000 4194304 4196468 140727947173584 139857498020896 139857107052820 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6496] ppid=6490 vsize=10623684 memory=54 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6496/stat : 6496 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10878652416 18854 33554432000 4194304 4196468 140727947173584 139857430477328 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6497] ppid=6490 vsize=10623684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6497/stat : 6497 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10878652416 18854 33554432000 4194304 4196468 140727947173584 139857429424784 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6498] ppid=6490 vsize=10623684 memory=8751464017575687733 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6498/stat : 6498 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10878652416 18854 33554432000 4194304 4196468 140727947173584 139857428371728 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6499] ppid=6490 vsize=10623684 memory=7306035299537207392 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6499/stat : 6499 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96250203 10878652416 18854 33554432000 4194304 4196468 140727947173584 139857427319184 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6500] ppid=6490 vsize=10623684 memory=5788930165031592000 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6500/stat : 6500 (java) S 6490 6493 30973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 96250205 10878652416 18854 33554432000 4194304 4196468 140727947173584 139856798415600 139857493797506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6501] ppid=6490 vsize=10623684 memory=6940099984339525696 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6501/stat : 6501 (java) S 6490 6493 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96250205 10878652416 18854 33554432000 4194304 4196468 140727947173584 139856797361824 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6502] ppid=6490 vsize=10623684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6502/stat : 6502 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96250205 10878652416 18854 33554432000 4194304 4196468 140727947173584 139856796308720 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6503] ppid=6490 vsize=10623684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6503/stat : 6503 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96250207 10878652416 18854 33554432000 4194304 4196468 140727947173584 139856795257296 139857493804955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6504] ppid=6490 vsize=10623684 memory=13040 CPUtime=0.41 cores=1,3,5,7
/proc/6493/task/6504/stat : 6504 (java) R 6490 6493 30973 0 -1 4202560 2968 0 0 0 41 0 0 0 20 0 16 0 96250207 10878652416 18854 33554432000 4194304 4196468 140727947173584 139856794185416 139857477342748 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6505] ppid=6490 vsize=10623684 memory=1944 CPUtime=0.4 cores=1,3,5,7
/proc/6493/task/6505/stat : 6505 (java) R 6490 6493 30973 0 -1 4202560 1335 0 0 0 40 0 0 0 20 0 16 0 96250207 10878652416 18854 33554432000 4194304 4196468 140727947173584 139856793142448 139857478705405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6506] ppid=6490 vsize=10623684 memory=1196 CPUtime=0.24 cores=1,3,5,7
/proc/6493/task/6506/stat : 6506 (java) S 6490 6493 30973 0 -1 1077944384 1498 0 0 0 24 0 0 0 20 0 16 0 96250208 10878652416 18854 33554432000 4194304 4196468 140727947173584 139856792098800 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6507] ppid=6490 vsize=10623684 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6507/stat : 6507 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96250208 10878652416 18854 33554432000 4194304 4196468 140727947173584 139856791046496 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6508] ppid=6490 vsize=10623684 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6508/stat : 6508 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96250208 10878652416 18854 33554432000 4194304 4196468 140727947173584 139856789994544 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6509] ppid=6490 vsize=10623684 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6509/stat : 6509 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96250246 10878652416 18854 33554432000 4194304 4196468 140727947173584 139856788940336 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10623684 KiB
Current children cumulated memory: 75416 KiB

[startup+1.50074 s]
/proc/loadavg: 2.30 2.22 2.15 5/217 6509
/proc/meminfo: memFree=23253788/32770624 swapFree=67108860/67108860
[pid=6493] ppid=6490 vsize=10622040 memory=86668 CPUtime=3.25 cores=1,3,5,7
/proc/6493/stat : 6493 (java) S 6490 6493 30973 0 -1 1077944320 18577 0 0 0 321 4 0 0 20 0 16 0 96250202 10876968960 21667 33554432000 4194304 4196468 140727947173584 140727947156128 139857493786359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
/proc/6493/statm: 2655510 21667 3102 1 0 2643904 0
[pid=6493/tid=6495] ppid=6490 vsize=10622040 memory=55 CPUtime=1.48 cores=1,3,5,7
/proc/6493/task/6495/stat : 6495 (java) R 6490 6493 30973 0 -1 4202560 6082 0 0 0 146 2 0 0 20 0 16 0 96250202 10876968960 21667 33554432000 4194304 4196468 140727947173584 139857498021008 139857107144752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6496] ppid=6490 vsize=10622040 memory=140571058420356 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6496/stat : 6496 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 21667 33554432000 4194304 4196468 140727947173584 139857430477328 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6497] ppid=6490 vsize=10622040 memory=281142117066736 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6497/stat : 6497 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 21667 33554432000 4194304 4196468 140727947173584 139857429424784 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6498] ppid=6490 vsize=10622040 memory=24 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6498/stat : 6498 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 21667 33554432000 4194304 4196468 140727947173584 139857428371728 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6499] ppid=6490 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6499/stat : 6499 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 21667 33554432000 4194304 4196468 140727947173584 139857427319184 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0

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

Current children cumulated memory: 152628 KiB

[startup+17.6007 s]
/proc/loadavg: 2.30 2.22 2.15 6/217 6509
/proc/meminfo: memFree=23176928/32770624 swapFree=67108860/67108860
[pid=6493] ppid=6490 vsize=10622040 memory=158772 CPUtime=19.43 cores=1,3,5,7
/proc/6493/stat : 6493 (java) S 6490 6493 30973 0 -1 1077944320 23000 0 0 0 1937 6 0 0 20 0 16 0 96250202 10876968960 39693 33554432000 4194304 4196468 140727947173584 140727947156128 139857493786359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
/proc/6493/statm: 2655510 39693 3112 1 0 2643904 0
[pid=6493/tid=6495] ppid=6490 vsize=10622040 memory=150580 CPUtime=17.57 cores=1,3,5,7
/proc/6493/task/6495/stat : 6495 (java) R 6490 6493 30973 0 -1 4202560 6959 0 0 0 1755 2 0 0 20 0 16 0 96250202 10876968960 39693 33554432000 4194304 4196468 140727947173584 139857498025080 139857107005473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6496] ppid=6490 vsize=10622040 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6496/stat : 6496 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 39693 33554432000 4194304 4196468 140727947173584 139857430477328 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6497] ppid=6490 vsize=10622040 memory=15632 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6497/stat : 6497 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 39693 33554432000 4194304 4196468 140727947173584 139857429424784 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6498] ppid=6490 vsize=10622040 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6498/stat : 6498 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 39693 33554432000 4194304 4196468 140727947173584 139857428371728 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6499] ppid=6490 vsize=10622040 memory=146484 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6499/stat : 6499 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 39693 33554432000 4194304 4196468 140727947173584 139857427319184 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6500] ppid=6490 vsize=10622040 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6500/stat : 6500 (java) S 6490 6493 30973 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 16 0 96250205 10876968960 39693 33554432000 4194304 4196468 140727947173584 139856798415600 139857493797506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6501] ppid=6490 vsize=10622040 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6501/stat : 6501 (java) S 6490 6493 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96250205 10876968960 39693 33554432000 4194304 4196468 140727947173584 139856797361824 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6502] ppid=6490 vsize=10622040 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6502/stat : 6502 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96250205 10876968960 39693 33554432000 4194304 4196468 140727947173584 139856796308720 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6503] ppid=6490 vsize=10622040 memory=792 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6503/stat : 6503 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96250207 10876968960 39693 33554432000 4194304 4196468 140727947173584 139856795257296 139857493804955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6504] ppid=6490 vsize=10622040 memory=1420 CPUtime=0.81 cores=1,3,5,7
/proc/6493/task/6504/stat : 6504 (java) S 6490 6493 30973 0 -1 1077944384 6553 0 0 0 81 0 0 0 20 0 16 0 96250207 10876968960 39693 33554432000 4194304 4196468 140727947173584 139856794204400 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6505] ppid=6490 vsize=10622040 memory=13040 CPUtime=0.73 cores=1,3,5,7
/proc/6493/task/6505/stat : 6505 (java) S 6490 6493 30973 0 -1 1077944384 5115 0 0 0 72 1 0 0 20 0 16 0 96250207 10876968960 39693 33554432000 4194304 4196468 140727947173584 139856793151856 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6506] ppid=6490 vsize=10622040 memory=1944 CPUtime=0.28 cores=1,3,5,7
/proc/6493/task/6506/stat : 6506 (java) S 6490 6493 30973 0 -1 1077944384 2052 0 0 0 27 1 0 0 20 0 16 0 96250208 10876968960 39693 33554432000 4194304 4196468 140727947173584 139856792098800 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6507] ppid=6490 vsize=10622040 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6507/stat : 6507 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96250208 10876968960 39693 33554432000 4194304 4196468 140727947173584 139856791046496 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6508] ppid=6490 vsize=10622040 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6508/stat : 6508 (java) S 6490 6493 30973 0 -1 1077944384 594 0 0 0 0 0 0 0 20 0 16 0 96250208 10876968960 39693 33554432000 4194304 4196468 140727947173584 139856789994544 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6509] ppid=6490 vsize=10622040 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6509/stat : 6509 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96250246 10876968960 39693 33554432000 4194304 4196468 140727947173584 139856788940336 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
Current children cumulated CPU time: 19.43 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 158772 KiB

[startup+18.4007 s]
/proc/loadavg: 2.30 2.22 2.15 6/217 6509
/proc/meminfo: memFree=23172832/32770624 swapFree=67108860/67108860
[pid=6493] ppid=6490 vsize=10622040 memory=162868 CPUtime=20.24 cores=1,3,5,7
/proc/6493/stat : 6493 (java) S 6490 6493 30973 0 -1 1077944320 23004 0 0 0 2017 7 0 0 20 0 16 0 96250202 10876968960 40717 33554432000 4194304 4196468 140727947173584 140727947156128 139857493786359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
/proc/6493/statm: 2655510 40717 3112 1 0 2643904 0
[pid=6493/tid=6495] ppid=6490 vsize=10622040 memory=13040 CPUtime=18.38 cores=1,3,5,7
/proc/6493/task/6495/stat : 6495 (java) R 6490 6493 30973 0 -1 4202560 6963 0 0 0 1835 3 0 0 20 0 16 0 96250202 10876968960 40717 33554432000 4194304 4196468 140727947173584 139857498025080 139857107422507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6496] ppid=6490 vsize=10622040 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6496/stat : 6496 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 40717 33554432000 4194304 4196468 140727947173584 139857430477328 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6497] ppid=6490 vsize=10622040 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6497/stat : 6497 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 40717 33554432000 4194304 4196468 140727947173584 139857429424784 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6498] ppid=6490 vsize=10622040 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6498/stat : 6498 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 40717 33554432000 4194304 4196468 140727947173584 139857428371728 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6499] ppid=6490 vsize=10622040 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6499/stat : 6499 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 40717 33554432000 4194304 4196468 140727947173584 139857427319184 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6500] ppid=6490 vsize=10622040 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6500/stat : 6500 (java) S 6490 6493 30973 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 16 0 96250205 10876968960 40717 33554432000 4194304 4196468 140727947173584 139856798415600 139857493797506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6501] ppid=6490 vsize=10622040 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6501/stat : 6501 (java) S 6490 6493 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96250205 10876968960 40717 33554432000 4194304 4196468 140727947173584 139856797361824 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6502] ppid=6490 vsize=10622040 memory=15632 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6502/stat : 6502 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96250205 10876968960 40717 33554432000 4194304 4196468 140727947173584 139856796308720 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6503] ppid=6490 vsize=10622040 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6503/stat : 6503 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96250207 10876968960 40717 33554432000 4194304 4196468 140727947173584 139856795257296 139857493804955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6504] ppid=6490 vsize=10622040 memory=1236 CPUtime=0.81 cores=1,3,5,7
/proc/6493/task/6504/stat : 6504 (java) S 6490 6493 30973 0 -1 1077944384 6553 0 0 0 81 0 0 0 20 0 16 0 96250207 10876968960 40717 33554432000 4194304 4196468 140727947173584 139856794204400 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6505] ppid=6490 vsize=10622040 memory=644 CPUtime=0.73 cores=1,3,5,7
/proc/6493/task/6505/stat : 6505 (java) S 6490 6493 30973 0 -1 1077944384 5115 0 0 0 72 1 0 0 20 0 16 0 96250207 10876968960 40717 33554432000 4194304 4196468 140727947173584 139856793151856 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6506] ppid=6490 vsize=10622040 memory=1788 CPUtime=0.28 cores=1,3,5,7
/proc/6493/task/6506/stat : 6506 (java) S 6490 6493 30973 0 -1 1077944384 2052 0 0 0 27 1 0 0 20 0 16 0 96250208 10876968960 40717 33554432000 4194304 4196468 140727947173584 139856792098800 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6507] ppid=6490 vsize=10622040 memory=956 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6507/stat : 6507 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96250208 10876968960 40717 33554432000 4194304 4196468 140727947173584 139856791046496 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6508] ppid=6490 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6508/stat : 6508 (java) S 6490 6493 30973 0 -1 1077944384 594 0 0 0 0 0 0 0 20 0 16 0 96250208 10876968960 40717 33554432000 4194304 4196468 140727947173584 139856789994544 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6509] ppid=6490 vsize=10622040 memory=7517751774143800420 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6509/stat : 6509 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96250246 10876968960 40717 33554432000 4194304 4196468 140727947173584 139856788940336 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
Current children cumulated CPU time: 20.24 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 162868 KiB

[startup+19.2007 s]
/proc/loadavg: 2.30 2.22 2.15 6/217 6509
/proc/meminfo: memFree=23168728/32770624 swapFree=67108860/67108860
[pid=6493] ppid=6490 vsize=10622040 memory=164916 CPUtime=21.04 cores=1,3,5,7
/proc/6493/stat : 6493 (java) S 6490 6493 30973 0 -1 1077944320 23006 0 0 0 2097 7 0 0 20 0 16 0 96250202 10876968960 41229 33554432000 4194304 4196468 140727947173584 140727947156128 139857493786359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
/proc/6493/statm: 2655510 41229 3112 1 0 2643904 0
[pid=6493/tid=6495] ppid=6490 vsize=10622040 memory=8112282956445269571 CPUtime=19.18 cores=1,3,5,7
/proc/6493/task/6495/stat : 6495 (java) R 6490 6493 30973 0 -1 4202560 6965 0 0 0 1915 3 0 0 20 0 16 0 96250202 10876968960 41229 33554432000 4194304 4196468 140727947173584 139857498025080 139857107026353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6496] ppid=6490 vsize=10622040 memory=27760 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6496/stat : 6496 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 41229 33554432000 4194304 4196468 140727947173584 139857430477328 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6497] ppid=6490 vsize=10622040 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6497/stat : 6497 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 41229 33554432000 4194304 4196468 140727947173584 139857429424784 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6498] ppid=6490 vsize=10622040 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6498/stat : 6498 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 41229 33554432000 4194304 4196468 140727947173584 139857428371728 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6499] ppid=6490 vsize=10622040 memory=156724 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6499/stat : 6499 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96250203 10876968960 41229 33554432000 4194304 4196468 140727947173584 139857427319184 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6500] ppid=6490 vsize=10622040 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6500/stat : 6500 (java) S 6490 6493 30973 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 16 0 96250205 10876968960 41229 33554432000 4194304 4196468 140727947173584 139856798415600 139857493797506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6501] ppid=6490 vsize=10622040 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6501/stat : 6501 (java) S 6490 6493 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96250205 10876968960 41229 33554432000 4194304 4196468 140727947173584 139856797361824 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6502] ppid=6490 vsize=10622040 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6502/stat : 6502 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96250205 10876968960 41229 33554432000 4194304 4196468 140727947173584 139856796308720 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6503] ppid=6490 vsize=10622040 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6503/stat : 6503 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96250207 10876968960 41229 33554432000 4194304 4196468 140727947173584 139856795257296 139857493804955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6504] ppid=6490 vsize=10622040 memory=5792 CPUtime=0.81 cores=1,3,5,7
/proc/6493/task/6504/stat : 6504 (java) S 6490 6493 30973 0 -1 1077944384 6553 0 0 0 81 0 0 0 20 0 16 0 96250207 10876968960 41229 33554432000 4194304 4196468 140727947173584 139856794204400 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6505] ppid=6490 vsize=10622040 memory=4616 CPUtime=0.73 cores=1,3,5,7
/proc/6493/task/6505/stat : 6505 (java) S 6490 6493 30973 0 -1 1077944384 5115 0 0 0 72 1 0 0 20 0 16 0 96250207 10876968960 41229 33554432000 4194304 4196468 140727947173584 139856793151856 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6506] ppid=6490 vsize=10622040 memory=146484 CPUtime=0.28 cores=1,3,5,7
/proc/6493/task/6506/stat : 6506 (java) S 6490 6493 30973 0 -1 1077944384 2052 0 0 0 27 1 0 0 20 0 16 0 96250208 10876968960 41229 33554432000 4194304 4196468 140727947173584 139856792098800 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6507] ppid=6490 vsize=10622040 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6507/stat : 6507 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96250208 10876968960 41229 33554432000 4194304 4196468 140727947173584 139856791046496 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6508] ppid=6490 vsize=10622040 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6508/stat : 6508 (java) S 6490 6493 30973 0 -1 1077944384 594 0 0 0 0 0 0 0 20 0 16 0 96250208 10876968960 41229 33554432000 4194304 4196468 140727947173584 139856789994544 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6509] ppid=6490 vsize=10622040 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6509/stat : 6509 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96250246 10876968960 41229 33554432000 4194304 4196468 140727947173584 139856788940336 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
Current children cumulated CPU time: 21.04 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 164916 KiB

[startup+19.4007 s]
/proc/loadavg: 2.30 2.22 2.15 6/217 6509
/proc/meminfo: memFree=23168728/32770624 swapFree=67108860/67108860
[pid=6493] ppid=6490 vsize=10755168 memory=169088 CPUtime=21.11 cores=1,3,5,7
/proc/6493/stat : 6493 (java) S 6490 6493 30973 0 -1 1077944320 23898 0 0 0 2104 7 0 0 20 0 16 0 96250202 11013292032 42272 33554432000 4194304 4196468 140727947173584 140727947156128 139857493786359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
/proc/6493/statm: 2688792 42272 3114 1 0 2677186 0
[pid=6493/tid=6495] ppid=6490 vsize=10755168 memory=0 CPUtime=19.24 cores=1,3,5,7
/proc/6493/task/6495/stat : 6495 (java) S 6490 6493 30973 0 -1 1077944384 7326 0 0 0 1921 3 0 0 20 0 16 0 96250202 11013292032 42272 33554432000 4194304 4196468 140727947173584 139857498027040 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6496] ppid=6490 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6496/stat : 6496 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 11013292032 42272 33554432000 4194304 4196468 140727947173584 139857430477328 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6497] ppid=6490 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6497/stat : 6497 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 11013292032 42272 33554432000 4194304 4196468 140727947173584 139857429424784 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6498] ppid=6490 vsize=10755168 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6498/stat : 6498 (java) S 6490 6493 30973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 96250203 11013292032 42272 33554432000 4194304 4196468 140727947173584 139857428371728 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6499] ppid=6490 vsize=10755168 memory=7007707949394126417 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6499/stat : 6499 (java) S 6490 6493 30973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 96250203 11013292032 42272 33554432000 4194304 4196468 140727947173584 139857427319184 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6500] ppid=6490 vsize=10755168 memory=6082489946455752801 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6500/stat : 6500 (java) S 6490 6493 30973 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 16 0 96250205 11013292032 42272 33554432000 4194304 4196468 140727947173584 139856798415600 139857493797506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6501] ppid=6490 vsize=10755168 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6501/stat : 6501 (java) S 6490 6493 30973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96250205 11013292032 42272 33554432000 4194304 4196468 140727947173584 139856797361824 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6502] ppid=6490 vsize=10755168 memory=288230604624101684 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6502/stat : 6502 (java) S 6490 6493 30973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96250205 11013292032 42272 33554432000 4194304 4196468 140727947173584 139856796308720 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6503] ppid=6490 vsize=10755168 memory=15823313175840883 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6503/stat : 6503 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96250207 11013292032 42272 33554432000 4194304 4196468 140727947173584 139856795257296 139857493804955 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6504] ppid=6490 vsize=10755168 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/6493/task/6504/stat : 6504 (java) S 6490 6493 30973 0 -1 1077944384 6599 0 0 0 81 0 0 0 20 0 16 0 96250207 11013292032 42272 33554432000 4194304 4196468 140727947173584 139856794204400 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6505] ppid=6490 vsize=10755168 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/6493/task/6505/stat : 6505 (java) S 6490 6493 30973 0 -1 1077944384 5254 0 0 0 72 1 0 0 20 0 16 0 96250207 11013292032 42272 33554432000 4194304 4196468 140727947173584 139856793151856 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6506] ppid=6490 vsize=10755168 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/6493/task/6506/stat : 6506 (java) S 6490 6493 30973 0 -1 1077944384 2242 0 0 0 27 1 0 0 20 0 16 0 96250208 11013292032 42272 33554432000 4194304 4196468 140727947173584 139856792098800 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6507] ppid=6490 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6507/stat : 6507 (java) S 6490 6493 30973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96250208 11013292032 42272 33554432000 4194304 4196468 140727947173584 139856791046496 139857493796565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
[pid=6493/tid=6508] ppid=6490 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6493/task/6508/stat : 6508 (java) S 6490 6493 30973 0 -1 1077944384 594 0 0 0 0 0 0 0 20 0 16 0 96250208 11013292032 42272 33554432000 4194304 4196468 140727947173584 139856789994544 139857493797506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15040512 140727947175046 140727947175199 140727947175199 140727947177935 0
Current children cumulated CPU time: 21.11 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 169088 KiB

Child status: 0
Real time (s): 19.4907
CPU time (s): 21.1477
CPU user time (s): 21.0696
CPU system time (s): 0.078154
CPU usage (%): 108.502
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 169088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0696
system time used= 0.078154
maximum resident set size= 171472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24315
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1840
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 6493
#   total CPU time (s): 21.1477
#   total CPU user time (s): 21.0696
#   total CPU system time (s): 0.078154

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.106133 second user time and 0.261319 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 15:26:01
IDJOB=4263340
IDBENCH=134595
IDSOLVER=2651
FILE ID=node103/4263340-1502631620
RUNJOBID= node103-1502624009-5188
PBS_JOBID= 20628296
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-06-int.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263340-1502631620/watcher-4263340-1502631620 -o /tmp/evaluation-result-4263340-1502631620/solver-4263340-1502631620 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502624009-5188 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263340-1502631620.xml

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

MD5SUM BENCH= 587f81fa39009f68e82bfe1879633f99
RANDOM SEED=1717070353

node103.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.56
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.56
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.56
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.56
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:        23322788 kB
MemAvailable:   23636400 kB
Buffers:          100540 kB
Cached:           507856 kB
SwapCached:            0 kB
Active:          8851348 kB
Inactive:         154700 kB
Active(anon):    8347072 kB
Inactive(anon):    78640 kB
Active(file):     504276 kB
Inactive(file):    76060 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1612 kB
Writeback:             8 kB
AnonPages:       8486088 kB
Mapped:            55468 kB
Shmem:             25228 kB
Slab:             124040 kB
SReclaimable:      98220 kB
SUnreclaim:        25820 kB
KernelStack:        3872 kB
PageTables:        21828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8269824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61784 MiB
End job on node103 at 2017-08-13 15:26:21