Trace number 4291908

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)764 2400.28 2388.62

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-03-opt_c18.xml
MD5SUM2766495cf61bc642a5718b9084812e2f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark380
Best CPU time to get the best result obtained on this benchmark0.894105
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1134
Number of domains6
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":6},{"size":24,"count":8},{"size":36,"count":62},{"size":42,"count":58},{"size":44,"count":64}]
Minimum variable degree7
Maximum variable degree19
Distribution of variable degrees[{"degree":7,"count":1},{"degree":8,"count":9},{"degree":9,"count":8},{"degree":10,"count":26},{"degree":11,"count":29},{"degree":12,"count":41},{"degree":13,"count":21},{"degree":14,"count":32},{"degree":15,"count":20},{"degree":16,"count":4},{"degree":17,"count":5},{"degree":19,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1134}]
Number of extensional constraints0
Number of intensional constraints1134
Distribution of constraint types[{"type":"intension","count":1134}]
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

3.94/1.47	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.94/1.47	c This is free software under the dual EPL/GNU LGPL licenses.
3.94/1.47	c See www.sat4j.org for details.
3.94/1.47	c That software uses the Rhino library from the Mozilla project.
3.94/1.47	c version 2.3.6-SNAPSHOT
3.94/1.47	c java.runtime.name	Java(TM) SE Runtime Environment
3.94/1.47	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.94/1.47	c java.vm.version	25.131-b11
3.94/1.47	c java.vm.vendor	Oracle Corporation
3.94/1.47	c sun.arch.data.model	64
3.94/1.47	c java.version		1.8.0_131
3.94/1.47	c os.name		Linux
3.94/1.47	c os.version		3.10.0-514.16.1.el7.x86_64
3.94/1.47	c os.arch		amd64
3.94/1.47	c Free memory 		499604488
3.94/1.47	c Max memory 		7247757312
3.94/1.47	c Total memory 		504889344
3.94/1.47	c Number of processors 	4
3.94/1.47	c c --- Begin Solver configuration ---
3.94/1.47	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.94/1.47	c Learn all clauses as in MiniSAT
3.94/1.47	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.94/1.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.94/1.47	c No reason simplification
3.94/1.47	c Glucose 2.1 dynamic restart strategy
3.94/1.47	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
3.94/1.47	c timeout=2147483s
3.94/1.47	c DB Simplification allowed=false
3.94/1.47	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.94/1.47	c --- End Solver configuration ---
3.94/1.47	c constraints type 
3.94/1.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 400
3.94/1.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 91538
3.94/1.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2080492
3.94/1.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 2268
3.94/1.47	c 2174698 constraints processed.
7.09/2.66	o 792
16.65/11.50	o 778
880.60/872.12	o 764
2400.26/2388.60	c starts		: 38049
2400.26/2388.60	c conflicts		: 6363294
2400.26/2388.60	c decisions		: 78543307
2400.26/2388.60	c propagations		: 1639381202
2400.26/2388.60	c inspects		: 29948538669
2400.26/2388.60	c shortcuts		: 0
2400.26/2388.60	c learnt literals	: 513
2400.26/2388.60	c learnt binary clauses	: 3755
2400.26/2388.60	c learnt ternary clauses	: 11537
2400.26/2388.60	c learnt constraints	: 6362781
2400.26/2388.60	c ignored constraints	: 0
2400.26/2388.60	c root simplifications	: 0
2400.26/2388.60	c removed literals (reason simplification)	: 0
2400.26/2388.60	c reason swapping (by a shorter reason)	: 0
2400.26/2388.60	c Calls to reduceDB	: 156
2400.26/2388.60	c Number of update (reduction) of LBD	: 3831771
2400.26/2388.60	c Imported unit clauses	: 0
2400.26/2388.60	c number of reductions to clauses (during analyze)	: 0
2400.26/2388.60	c number of learned constraints concerned by reduction	: 0
2400.26/2388.60	c number of learning phase by resolution	: 0
2400.26/2388.60	c number of learning phase by cutting planes	: 0
2400.26/2388.60	c number of rounding to 1 operations	: 0
2400.26/2388.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.26/2388.60	c number of reductions of the coefficients by power 2 	: 0
2400.26/2388.60	c number of right shift for reduction by power 2 	: 0
2400.26/2388.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.26/2388.60	c number of ending skipping 	: 0
2400.26/2388.60	c number of internal skipping 	: 0
2400.26/2388.60	c number of derivation steps 	: 0
2400.26/2388.60	c number of skipped derivation steps 	: 0
2400.26/2388.60	c number of remaining unassigned 	: 0
2400.26/2388.60	c number of remaining assigned 	: 0
2400.26/2388.60	c speed (assignments/second)	: 686768.5989743177
2400.26/2388.60	c non guided choices	: 1722188
2400.26/2388.60	s SATISFIABLE
2400.26/2388.60	v <instantiation type="solution">
2400.26/2388.60	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] x[154] x[155] x[156] x[157] x[158] x[159] x[160] x[161] x[162] x[163] x[164] x[165] x[166] x[167] x[168] x[169] x[170] x[171] x[172] x[173] x[174] x[175] x[176] x[177] x[178] x[179] x[180] x[181] x[182] x[183] x[184] x[185] x[186] x[187] x[188] x[189] x[190] x[191] x[192] x[193] x[194] x[195] x[196] x[197] x[198] x[199] </list>
2400.26/2388.60	v 	<values> 100 338 680 442 142 380 142 380 142 380 142 380 58 296 114 352 114 352 722 484 16 254 86 324 100 338 100 338 652 414 128 366 44 282 652 414 694 456 16 254 16 254 86 324 58 296 86 324 736 498 694 456 764 526 722 484 86 324 114 352 708 470 16 254 58 296 666 428 30 268 142 380 652 414 58 296 44 282 16 254 86 324 30 268 16 254 16 254 72 310 16 254 30 268 142 380 30 268 44 282 750 512 142 380 86 324 100 338 666 428 16 254 764 526 708 470 142 380 44 282 114 352 16 254 142 380 72 310 652 414 58 296 72 310 142 380 666 428 86 324 680 442 750 512 736 498 72 310 128 366 750 512 16 254 680 442 16 254 58 296 72 310 114 352 694 456 16 254 128 366 128 366 44 282 100 338 44 282 72 310 652 414 100 338 142 380 58 296 30 268 16 254 58 296 44 282 128 366 30 268 </values>
2400.26/2388.60	v </instantiation>
2400.26/2388.60	

