Trace number 4301382

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT (TO)126 252.094 223.239

General information on the benchmark

NameGraphColoring/
GraphColoring-5-fullins-3_c18.xml
MD5SUMeef3a44daff87ab56f58eeeb8cf69225
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.358061
Satisfiable
(Un)Satisfiability was proved
Number of variables154
Number of constraints792
Number of domains1
Minimum domain size154
Maximum domain size154
Distribution of domain sizes[{"size":154,"count":154}]
Minimum variable degree5
Maximum variable degree28
Distribution of variable degrees[{"degree":5,"count":4},{"degree":6,"count":22},{"degree":7,"count":12},{"degree":8,"count":60},{"degree":11,"count":7},{"degree":17,"count":7},{"degree":18,"count":35},{"degree":28,"count":7}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":792}]
Number of extensional constraints0
Number of intensional constraints792
Distribution of constraint types[{"type":"intension","count":792}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

35.28/13.55	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
35.28/13.55	c This is free software under the dual EPL/GNU LGPL licenses.
35.28/13.55	c See www.sat4j.org for details.
35.28/13.55	c That software uses the Rhino library from the Mozilla project.
35.28/13.55	c version 2.3.6-SNAPSHOT
35.28/13.55	c java.runtime.name	Java(TM) SE Runtime Environment
35.28/13.55	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
35.28/13.55	c java.vm.version	25.131-b11
35.28/13.55	c java.vm.vendor	Oracle Corporation
35.28/13.55	c sun.arch.data.model	64
35.28/13.55	c java.version		1.8.0_131
35.28/13.55	c os.name		Linux
35.28/13.55	c os.version		3.10.0-514.16.1.el7.x86_64
35.28/13.55	c os.arch		amd64
35.28/13.55	c Free memory 		499604488
35.28/13.55	c Max memory 		7247757312
35.28/13.55	c Total memory 		504889344
35.28/13.55	c Number of processors 	4
35.28/13.55	c c --- Begin Solver configuration ---
35.28/13.55	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
35.28/13.55	c Learn all clauses as in MiniSAT
35.28/13.55	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
35.28/13.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
35.28/13.55	c No reason simplification
35.28/13.55	c Glucose 2.1 dynamic restart strategy
35.28/13.55	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
35.28/13.55	c timeout=2147483s
35.28/13.55	c DB Simplification allowed=false
35.28/13.55	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
35.28/13.55	c --- End Solver configuration ---
35.28/13.55	c constraints type 
35.28/13.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 308
35.28/13.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22411620
35.28/13.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 1584
35.28/13.55	c 22413512 constraints processed.
38.47/15.42	o 150
133.83/106.99	o 149
139.41/112.50	o 147
156.55/129.43	o 142
187.45/160.11	o 141
191.94/164.58	o 137
204.47/177.08	o 136
208.47/181.09	o 135
213.77/184.89	o 134
224.28/195.36	o 133
229.49/200.53	o 132
233.30/204.38	o 131
236.60/207.66	o 130
239.61/210.65	o 129
245.12/216.13	o 127
248.42/219.49	o 126
252.06/223.21	c starts		: 4674
252.06/223.21	c conflicts		: 1551478
252.06/223.21	c decisions		: 91014954
252.06/223.21	c propagations		: 257060331
252.06/223.21	c inspects		: 1931414596
252.06/223.21	c shortcuts		: 0
252.06/223.21	c learnt literals	: 272
252.06/223.21	c learnt binary clauses	: 544
252.06/223.21	c learnt ternary clauses	: 1475
252.06/223.21	c learnt constraints	: 1551206
252.06/223.21	c ignored constraints	: 0
252.06/223.21	c root simplifications	: 0
252.06/223.21	c removed literals (reason simplification)	: 0
252.06/223.21	c reason swapping (by a shorter reason)	: 0
252.06/223.21	c Calls to reduceDB	: 126
252.06/223.21	c Number of update (reduction) of LBD	: 1338787
252.06/223.21	c Imported unit clauses	: 0
252.06/223.21	c number of reductions to clauses (during analyze)	: 0
252.06/223.21	c number of learned constraints concerned by reduction	: 0
252.06/223.21	c number of learning phase by resolution	: 0
252.06/223.21	c number of learning phase by cutting planes	: 0
252.06/223.21	c number of rounding to 1 operations	: 0
252.06/223.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.06/223.21	c number of reductions of the coefficients by power 2 	: 0
252.06/223.21	c number of right shift for reduction by power 2 	: 0
252.06/223.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.06/223.21	c number of ending skipping 	: 0
252.06/223.21	c number of internal skipping 	: 0
252.06/223.21	c number of derivation steps 	: 0
252.06/223.21	c number of skipped derivation steps 	: 0
252.06/223.21	c number of remaining unassigned 	: 0
252.06/223.21	c number of remaining assigned 	: 0
252.06/223.21	c speed (assignments/second)	: 1226181.3225340222
252.06/223.21	c non guided choices	: 41302053
252.06/223.21	s SATISFIABLE
252.06/223.21	v <instantiation type="solution">
252.06/223.21	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] x[144] x[145] x[146] x[147] x[148] x[149] x[150] x[151] x[152] x[153] </list>
252.06/223.21	v 	<values> 15 50 79 0 26 27 0 0 1 53 110 22 4 1 16 32 77 12 35 126 124 11 21 118 113 7 63 62 117 126 33 61 52 108 97 44 98 63 23 15 23 7 79 0 6 6 1 16 9 1 10 11 112 63 3 3 13 14 13 9 68 102 93 61 64 72 6 2 113 15 42 41 14 9 13 0 0 74 39 86 18 3 8 84 25 37 6 53 18 0 3 40 2 96 1 3 114 49 124 122 38 70 60 22 34 25 20 27 9 26 115 126 65 35 22 13 8 16 0 78 11 66 67 13 47 76 38 69 0 79 116 76 14 83 33 50 126 12 2 9 49 124 50 124 0 0 88 121 122 116 52 120 19 30 </values>
252.06/223.21	v </instantiation>
252.06/223.21	

Verifier Data

OK	126

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301382-1532879536/watcher-4301382-1532879536 -o /tmp/evaluation-result-4301382-1532879536/solver-4301382-1532879536 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301382-1532879536.xml 

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

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

solver pid=13565, runsolver pid=13562

[startup+0.100265 s]*
/proc/loadavg: 1.37 1.28 1.33 3/198 13580
/proc/meminfo: memFree=28633344/32770624 swapFree=67108860/67108860
[pid=13565] ppid=13562 vsize=10659044 memory=30120 CPUtime=0.12 cores=1,3,5,7
/proc/13565/stat : 13565 (java) S 13562 13565 13514 0 -1 1077944320 6577 0 0 0 11 1 0 0 20 0 15 0 105516762 10914861056 7530 33554432000 4194304 4196468 140728004518288 140728004500832 139899355668215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
/proc/13565/statm: 2664761 7530 2821 1 0 2627271 0
[pid=13565/tid=13567] ppid=13562 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=1,3,5,7
/proc/13565/task/13567/stat : 13567 (java) R 13562 13565 13514 0 -1 4202560 4411 0 0 0 8 1 0 0 20 0 15 0 105516763 10914828288 7530 33554432000 4194304 4196468 140728004518288 139899359872880 139899355691805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13568] ppid=13562 vsize=10659012 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914828288 7530 33554432000 4194304 4196468 140728004518288 139899308288528 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13569] ppid=13562 vsize=10659012 memory=139862077118080 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914828288 7530 33554432000 4194304 4196468 140728004518288 139899307235984 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13570] ppid=13562 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914828288 7530 33554432000 4194304 4196468 140728004518288 139899306182928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13571] ppid=13562 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105516764 10914828288 7530 33554432000 4194304 4196468 140728004518288 139899305130384 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13572] ppid=13562 vsize=10659012 memory=139862077118080 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105516765 10914828288 7530 33554432000 4194304 4196468 140728004518288 139898915326704 139899355679362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13573] ppid=13562 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105516766 10914828288 7530 33554432000 4194304 4196468 140728004518288 139898914272928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13574] ppid=13562 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105516766 10914828288 7530 33554432000 4194304 4196468 140728004518288 139898913219824 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13575] ppid=13562 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105516768 10914828288 7530 33554432000 4194304 4196468 140728004518288 139898912168400 139899355686811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13576] ppid=13562 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 13514 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 105516768 10914828288 7530 33554432000 4194304 4196468 140728004518288 139898911115504 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13577] ppid=13562 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516768 10914828288 7530 33554432000 4194304 4196468 140728004518288 139898910062960 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13578] ppid=13562 vsize=10659012 memory=139862077118080 CPUtime=0.01 cores=1,3,5,7
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 13514 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 15 0 105516768 10914828288 7530 33554432000 4194304 4196468 140728004518288 139898909009904 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13579] ppid=13562 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105516769 10914828288 7530 33554432000 4194304 4196468 140728004518288 139898907957600 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13580] ppid=13562 vsize=10659012 memory=139862077118080 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516769 10914828288 7530 33554432000 4194304 4196468 140728004518288 139898906905648 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659044 KiB
Current children cumulated memory: 30120 KiB

