Trace number 4301505

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)778 252.165 245.328

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.928746
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.97/1.49	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.97/1.49	c This is free software under the dual EPL/GNU LGPL licenses.
3.97/1.49	c See www.sat4j.org for details.
3.97/1.49	c That software uses the Rhino library from the Mozilla project.
3.97/1.49	c version 2.3.6-SNAPSHOT
3.97/1.49	c java.runtime.name	Java(TM) SE Runtime Environment
3.97/1.49	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.97/1.49	c java.vm.version	25.131-b11
3.97/1.49	c java.vm.vendor	Oracle Corporation
3.97/1.49	c sun.arch.data.model	64
3.97/1.49	c java.version		1.8.0_131
3.97/1.49	c os.name		Linux
3.97/1.49	c os.version		3.10.0-514.16.1.el7.x86_64
3.97/1.49	c os.arch		amd64
3.97/1.49	c Free memory 		499604488
3.97/1.49	c Max memory 		7247757312
3.97/1.49	c Total memory 		504889344
3.97/1.49	c Number of processors 	4
3.97/1.49	c c --- Begin Solver configuration ---
3.97/1.49	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.97/1.49	c Learn all clauses as in MiniSAT
3.97/1.49	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.97/1.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.97/1.49	c No reason simplification
3.97/1.49	c Glucose 2.1 dynamic restart strategy
3.97/1.49	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.97/1.49	c timeout=2147483s
3.97/1.49	c DB Simplification allowed=false
3.97/1.49	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.97/1.49	c --- End Solver configuration ---
3.97/1.49	c constraints type 
3.97/1.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 400
3.97/1.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 91538
3.97/1.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2080492
3.97/1.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 2268
3.97/1.49	c 2174698 constraints processed.
6.68/2.63	o 792
18.55/12.17	o 778
252.14/245.31	c starts		: 6742
252.14/245.31	c conflicts		: 1007338
252.14/245.31	c decisions		: 15931795
252.14/245.31	c propagations		: 244159902
252.14/245.31	c inspects		: 2778814976
252.14/245.31	c shortcuts		: 0
252.14/245.31	c learnt literals	: 320
252.14/245.31	c learnt binary clauses	: 2058
252.14/245.31	c learnt ternary clauses	: 3540
252.14/245.31	c learnt constraints	: 1007018
252.14/245.31	c ignored constraints	: 0
252.14/245.31	c root simplifications	: 0
252.14/245.31	c removed literals (reason simplification)	: 0
252.14/245.31	c reason swapping (by a shorter reason)	: 0
252.14/245.31	c Calls to reduceDB	: 47
252.14/245.31	c Number of update (reduction) of LBD	: 689552
252.14/245.31	c Imported unit clauses	: 0
252.14/245.31	c number of reductions to clauses (during analyze)	: 0
252.14/245.31	c number of learned constraints concerned by reduction	: 0
252.14/245.31	c number of learning phase by resolution	: 0
252.14/245.31	c number of learning phase by cutting planes	: 0
252.14/245.31	c number of rounding to 1 operations	: 0
252.14/245.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.14/245.31	c number of reductions of the coefficients by power 2 	: 0
252.14/245.31	c number of right shift for reduction by power 2 	: 0
252.14/245.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.14/245.31	c number of ending skipping 	: 0
252.14/245.31	c number of internal skipping 	: 0
252.14/245.31	c number of derivation steps 	: 0
252.14/245.31	c number of skipped derivation steps 	: 0
252.14/245.31	c number of remaining unassigned 	: 0
252.14/245.31	c number of remaining assigned 	: 0
252.14/245.31	c speed (assignments/second)	: 1001583.0318245589
252.14/245.31	c non guided choices	: 1080792
252.14/245.31	s SATISFIABLE
252.14/245.31	v <instantiation type="solution">
252.14/245.31	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>
252.14/245.31	v 	<values> 680 442 142 380 142 380 156 394 694 456 694 456 72 310 128 366 736 498 722 484 30 268 100 338 114 352 114 352 128 366 142 380 778 540 142 380 666 428 16 254 30 268 100 338 736 498 764 526 44 282 666 428 694 456 778 540 750 512 128 366 100 338 16 254 72 310 114 352 44 282 156 394 652 414 736 498 58 296 30 268 736 498 30 268 30 268 30 268 86 324 16 254 44 282 142 380 44 282 722 484 30 268 652 414 722 484 114 352 652 414 30 268 30 268 708 470 156 394 58 296 128 366 30 268 156 394 764 526 128 366 680 442 722 484 156 394 128 366 680 442 114 352 72 310 30 268 86 324 142 380 44 282 30 268 100 338 30 268 72 310 86 324 128 366 722 484 30 268 142 380 680 442 736 498 114 352 58 296 722 484 128 366 708 470 722 484 58 296 736 498 30 268 72 310 58 296 142 380 30 268 </values>
252.14/245.31	v </instantiation>
252.14/245.31	