Verifier Data

OK	764

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291908-1532263053/watcher-4291908-1532263053 -o /tmp/evaluation-result-4291908-1532263053/solver-4291908-1532263053 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3378 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291908-1532263053.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=3605, runsolver pid=3602
Current StackSize limit: 8192 KiB


[startup+0.100127 s]*
/proc/loadavg: 1.98 1.99 1.95 4/221 3620
/proc/meminfo: memFree=15316840/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10659012 memory=30100 CPUtime=0.13 cores=0,2,4,6
/proc/3605/stat : 3605 (java) S 3602 3605 3347 0 -1 1077944320 6599 0 0 0 12 1 0 0 20 0 15 0 43868488 10914828288 7525 33554432000 4194304 4196468 140727737302464 140727737285008 140443863740151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
/proc/3605/statm: 2664753 7525 2843 1 0 2627263 0
[pid=3605/tid=3607] ppid=3602 vsize=10659012 memory=-8970433208375932096 CPUtime=0.09 cores=0,2,4,6
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 3347 0 -1 4202560 4425 0 0 0 8 1 0 0 20 0 15 0 43868488 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443867944816 140443863762077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3608] ppid=3602 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443470715408 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3609] ppid=3602 vsize=10659012 memory=140348911052416 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443469662864 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3610] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443468609808 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3611] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43868489 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443467557264 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3612] ppid=3602 vsize=10659012 memory=140348911052416 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43868490 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443423607536 140443863751298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3613] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43868491 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443422553760 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3614] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43868491 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443421500656 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3615] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43868493 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443420449232 140443863758747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3616] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 3347 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 43868493 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443419396336 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3617] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 3347 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 43868493 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443350198640 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3618] ppid=3602 vsize=10659012 memory=140348911052416 CPUtime=0.02 cores=0,2,4,6
/proc/3605/task/3618/stat : 3618 (java) R 3602 3605 3347 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 43868493 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443349145584 140443863761498 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3619] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43868493 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443348093280 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3620] ppid=3602 vsize=10659012 memory=140348911052416 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868494 10914828288 7525 33554432000 4194304 4196468 140727737302464 140443347041328 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30100 KiB

