Trace number 4263270

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 56.502998 52.5606

General information on the benchmark

NameDeBruijnSequence/DeBruijnSequence-m1-s1/
DeBruijnSequence-03-04.xml
MD5SUMe392c7560140b23868857a81f76e8c8d
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.187627
Satisfiable
(Un)Satisfiability was proved
Number of variables408
Number of constraints327
Number of domains3
Minimum domain size3
Maximum domain size82
Distribution of domain sizes[{"size":3,"count":324},{"size":81,"count":81},{"size":82,"count":3}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":81},{"degree":3,"count":324}]
Minimum constraint arity2
Maximum constraint arity84
Distribution of constraint arities[{"arity":2,"count":243},{"arity":5,"count":81},{"arity":81,"count":2},{"arity":84,"count":1}]
Number of extensional constraints0
Number of intensional constraints243
Distribution of constraint types[{"type":"intension","count":243},{"type":"allDifferent","count":1},{"type":"sum","count":81},{"type":"cardinality","count":1},{"type":"minimum","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.77/1.12	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.77/1.12	c This is free software under the dual EPL/GNU LGPL licenses.
2.77/1.12	c See www.sat4j.org for details.
2.77/1.12	c That software uses the Rhino library from the Mozilla project.
2.77/1.12	c version CUSTOM.v20170705
2.77/1.12	c java.runtime.name	Java(TM) SE Runtime Environment
2.77/1.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.77/1.12	c java.vm.version	25.131-b11
2.77/1.12	c java.vm.vendor	Oracle Corporation
2.77/1.12	c sun.arch.data.model	64
2.77/1.12	c java.version		1.8.0_131
2.77/1.12	c os.name		Linux
2.77/1.12	c os.version		3.10.0-514.16.1.el7.x86_64
2.77/1.12	c os.arch		amd64
2.77/1.12	c Free memory 		499604488
2.77/1.12	c Max memory 		7247757312
2.77/1.12	c Total memory 		504889344
2.77/1.12	c Number of processors 	4
2.77/1.12	c c --- Begin Solver configuration ---
2.77/1.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.77/1.12	c Learn all clauses as in MiniSAT
2.77/1.12	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.77/1.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.77/1.12	c No reason simplification
2.77/1.12	c Glucose 2.1 dynamic restart strategy
2.77/1.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
2.77/1.12	c timeout=2147483s
2.77/1.12	c DB Simplification allowed=false
2.77/1.12	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.77/1.12	c --- End Solver configuration ---
2.77/1.12	c constraints type 
2.77/1.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 816
2.77/1.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 264384
2.77/1.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1106238
2.77/1.12	c org.sat4j.minisat.constraints.cnf.UnitClause => 656
2.77/1.12	c 1372094 constraints processed.
56.45/52.53	c starts		: 2409
56.45/52.53	c conflicts		: 568173
56.45/52.53	c decisions		: 5009278
56.45/52.53	c propagations		: 107962748
56.45/52.53	c inspects		: 440589215
56.45/52.53	c shortcuts		: 0
56.45/52.53	c learnt literals	: 0
56.45/52.53	c learnt binary clauses	: 8326
56.45/52.53	c learnt ternary clauses	: 18154
56.45/52.53	c learnt constraints	: 568173
56.45/52.53	c ignored constraints	: 0
56.45/52.53	c root simplifications	: 0
56.45/52.53	c removed literals (reason simplification)	: 0
56.45/52.53	c reason swapping (by a shorter reason)	: 0
56.45/52.53	c Calls to reduceDB	: 29
56.45/52.53	c Number of update (reduction) of LBD	: 509923
56.45/52.53	c Imported unit clauses	: 0
56.45/52.53	c number of reductions to clauses (during analyze)	: 0
56.45/52.53	c number of learned constraints concerned by reduction	: 0
56.45/52.53	c number of learning phase by resolution	: 0
56.45/52.53	c number of learning phase by cutting planes	: 0
56.45/52.53	c number of rounding to 1 operations	: 0
56.45/52.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
56.45/52.53	c number of reductions of the coefficients by power 2 	: 0
56.45/52.53	c number of right shift for reduction by power 2 	: 0
56.45/52.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
56.45/52.53	c speed (assignments/second)	: 2100442.568093385
56.45/52.53	c non guided choices	185000
56.45/52.55	c learnt constraints type 
56.45/52.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8326
56.45/52.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57385
56.45/52.55	s SATISFIABLE
56.45/52.55	v <instantiation type="solution">
56.45/52.55	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] bi[0][0] bi[0][1] bi[0][2] bi[0][3] bi[1][0] bi[1][1] bi[1][2] bi[1][3] bi[2][0] bi[2][1] bi[2][2] bi[2][3] bi[3][0] bi[3][1] bi[3][2] bi[3][3] bi[4][0] bi[4][1] bi[4][2] bi[4][3] bi[5][0] bi[5][1] bi[5][2] bi[5][3] bi[6][0] bi[6][1] bi[6][2] bi[6][3] bi[7][0] bi[7][1] bi[7][2] bi[7][3] bi[8][0] bi[8][1] bi[8][2] bi[8][3] bi[9][0] bi[9][1] bi[9][2] bi[9][3] bi[10][0] bi[10][1] bi[10][2] bi[10][3] bi[11][0] bi[11][1] bi[11][2] bi[11][3] bi[12][0] bi[12][1] bi[12][2] bi[12][3] bi[13][0] bi[13][1] bi[13][2] bi[13][3] bi[14][0] bi[14][1] bi[14][2] bi[14][3] bi[15][0] bi[15][1] bi[15][2] bi[15][3] bi[16][0] bi[16][1] bi[16][2] bi[16][3] bi[17][0] bi[17][1] bi[17][2] bi[17][3] bi[18][0] bi[18][1] bi[18][2] bi[18][3] bi[19][0] bi[19][1] bi[19][2] bi[19][3] bi[20][0] bi[20][1] bi[20][2] bi[20][3] bi[21][0] bi[21][1] bi[21][2] bi[21][3] bi[22][0] bi[22][1] bi[22][2] bi[22][3] bi[23][0] bi[23][1] bi[23][2] bi[23][3] bi[24][0] bi[24][1] bi[24][2] bi[24][3] bi[25][0] bi[25][1] bi[25][2] bi[25][3] bi[26][0] bi[26][1] bi[26][2] bi[26][3] bi[27][0] bi[27][1] bi[27][2] bi[27][3] bi[28][0] bi[28][1] bi[28][2] bi[28][3] bi[29][0] bi[29][1] bi[29][2] bi[29][3] bi[30][0] bi[30][1] bi[30][2] bi[30][3] bi[31][0] bi[31][1] bi[31][2] bi[31][3] bi[32][0] bi[32][1] bi[32][2] bi[32][3] bi[33][0] bi[33][1] bi[33][2] bi[33][3] bi[34][0] bi[34][1] bi[34][2] bi[34][3] bi[35][0] bi[35][1] bi[35][2] bi[35][3] bi[36][0] bi[36][1] bi[36][2] bi[36][3] bi[37][0] bi[37][1] bi[37][2] bi[37][3] bi[38][0] bi[38][1] bi[38][2] bi[38][3] bi[39][0] bi[39][1] bi[39][2] bi[39][3] bi[40][0] bi[40][1] bi[40][2] bi[40][3] bi[41][0] bi[41][1] bi[41][2] bi[41][3] bi[42][0] bi[42][1] bi[42][2] bi[42][3] bi[43][0] bi[43][1] bi[43][2] bi[43][3] bi[44][0] bi[44][1] bi[44][2] bi[44][3] bi[45][0] bi[45][1] bi[45][2] bi[45][3] bi[46][0] bi[46][1] bi[46][2] bi[46][3] bi[47][0] bi[47][1] bi[47][2] bi[47][3] bi[48][0] bi[48][1] bi[48][2] bi[48][3] bi[49][0] bi[49][1] bi[49][2] bi[49][3] bi[50][0] bi[50][1] bi[50][2] bi[50][3] bi[51][0] bi[51][1] bi[51][2] bi[51][3] bi[52][0] bi[52][1] bi[52][2] bi[52][3] bi[53][0] bi[53][1] bi[53][2] bi[53][3] bi[54][0] bi[54][1] bi[54][2] bi[54][3] bi[55][0] bi[55][1] bi[55][2] bi[55][3] bi[56][0] bi[56][1] bi[56][2] bi[56][3] bi[57][0] bi[57][1] bi[57][2] bi[57][3] bi[58][0] bi[58][1] bi[58][2] bi[58][3] bi[59][0] bi[59][1] bi[59][2] bi[59][3] bi[60][0] bi[60][1] bi[60][2] bi[60][3] bi[61][0] bi[61][1] bi[61][2] bi[61][3] bi[62][0] bi[62][1] bi[62][2] bi[62][3] bi[63][0] bi[63][1] bi[63][2] bi[63][3] bi[64][0] bi[64][1] bi[64][2] bi[64][3] bi[65][0] bi[65][1] bi[65][2] bi[65][3] bi[66][0] bi[66][1] bi[66][2] bi[66][3] bi[67][0] bi[67][1] bi[67][2] bi[67][3] bi[68][0] bi[68][1] bi[68][2] bi[68][3] bi[69][0] bi[69][1] bi[69][2] bi[69][3] bi[70][0] bi[70][1] bi[70][2] bi[70][3] bi[71][0] bi[71][1] bi[71][2] bi[71][3] bi[72][0] bi[72][1] bi[72][2] bi[72][3] bi[73][0] bi[73][1] bi[73][2] bi[73][3] bi[74][0] bi[74][1] bi[74][2] bi[74][3] bi[75][0] bi[75][1] bi[75][2] bi[75][3] bi[76][0] bi[76][1] bi[76][2] bi[76][3] bi[77][0] bi[77][1] bi[77][2] bi[77][3] bi[78][0] bi[78][1] bi[78][2] bi[78][3] bi[79][0] bi[79][1] bi[79][2] bi[79][3] bi[80][0] bi[80][1] bi[80][2] bi[80][3] g[0] g[1] g[2] </list>
56.45/52.55	v 	<values> 0 2 6 20 60 18 56 7 21 64 30 10 32 17 51 72 55 5 16 48 63 28 4 12 37 31 13 41 44 53 80 78 74 61 22 66 36 29 8 24 73 57 9 27 1 3 11 33 19 59 15 46 58 14 42 47 62 26 79 75 65 35 25 77 71 52 76 67 40 39 38 34 23 70 49 68 43 50 69 45 54 0 0 0 0 0 0 0 2 0 0 2 0 0 2 0 2 2 0 2 0 0 2 0 0 2 0 0 2 0 0 2 1 0 2 1 0 2 1 0 1 1 0 1 0 0 1 0 1 1 0 1 2 0 1 2 2 1 2 2 0 2 2 0 0 2 0 0 1 0 0 1 2 0 1 2 1 1 2 1 0 2 1 0 0 1 0 0 1 0 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 1 1 2 1 1 2 2 1 2 2 2 2 2 2 2 2 2 2 0 2 2 0 2 2 0 2 1 0 2 1 1 2 1 1 0 1 1 0 0 1 0 0 2 0 0 2 2 0 2 2 0 2 2 0 1 2 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 2 1 0 2 0 0 2 0 1 2 0 1 2 0 1 2 0 1 2 0 1 2 0 1 1 0 1 1 2 1 1 2 0 1 2 0 2 2 0 2 2 0 2 2 2 2 2 2 1 2 2 1 0 2 1 0 2 1 0 2 2 0 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 2 2 1 1 2 1 1 1 1 1 1 1 1 1 1 0 1 1 0 2 1 0 2 1 0 2 1 2 2 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 1 2 1 2 2 1 2 0 1 2 0 0 2 0 0 0 27 27 27 </values>
56.45/52.55	v </instantiation>
56.45/52.55	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263270-1502624870/watcher-4263270-1502624870 -o /tmp/evaluation-result-4263270-1502624870/solver-4263270-1502624870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4808 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263270-1502624870.xml 

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

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


[startup+0.101579 s]*
/proc/loadavg: 1.13 1.48 1.76 4/216 4945
/proc/meminfo: memFree=25979432/32770624 swapFree=67108860/67108860
[pid=4930] ppid=4927 vsize=10555400 memory=30716 CPUtime=0.13 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4927 4930 31727 0 -1 1077944320 6787 0 0 0 12 1 0 0 20 0 15 0 95558642 10808729600 7679 33554432000 4194304 4196468 140736571768528 140736571751072 139902895824631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
/proc/4930/statm: 2638850 7679 2788 1 0 2627263 0
[pid=4930/tid=4932] ppid=4927 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/4930/task/4932/stat : 4932 (java) R 4927 4930 31727 0 -1 4202560 4650 0 0 0 9 0 0 0 20 0 15 0 95558643 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902900049328 139902895846557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4933] ppid=4927 vsize=10555400 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4933/stat : 4933 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902856784784 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4934] ppid=4927 vsize=10555400 memory=139759430444672 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4934/stat : 4934 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902501755664 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4935] ppid=4927 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4935/stat : 4935 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902500703376 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4936] ppid=4927 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4936/stat : 4936 (java) S 4927 4930 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95558644 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902499650576 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4937] ppid=4927 vsize=10555400 memory=139759430444672 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4937/stat : 4937 (java) S 4927 4930 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95558645 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902455699568 139902895835778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4938] ppid=4927 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4938/stat : 4938 (java) S 4927 4930 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95558645 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902454645536 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4939] ppid=4927 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4939/stat : 4939 (java) S 4927 4930 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95558646 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902385644656 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4940] ppid=4927 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4940/stat : 4940 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95558648 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902384592976 139902895843227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4941] ppid=4927 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4941/stat : 4941 (java) R 4927 4930 31727 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 95558648 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902383540848 139902895835778 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4942] ppid=4927 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4942/stat : 4942 (java) S 4927 4930 31727 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 95558648 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902382488048 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4943] ppid=4927 vsize=10555400 memory=139759430444672 CPUtime=0.02 cores=0,2,4,6
/proc/4930/task/4943/stat : 4943 (java) S 4927 4930 31727 0 -1 1077944384 347 0 0 0 2 0 0 0 20 0 15 0 95558648 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902381435760 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4944] ppid=4927 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4944/stat : 4944 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95558648 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902380383200 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4945] ppid=4927 vsize=10555400 memory=139759430444672 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4945/stat : 4945 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558648 10808729600 7679 33554432000 4194304 4196468 140736571768528 139902379329968 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30716 KiB