Verifier Data

OK	778

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301505-1532881391/watcher-4301505-1532881391 -o /tmp/evaluation-result-4301505-1532881391/solver-4301505-1532881391 -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-4301505-1532881391.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
solver pid=15067, runsolver pid=15064
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 2.45 2.33 2.16 3/216 15082
/proc/meminfo: memFree=24521488/32770624 swapFree=67108860/67108860
[pid=15067] ppid=15064 vsize=10659012 memory=30096 CPUtime=0.13 cores=1,3,5,7
/proc/15067/stat : 15067 (java) S 15064 15067 13514 0 -1 1077944320 6599 0 0 0 11 2 0 0 20 0 15 0 105702325 10914828288 7524 33554432000 4194304 4196468 140736927866128 140736927848672 140569828458231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
/proc/15067/statm: 2664753 7524 2820 1 0 2627263 0
[pid=15067/tid=15069] ppid=15064 vsize=10659012 memory=-8773748148830377346 CPUtime=0.09 cores=1,3,5,7
/proc/15067/task/15069/stat : 15069 (java) R 15064 15067 13514 0 -1 4202560 4429 0 0 0 8 1 0 0 20 0 15 0 105702325 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569832662896 140569812538718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15070] ppid=15064 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15070/stat : 15070 (java) S 15064 15067 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105702326 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569785010960 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15071] ppid=15064 vsize=10659012 memory=140628445685376 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15071/stat : 15071 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702326 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569434053520 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15072] ppid=15064 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15072/stat : 15072 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702326 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569433000976 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15073] ppid=15064 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15073/stat : 15073 (java) S 15064 15067 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105702326 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569431948432 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15074] ppid=15064 vsize=10659012 memory=140628445685376 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15074/stat : 15074 (java) S 15064 15067 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105702328 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569133242352 140569828469378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15075] ppid=15064 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15075/stat : 15075 (java) S 15064 15067 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105702328 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569132188576 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15076] ppid=15064 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15076/stat : 15076 (java) S 15064 15067 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105702328 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569131135984 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15077] ppid=15064 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15077/stat : 15077 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105702331 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569130084560 140569828476827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15078] ppid=15064 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15078/stat : 15078 (java) S 15064 15067 13514 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 105702331 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569129032176 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15079] ppid=15064 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15079/stat : 15079 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105702331 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569127979632 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15080] ppid=15064 vsize=10659012 memory=140628445685376 CPUtime=0.02 cores=1,3,5,7
/proc/15067/task/15080/stat : 15080 (java) S 15064 15067 13514 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 15 0 105702331 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569126927088 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15081] ppid=15064 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15081/stat : 15081 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105702331 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569125874784 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15082] ppid=15064 vsize=10659012 memory=140628445685376 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15082/stat : 15082 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702331 10914828288 7524 33554432000 4194304 4196468 140736927866128 140569124821296 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30096 KiB

[startup+0.210534 s]*
/proc/loadavg: 2.45 2.33 2.16 4/216 15082
/proc/meminfo: memFree=24511936/32770624 swapFree=67108860/67108860
[pid=15067] ppid=15064 vsize=10659012 memory=41812 CPUtime=0.33 cores=1,3,5,7
/proc/15067/stat : 15067 (java) S 15064 15067 13514 0 -1 1077944320 8081 0 0 0 31 2 0 0 20 0 15 0 105702325 10914828288 10453 33554432000 4194304 4196468 140736927866128 140736927848672 140569828458231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
/proc/15067/statm: 2664753 10453 3007 1 0 2627263 0
[pid=15067/tid=15069] ppid=15064 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/15067/task/15069/stat : 15069 (java) R 15064 15067 13514 0 -1 4202560 5019 0 0 0 18 1 0 0 20 0 15 0 105702325 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569832688320 140569812536223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15070] ppid=15064 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15070/stat : 15070 (java) S 15064 15067 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105702326 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569785010960 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15071] ppid=15064 vsize=10659012 memory=140628446310410 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15071/stat : 15071 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702326 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569434053520 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15072] ppid=15064 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15072/stat : 15072 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702326 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569433000976 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15073] ppid=15064 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15073/stat : 15073 (java) S 15064 15067 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105702326 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569431948432 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15074] ppid=15064 vsize=10659012 memory=140628445685376 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15074/stat : 15074 (java) S 15064 15067 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105702328 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569133242352 140569828469378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15075] ppid=15064 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15075/stat : 15075 (java) S 15064 15067 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105702328 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569132188576 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15076] ppid=15064 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15076/stat : 15076 (java) S 15064 15067 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105702328 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569131135984 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15077] ppid=15064 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15077/stat : 15077 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105702331 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569130084560 140569828476827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15078] ppid=15064 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15067/task/15078/stat : 15078 (java) S 15064 15067 13514 0 -1 1077944384 704 0 0 0 2 0 0 0 20 0 15 0 105702331 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569129032176 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15079] ppid=15064 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15067/task/15079/stat : 15079 (java) S 15064 15067 13514 0 -1 1077944384 251 0 0 0 2 0 0 0 20 0 15 0 105702331 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569127979632 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15080] ppid=15064 vsize=10659012 memory=140628445685376 CPUtime=0.07 cores=1,3,5,7
/proc/15067/task/15080/stat : 15080 (java) R 15064 15067 13514 0 -1 4202560 742 0 0 0 7 0 0 0 20 0 15 0 105702331 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569126927088 140569807133424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15081] ppid=15064 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15081/stat : 15081 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105702331 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569125874784 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15082] ppid=15064 vsize=10659012 memory=140628445685376 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15082/stat : 15082 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702331 10914828288 10453 33554432000 4194304 4196468 140736927866128 140569124821296 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41812 KiB