[startup+0.210679 s]*
/proc/loadavg: 1.98 1.99 1.95 4/221 3620
/proc/meminfo: memFree=15304768/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10659012 memory=42356 CPUtime=0.33 cores=0,2,4,6
/proc/3605/stat : 3605 (java) S 3602 3605 3347 0 -1 1077944320 8133 0 0 0 32 1 0 0 20 0 15 0 43868488 10914828288 10589 33554432000 4194304 4196468 140727737302464 140727737285008 140443863740151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
/proc/3605/statm: 2664753 10589 3008 1 0 2627263 0
[pid=3605/tid=3607] ppid=3602 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 3347 0 -1 4202560 5012 0 0 0 19 1 0 0 20 0 15 0 43868488 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443867976432 140443847783781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3608] ppid=3602 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443470715408 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3609] ppid=3602 vsize=10659012 memory=140348911231388 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443469662864 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3610] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443468609808 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3611] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43868489 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443467557264 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3612] ppid=3602 vsize=10659012 memory=140348911052416 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43868490 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443423607536 140443863751298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3613] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43868491 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443422553760 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3614] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43868491 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443421500656 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3615] ppid=3602 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43868493 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443420449232 140443863758747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3616] ppid=3602 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 3347 0 -1 1077944384 607 0 0 0 2 0 0 0 20 0 15 0 43868493 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443419396336 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3617] ppid=3602 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 3347 0 -1 1077944384 471 0 0 0 2 0 0 0 20 0 15 0 43868493 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443350198640 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3618] ppid=3602 vsize=10659012 memory=140348911052416 CPUtime=0.07 cores=0,2,4,6
/proc/3605/task/3618/stat : 3618 (java) R 3602 3605 3347 0 -1 4202560 683 0 0 0 7 0 0 0 20 0 15 0 43868493 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443349145584 140443846148129 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3619] ppid=3602 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43868493 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443348093280 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3620] ppid=3602 vsize=10659012 memory=140348911052416 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868494 10914828288 10589 33554432000 4194304 4196468 140727737302464 140443347041328 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42356 KiB

[startup+0.311799 s]*
/proc/loadavg: 1.98 1.99 1.95 5/221 3620
/proc/meminfo: memFree=15297880/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10659088 memory=47344 CPUtime=0.54 cores=0,2,4,6
/proc/3605/stat : 3605 (java) S 3602 3605 3347 0 -1 1077944320 8939 0 0 0 52 2 0 0 20 0 15 0 43868488 10914906112 11836 33554432000 4194304 4196468 140727737302464 140727737285008 140443863740151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
/proc/3605/statm: 2664772 11836 3040 1 0 2627263 0
[pid=3605/tid=3607] ppid=3602 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 3347 0 -1 4202560 5586 0 0 0 29 1 0 0 20 0 15 0 43868488 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443867960416 140443501349875 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3608] ppid=3602 vsize=10659088 memory=290763875203416087 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443470715408 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3609] ppid=3602 vsize=10659088 memory=14267107088852632 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443469662864 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3610] ppid=3602 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443468609808 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3611] ppid=3602 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43868489 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443467557264 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3612] ppid=3602 vsize=10659088 memory=140348911052416 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43868490 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443423607536 140443863751298 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3613] ppid=3602 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43868491 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443422553760 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3614] ppid=3602 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43868491 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443421500656 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3615] ppid=3602 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43868493 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443420449232 140443863758747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3616] ppid=3602 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 3347 0 -1 1077944384 715 0 0 0 5 0 0 0 20 0 15 0 43868493 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443419396336 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3617] ppid=3602 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 3347 0 -1 1077944384 504 0 0 0 4 0 0 0 20 0 15 0 43868493 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443350198640 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3618] ppid=3602 vsize=10659088 memory=140348911052416 CPUtime=0.12 cores=0,2,4,6
/proc/3605/task/3618/stat : 3618 (java) R 3602 3605 3347 0 -1 1077944384 763 0 0 0 12 0 0 0 20 0 15 0 43868493 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443349145584 140443863751298 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3619] ppid=3602 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43868493 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443348093280 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3620] ppid=3602 vsize=10659088 memory=140348911052416 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868494 10914906112 11836 33554432000 4194304 4196468 140727737302464 140443347041328 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47344 KiB