[startup+0.210668 s]*
/proc/loadavg: 1.37 1.28 1.33 5/199 13585
/proc/meminfo: memFree=28626076/32770624 swapFree=67108860/67108860
[pid=13565] ppid=13562 vsize=10659012 memory=36852 CPUtime=0.26 cores=1,3,5,7
/proc/13565/stat : 13565 (java) S 13562 13565 13514 0 -1 1077944320 7261 0 0 0 24 2 0 0 20 0 15 0 105516762 10914828288 9213 33554432000 4194304 4196468 140728004518288 140728004500832 139899355668215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
/proc/13565/statm: 2664753 9213 2925 1 0 2627263 0
[pid=13565/tid=13567] ppid=13562 vsize=10659012 memory=8318255677412212789 CPUtime=0.17 cores=1,3,5,7
/proc/13565/task/13567/stat : 13567 (java) R 13562 13565 13514 0 -1 4202560 4908 0 0 0 16 1 0 0 20 0 15 0 105516763 10914828288 9213 33554432000 4194304 4196468 140728004518288 139899359884480 139898981319623 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13568] ppid=13562 vsize=10659012 memory=327 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914828288 9213 33554432000 4194304 4196468 140728004518288 139899308288528 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13569] ppid=13562 vsize=10659012 memory=139862077743085 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914828288 9213 33554432000 4194304 4196468 140728004518288 139899307235984 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13570] ppid=13562 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914828288 9213 33554432000 4194304 4196468 140728004518288 139899306182928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13571] ppid=13562 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105516764 10914828288 9213 33554432000 4194304 4196468 140728004518288 139899305130384 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13572] ppid=13562 vsize=10659012 memory=139862077118080 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105516765 10914828288 9213 33554432000 4194304 4196468 140728004518288 139898915326704 139899355679362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13573] ppid=13562 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105516766 10914828288 9213 33554432000 4194304 4196468 140728004518288 139898914272928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13574] ppid=13562 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105516766 10914828288 9213 33554432000 4194304 4196468 140728004518288 139898913219824 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13575] ppid=13562 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105516768 10914828288 9213 33554432000 4194304 4196468 140728004518288 139898912168400 139899355686811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13576] ppid=13562 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13565/task/13576/stat : 13576 (java) R 13562 13565 13514 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 15 0 105516768 10914828288 9213 33554432000 4194304 4196468 140728004518288 139898911115504 139899355679362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13577] ppid=13562 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/13565/task/13577/stat : 13577 (java) R 13562 13565 13514 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 15 0 105516768 10914828288 9213 33554432000 4194304 4196468 140728004518288 139898910062960 139899336368512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13578] ppid=13562 vsize=10659012 memory=139862077118080 CPUtime=0.05 cores=1,3,5,7
/proc/13565/task/13578/stat : 13578 (java) R 13562 13565 13514 0 -1 4202560 439 0 0 0 5 0 0 0 20 0 15 0 105516768 10914828288 9213 33554432000 4194304 4196468 140728004518288 139898909009904 139899334299617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13579] ppid=13562 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105516769 10914828288 9213 33554432000 4194304 4196468 140728004518288 139898907957600 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13580] ppid=13562 vsize=10659012 memory=139862077118080 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516769 10914828288 9213 33554432000 4194304 4196468 140728004518288 139898906905648 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 36852 KiB