[startup+0.318231 s]*
/proc/loadavg: 2.45 2.33 2.16 5/216 15082
/proc/meminfo: memFree=24504616/32770624 swapFree=67108860/67108860
[pid=15067] ppid=15064 vsize=10659088 memory=47464 CPUtime=0.57 cores=1,3,5,7
/proc/15067/stat : 15067 (java) S 15064 15067 13514 0 -1 1077944320 8955 0 0 0 54 3 0 0 20 0 15 0 105702325 10914906112 11866 33554432000 4194304 4196468 140736927866128 140736927848672 140569828458231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
/proc/15067/statm: 2664772 11866 3056 1 0 2627263 0
[pid=15067/tid=15069] ppid=15064 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/15067/task/15069/stat : 15069 (java) R 15064 15067 13514 0 -1 4202560 5585 0 0 0 28 2 0 0 20 0 15 0 105702325 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569832695616 140569828470166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15070] ppid=15064 vsize=10659088 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15070/stat : 15070 (java) S 15064 15067 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105702326 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569785010960 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15071] ppid=15064 vsize=10659088 memory=140628446304725 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15071/stat : 15071 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702326 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569434053520 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15072] ppid=15064 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15072/stat : 15072 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702326 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569433000976 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15073] ppid=15064 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15073/stat : 15073 (java) S 15064 15067 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105702326 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569431948432 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15074] ppid=15064 vsize=10659088 memory=140628445685376 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15074/stat : 15074 (java) S 15064 15067 13514 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105702328 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569133242352 140569828469378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15075] ppid=15064 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15075/stat : 15075 (java) S 15064 15067 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105702328 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569132188576 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15076] ppid=15064 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15076/stat : 15076 (java) S 15064 15067 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105702328 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569131135984 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15077] ppid=15064 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15077/stat : 15077 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105702331 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569130084560 140569828476827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15078] ppid=15064 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/15067/task/15078/stat : 15078 (java) R 15064 15067 13514 0 -1 1077944384 796 0 0 0 5 0 0 0 20 0 15 0 105702331 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569129032176 140569828469378 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15079] ppid=15064 vsize=10659088 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/15067/task/15079/stat : 15079 (java) R 15064 15067 13514 0 -1 4202560 320 0 0 0 6 0 0 0 20 0 15 0 105702331 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569127979632 140569813623788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15080] ppid=15064 vsize=10659088 memory=140628445685376 CPUtime=0.14 cores=1,3,5,7
/proc/15067/task/15080/stat : 15080 (java) R 15064 15067 13514 0 -1 4202560 885 0 0 0 14 0 0 0 20 0 15 0 105702331 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569126927216 140569806988470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15081] ppid=15064 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15081/stat : 15081 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105702331 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569125874784 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15082] ppid=15064 vsize=10659088 memory=140628445685376 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15082/stat : 15082 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702331 10914906112 11866 33554432000 4194304 4196468 140736927866128 140569124821296 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47464 KiB