[startup+0.702587 s]
/proc/loadavg: 1.98 1.99 1.95 4/221 3620
/proc/meminfo: memFree=15268904/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10661136 memory=126592 CPUtime=1.77 cores=0,2,4,6
/proc/3605/stat : 3605 (java) S 3602 3605 3347 0 -1 1077944320 11973 0 0 0 172 5 0 0 20 0 15 0 43868488 10917003264 31648 33554432000 4194304 4196468 140727737302464 140727737285008 140443863740151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
/proc/3605/statm: 2665284 31648 3110 1 0 2627775 0
[pid=3605/tid=3607] ppid=3602 vsize=10661136 memory=1844 CPUtime=0.67 cores=0,2,4,6
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 3347 0 -1 4202560 6063 0 0 0 64 3 0 0 20 0 15 0 43868488 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443867977168 140443504908015 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3608] ppid=3602 vsize=10661136 memory=796 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443470715408 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3609] ppid=3602 vsize=10661136 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443469662864 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3610] ppid=3602 vsize=10661136 memory=12984 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868489 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443468609808 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3611] ppid=3602 vsize=10661136 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43868489 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443467557264 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3612] ppid=3602 vsize=10661136 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 43868490 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443423607536 140443863751298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3613] ppid=3602 vsize=10661136 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43868491 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443422553760 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3614] ppid=3602 vsize=10661136 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43868491 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443421500656 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3615] ppid=3602 vsize=10661136 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43868493 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443420449232 140443863758747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3616] ppid=3602 vsize=10661136 memory=7739276948478455658 CPUtime=0.33 cores=0,2,4,6
/proc/3605/task/3616/stat : 3616 (java) R 3602 3605 3347 0 -1 4202560 1513 0 0 0 33 0 0 0 20 0 15 0 43868493 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443419376616 140443844376035 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3617] ppid=3602 vsize=10661136 memory=7079773312675500112 CPUtime=0.36 cores=0,2,4,6
/proc/3605/task/3617/stat : 3617 (java) R 3602 3605 3347 0 -1 4202560 1292 0 0 0 36 0 0 0 20 0 15 0 43868493 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443350188352 140443849804757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3618] ppid=3602 vsize=10661136 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/3605/task/3618/stat : 3618 (java) S 3602 3605 3347 0 -1 1077944384 1734 0 0 0 37 0 0 0 20 0 15 0 43868493 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443349145584 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3619] ppid=3602 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43868493 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443348093280 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3620] ppid=3602 vsize=10661136 memory=33 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43868494 10917003264 31648 33554432000 4194304 4196468 140727737302464 140443347041328 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 126592 KiB

[startup+1.50072 s]
/proc/loadavg: 1.98 1.99 1.95 5/221 3620
/proc/meminfo: memFree=15115004/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10662904 memory=362132 CPUtime=4.26 cores=0,2,4,6
/proc/3605/stat : 3605 (java) S 3602 3605 3347 0 -1 1077944320 18995 0 0 0 405 21 0 0 20 0 15 0 43868488 10918813696 90533 33554432000 4194304 4196468 140727737302464 140727737285008 140443863740151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
/proc/3605/statm: 2665726 90533 3145 1 0 2628217 0
[pid=3605/tid=3607] ppid=3602 vsize=10662904 memory=8112282956445269571 CPUtime=1.3 cores=0,2,4,6
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 3347 0 -1 4202560 6126 0 0 0 126 4 0 0 20 0 15 0 43868488 10918813696 90533 33554432000 4194304 4196468 140727737302464 140443867978704 140443863752086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3608] ppid=3602 vsize=10662904 memory=-8754540793456063680 CPUtime=0.14 cores=0,2,4,6
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 3347 0 -1 1077944384 204 0 0 0 11 3 0 0 20 0 15 0 43868489 10918813696 90533 33554432000 4194304 4196468 140727737302464 140443470715408 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3609] ppid=3602 vsize=10662904 memory=-2843869621055772062 CPUtime=0.14 cores=0,2,4,6
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 3347 0 -1 1077944384 83 0 0 0 11 3 0 0 20 0 15 0 43868489 10918813696 90533 33554432000 4194304 4196468 140727737302464 140443469662864 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3610] ppid=3602 vsize=10662904 memory=5450919713671312938 CPUtime=0.1 cores=0,2,4,6
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 3347 0 -1 1077944384 184 0 0 0 8 2 0 0 20 0 15 0 43868489 10918813696 90533 33554432000 4194304 4196468 140727737302464 140443468609808 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3611] ppid=3602 vsize=10662904 memory=7005738693937936738 CPUtime=0.1 cores=0,2,4,6
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 3347 0 -1 1077944384 61 0 0 0 7 3 0 0 20 0 15 0 43868489 10918813696 90533 33554432000 4194304 4196468 140727737302464 140443467557264 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3612] ppid=3602 vsize=10662904 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 3347 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 43868490 10918813696 90533 33554432000 4194304 4196468 140727737302464 140443423607536 140443863751298 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0

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