[startup+0.310116 s]*
/proc/loadavg: 1.37 1.28 1.33 5/216 13605
/proc/meminfo: memFree=28603628/32770624 swapFree=67108860/67108860
[pid=13565] ppid=13562 vsize=10659088 memory=43840 CPUtime=0.46 cores=1,3,5,7
/proc/13565/stat : 13565 (java) S 13562 13565 13514 0 -1 1077944320 8618 0 0 0 43 3 0 0 20 0 15 0 105516762 10914906112 10960 33554432000 4194304 4196468 140728004518288 140728004500832 139899355668215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
/proc/13565/statm: 2664772 10960 3023 1 0 2627263 0
[pid=13565/tid=13567] ppid=13562 vsize=10659088 memory=7022364594140610616 CPUtime=0.27 cores=1,3,5,7
/proc/13565/task/13567/stat : 13567 (java) R 13562 13565 13514 0 -1 4202560 5528 0 0 0 25 2 0 0 20 0 15 0 105516763 10914906112 10960 33554432000 4194304 4196468 140728004518288 139899359899848 139899339748732 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13568] ppid=13562 vsize=10659088 memory=331 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914906112 10960 33554432000 4194304 4196468 140728004518288 139899308288528 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13569] ppid=13562 vsize=10659088 memory=139862077425481 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914906112 10960 33554432000 4194304 4196468 140728004518288 139899307235984 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13570] ppid=13562 vsize=10659088 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914906112 10960 33554432000 4194304 4196468 140728004518288 139899306182928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13571] ppid=13562 vsize=10659088 memory=3472328296160571439 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105516764 10914906112 10960 33554432000 4194304 4196468 140728004518288 139899305130384 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13572] ppid=13562 vsize=10659088 memory=7307339609122539999 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105516765 10914906112 10960 33554432000 4194304 4196468 140728004518288 139898915326704 139899355679362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13573] ppid=13562 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105516766 10914906112 10960 33554432000 4194304 4196468 140728004518288 139898914272928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13574] ppid=13562 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105516766 10914906112 10960 33554432000 4194304 4196468 140728004518288 139898913219824 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13575] ppid=13562 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105516768 10914906112 10960 33554432000 4194304 4196468 140728004518288 139898912168400 139899355686811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13576] ppid=13562 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 13514 0 -1 1077944384 631 0 0 0 3 0 0 0 20 0 15 0 105516768 10914906112 10960 33554432000 4194304 4196468 140728004518288 139898911115504 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13577] ppid=13562 vsize=10659088 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 13514 0 -1 1077944384 321 0 0 0 3 0 0 0 20 0 15 0 105516768 10914906112 10960 33554432000 4194304 4196468 140728004518288 139898910062960 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13578] ppid=13562 vsize=10659088 memory=139862077118080 CPUtime=0.11 cores=1,3,5,7
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 13514 0 -1 1077944384 778 0 0 0 11 0 0 0 20 0 15 0 105516768 10914906112 10960 33554432000 4194304 4196468 140728004518288 139898909009904 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13579] ppid=13562 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105516769 10914906112 10960 33554432000 4194304 4196468 140728004518288 139898907957600 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13580] ppid=13562 vsize=10659088 memory=139862077118080 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516769 10914906112 10960 33554432000 4194304 4196468 140728004518288 139898906905648 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 43840 KiB