[startup+0.701274 s]
/proc/loadavg: 2.45 2.33 2.16 6/216 15082
/proc/meminfo: memFree=24476200/32770624 swapFree=67108860/67108860
[pid=15067] ppid=15064 vsize=10661136 memory=127956 CPUtime=1.71 cores=1,3,5,7
/proc/15067/stat : 15067 (java) S 15064 15067 13514 0 -1 1077944320 11647 0 0 0 165 6 0 0 20 0 15 0 105702325 10917003264 31989 33554432000 4194304 4196468 140736927866128 140736927848672 140569828458231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
/proc/15067/statm: 2665284 31989 3110 1 0 2627775 0
[pid=15067/tid=15069] ppid=15064 vsize=10661136 memory=16820 CPUtime=0.67 cores=1,3,5,7
/proc/15067/task/15069/stat : 15069 (java) R 15064 15067 13514 0 -1 4202560 5893 0 0 0 63 4 0 0 20 0 15 0 105702325 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569832690112 140569468232188 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15070] ppid=15064 vsize=10661136 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15070/stat : 15070 (java) S 15064 15067 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105702326 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569785010960 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15071] ppid=15064 vsize=10661136 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15071/stat : 15071 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702326 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569434053520 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15072] ppid=15064 vsize=10661136 memory=496 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15072/stat : 15072 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702326 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569433000976 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15073] ppid=15064 vsize=10661136 memory=928 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15073/stat : 15073 (java) S 15064 15067 13514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105702326 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569431948432 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15074] ppid=15064 vsize=10661136 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15074/stat : 15074 (java) S 15064 15067 13514 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105702328 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569133242352 140569828469378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15075] ppid=15064 vsize=10661136 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15075/stat : 15075 (java) S 15064 15067 13514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105702328 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569132188576 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15076] ppid=15064 vsize=10661136 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15076/stat : 15076 (java) S 15064 15067 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105702328 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569131135984 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15077] ppid=15064 vsize=10661136 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15077/stat : 15077 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105702331 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569130084560 140569828476827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15078] ppid=15064 vsize=10661136 memory=6081108994580573287 CPUtime=0.31 cores=1,3,5,7
/proc/15067/task/15078/stat : 15078 (java) R 15064 15067 13514 0 -1 4202560 1652 0 0 0 31 0 0 0 20 0 15 0 105702331 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569129020528 140569812418912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15079] ppid=15064 vsize=10661136 memory=5788647689011156329 CPUtime=0.33 cores=1,3,5,7
/proc/15067/task/15079/stat : 15079 (java) R 15064 15067 13514 0 -1 4202560 1042 0 0 0 33 0 0 0 20 0 15 0 105702331 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569127965512 140569813380188 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15080] ppid=15064 vsize=10661136 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/15067/task/15080/stat : 15080 (java) S 15064 15067 13514 0 -1 1077944384 1687 0 0 0 37 0 0 0 20 0 15 0 105702331 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569126927088 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15081] ppid=15064 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15081/stat : 15081 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105702331 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569125874784 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15082] ppid=15064 vsize=10661136 memory=756 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15082/stat : 15082 (java) S 15064 15067 13514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105702331 10917003264 31989 33554432000 4194304 4196468 140736927866128 140569124821296 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 127956 KiB

[startup+1.50072 s]
/proc/loadavg: 2.45 2.33 2.16 5/216 15082
/proc/meminfo: memFree=24325092/32770624 swapFree=67108860/67108860
[pid=15067] ppid=15064 vsize=10661136 memory=378660 CPUtime=4.27 cores=1,3,5,7
/proc/15067/stat : 15067 (java) S 15064 15067 13514 0 -1 1077944320 15328 0 0 0 405 22 0 0 20 0 15 0 105702325 10917003264 94665 33554432000 4194304 4196468 140736927866128 140736927848672 140569828458231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
/proc/15067/statm: 2665284 94665 3148 1 0 2627775 0
[pid=15067/tid=15069] ppid=15064 vsize=10661136 memory=311056 CPUtime=1.31 cores=1,3,5,7
/proc/15067/task/15069/stat : 15069 (java) R 15064 15067 13514 0 -1 4202560 5974 0 0 0 126 5 0 0 20 0 15 0 105702325 10917003264 94665 33554432000 4194304 4196468 140736927866128 140569832687200 140569828470166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15070] ppid=15064 vsize=10661136 memory=33 CPUtime=0.13 cores=1,3,5,7
/proc/15067/task/15070/stat : 15070 (java) S 15064 15067 13514 0 -1 1077944384 149 0 0 0 10 3 0 0 20 0 15 0 105702326 10917003264 94665 33554432000 4194304 4196468 140736927866128 140569785010960 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15071] ppid=15064 vsize=10661136 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/15067/task/15071/stat : 15071 (java) S 15064 15067 13514 0 -1 1077944384 131 0 0 0 10 3 0 0 20 0 15 0 105702326 10917003264 94665 33554432000 4194304 4196468 140736927866128 140569434053520 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15072] ppid=15064 vsize=10661136 memory=6791534058613427641 CPUtime=0.13 cores=1,3,5,7
/proc/15067/task/15072/stat : 15072 (java) S 15064 15067 13514 0 -1 1077944384 119 0 0 0 10 3 0 0 20 0 15 0 105702326 10917003264 94665 33554432000 4194304 4196468 140736927866128 140569433000976 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15073] ppid=15064 vsize=10661136 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/15067/task/15073/stat : 15073 (java) S 15064 15067 13514 0 -1 1077944384 139 0 0 0 11 3 0 0 20 0 15 0 105702326 10917003264 94665 33554432000 4194304 4196468 140736927866128 140569431948432 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15074] ppid=15064 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15074/stat : 15074 (java) S 15064 15067 13514 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 105702328 10917003264 94665 33554432000 4194304 4196468 140736927866128 140569133242352 140569828469378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0

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