/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 3347 0 -1 1077944384 2742 0 0 0 123 34 0 0 20 0 16 0 43868489 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443468609808 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3611] ppid=3602 vsize=10727700 memory=7454130749351154278 CPUtime=1.55 cores=0,2,4,6
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 3347 0 -1 1077944384 2224 0 0 0 122 33 0 0 20 0 16 0 43868489 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443467557264 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3612] ppid=3602 vsize=10727700 memory=2163012 CPUtime=0.39 cores=0,2,4,6
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 3347 0 -1 1077944384 6797 0 0 0 36 3 0 0 20 0 16 0 43868490 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443423607536 140443863751298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3613] ppid=3602 vsize=10727700 memory=2163012 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 3347 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 43868491 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443422553824 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3614] ppid=3602 vsize=10727700 memory=2163012 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 3347 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 43868491 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443421500672 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3615] ppid=3602 vsize=10727700 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443420449232 140443863758747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3616] ppid=3602 vsize=10727700 memory=2163012 CPUtime=2.27 cores=0,2,4,6
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 3347 0 -1 1077944384 10994 0 0 0 226 1 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443419396336 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3617] ppid=3602 vsize=10727700 memory=0 CPUtime=2.3 cores=0,2,4,6
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 3347 0 -1 1077944384 11979 0 0 0 228 2 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443350198640 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3618] ppid=3602 vsize=10727700 memory=2163012 CPUtime=0.61 cores=0,2,4,6
/proc/3605/task/3618/stat : 3618 (java) S 3602 3605 3347 0 -1 1077944384 6642 0 0 0 59 2 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443349145584 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3619] ppid=3602 vsize=10727700 memory=9420 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443348093280 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3620] ppid=3602 vsize=10727700 memory=2163012 CPUtime=1.47 cores=0,2,4,6
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 3347 0 -1 1077944384 1840 0 0 0 81 66 0 0 20 0 16 0 43868494 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443347041328 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3621] ppid=3602 vsize=10727700 memory=2163012 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3621/stat : 3621 (java) S 3602 3605 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43868639 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443342079536 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
Current children cumulated CPU time: 2333.87 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2163012 KiB