[startup+0.700766 s]
/proc/loadavg: 1.37 1.28 1.33 5/216 13605
/proc/meminfo: memFree=28534904/32770624 swapFree=67108860/67108860
[pid=13565] ppid=13562 vsize=10659088 memory=147876 CPUtime=1.49 cores=1,3,5,7
/proc/13565/stat : 13565 (java) S 13562 13565 13514 0 -1 1077944320 11792 0 0 0 144 5 0 0 20 0 15 0 105516762 10914906112 36969 33554432000 4194304 4196468 140728004518288 140728004500832 139899355668215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
/proc/13565/statm: 2664772 36969 3102 1 0 2627263 0
[pid=13565/tid=13567] ppid=13562 vsize=10659088 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/13565/task/13567/stat : 13567 (java) R 13562 13565 13514 0 -1 4202560 6132 0 0 0 61 3 0 0 20 0 15 0 105516763 10914906112 36969 33554432000 4194304 4196468 140728004518288 139899359897248 139898983310106 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13568] ppid=13562 vsize=10659088 memory=1 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914906112 36969 33554432000 4194304 4196468 140728004518288 139899308288528 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13569] ppid=13562 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914906112 36969 33554432000 4194304 4196468 140728004518288 139899307235984 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13570] ppid=13562 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516764 10914906112 36969 33554432000 4194304 4196468 140728004518288 139899306182928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13571] ppid=13562 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105516764 10914906112 36969 33554432000 4194304 4196468 140728004518288 139899305130384 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13572] ppid=13562 vsize=10659088 memory=6297253189022865253 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 13514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105516765 10914906112 36969 33554432000 4194304 4196468 140728004518288 139898915326704 139899355679362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13573] ppid=13562 vsize=10659088 memory=7380106142448641904 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105516766 10914906112 36969 33554432000 4194304 4196468 140728004518288 139898914272928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13574] ppid=13562 vsize=10659088 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105516766 10914906112 36969 33554432000 4194304 4196468 140728004518288 139898913219824 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13575] ppid=13562 vsize=10659088 memory=-7098080424032564416 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105516768 10914906112 36969 33554432000 4194304 4196468 140728004518288 139898912168400 139899355686811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13576] ppid=13562 vsize=10659088 memory=-7668917182949848256 CPUtime=0.27 cores=1,3,5,7
/proc/13565/task/13576/stat : 13576 (java) R 13562 13565 13514 0 -1 4202560 1559 0 0 0 27 0 0 0 20 0 15 0 105516768 10914906112 36969 33554432000 4194304 4196468 140728004518288 139898911101528 139899337212800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13577] ppid=13562 vsize=10659088 memory=-9181546050914066336 CPUtime=0.25 cores=1,3,5,7
/proc/13565/task/13577/stat : 13577 (java) R 13562 13565 13514 0 -1 4202560 1324 0 0 0 25 0 0 0 20 0 15 0 105516768 10914906112 36969 33554432000 4194304 4196468 140728004518288 139898910043976 139899337190141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13578] ppid=13562 vsize=10659088 memory=-7522837415797432223 CPUtime=0.29 cores=1,3,5,7
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 13514 0 -1 1077944384 1407 0 0 0 29 0 0 0 20 0 15 0 105516768 10914906112 36969 33554432000 4194304 4196468 140728004518288 139898909009904 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13579] ppid=13562 vsize=10659088 memory=7682475212697334586 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105516769 10914906112 36969 33554432000 4194304 4196468 140728004518288 139898907957600 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13580] ppid=13562 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105516769 10914906112 36969 33554432000 4194304 4196468 140728004518288 139898906905648 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 147876 KiB