/proc/15067/task/15071/stat : 15071 (java) S 15064 15067 13514 0 -1 1077944384 1011 0 0 0 66 10 0 0 20 0 16 0 105702326 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569434053520 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15072] ppid=15064 vsize=10727700 memory=668792 CPUtime=0.75 cores=1,3,5,7
/proc/15067/task/15072/stat : 15072 (java) S 15064 15067 13514 0 -1 1077944384 420 0 0 0 65 10 0 0 20 0 16 0 105702326 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569433000976 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15073] ppid=15064 vsize=10727700 memory=668792 CPUtime=0.77 cores=1,3,5,7
/proc/15067/task/15073/stat : 15073 (java) S 15064 15067 13514 0 -1 1077944384 789 0 0 0 67 10 0 0 20 0 16 0 105702326 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569431948432 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15074] ppid=15064 vsize=10727700 memory=668792 CPUtime=0.29 cores=1,3,5,7
/proc/15067/task/15074/stat : 15074 (java) S 15064 15067 13514 0 -1 1077944384 3454 0 0 0 29 0 0 0 20 0 16 0 105702328 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569133242352 140569828469378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15075] ppid=15064 vsize=10727700 memory=30168 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15075/stat : 15075 (java) S 15064 15067 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 105702328 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569132188640 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15076] ppid=15064 vsize=10727700 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15076/stat : 15076 (java) S 15064 15067 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 105702328 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569131136000 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15077] ppid=15064 vsize=10727700 memory=668792 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15077/stat : 15077 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569130084560 140569828476827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15078] ppid=15064 vsize=10727700 memory=668792 CPUtime=1.82 cores=1,3,5,7
/proc/15067/task/15078/stat : 15078 (java) S 15064 15067 13514 0 -1 1077944384 5329 0 0 0 182 0 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569129032176 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15079] ppid=15064 vsize=10727700 memory=668792 CPUtime=2.09 cores=1,3,5,7
/proc/15067/task/15079/stat : 15079 (java) S 15064 15067 13514 0 -1 1077944384 6960 0 0 0 208 1 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569127979632 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15080] ppid=15064 vsize=10727700 memory=668792 CPUtime=0.61 cores=1,3,5,7
/proc/15067/task/15080/stat : 15080 (java) S 15064 15067 13514 0 -1 1077944384 4994 0 0 0 60 1 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569126927088 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15081] ppid=15064 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15081/stat : 15081 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569125874784 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15082] ppid=15064 vsize=10727700 memory=1240 CPUtime=0.12 cores=1,3,5,7
/proc/15067/task/15082/stat : 15082 (java) S 15064 15067 13514 0 -1 1077944384 732 0 0 0 6 6 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569124821296 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15083] ppid=15064 vsize=10727700 memory=1520 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15083/stat : 15083 (java) S 15064 15067 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105702479 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569121669936 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
Current children cumulated CPU time: 229.24 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 668792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+245.11 s]
/proc/loadavg: 2.17 2.22 2.15 3/217 15166
/proc/meminfo: memFree=23187920/32770624 swapFree=67108860/67108860
[pid=15067] ppid=15064 vsize=10727700 memory=668792 CPUtime=252.07 cores=1,3,5,7
/proc/15067/stat : 15067 (java) S 15064 15067 13514 0 -1 1077944320 36872 0 0 0 25148 59 0 0 20 0 16 0 105702325 10985164800 167198 33554432000 4194304 4196468 140736927866128 140736927848672 140569828458231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
/proc/15067/statm: 2681925 167198 3182 1 0 2644416 0
[pid=15067/tid=15069] ppid=15064 vsize=10727700 memory=668792 CPUtime=243.99 cores=1,3,5,7
/proc/15067/task/15069/stat : 15069 (java) R 15064 15067 13514 0 -1 4202560 10366 0 0 0 24392 7 0 0 20 0 16 0 105702325 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569832693984 140569470625194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15070] ppid=15064 vsize=10727700 memory=668792 CPUtime=0.76 cores=1,3,5,7
/proc/15067/task/15070/stat : 15070 (java) S 15064 15067 13514 0 -1 1077944384 1406 0 0 0 66 10 0 0 20 0 16 0 105702326 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569785010960 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15071] ppid=15064 vsize=10727700 memory=668792 CPUtime=0.76 cores=1,3,5,7
/proc/15067/task/15071/stat : 15071 (java) S 15064 15067 13514 0 -1 1077944384 1011 0 0 0 66 10 0 0 20 0 16 0 105702326 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569434053520 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15072] ppid=15064 vsize=10727700 memory=668792 CPUtime=0.75 cores=1,3,5,7
/proc/15067/task/15072/stat : 15072 (java) S 15064 15067 13514 0 -1 1077944384 420 0 0 0 65 10 0 0 20 0 16 0 105702326 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569433000976 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15073] ppid=15064 vsize=10727700 memory=668792 CPUtime=0.77 cores=1,3,5,7
/proc/15067/task/15073/stat : 15073 (java) S 15064 15067 13514 0 -1 1077944384 789 0 0 0 67 10 0 0 20 0 16 0 105702326 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569431948432 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15074] ppid=15064 vsize=10727700 memory=668792 CPUtime=0.29 cores=1,3,5,7
/proc/15067/task/15074/stat : 15074 (java) S 15064 15067 13514 0 -1 1077944384 3454 0 0 0 29 0 0 0 20 0 16 0 105702328 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569133242352 140569828469378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15075] ppid=15064 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15075/stat : 15075 (java) S 15064 15067 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 105702328 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569132188640 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15076] ppid=15064 vsize=10727700 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15076/stat : 15076 (java) S 15064 15067 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 105702328 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569131136000 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15077] ppid=15064 vsize=10727700 memory=668792 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15077/stat : 15077 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569130084560 140569828476827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15078] ppid=15064 vsize=10727700 memory=668792 CPUtime=1.82 cores=1,3,5,7
/proc/15067/task/15078/stat : 15078 (java) S 15064 15067 13514 0 -1 1077944384 5329 0 0 0 182 0 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569129032176 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15079] ppid=15064 vsize=10727700 memory=668792 CPUtime=2.09 cores=1,3,5,7
/proc/15067/task/15079/stat : 15079 (java) S 15064 15067 13514 0 -1 1077944384 6960 0 0 0 208 1 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569127979632 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15080] ppid=15064 vsize=10727700 memory=2724 CPUtime=0.61 cores=1,3,5,7
/proc/15067/task/15080/stat : 15080 (java) S 15064 15067 13514 0 -1 1077944384 4994 0 0 0 60 1 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569126927088 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15081] ppid=15064 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15081/stat : 15081 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569125874784 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15082] ppid=15064 vsize=10727700 memory=756 CPUtime=0.14 cores=1,3,5,7
/proc/15067/task/15082/stat : 15082 (java) S 15064 15067 13514 0 -1 1077944384 734 0 0 0 7 7 0 0 20 0 16 0 105702331 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569124821296 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15083] ppid=15064 vsize=10727700 memory=14572 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15083/stat : 15083 (java) S 15064 15067 13514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105702479 10985164800 167198 33554432000 4194304 4196468 140736927866128 140569121669936 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 668792 KiB

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