[startup+0.21058 s]*
/proc/loadavg: 1.13 1.48 1.76 4/216 4945
/proc/meminfo: memFree=25970684/32770624 swapFree=67108860/67108860
[pid=4930] ppid=4927 vsize=10555400 memory=39732 CPUtime=0.31 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4927 4930 31727 0 -1 1077944320 8166 0 0 0 29 2 0 0 20 0 15 0 95558642 10808729600 9933 33554432000 4194304 4196468 140736571768528 140736571751072 139902895824631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
/proc/4930/statm: 2638850 9933 2957 1 0 2627263 0
[pid=4930/tid=4932] ppid=4927 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/4930/task/4932/stat : 4932 (java) R 4927 4930 31727 0 -1 4202560 5278 0 0 0 18 1 0 0 20 0 15 0 95558643 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902900056832 139902879905118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4933] ppid=4927 vsize=10555400 memory=342 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4933/stat : 4933 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902856784784 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4934] ppid=4927 vsize=10555400 memory=139759430624258 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4934/stat : 4934 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902501755664 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4935] ppid=4927 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4935/stat : 4935 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902500703376 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4936] ppid=4927 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4936/stat : 4936 (java) S 4927 4930 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95558644 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902499650576 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4937] ppid=4927 vsize=10555400 memory=139759430444672 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4937/stat : 4937 (java) S 4927 4930 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95558645 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902455699568 139902895835778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4938] ppid=4927 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4938/stat : 4938 (java) S 4927 4930 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95558645 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902454645536 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4939] ppid=4927 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4939/stat : 4939 (java) S 4927 4930 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95558646 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902385644656 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4940] ppid=4927 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4940/stat : 4940 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95558648 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902384592976 139902895843227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4941] ppid=4927 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4930/task/4941/stat : 4941 (java) S 4927 4930 31727 0 -1 1077944384 430 0 0 0 1 0 0 0 20 0 15 0 95558648 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902383540848 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4942] ppid=4927 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/4930/task/4942/stat : 4942 (java) S 4927 4930 31727 0 -1 1077944384 308 0 0 0 1 0 0 0 20 0 15 0 95558648 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902382488048 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4943] ppid=4927 vsize=10555400 memory=139759430444672 CPUtime=0.06 cores=0,2,4,6
/proc/4930/task/4943/stat : 4943 (java) S 4927 4930 31727 0 -1 1077944384 805 0 0 0 6 0 0 0 20 0 15 0 95558648 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902381435760 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4944] ppid=4927 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4944/stat : 4944 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95558648 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902380383200 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4945] ppid=4927 vsize=10555400 memory=139759430444672 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4945/stat : 4945 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558648 10808729600 9933 33554432000 4194304 4196468 140736571768528 139902379329968 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39732 KiB