[startup+2382.3 s]
/proc/loadavg: 2.13 2.08 2.06 3/222 3800
/proc/meminfo: memFree=13026636/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10727700 memory=2163012 CPUtime=2393.9 cores=0,2,4,6
/proc/3605/stat : 3605 (java) S 3602 3605 3347 0 -1 1077944320 90951 0 0 0 239173 217 0 0 20 0 16 0 43868488 10985164800 540753 33554432000 4194304 4196468 140727737302464 140727737285008 140443863740151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
/proc/3605/statm: 2681925 540753 3188 1 0 2644416 0
[pid=3605/tid=3607] ppid=3602 vsize=10727700 memory=2163012 CPUtime=2380.41 cores=0,2,4,6
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 3347 0 -1 4202560 42136 0 0 0 238021 20 0 0 20 0 16 0 43868488 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443867979168 140443507212358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3608] ppid=3602 vsize=10727700 memory=2163012 CPUtime=1.6 cores=0,2,4,6
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 3347 0 -1 1077944384 1765 0 0 0 126 34 0 0 20 0 16 0 43868489 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443470715408 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3609] ppid=3602 vsize=10727700 memory=0 CPUtime=1.62 cores=0,2,4,6
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 3347 0 -1 1077944384 2325 0 0 0 127 35 0 0 20 0 16 0 43868489 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443469662864 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3610] ppid=3602 vsize=10727700 memory=2163012 CPUtime=1.57 cores=0,2,4,6
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 3347 0 -1 1077944384 2742 0 0 0 123 34 0 0 20 0 16 0 43868489 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443468609808 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3611] ppid=3602 vsize=10727700 memory=2163012 CPUtime=1.55 cores=0,2,4,6
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 3347 0 -1 1077944384 2224 0 0 0 122 33 0 0 20 0 16 0 43868489 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443467557264 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3612] ppid=3602 vsize=10727700 memory=2163012 CPUtime=0.39 cores=0,2,4,6
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 3347 0 -1 1077944384 6809 0 0 0 36 3 0 0 20 0 16 0 43868490 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443423607536 140443863751298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3613] ppid=3602 vsize=10727700 memory=2163012 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 3347 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 43868491 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443422553824 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3614] ppid=3602 vsize=10727700 memory=239371 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 3347 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 43868491 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443421500672 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3615] ppid=3602 vsize=10727700 memory=2163012 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443420449232 140443863758747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3616] ppid=3602 vsize=10727700 memory=2163012 CPUtime=2.27 cores=0,2,4,6
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 3347 0 -1 1077944384 10998 0 0 0 226 1 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443419396336 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3617] ppid=3602 vsize=10727700 memory=16432 CPUtime=2.3 cores=0,2,4,6
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 3347 0 -1 1077944384 11983 0 0 0 228 2 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443350198640 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3618] ppid=3602 vsize=10727700 memory=4048 CPUtime=0.61 cores=0,2,4,6
/proc/3605/task/3618/stat : 3618 (java) S 3602 3605 3347 0 -1 1077944384 6658 0 0 0 59 2 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443349145584 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3619] ppid=3602 vsize=10727700 memory=2163012 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443348093280 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3620] ppid=3602 vsize=10727700 memory=2163012 CPUtime=1.5 cores=0,2,4,6
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 3347 0 -1 1077944384 1900 0 0 0 82 68 0 0 20 0 16 0 43868494 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443347041328 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3621] ppid=3602 vsize=10727700 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3621/stat : 3621 (java) S 3602 3605 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43868639 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443342079536 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
Current children cumulated CPU time: 2393.9 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2163012 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.4 s]
/proc/loadavg: 2.12 2.08 2.06 3/222 3800
/proc/meminfo: memFree=13026636/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10727700 memory=2163012 CPUtime=2400 cores=0,2,4,6
/proc/3605/stat : 3605 (java) S 3602 3605 3347 0 -1 1077944320 90976 0 0 0 239783 217 0 0 20 0 16 0 43868488 10985164800 540753 33554432000 4194304 4196468 140727737302464 140727737285008 140443863740151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
/proc/3605/statm: 2681925 540753 3188 1 0 2644416 0
[pid=3605/tid=3607] ppid=3602 vsize=10727700 memory=1424 CPUtime=2386.51 cores=0,2,4,6
/proc/3605/task/3607/stat : 3607 (java) R 3602 3605 3347 0 -1 4202560 42161 0 0 0 238631 20 0 0 20 0 16 0 43868488 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443867979168 140443507212838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3608] ppid=3602 vsize=10727700 memory=1232 CPUtime=1.6 cores=0,2,4,6
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 3347 0 -1 1077944384 1765 0 0 0 126 34 0 0 20 0 16 0 43868489 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443470715408 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3609] ppid=3602 vsize=10727700 memory=1012 CPUtime=1.62 cores=0,2,4,6
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 3347 0 -1 1077944384 2325 0 0 0 127 35 0 0 20 0 16 0 43868489 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443469662864 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3610] ppid=3602 vsize=10727700 memory=8112282956445269571 CPUtime=1.57 cores=0,2,4,6
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 3347 0 -1 1077944384 2742 0 0 0 123 34 0 0 20 0 16 0 43868489 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443468609808 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3611] ppid=3602 vsize=10727700 memory=4048 CPUtime=1.55 cores=0,2,4,6
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 3347 0 -1 1077944384 2224 0 0 0 122 33 0 0 20 0 16 0 43868489 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443467557264 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3612] ppid=3602 vsize=10727700 memory=1240 CPUtime=0.39 cores=0,2,4,6
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 3347 0 -1 1077944384 6809 0 0 0 36 3 0 0 20 0 16 0 43868490 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443423607536 140443863751298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3613] ppid=3602 vsize=10727700 memory=9420 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 3347 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 43868491 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443422553824 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3614] ppid=3602 vsize=10727700 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 3347 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 43868491 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443421500672 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3615] ppid=3602 vsize=10727700 memory=644 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443420449232 140443863758747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3616] ppid=3602 vsize=10727700 memory=956 CPUtime=2.27 cores=0,2,4,6
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 3347 0 -1 1077944384 10998 0 0 0 226 1 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443419396336 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3617] ppid=3602 vsize=10727700 memory=2336 CPUtime=2.3 cores=0,2,4,6
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 3347 0 -1 1077944384 11983 0 0 0 228 2 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443350198640 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3618] ppid=3602 vsize=10727700 memory=1572 CPUtime=0.61 cores=0,2,4,6
/proc/3605/task/3618/stat : 3618 (java) S 3602 3605 3347 0 -1 1077944384 6658 0 0 0 59 2 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443349145584 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3619] ppid=3602 vsize=10727700 memory=2163012 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43868493 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443348093280 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3620] ppid=3602 vsize=10727700 memory=-8961168018402230209 CPUtime=1.5 cores=0,2,4,6
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 3347 0 -1 1077944384 1900 0 0 0 82 68 0 0 20 0 16 0 43868494 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443347041328 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3621] ppid=3602 vsize=10727700 memory=-8253362762722141311 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3621/stat : 3621 (java) S 3602 3605 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43868639 10985164800 540753 33554432000 4194304 4196468 140727737302464 140443342079536 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2163012 KiB

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