[startup+245.328 s]
# the end of solver process 15067 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.562 s, system=0.603218 s

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

[startup+245.205 s]
/proc/loadavg: 2.17 2.22 2.15 3/217 15166
/proc/meminfo: memFree=23187920/32770624 swapFree=67108860/67108860
[pid=15067] ppid=15064 vsize=10927392 memory=669112 CPUtime=252.14 cores=1,3,5,7
/proc/15067/stat : 15067 (java) S 15064 15067 13514 0 -1 1077944320 38206 0 0 0 25155 59 0 0 20 0 17 0 105702325 11189649408 167278 33554432000 4194304 4196468 140736927866128 140736927848672 140569828458231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
/proc/15067/statm: 2731848 167278 3186 1 0 2694339 0
[pid=15067/tid=15069] ppid=15064 vsize=10927392 memory=1240 CPUtime=244.06 cores=1,3,5,7
/proc/15067/task/15069/stat : 15069 (java) S 15064 15067 13514 0 -1 1077944384 10644 0 0 0 24399 7 0 0 20 0 17 0 105702325 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569832701104 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15070] ppid=15064 vsize=10927392 memory=668792 CPUtime=0.76 cores=1,3,5,7
/proc/15067/task/15070/stat : 15070 (java) S 15064 15067 13514 0 -1 1077944384 1406 0 0 0 66 10 0 0 20 0 17 0 105702326 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569785010960 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15071] ppid=15064 vsize=10927392 memory=668792 CPUtime=0.76 cores=1,3,5,7
/proc/15067/task/15071/stat : 15071 (java) S 15064 15067 13514 0 -1 1077944384 1011 0 0 0 66 10 0 0 20 0 17 0 105702326 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569434053520 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15072] ppid=15064 vsize=10927392 memory=4140 CPUtime=0.75 cores=1,3,5,7
/proc/15067/task/15072/stat : 15072 (java) S 15064 15067 13514 0 -1 1077944384 420 0 0 0 65 10 0 0 20 0 17 0 105702326 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569433000976 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15073] ppid=15064 vsize=10927392 memory=7440059178701712485 CPUtime=0.77 cores=1,3,5,7
/proc/15067/task/15073/stat : 15073 (java) S 15064 15067 13514 0 -1 1077944384 789 0 0 0 67 10 0 0 20 0 17 0 105702326 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569431948432 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15074] ppid=15064 vsize=10927392 memory=7451596354226251367 CPUtime=0.29 cores=1,3,5,7
/proc/15067/task/15074/stat : 15074 (java) S 15064 15067 13514 0 -1 1077944384 3454 0 0 0 29 0 0 0 20 0 17 0 105702328 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569133242352 140569828469378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15075] ppid=15064 vsize=10927392 memory=7162807258649683558 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15075/stat : 15075 (java) S 15064 15067 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 105702328 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569132188640 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15076] ppid=15064 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15076/stat : 15076 (java) S 15064 15067 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 105702328 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569131136000 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15077] ppid=15064 vsize=10927392 memory=-8316900901535099443 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15077/stat : 15077 (java) S 15064 15067 13514 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569130084560 140569828476827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15078] ppid=15064 vsize=10927392 memory=-6800859132029471843 CPUtime=1.82 cores=1,3,5,7
/proc/15067/task/15078/stat : 15078 (java) S 15064 15067 13514 0 -1 1077944384 5412 0 0 0 182 0 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569129032176 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15079] ppid=15064 vsize=10927392 memory=6944656592455097440 CPUtime=2.09 cores=1,3,5,7
/proc/15067/task/15079/stat : 15079 (java) S 15064 15067 13514 0 -1 1077944384 7025 0 0 0 208 1 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569127979632 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15080] ppid=15064 vsize=10927392 memory=3981858624252699500 CPUtime=0.61 cores=1,3,5,7
/proc/15067/task/15080/stat : 15080 (java) S 15064 15067 13514 0 -1 1077944384 5232 0 0 0 60 1 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569126927088 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15081] ppid=15064 vsize=10927392 memory=6140449628474861667 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15081/stat : 15081 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569125874784 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15082] ppid=15064 vsize=10927392 memory=288230574492221466 CPUtime=0.14 cores=1,3,5,7
/proc/15067/task/15082/stat : 15082 (java) S 15064 15067 13514 0 -1 1077944384 734 0 0 0 7 7 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569124821296 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
Current children cumulated CPU time: 252.14 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 669112 KiB