[startup+0.31056 s]*
/proc/loadavg: 1.13 1.48 1.76 4/216 4945
/proc/meminfo: memFree=25963372/32770624 swapFree=67108860/67108860
[pid=4930] ppid=4927 vsize=10555476 memory=46264 CPUtime=0.51 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4927 4930 31727 0 -1 1077944320 8778 0 0 0 49 2 0 0 20 0 15 0 95558642 10808807424 11566 33554432000 4194304 4196468 140736571768528 140736571751072 139902895824631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
/proc/4930/statm: 2638869 11566 3016 1 0 2627263 0
[pid=4930/tid=4932] ppid=4927 vsize=10555476 memory=53476 CPUtime=0.3 cores=0,2,4,6
/proc/4930/task/4932/stat : 4932 (java) R 4927 4930 31727 0 -1 4202560 5687 0 0 0 28 2 0 0 20 0 15 0 95558643 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902900061424 139902532376025 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4933] ppid=4927 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4933/stat : 4933 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902856784784 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4934] ppid=4927 vsize=10555476 memory=139759430502688 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4934/stat : 4934 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902501755664 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4935] ppid=4927 vsize=10555476 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4935/stat : 4935 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902500703376 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4936] ppid=4927 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4936/stat : 4936 (java) S 4927 4930 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95558644 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902499650576 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4937] ppid=4927 vsize=10555476 memory=139759430509600 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4937/stat : 4937 (java) S 4927 4930 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95558645 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902455699568 139902895835778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4938] ppid=4927 vsize=10555476 memory=35 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4938/stat : 4938 (java) S 4927 4930 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95558645 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902454645536 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4939] ppid=4927 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4939/stat : 4939 (java) S 4927 4930 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95558646 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902385644656 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4940] ppid=4927 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4940/stat : 4940 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95558648 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902384592976 139902895843227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4941] ppid=4927 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4930/task/4941/stat : 4941 (java) R 4927 4930 31727 0 -1 4202560 516 0 0 0 4 0 0 0 20 0 15 0 95558648 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902383540944 139902877342089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4942] ppid=4927 vsize=10555476 memory=139759309671951 CPUtime=0.03 cores=0,2,4,6
/proc/4930/task/4942/stat : 4942 (java) R 4927 4930 31727 0 -1 1077944384 330 0 0 0 3 0 0 0 20 0 15 0 95558648 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902382488048 139902895835778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4943] ppid=4927 vsize=10555476 memory=139759430449499 CPUtime=0.12 cores=0,2,4,6
/proc/4930/task/4943/stat : 4943 (java) R 4927 4930 31727 0 -1 4202560 881 0 0 0 12 0 0 0 20 0 15 0 95558648 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902381435760 139902874315653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4944] ppid=4927 vsize=10555476 memory=139759309676495 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4944/stat : 4944 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95558648 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902380383200 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4945] ppid=4927 vsize=10555476 memory=279518740137920 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4945/stat : 4945 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558648 10808807424 11566 33554432000 4194304 4196468 140736571768528 139902379329968 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46264 KiB