[startup+2388.62 s]
# the end of solver process 3605 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.09 s, system=2.19055 s

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

[startup+2388.6 s]
/proc/loadavg: 2.12 2.08 2.06 3/222 3800
/proc/meminfo: memFree=13026636/32770624 swapFree=67108860/67108860
[pid=3605] ppid=3602 vsize=10927392 memory=2163240 CPUtime=2400.26 cores=0,2,4,6
/proc/3605/stat : 3605 (java) S 3602 3605 3347 0 -1 1077944320 91631 0 0 0 239808 218 0 0 20 0 17 0 43868488 11189649408 540810 33554432000 4194304 4196468 140727737302464 140727737285008 140443863740151 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
/proc/3605/statm: 2731848 540810 3190 1 0 2694339 0
[pid=3605/tid=3607] ppid=3602 vsize=10927392 memory=-7175204567652784766 CPUtime=2386.7 cores=0,2,4,6
/proc/3605/task/3607/stat : 3607 (java) S 3602 3605 3347 0 -1 1077944384 42282 0 0 0 238650 20 0 0 20 0 17 0 43868488 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443867983024 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3608] ppid=3602 vsize=10927392 memory=3054156605268465310 CPUtime=1.6 cores=0,2,4,6
/proc/3605/task/3608/stat : 3608 (java) S 3602 3605 3347 0 -1 1077944384 1765 0 0 0 126 34 0 0 20 0 17 0 43868489 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443470715408 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3609] ppid=3602 vsize=10927392 memory=8514726395714825349 CPUtime=1.62 cores=0,2,4,6
/proc/3605/task/3609/stat : 3609 (java) S 3602 3605 3347 0 -1 1077944384 2325 0 0 0 127 35 0 0 20 0 17 0 43868489 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443469662864 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3610] ppid=3602 vsize=10927392 memory=7822038051842261661 CPUtime=1.57 cores=0,2,4,6
/proc/3605/task/3610/stat : 3610 (java) S 3602 3605 3347 0 -1 1077944384 2742 0 0 0 123 34 0 0 20 0 17 0 43868489 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443468609808 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3611] ppid=3602 vsize=10927392 memory=-8412652177879177843 CPUtime=1.55 cores=0,2,4,6
/proc/3605/task/3611/stat : 3611 (java) S 3602 3605 3347 0 -1 1077944384 2224 0 0 0 122 33 0 0 20 0 17 0 43868489 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443467557264 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3612] ppid=3602 vsize=10927392 memory=2163012 CPUtime=0.39 cores=0,2,4,6
/proc/3605/task/3612/stat : 3612 (java) S 3602 3605 3347 0 -1 1077944384 6822 0 0 0 36 3 0 0 20 0 17 0 43868490 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443423607536 140443863751298 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3613] ppid=3602 vsize=10927392 memory=2163012 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3613/stat : 3613 (java) S 3602 3605 3347 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 43868491 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443422553824 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3614] ppid=3602 vsize=10927392 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3614/stat : 3614 (java) S 3602 3605 3347 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 43868491 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443421500672 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3615] ppid=3602 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3615/stat : 3615 (java) S 3602 3605 3347 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 17 0 43868493 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443420449232 140443863758747 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3616] ppid=3602 vsize=10927392 memory=0 CPUtime=2.31 cores=0,2,4,6
/proc/3605/task/3616/stat : 3616 (java) S 3602 3605 3347 0 -1 1077944384 11022 0 0 0 230 1 0 0 20 0 17 0 43868493 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443419396336 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3617] ppid=3602 vsize=10927392 memory=4580 CPUtime=2.32 cores=0,2,4,6
/proc/3605/task/3617/stat : 3617 (java) S 3602 3605 3347 0 -1 1077944384 12087 0 0 0 230 2 0 0 20 0 17 0 43868493 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443350198640 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3618] ppid=3602 vsize=10927392 memory=2336 CPUtime=0.62 cores=0,2,4,6
/proc/3605/task/3618/stat : 3618 (java) S 3602 3605 3347 0 -1 1077944384 6742 0 0 0 60 2 0 0 20 0 17 0 43868493 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443349145584 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3619] ppid=3602 vsize=10927392 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/3605/task/3619/stat : 3619 (java) S 3602 3605 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43868493 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443348093280 140443863750357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
[pid=3605/tid=3620] ppid=3602 vsize=10927392 memory=928 CPUtime=1.5 cores=0,2,4,6
/proc/3605/task/3620/stat : 3620 (java) S 3602 3605 3347 0 -1 1077944384 1900 0 0 0 82 68 0 0 20 0 17 0 43868494 11189649408 540810 33554432000 4194304 4196468 140727737302464 140443347041328 140443863751298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27447296 140727737308273 140727737308425 140727737308425 140727737311183 0
Current children cumulated CPU time: 2400.26 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2163240 KiB