[startup+245.301 s]
/proc/loadavg: 2.17 2.22 2.15 3/217 15166
/proc/meminfo: memFree=23187920/32770624 swapFree=67108860/67108860
[pid=15067] ppid=15064 vsize=10927392 memory=669112 CPUtime=252.14 cores=1,3,5,7
/proc/15067/stat : 15067 (java) S 15064 15067 13514 0 -1 1077944320 38206 0 0 0 25155 59 0 0 20 0 17 0 105702325 11189649408 167278 33554432000 4194304 4196468 140736927866128 140736927848672 140569828458231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
/proc/15067/statm: 2731848 167278 3186 1 0 2694339 0
[pid=15067/tid=15069] ppid=15064 vsize=10927392 memory=668792 CPUtime=244.06 cores=1,3,5,7
/proc/15067/task/15069/stat : 15069 (java) S 15064 15067 13514 0 -1 1077944384 10644 0 0 0 24399 7 0 0 20 0 17 0 105702325 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569832701104 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15070] ppid=15064 vsize=10927392 memory=668792 CPUtime=0.76 cores=1,3,5,7
/proc/15067/task/15070/stat : 15070 (java) S 15064 15067 13514 0 -1 1077944384 1406 0 0 0 66 10 0 0 20 0 17 0 105702326 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569785010960 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15071] ppid=15064 vsize=10927392 memory=668792 CPUtime=0.76 cores=1,3,5,7
/proc/15067/task/15071/stat : 15071 (java) S 15064 15067 13514 0 -1 1077944384 1011 0 0 0 66 10 0 0 20 0 17 0 105702326 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569434053520 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15072] ppid=15064 vsize=10927392 memory=668792 CPUtime=0.75 cores=1,3,5,7
/proc/15067/task/15072/stat : 15072 (java) S 15064 15067 13514 0 -1 1077944384 420 0 0 0 65 10 0 0 20 0 17 0 105702326 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569433000976 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15073] ppid=15064 vsize=10927392 memory=668792 CPUtime=0.77 cores=1,3,5,7
/proc/15067/task/15073/stat : 15073 (java) S 15064 15067 13514 0 -1 1077944384 789 0 0 0 67 10 0 0 20 0 17 0 105702326 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569431948432 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15074] ppid=15064 vsize=10927392 memory=668792 CPUtime=0.29 cores=1,3,5,7
/proc/15067/task/15074/stat : 15074 (java) S 15064 15067 13514 0 -1 1077944384 3454 0 0 0 29 0 0 0 20 0 17 0 105702328 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569133242352 140569828469378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15075] ppid=15064 vsize=10927392 memory=668792 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15075/stat : 15075 (java) S 15064 15067 13514 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 105702328 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569132188640 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15076] ppid=15064 vsize=10927392 memory=668792 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15076/stat : 15076 (java) S 15064 15067 13514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 105702328 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569131136000 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15077] ppid=15064 vsize=10927392 memory=668792 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15077/stat : 15077 (java) S 15064 15067 13514 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569130084560 140569828476827 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15078] ppid=15064 vsize=10927392 memory=2724 CPUtime=1.82 cores=1,3,5,7
/proc/15067/task/15078/stat : 15078 (java) S 15064 15067 13514 0 -1 1077944384 5412 0 0 0 182 0 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569129032176 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15079] ppid=15064 vsize=10927392 memory=6791534058613427641 CPUtime=2.09 cores=1,3,5,7
/proc/15067/task/15079/stat : 15079 (java) S 15064 15067 13514 0 -1 1077944384 7025 0 0 0 208 1 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569127979632 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15080] ppid=15064 vsize=10927392 memory=4104 CPUtime=0.61 cores=1,3,5,7
/proc/15067/task/15080/stat : 15080 (java) S 15064 15067 13514 0 -1 1077944384 5232 0 0 0 60 1 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569126927088 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15081] ppid=15064 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15067/task/15081/stat : 15081 (java) S 15064 15067 13514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569125874784 140569828468437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
[pid=15067/tid=15082] ppid=15064 vsize=10927392 memory=756 CPUtime=0.14 cores=1,3,5,7
/proc/15067/task/15082/stat : 15082 (java) S 15064 15067 13514 0 -1 1077944384 734 0 0 0 7 7 0 0 20 0 17 0 105702331 11189649408 167278 33554432000 4194304 4196468 140736927866128 140569124821296 140569828469378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140736927872118 140736927872270 140736927872270 140736927875023 0
Current children cumulated CPU time: 252.14 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 669112 KiB