[startup+0.703464 s]
/proc/loadavg: 1.13 1.48 1.76 5/216 4945
/proc/meminfo: memFree=25902808/32770624 swapFree=67108860/67108860
[pid=4930] ppid=4927 vsize=10555476 memory=136684 CPUtime=1.55 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4927 4930 31727 0 -1 1077944320 12544 0 0 0 151 4 0 0 20 0 15 0 95558642 10808807424 34171 33554432000 4194304 4196468 140736571768528 140736571751072 139902895824631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
/proc/4930/statm: 2638869 34171 3083 1 0 2627263 0
[pid=4930/tid=4932] ppid=4927 vsize=10555476 memory=2372 CPUtime=0.68 cores=0,2,4,6
/proc/4930/task/4932/stat : 4932 (java) R 4927 4930 31727 0 -1 4202560 6003 0 0 0 65 3 0 0 20 0 15 0 95558643 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902900054624 139902895836566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4933] ppid=4927 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4933/stat : 4933 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902856784784 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4934] ppid=4927 vsize=10555476 memory=10640 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4934/stat : 4934 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902501755664 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4935] ppid=4927 vsize=10555476 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4935/stat : 4935 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558644 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902500703376 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4936] ppid=4927 vsize=10555476 memory=15560 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4936/stat : 4936 (java) S 4927 4930 31727 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95558644 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902499650576 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4937] ppid=4927 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4937/stat : 4937 (java) S 4927 4930 31727 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95558645 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902455699568 139902895835778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4938] ppid=4927 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4938/stat : 4938 (java) S 4927 4930 31727 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95558645 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902454645536 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4939] ppid=4927 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4939/stat : 4939 (java) S 4927 4930 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95558646 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902385644656 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4940] ppid=4927 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4940/stat : 4940 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95558648 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902384592976 139902895843227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4941] ppid=4927 vsize=10555476 memory=6656426216303648864 CPUtime=0.36 cores=0,2,4,6
/proc/4930/task/4941/stat : 4941 (java) R 4927 4930 31727 0 -1 4202560 2367 0 0 0 36 0 0 0 20 0 15 0 95558648 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902383521752 139902880932795 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4942] ppid=4927 vsize=10555476 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/4930/task/4942/stat : 4942 (java) R 4927 4930 31727 0 -1 4202560 1494 0 0 0 27 0 0 0 20 0 15 0 95558648 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902382477520 139902879324973 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4943] ppid=4927 vsize=10555476 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/4930/task/4943/stat : 4943 (java) R 4927 4930 31727 0 -1 1077944384 1311 0 0 0 22 0 0 0 20 0 15 0 95558648 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902381435760 139902895835778 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4944] ppid=4927 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4944/stat : 4944 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95558648 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902380383200 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4945] ppid=4927 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4945/stat : 4945 (java) S 4927 4930 31727 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95558648 10808807424 34171 33554432000 4194304 4196468 140736571768528 139902379329968 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 136684 KiB