[startup+1.50151 s]
/proc/loadavg: 1.37 1.28 1.33 6/216 13605
/proc/meminfo: memFree=28119796/32770624 swapFree=67108860/67108860
[pid=13565] ppid=13562 vsize=10659088 memory=533264 CPUtime=3.44 cores=1,3,5,7
/proc/13565/stat : 13565 (java) S 13562 13565 13514 0 -1 1077944320 12940 0 0 0 306 38 0 0 20 0 15 0 105516762 10914906112 133316 33554432000 4194304 4196468 140728004518288 140728004500832 139899355668215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
/proc/13565/statm: 2664772 133316 3137 1 0 2627263 0
[pid=13565/tid=13567] ppid=13562 vsize=10659088 memory=279723838155776 CPUtime=1.15 cores=1,3,5,7
/proc/13565/task/13567/stat : 13567 (java) S 13562 13565 13514 0 -1 1077944384 6239 0 0 0 110 5 0 0 20 0 15 0 105516763 10914906112 133316 33554432000 4194304 4196468 140728004518288 139899359904896 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13568] ppid=13562 vsize=10659088 memory=7233437841076806998 CPUtime=0.26 cores=1,3,5,7
/proc/13565/task/13568/stat : 13568 (java) R 13562 13565 13514 0 -1 4202560 208 0 0 0 19 7 0 0 20 0 15 0 105516764 10914906112 133316 33554432000 4194304 4196468 140728004518288 139899308288728 139899340695497 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13569] ppid=13562 vsize=10659088 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/13565/task/13569/stat : 13569 (java) R 13562 13565 13514 0 -1 4202560 180 0 0 0 20 7 0 0 20 0 15 0 105516764 10914906112 133316 33554432000 4194304 4196468 140728004518288 139899307235872 139899340695634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13570] ppid=13562 vsize=10659088 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/13565/task/13570/stat : 13570 (java) R 13562 13565 13514 0 -1 4202560 189 0 0 0 20 7 0 0 20 0 15 0 105516764 10914906112 133316 33554432000 4194304 4196468 140728004518288 139899306183128 139899337294145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13571] ppid=13562 vsize=10659088 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/13565/task/13571/stat : 13571 (java) R 13562 13565 13514 0 -1 4202560 196 0 0 0 20 7 0 0 20 0 15 0 105516764 10914906112 133316 33554432000 4194304 4196468 140728004518288 139899305130384 139899340695634 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13572] ppid=13562 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 105516765 10914906112 133316 33554432000 4194304 4196468 140728004518288 139898915325216 139899355678421 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0

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

/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 13514 0 -1 1077944384 3891 0 0 0 702 72 0 0 20 0 16 0 105516764 10985164800 829101 33554432000 4194304 4196468 140728004518288 139899306182928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13571] ppid=13562 vsize=10727700 memory=3316404 CPUtime=7.84 cores=1,3,5,7
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 13514 0 -1 1077944384 3309 0 0 0 714 70 0 0 20 0 16 0 105516764 10985164800 829101 33554432000 4194304 4196468 140728004518288 139899305130384 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13572] ppid=13562 vsize=10727700 memory=3316404 CPUtime=2.29 cores=1,3,5,7
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 13514 0 -1 1077944384 5708 0 0 0 229 0 0 0 20 0 16 0 105516765 10985164800 829101 33554432000 4194304 4196468 140728004518288 139898915326704 139899355679362 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13573] ppid=13562 vsize=10727700 memory=3316404 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 13514 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 105516766 10985164800 829101 33554432000 4194304 4196468 140728004518288 139898914272992 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13574] ppid=13562 vsize=10727700 memory=3316404 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 13514 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 105516766 10985164800 829101 33554432000 4194304 4196468 140728004518288 139898913219840 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13575] ppid=13562 vsize=10727700 memory=3316404 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105516768 10985164800 829101 33554432000 4194304 4196468 140728004518288 139898912168400 139899355686811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13576] ppid=13562 vsize=10727700 memory=3316404 CPUtime=1.83 cores=1,3,5,7
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 13514 0 -1 1077944384 8482 0 0 0 182 1 0 0 20 0 16 0 105516768 10985164800 829101 33554432000 4194304 4196468 140728004518288 139898911115504 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13577] ppid=13562 vsize=10727700 memory=4140 CPUtime=1.65 cores=1,3,5,7
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 13514 0 -1 1077944384 8665 0 0 0 164 1 0 0 20 0 16 0 105516768 10985164800 829101 33554432000 4194304 4196468 140728004518288 139898910062960 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13578] ppid=13562 vsize=10727700 memory=916 CPUtime=0.55 cores=1,3,5,7
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 13514 0 -1 1077944384 4397 0 0 0 54 1 0 0 20 0 16 0 105516768 10985164800 829101 33554432000 4194304 4196468 140728004518288 139898909009904 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13579] ppid=13562 vsize=10727700 memory=3316404 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105516769 10985164800 829101 33554432000 4194304 4196468 140728004518288 139898907957600 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13580] ppid=13562 vsize=10727700 memory=3316404 CPUtime=0.1 cores=1,3,5,7
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 13514 0 -1 1077944384 623 0 0 0 4 6 0 0 20 0 16 0 105516769 10985164800 829101 33554432000 4194304 4196468 140728004518288 139898906905648 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 25 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13606] ppid=13562 vsize=10727700 memory=3316404 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13606/stat : 13606 (java) S 13562 13565 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105518120 10985164800 829101 33554432000 4194304 4196468 140728004518288 139898903754288 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
Current children cumulated CPU time: 189.74 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3316404 KiB