Child status: 143
Real time (s): 2388.62
CPU time (s): 2400.28
CPU user time (s): 2398.09
CPU system time (s): 2.19055
CPU usage (%): 100.488
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2163240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.09
system time used= 2.19055
maximum resident set size= 2163608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91861
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54474
involuntary context switches= 1571


# summary of solver processes directly reported to runsolver:
#   pid: 3605
#   total CPU time (s): 2400.28
#   total CPU user time (s): 2398.09
#   total CPU system time (s): 2.19055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2824 second user time and 24.1981 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 14:37:33
IDJOB=4291908
IDBENCH=141199
IDSOLVER=2742
FILE ID=node133/4291908-1532263053
RUNJOBID= node133-1532260671-3378
PBS_JOBID= 21018968
Free space on /tmp= 52644 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-03-opt_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291908-1532263053/watcher-4291908-1532263053 -o /tmp/evaluation-result-4291908-1532263053/solver-4291908-1532263053 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532260671-3378 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291908-1532263053.xml

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

MD5SUM BENCH= 2766495cf61bc642a5718b9084812e2f
RANDOM SEED=681887866

node133.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.24
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.24
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.24
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.24
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:        15331944 kB
MemAvailable:   30159912 kB
Buffers:          236376 kB
Cached:         14669248 kB
SwapCached:            0 kB
Active:          2995776 kB
Inactive:       13740056 kB
Active(anon):    1832768 kB
Inactive(anon):    17016 kB
Active(file):    1163008 kB
Inactive(file): 13723040 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2424 kB
Writeback:             8 kB
AnonPages:       1836528 kB
Mapped:            47676 kB
Shmem:             17056 kB
Slab:             397988 kB
SReclaimable:     370380 kB
SUnreclaim:        27608 kB
KernelStack:        3664 kB
PageTables:         8828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2606136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1716224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52640 MiB
End job on node133 at 2018-07-22 15:17:22