[startup+1.50074 s]
/proc/loadavg: 1.13 1.48 1.76 5/216 4945
/proc/meminfo: memFree=25781496/32770624 swapFree=67108860/67108860
[pid=4930] ppid=4927 vsize=10622040 memory=229764 CPUtime=3.97 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4927 4930 31727 0 -1 1077944320 15585 0 0 0 387 10 0 0 20 0 16 0 95558642 10876968960 57441 33554432000 4194304 4196468 140736571768528 140736571751072 139902895824631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
/proc/4930/statm: 2655510 57441 3111 1 0 2643904 0
[pid=4930/tid=4932] ppid=4927 vsize=10622040 memory=734122169373045303 CPUtime=1.43 cores=0,2,4,6
/proc/4930/task/4932/stat : 4932 (java) R 4927 4930 31727 0 -1 4202560 6114 0 0 0 139 4 0 0 20 0 16 0 95558643 10876968960 57441 33554432000 4194304 4196468 140736571768528 139902900060992 139902536586834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4933] ppid=4927 vsize=10622040 memory=227888 CPUtime=0.04 cores=0,2,4,6
/proc/4930/task/4933/stat : 4933 (java) S 4927 4930 31727 0 -1 1077944384 25 0 0 0 3 1 0 0 20 0 16 0 95558644 10876968960 57441 33554432000 4194304 4196468 140736571768528 139902856784784 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4934] ppid=4927 vsize=10622040 memory=2241 CPUtime=0.02 cores=0,2,4,6
/proc/4930/task/4934/stat : 4934 (java) S 4927 4930 31727 0 -1 1077944384 14 0 0 0 2 0 0 0 20 0 16 0 95558644 10876968960 57441 33554432000 4194304 4196468 140736571768528 139902501755664 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4935] ppid=4927 vsize=10622040 memory=10640 CPUtime=0.03 cores=0,2,4,6
/proc/4930/task/4935/stat : 4935 (java) S 4927 4930 31727 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 16 0 95558644 10876968960 57441 33554432000 4194304 4196468 140736571768528 139902500703376 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4936] ppid=4927 vsize=10622040 memory=15876 CPUtime=0.04 cores=0,2,4,6
/proc/4930/task/4936/stat : 4936 (java) S 4927 4930 31727 0 -1 1077944384 32 0 0 0 3 1 0 0 20 0 16 0 95558644 10876968960 57441 33554432000 4194304 4196468 140736571768528 139902499650576 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4937] ppid=4927 vsize=10622040 memory=15560 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4937/stat : 4937 (java) S 4927 4930 31727 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 95558645 10876968960 57441 33554432000 4194304 4196468 140736571768528 139902455699568 139902895835778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0

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

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.201 s]
/proc/loadavg: 1.92 1.66 1.80 3/218 4947
/proc/meminfo: memFree=21316516/32770624 swapFree=67108860/67108860
[pid=4930] ppid=4927 vsize=10622040 memory=373088 CPUtime=55.32 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4927 4930 31727 0 -1 1077944320 26570 0 0 0 5505 27 0 0 20 0 16 0 95558642 10876968960 93272 33554432000 4194304 4196468 140736571768528 140736571751072 139902895824631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
/proc/4930/statm: 2655510 93272 3144 1 0 2643904 0
[pid=4930/tid=4932] ppid=4927 vsize=10622040 memory=364896 CPUtime=51.02 cores=0,2,4,6
/proc/4930/task/4932/stat : 4932 (java) R 4927 4930 31727 0 -1 4202560 8920 0 0 0 5097 5 0 0 20 0 16 0 95558643 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902900060800 139902536567767 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4933] ppid=4927 vsize=10622040 memory=364896 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4933/stat : 4933 (java) S 4927 4930 31727 0 -1 1077944384 155 0 0 0 10 4 0 0 20 0 16 0 95558644 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902856784784 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4934] ppid=4927 vsize=10622040 memory=366944 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4934/stat : 4934 (java) S 4927 4930 31727 0 -1 1077944384 130 0 0 0 10 4 0 0 20 0 16 0 95558644 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902501755664 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4935] ppid=4927 vsize=10622040 memory=8112282956445269571 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4935/stat : 4935 (java) S 4927 4930 31727 0 -1 1077944384 137 0 0 0 11 3 0 0 20 0 16 0 95558644 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902500703376 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4936] ppid=4927 vsize=10622040 memory=15560 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4936/stat : 4936 (java) S 4927 4930 31727 0 -1 1077944384 165 0 0 0 10 4 0 0 20 0 16 0 95558644 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902499650576 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4937] ppid=4927 vsize=10622040 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4937/stat : 4937 (java) S 4927 4930 31727 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 16 0 95558645 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902455699568 139902895835778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4938] ppid=4927 vsize=10622040 memory=27412 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4938/stat : 4938 (java) S 4927 4930 31727 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95558645 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902454645536 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4939] ppid=4927 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4939/stat : 4939 (java) S 4927 4930 31727 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95558646 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902385644656 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4940] ppid=4927 vsize=10622040 memory=-1161699032926544753 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4940/stat : 4940 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95558648 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902384592976 139902895843227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4941] ppid=4927 vsize=10622040 memory=3469799445405119552 CPUtime=1.62 cores=0,2,4,6
/proc/4930/task/4941/stat : 4941 (java) S 4927 4930 31727 0 -1 1077944384 6192 0 0 0 161 1 0 0 20 0 16 0 95558648 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902383540848 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4942] ppid=4927 vsize=10622040 memory=4785954420080781473 CPUtime=1.63 cores=0,2,4,6
/proc/4930/task/4942/stat : 4942 (java) S 4927 4930 31727 0 -1 1077944384 5242 0 0 0 162 1 0 0 20 0 16 0 95558648 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902382488048 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4943] ppid=4927 vsize=10622040 memory=8112282956445269571 CPUtime=0.39 cores=0,2,4,6
/proc/4930/task/4943/stat : 4943 (java) S 4927 4930 31727 0 -1 1077944384 2765 0 0 0 38 1 0 0 20 0 16 0 95558648 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902381435760 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4944] ppid=4927 vsize=10622040 memory=7451887729138751080 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4944/stat : 4944 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95558648 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902380383200 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4945] ppid=4927 vsize=10622040 memory=7165060346885530990 CPUtime=0.01 cores=0,2,4,6
/proc/4930/task/4945/stat : 4945 (java) S 4927 4930 31727 0 -1 1077944384 1045 0 0 0 0 1 0 0 20 0 16 0 95558648 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902379329968 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4946] ppid=4927 vsize=10622040 memory=-6371011775517773341 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4946/stat : 4946 (java) S 4927 4930 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95558755 10876968960 93272 33554432000 4194304 4196468 140736571768528 139902378275504 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
Current children cumulated CPU time: 55.32 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 373088 KiB