[startup+222.301 s]
/proc/loadavg: 2.22 2.01 1.63 5/216 13687
/proc/meminfo: memFree=17604356/32770624 swapFree=67108860/67108860
[pid=13565] ppid=13562 vsize=10727700 memory=3566832 CPUtime=251.32 cores=1,3,5,7
/proc/13565/stat : 13565 (java) S 13562 13565 13514 0 -1 1077944320 86259 0 0 0 24809 323 0 0 20 0 16 0 105516762 10985164800 891708 33554432000 4194304 4196468 140728004518288 140728004500832 139899355668215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
/proc/13565/statm: 2681925 891708 3178 1 0 2644416 0
[pid=13565/tid=13567] ppid=13562 vsize=10727700 memory=756 CPUtime=211.56 cores=1,3,5,7
/proc/13565/task/13567/stat : 13567 (java) R 13562 13565 13514 0 -1 4202560 26351 0 0 0 21145 11 0 0 20 0 16 0 105516763 10985164800 891708 33554432000 4194304 4196468 140728004518288 139899359899792 139898986364875 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13568] ppid=13562 vsize=10727700 memory=3566832 CPUtime=8.26 cores=1,3,5,7
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 13514 0 -1 1077944384 15974 0 0 0 761 65 0 0 20 0 16 0 105516764 10985164800 891708 33554432000 4194304 4196468 140728004518288 139899308288528 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13569] ppid=13562 vsize=10727700 memory=1572 CPUtime=8.32 cores=1,3,5,7
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 13514 0 -1 1077944384 4755 0 0 0 756 76 0 0 20 0 16 0 105516764 10985164800 891708 33554432000 4194304 4196468 140728004518288 139899307235984 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13570] ppid=13562 vsize=10727700 memory=3566832 CPUtime=8.24 cores=1,3,5,7
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 13514 0 -1 1077944384 4848 0 0 0 745 79 0 0 20 0 16 0 105516764 10985164800 891708 33554432000 4194304 4196468 140728004518288 139899306182928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13571] ppid=13562 vsize=10727700 memory=3566832 CPUtime=8.34 cores=1,3,5,7
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 13514 0 -1 1077944384 3742 0 0 0 757 77 0 0 20 0 16 0 105516764 10985164800 891708 33554432000 4194304 4196468 140728004518288 139899305130384 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13572] ppid=13562 vsize=10727700 memory=3566832 CPUtime=2.29 cores=1,3,5,7
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 13514 0 -1 1077944384 5892 0 0 0 229 0 0 0 20 0 16 0 105516765 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898915326704 139899355679362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13573] ppid=13562 vsize=10727700 memory=3566832 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 13514 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 105516766 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898914272992 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13574] ppid=13562 vsize=10727700 memory=3566832 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 13514 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 105516766 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898913219840 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13575] ppid=13562 vsize=10727700 memory=3566832 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105516768 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898912168400 139899355686811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13576] ppid=13562 vsize=10727700 memory=5794003397684390245 CPUtime=1.86 cores=1,3,5,7
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 13514 0 -1 1077944384 9245 0 0 0 185 1 0 0 20 0 16 0 105516768 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898911115504 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13577] ppid=13562 vsize=10727700 memory=30124 CPUtime=1.65 cores=1,3,5,7
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 13514 0 -1 1077944384 8768 0 0 0 164 1 0 0 20 0 16 0 105516768 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898910062960 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13578] ppid=13562 vsize=10727700 memory=3566832 CPUtime=0.55 cores=1,3,5,7
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 13514 0 -1 1077944384 4576 0 0 0 54 1 0 0 20 0 16 0 105516768 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898909009904 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13579] ppid=13562 vsize=10727700 memory=3566832 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105516769 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898907957600 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13580] ppid=13562 vsize=10727700 memory=3566832 CPUtime=0.13 cores=1,3,5,7
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 13514 0 -1 1077944384 664 0 0 0 6 7 0 0 20 0 16 0 105516769 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898906905648 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13606] ppid=13562 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13606/stat : 13606 (java) S 13562 13565 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105518120 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898903754288 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
Current children cumulated CPU time: 251.32 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3566832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+223.001 s]*
/proc/loadavg: 2.22 2.01 1.63 6/216 13687
/proc/meminfo: memFree=17604356/32770624 swapFree=67108860/67108860
[pid=13565] ppid=13562 vsize=10727700 memory=3566832 CPUtime=252.03 cores=1,3,5,7
/proc/13565/stat : 13565 (java) S 13562 13565 13514 0 -1 1077944320 86260 0 0 0 24880 323 0 0 20 0 16 0 105516762 10985164800 891708 33554432000 4194304 4196468 140728004518288 140728004500832 139899355668215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
/proc/13565/statm: 2681925 891708 3178 1 0 2644416 0
[pid=13565/tid=13567] ppid=13562 vsize=10727700 memory=6791534058613427641 CPUtime=212.27 cores=1,3,5,7
/proc/13565/task/13567/stat : 13567 (java) R 13562 13565 13514 0 -1 4202560 26352 0 0 0 21216 11 0 0 20 0 16 0 105516763 10985164800 891708 33554432000 4194304 4196468 140728004518288 139899359899792 139898985550868 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13568] ppid=13562 vsize=10727700 memory=4126316290023845779 CPUtime=8.26 cores=1,3,5,7
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 13514 0 -1 1077944384 15974 0 0 0 761 65 0 0 20 0 16 0 105516764 10985164800 891708 33554432000 4194304 4196468 140728004518288 139899308288528 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13569] ppid=13562 vsize=10727700 memory=4126316290023845779 CPUtime=8.32 cores=1,3,5,7
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 13514 0 -1 1077944384 4755 0 0 0 756 76 0 0 20 0 16 0 105516764 10985164800 891708 33554432000 4194304 4196468 140728004518288 139899307235984 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13570] ppid=13562 vsize=10727700 memory=-9178176116494409632 CPUtime=8.24 cores=1,3,5,7
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 13514 0 -1 1077944384 4848 0 0 0 745 79 0 0 20 0 16 0 105516764 10985164800 891708 33554432000 4194304 4196468 140728004518288 139899306182928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13571] ppid=13562 vsize=10727700 memory=4137287014106042739 CPUtime=8.34 cores=1,3,5,7
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 13514 0 -1 1077944384 3742 0 0 0 757 77 0 0 20 0 16 0 105516764 10985164800 891708 33554432000 4194304 4196468 140728004518288 139899305130384 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13572] ppid=13562 vsize=10727700 memory=6945782492362334265 CPUtime=2.29 cores=1,3,5,7
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 13514 0 -1 1077944384 5892 0 0 0 229 0 0 0 20 0 16 0 105516765 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898915326704 139899355679362 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13573] ppid=13562 vsize=10727700 memory=6944656592455360608 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 13514 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 105516766 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898914272992 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13574] ppid=13562 vsize=10727700 memory=7682475212697334586 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 13514 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 16 0 105516766 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898913219840 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13575] ppid=13562 vsize=10727700 memory=8764164798296004766 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105516768 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898912168400 139899355686811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13576] ppid=13562 vsize=10727700 memory=8764446273926488160 CPUtime=1.86 cores=1,3,5,7
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 13514 0 -1 1077944384 9245 0 0 0 185 1 0 0 20 0 16 0 105516768 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898911115504 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13577] ppid=13562 vsize=10727700 memory=-7965959121690140575 CPUtime=1.65 cores=1,3,5,7
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 13514 0 -1 1077944384 8768 0 0 0 164 1 0 0 20 0 16 0 105516768 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898910062960 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13578] ppid=13562 vsize=10727700 memory=4783210246294233184 CPUtime=0.55 cores=1,3,5,7
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 13514 0 -1 1077944384 4576 0 0 0 54 1 0 0 20 0 16 0 105516768 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898909009904 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13579] ppid=13562 vsize=10727700 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105516769 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898907957600 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13580] ppid=13562 vsize=10727700 memory=-7965959130280075168 CPUtime=0.13 cores=1,3,5,7
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 13514 0 -1 1077944384 664 0 0 0 6 7 0 0 20 0 16 0 105516769 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898906905648 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13606] ppid=13562 vsize=10727700 memory=65 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13606/stat : 13606 (java) S 13562 13565 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105518120 10985164800 891708 33554432000 4194304 4196468 140728004518288 139898903754288 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3566832 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+223.239 s]
# the end of solver process 13565 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.842 s, system=3.25135 s

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