Child status: 143
Real time (s): 245.328
CPU time (s): 252.165
CPU user time (s): 251.562
CPU system time (s): 0.603218
CPU usage (%): 102.787
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 669112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.562
system time used= 0.603218
maximum resident set size= 669444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7734
involuntary context switches= 175


# summary of solver processes directly reported to runsolver:
#   pid: 15067
#   total CPU time (s): 252.165
#   total CPU user time (s): 251.562
#   total CPU system time (s): 0.603218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.63366 second user time and 2.3126 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 18:23:12
IDJOB=4301505
IDBENCH=141199
IDSOLVER=2773
FILE ID=node136/4301505-1532881391
RUNJOBID= node136-1532879536-13547
PBS_JOBID= 21022516
Free space on /tmp= 60228 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-4301505-1532881391/watcher-4301505-1532881391 -o /tmp/evaluation-result-4301505-1532881391/solver-4301505-1532881391 -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-4301505-1532881391.xml

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

MD5SUM BENCH= 2766495cf61bc642a5718b9084812e2f
RANDOM SEED=1222103420

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:        24540060 kB
MemAvailable:   27824188 kB
Buffers:          212792 kB
Cached:          3342128 kB
SwapCached:            0 kB
Active:          5812320 kB
Inactive:        1937880 kB
Active(anon):    4146596 kB
Inactive(anon):    76480 kB
Active(file):    1665724 kB
Inactive(file):  1861400 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2516 kB
Writeback:             0 kB
AnonPages:       4147104 kB
Mapped:            46684 kB
Shmem:             25228 kB
Slab:             173672 kB
SReclaimable:     145680 kB
SUnreclaim:        27992 kB
KernelStack:        3808 kB
PageTables:        12968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5973016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3883008 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= 60224 MiB
End job on node136 at 2018-07-29 18:27:17