[startup+52.0008 s]*
/proc/loadavg: 1.92 1.66 1.80 3/218 4947
/proc/meminfo: memFree=21312420/32770624 swapFree=67108860/67108860
[pid=4930] ppid=4927 vsize=10622040 memory=377184 CPUtime=56.12 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4927 4930 31727 0 -1 1077944320 26574 0 0 0 5585 27 0 0 20 0 16 0 95558642 10876968960 94296 33554432000 4194304 4196468 140736571768528 140736571751072 139902895824631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
/proc/4930/statm: 2655510 94296 3144 1 0 2643904 0
[pid=4930/tid=4932] ppid=4927 vsize=10622040 memory=6935054825532540783 CPUtime=51.83 cores=0,2,4,6
/proc/4930/task/4932/stat : 4932 (java) R 4927 4930 31727 0 -1 4202560 8924 0 0 0 5178 5 0 0 20 0 16 0 95558643 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902900060800 139902536626915 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4933] ppid=4927 vsize=10622040 memory=4040 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4933/stat : 4933 (java) S 4927 4930 31727 0 -1 1077944384 155 0 0 0 10 4 0 0 20 0 16 0 95558644 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902856784784 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4934] ppid=4927 vsize=10622040 memory=1792 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4934/stat : 4934 (java) S 4927 4930 31727 0 -1 1077944384 130 0 0 0 10 4 0 0 20 0 16 0 95558644 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902501755664 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4935] ppid=4927 vsize=10622040 memory=1196 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4935/stat : 4935 (java) S 4927 4930 31727 0 -1 1077944384 137 0 0 0 11 3 0 0 20 0 16 0 95558644 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902500703376 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4936] ppid=4927 vsize=10622040 memory=4872558044660077418 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4936/stat : 4936 (java) S 4927 4930 31727 0 -1 1077944384 165 0 0 0 10 4 0 0 20 0 16 0 95558644 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902499650576 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4937] ppid=4927 vsize=10622040 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4937/stat : 4937 (java) S 4927 4930 31727 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 16 0 95558645 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902455699568 139902895835778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4938] ppid=4927 vsize=10622040 memory=5300 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4938/stat : 4938 (java) S 4927 4930 31727 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95558645 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902454645536 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4939] ppid=4927 vsize=10622040 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4939/stat : 4939 (java) S 4927 4930 31727 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95558646 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902385644656 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4940] ppid=4927 vsize=10622040 memory=8996 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4940/stat : 4940 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95558648 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902384592976 139902895843227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4941] ppid=4927 vsize=10622040 memory=225 CPUtime=1.62 cores=0,2,4,6
/proc/4930/task/4941/stat : 4941 (java) S 4927 4930 31727 0 -1 1077944384 6192 0 0 0 161 1 0 0 20 0 16 0 95558648 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902383540848 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4942] ppid=4927 vsize=10622040 memory=-7812193691855998918 CPUtime=1.63 cores=0,2,4,6
/proc/4930/task/4942/stat : 4942 (java) S 4927 4930 31727 0 -1 1077944384 5242 0 0 0 162 1 0 0 20 0 16 0 95558648 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902382488048 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4943] ppid=4927 vsize=10622040 memory=279518619403136 CPUtime=0.39 cores=0,2,4,6
/proc/4930/task/4943/stat : 4943 (java) S 4927 4930 31727 0 -1 1077944384 2765 0 0 0 38 1 0 0 20 0 16 0 95558648 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902381435760 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4944] ppid=4927 vsize=10622040 memory=8976414709404591081 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4944/stat : 4944 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95558648 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902380383200 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4945] ppid=4927 vsize=10622040 memory=1404238533774450294 CPUtime=0.01 cores=0,2,4,6
/proc/4930/task/4945/stat : 4945 (java) S 4927 4930 31727 0 -1 1077944384 1045 0 0 0 0 1 0 0 20 0 16 0 95558648 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902379329968 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4946] ppid=4927 vsize=10622040 memory=6525018278055875452 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4946/stat : 4946 (java) S 4927 4930 31727 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95558755 10876968960 94296 33554432000 4194304 4196468 140736571768528 139902378275504 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
Current children cumulated CPU time: 56.12 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 377184 KiB