[startup+223.201 s]
/proc/loadavg: 2.22 2.01 1.63 6/216 13687
/proc/meminfo: memFree=17604356/32770624 swapFree=67108860/67108860
[pid=13565] ppid=13562 vsize=10927392 memory=3567044 CPUtime=252.06 cores=1,3,5,7
/proc/13565/stat : 13565 (java) S 13562 13565 13514 0 -1 1077944320 86756 0 0 0 24883 323 0 0 20 0 17 0 105516762 11189649408 891761 33554432000 4194304 4196468 140728004518288 140728004500832 139899355668215 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
/proc/13565/statm: 2731848 891761 3180 1 0 2694339 0
[pid=13565/tid=13567] ppid=13562 vsize=10927392 memory=30124 CPUtime=212.29 cores=1,3,5,7
/proc/13565/task/13567/stat : 13567 (java) S 13562 13565 13514 0 -1 1077944384 26471 0 0 0 21218 11 0 0 20 0 17 0 105516763 11189649408 891761 33554432000 4194304 4196468 140728004518288 139899359911088 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13568] ppid=13562 vsize=10927392 memory=2204 CPUtime=8.26 cores=1,3,5,7
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 13514 0 -1 1077944384 15974 0 0 0 761 65 0 0 20 0 17 0 105516764 11189649408 891761 33554432000 4194304 4196468 140728004518288 139899308288528 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13569] ppid=13562 vsize=10927392 memory=1240 CPUtime=8.32 cores=1,3,5,7
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 13514 0 -1 1077944384 4755 0 0 0 756 76 0 0 20 0 17 0 105516764 11189649408 891761 33554432000 4194304 4196468 140728004518288 139899307235984 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13570] ppid=13562 vsize=10927392 memory=3566832 CPUtime=8.24 cores=1,3,5,7
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 13514 0 -1 1077944384 4848 0 0 0 745 79 0 0 20 0 17 0 105516764 11189649408 891761 33554432000 4194304 4196468 140728004518288 139899306182928 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13571] ppid=13562 vsize=10927392 memory=924 CPUtime=8.34 cores=1,3,5,7
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 13514 0 -1 1077944384 3742 0 0 0 757 77 0 0 20 0 17 0 105516764 11189649408 891761 33554432000 4194304 4196468 140728004518288 139899305130384 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13572] ppid=13562 vsize=10927392 memory=1992 CPUtime=2.29 cores=1,3,5,7
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 13514 0 -1 1077944384 5893 0 0 0 229 0 0 0 20 0 17 0 105516765 11189649408 891761 33554432000 4194304 4196468 140728004518288 139898915326704 139899355679362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13573] ppid=13562 vsize=10927392 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 13514 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 105516766 11189649408 891761 33554432000 4194304 4196468 140728004518288 139898914272992 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13574] ppid=13562 vsize=10927392 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 13514 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 17 0 105516766 11189649408 891761 33554432000 4194304 4196468 140728004518288 139898913219840 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13575] ppid=13562 vsize=10927392 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 13514 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 105516768 11189649408 891761 33554432000 4194304 4196468 140728004518288 139898912168400 139899355686811 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13576] ppid=13562 vsize=10927392 memory=6791534058613427641 CPUtime=1.86 cores=1,3,5,7
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 13514 0 -1 1077944384 9247 0 0 0 185 1 0 0 20 0 17 0 105516768 11189649408 891761 33554432000 4194304 4196468 140728004518288 139898911115504 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13577] ppid=13562 vsize=10927392 memory=1256 CPUtime=1.65 cores=1,3,5,7
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 13514 0 -1 1077944384 8777 0 0 0 164 1 0 0 20 0 17 0 105516768 11189649408 891761 33554432000 4194304 4196468 140728004518288 139898910062960 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13578] ppid=13562 vsize=10927392 memory=10368 CPUtime=0.55 cores=1,3,5,7
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 13514 0 -1 1077944384 4578 0 0 0 54 1 0 0 20 0 17 0 105516768 11189649408 891761 33554432000 4194304 4196468 140728004518288 139898909009904 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13579] ppid=13562 vsize=10927392 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105516769 11189649408 891761 33554432000 4194304 4196468 140728004518288 139898907957600 139899355678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
[pid=13565/tid=13580] ppid=13562 vsize=10927392 memory=1172 CPUtime=0.13 cores=1,3,5,7
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 13514 0 -1 1077944384 664 0 0 0 6 7 0 0 20 0 17 0 105516769 11189649408 891761 33554432000 4194304 4196468 140728004518288 139898906905648 139899355679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 35856384 140728004523126 140728004523278 140728004523278 140728004526031 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3567044 KiB