[startup+52.4008 s]
/proc/loadavg: 1.92 1.66 1.80 3/218 4947
/proc/meminfo: memFree=21312420/32770624 swapFree=67108860/67108860
[pid=4930] ppid=4927 vsize=10755168 memory=383408 CPUtime=56.45 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4927 4930 31727 0 -1 1077944320 27657 0 0 0 5618 27 0 0 20 0 16 0 95558642 11013292032 95852 33554432000 4194304 4196468 140736571768528 140736571751072 139902895824631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
/proc/4930/statm: 2688792 95852 3146 1 0 2677186 0
[pid=4930/tid=4932] ppid=4927 vsize=10755168 memory=14126732374443318 CPUtime=52.15 cores=0,2,4,6
/proc/4930/task/4932/stat : 4932 (java) S 4927 4930 31727 0 -1 1077944384 9371 0 0 0 5210 5 0 0 20 0 16 0 95558643 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902900065312 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4933] ppid=4927 vsize=10755168 memory=7235149703542039664 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4933/stat : 4933 (java) S 4927 4930 31727 0 -1 1077944384 155 0 0 0 10 4 0 0 20 0 16 0 95558644 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902856784784 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4934] ppid=4927 vsize=10755168 memory=5792001126745460816 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4934/stat : 4934 (java) S 4927 4930 31727 0 -1 1077944384 130 0 0 0 10 4 0 0 20 0 16 0 95558644 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902501755664 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4935] ppid=4927 vsize=10755168 memory=1196 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4935/stat : 4935 (java) S 4927 4930 31727 0 -1 1077944384 137 0 0 0 11 3 0 0 20 0 16 0 95558644 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902500703376 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4936] ppid=4927 vsize=10755168 memory=10640 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4936/stat : 4936 (java) S 4927 4930 31727 0 -1 1077944384 165 0 0 0 10 4 0 0 20 0 16 0 95558644 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902499650576 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4937] ppid=4927 vsize=10755168 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4937/stat : 4937 (java) S 4927 4930 31727 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 16 0 95558645 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902455699568 139902895835778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4938] ppid=4927 vsize=10755168 memory=15560 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4938/stat : 4938 (java) S 4927 4930 31727 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95558645 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902454645536 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4939] ppid=4927 vsize=10755168 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4939/stat : 4939 (java) S 4927 4930 31727 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95558646 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902385644656 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4940] ppid=4927 vsize=10755168 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4940/stat : 4940 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902384592976 139902895843227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4941] ppid=4927 vsize=10755168 memory=279518619312096 CPUtime=1.62 cores=0,2,4,6
/proc/4930/task/4941/stat : 4941 (java) S 4927 4930 31727 0 -1 1077944384 6356 0 0 0 161 1 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902383540848 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4942] ppid=4927 vsize=10755168 memory=6943526294502006880 CPUtime=1.64 cores=0,2,4,6
/proc/4930/task/4942/stat : 4942 (java) S 4927 4930 31727 0 -1 1077944384 5355 0 0 0 163 1 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902382488048 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4943] ppid=4927 vsize=10755168 memory=6944656592387989600 CPUtime=0.39 cores=0,2,4,6
/proc/4930/task/4943/stat : 4943 (java) S 4927 4930 31727 0 -1 1077944384 2973 0 0 0 38 1 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902381435760 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4944] ppid=4927 vsize=10755168 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4944/stat : 4944 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902380383200 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4945] ppid=4927 vsize=10755168 memory=6656426216303648864 CPUtime=0.02 cores=0,2,4,6
/proc/4930/task/4945/stat : 4945 (java) S 4927 4930 31727 0 -1 1077944384 1045 0 0 0 0 2 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902379329968 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
Current children cumulated CPU time: 56.45 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 383408 KiB

[startup+52.5008 s]
/proc/loadavg: 1.92 1.66 1.80 3/218 4947
/proc/meminfo: memFree=21312420/32770624 swapFree=67108860/67108860
[pid=4930] ppid=4927 vsize=10755168 memory=383408 CPUtime=56.45 cores=0,2,4,6
/proc/4930/stat : 4930 (java) S 4927 4930 31727 0 -1 1077944320 27657 0 0 0 5618 27 0 0 20 0 16 0 95558642 11013292032 95852 33554432000 4194304 4196468 140736571768528 140736571751072 139902895824631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
/proc/4930/statm: 2688792 95852 3146 1 0 2677186 0
[pid=4930/tid=4932] ppid=4927 vsize=10755168 memory=373088 CPUtime=52.15 cores=0,2,4,6
/proc/4930/task/4932/stat : 4932 (java) S 4927 4930 31727 0 -1 1077944384 9371 0 0 0 5210 5 0 0 20 0 16 0 95558643 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902900065312 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4933] ppid=4927 vsize=10755168 memory=377196 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4933/stat : 4933 (java) S 4927 4930 31727 0 -1 1077944384 155 0 0 0 10 4 0 0 20 0 16 0 95558644 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902856784784 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4934] ppid=4927 vsize=10755168 memory=3047711462688066934 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4934/stat : 4934 (java) S 4927 4930 31727 0 -1 1077944384 130 0 0 0 10 4 0 0 20 0 16 0 95558644 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902501755664 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4935] ppid=4927 vsize=10755168 memory=55 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4935/stat : 4935 (java) S 4927 4930 31727 0 -1 1077944384 137 0 0 0 11 3 0 0 20 0 16 0 95558644 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902500703376 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4936] ppid=4927 vsize=10755168 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/4930/task/4936/stat : 4936 (java) S 4927 4930 31727 0 -1 1077944384 165 0 0 0 10 4 0 0 20 0 16 0 95558644 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902499650576 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4937] ppid=4927 vsize=10755168 memory=55 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4937/stat : 4937 (java) S 4927 4930 31727 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 16 0 95558645 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902455699568 139902895835778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4938] ppid=4927 vsize=10755168 memory=3054941726128165456 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4938/stat : 4938 (java) S 4927 4930 31727 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 95558645 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902454645536 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4939] ppid=4927 vsize=10755168 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4939/stat : 4939 (java) S 4927 4930 31727 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95558646 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902385644656 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4940] ppid=4927 vsize=10755168 memory=11204 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4940/stat : 4940 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902384592976 139902895843227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4941] ppid=4927 vsize=10755168 memory=344416 CPUtime=1.62 cores=0,2,4,6
/proc/4930/task/4941/stat : 4941 (java) S 4927 4930 31727 0 -1 1077944384 6356 0 0 0 161 1 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902383540848 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4942] ppid=4927 vsize=10755168 memory=8112282956445269571 CPUtime=1.64 cores=0,2,4,6
/proc/4930/task/4942/stat : 4942 (java) S 4927 4930 31727 0 -1 1077944384 5355 0 0 0 163 1 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902382488048 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4943] ppid=4927 vsize=10755168 memory=342368 CPUtime=0.39 cores=0,2,4,6
/proc/4930/task/4943/stat : 4943 (java) S 4927 4930 31727 0 -1 1077944384 2973 0 0 0 38 1 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902381435760 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4944] ppid=4927 vsize=10755168 memory=342368 CPUtime=0 cores=0,2,4,6
/proc/4930/task/4944/stat : 4944 (java) S 4927 4930 31727 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902380383200 139902895834837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
[pid=4930/tid=4945] ppid=4927 vsize=10755168 memory=2400 CPUtime=0.02 cores=0,2,4,6
/proc/4930/task/4945/stat : 4945 (java) S 4927 4930 31727 0 -1 1077944384 1045 0 0 0 0 2 0 0 20 0 16 0 95558648 11013292032 95852 33554432000 4194304 4196468 140736571768528 139902379329968 139902895835778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9019392 140736571769990 140736571770143 140736571770143 140736571772879 0
Current children cumulated CPU time: 56.45 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 383408 KiB

Child status: 0
Real time (s): 52.5606
CPU time (s): 56.503
CPU user time (s): 56.2197
CPU system time (s): 0.283326
CPU usage (%): 107.501
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 383408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.2197
system time used= 0.283326
maximum resident set size= 385944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3085
involuntary context switches= 95


# summary of solver processes directly reported to runsolver:
#   pid: 4930
#   total CPU time (s): 56.503
#   total CPU user time (s): 56.2197
#   total CPU system time (s): 0.283326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.355598 second user time and 0.523945 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 13:33:32
IDJOB=4263270
IDBENCH=125579
IDSOLVER=2651
FILE ID=node105/4263270-1502624870
RUNJOBID= node105-1502624010-4808
PBS_JOBID= 20628295
Free space on /tmp= 60664 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/DeBruijnSequence/DeBruijnSequence-m1-s1/DeBruijnSequence-03-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263270-1502624870/watcher-4263270-1502624870 -o /tmp/evaluation-result-4263270-1502624870/solver-4263270-1502624870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502624010-4808 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263270-1502624870.xml

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

MD5SUM BENCH= e392c7560140b23868857a81f76e8c8d
RANDOM SEED=1278937671

node105.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.17
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.17
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.17
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.17
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:        25998716 kB
MemAvailable:   31385744 kB
Buffers:          163760 kB
Cached:          5499140 kB
SwapCached:            0 kB
Active:          1258004 kB
Inactive:        5051136 kB
Active(anon):     649252 kB
Inactive(anon):    25060 kB
Active(file):     608752 kB
Inactive(file):  5026076 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3508 kB
Writeback:             0 kB
AnonPages:        634720 kB
Mapped:            54872 kB
Shmem:             25228 kB
Slab:             161400 kB
SReclaimable:     136068 kB
SUnreclaim:        25332 kB
KernelStack:        3520 kB
PageTables:         5940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2073200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60664 MiB
End job on node105 at 2017-08-13 13:34:24