Child status: 143
Real time (s): 223.239
CPU time (s): 252.094
CPU user time (s): 248.842
CPU system time (s): 3.25135
CPU usage (%): 112.926
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3567044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.842
system time used= 3.25135
maximum resident set size= 3567396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87371
page faults= 0
swaps= 0
block input operations= 24
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8109
involuntary context switches= 538


# summary of solver processes directly reported to runsolver:
#   pid: 13565
#   total CPU time (s): 252.094
#   total CPU user time (s): 248.842
#   total CPU system time (s): 3.25135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42487 second user time and 2.22588 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 17:52:16
IDJOB=4301382
IDBENCH=141135
IDSOLVER=2773
FILE ID=node136/4301382-1532879536
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60228 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GraphColoring/GraphColoring-5-fullins-3_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301382-1532879536/watcher-4301382-1532879536 -o /tmp/evaluation-result-4301382-1532879536/solver-4301382-1532879536 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532879536-13547 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301382-1532879536.xml

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

MD5SUM BENCH= eef3a44daff87ab56f58eeeb8cf69225
RANDOM SEED=965317855

node136.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.50
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.50
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.50
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.50
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:        28676144 kB
MemAvailable:   31962880 kB
Buffers:          212372 kB
Cached:          3345004 kB
SwapCached:            0 kB
Active:          1673836 kB
Inactive:        1944112 kB
Active(anon):      11672 kB
Inactive(anon):    76484 kB
Active(file):    1662164 kB
Inactive(file):  1867628 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9504 kB
Writeback:             0 kB
AnonPages:         60716 kB
Mapped:            34672 kB
Shmem:             25228 kB
Slab:             173412 kB
SReclaimable:     145556 kB
SUnreclaim:        27856 kB
KernelStack:        3104 kB
PageTables:         5148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60216 MiB
End job on node136 at 2018-07-29 17:55:59