Trace number 4263290

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 5.63129 2.2154901

General information on the benchmark

NameDriver/
Driver-m1-s1/driverlogw-08cc.xml
MD5SUM5295e32d08449c2e3ec72eea1c3f05d5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.208785
Satisfiable
(Un)Satisfiability was proved
Number of variables408
Number of constraints9321
Number of domains8
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":131},{"size":3,"count":64},{"size":4,"count":64},{"size":5,"count":95},{"size":6,"count":10},{"size":7,"count":23},{"size":8,"count":18},{"size":11,"count":3}]
Minimum variable degree1
Maximum variable degree117
Distribution of variable degrees[{"degree":1,"count":5},{"degree":3,"count":3},{"degree":5,"count":17},{"degree":7,"count":2},{"degree":8,"count":9},{"degree":9,"count":8},{"degree":10,"count":5},{"degree":11,"count":7},{"degree":12,"count":6},{"degree":13,"count":3},{"degree":14,"count":14},{"degree":15,"count":3},{"degree":16,"count":8},{"degree":17,"count":7},{"degree":18,"count":3},{"degree":20,"count":4},{"degree":21,"count":2},{"degree":22,"count":4},{"degree":23,"count":2},{"degree":24,"count":8},{"degree":25,"count":3},{"degree":26,"count":4},{"degree":27,"count":1},{"degree":28,"count":2},{"degree":29,"count":1},"...",{"degree":74,"count":1}, {"degree":75,"count":5}, {"degree":76,"count":1}, {"degree":77,"count":5}, {"degree":78,"count":4}, {"degree":79,"count":7}, {"degree":80,"count":8}, {"degree":81,"count":3}, {"degree":82,"count":1}, {"degree":84,"count":2}, {"degree":86,"count":11}, {"degree":87,"count":5}, {"degree":88,"count":2}, {"degree":93,"count":3}, {"degree":97,"count":2}, {"degree":98,"count":1}, {"degree":106,"count":2}, {"degree":107,"count":2}, {"degree":108,"count":3}, {"degree":109,"count":2}, {"degree":113,"count":1}, {"degree":114,"count":1}, {"degree":115,"count":1}, {"degree":116,"count":2}, {"degree":117,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9321}]
Number of extensional constraints9321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":9321}]
Optimization problemNO
Type of objective

Solver Data

3.83/1.37	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.83/1.37	c This is free software under the dual EPL/GNU LGPL licenses.
3.83/1.37	c See www.sat4j.org for details.
3.83/1.37	c That software uses the Rhino library from the Mozilla project.
3.83/1.37	c version CUSTOM.v20170705
3.83/1.37	c java.runtime.name	Java(TM) SE Runtime Environment
3.83/1.37	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.83/1.37	c java.vm.version	25.131-b11
3.83/1.37	c java.vm.vendor	Oracle Corporation
3.83/1.37	c sun.arch.data.model	64
3.83/1.37	c java.version		1.8.0_131
3.83/1.37	c os.name		Linux
3.83/1.37	c os.version		3.10.0-514.16.1.el7.x86_64
3.83/1.37	c os.arch		amd64
3.83/1.37	c Free memory 		499604488
3.83/1.37	c Max memory 		7247757312
3.83/1.37	c Total memory 		504889344
3.83/1.37	c Number of processors 	4
3.83/1.37	c c --- Begin Solver configuration ---
3.83/1.37	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.83/1.37	c Learn all clauses as in MiniSAT
3.83/1.37	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.83/1.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.83/1.37	c No reason simplification
3.83/1.37	c Glucose 2.1 dynamic restart strategy
3.83/1.37	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.83/1.37	c timeout=2147483s
3.83/1.37	c DB Simplification allowed=false
3.83/1.37	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.83/1.37	c --- End Solver configuration ---
3.83/1.37	c constraints type 
3.83/1.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 816
3.83/1.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137318
3.83/1.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 76464
3.83/1.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2028
3.83/1.37	c 216626 constraints processed.
5.61/2.19	c starts		: 4
5.61/2.19	c conflicts		: 504
5.61/2.19	c decisions		: 49904
5.61/2.19	c propagations		: 902118
5.61/2.19	c inspects		: 1338320
5.61/2.19	c shortcuts		: 0
5.61/2.19	c learnt literals	: 10
5.61/2.19	c learnt binary clauses	: 52
5.61/2.19	c learnt ternary clauses	: 37
5.61/2.19	c learnt constraints	: 494
5.61/2.19	c ignored constraints	: 0
5.61/2.19	c root simplifications	: 0
5.61/2.19	c removed literals (reason simplification)	: 0
5.61/2.19	c reason swapping (by a shorter reason)	: 0
5.61/2.19	c Calls to reduceDB	: 0
5.61/2.19	c Number of update (reduction) of LBD	: 163
5.61/2.19	c Imported unit clauses	: 0
5.61/2.19	c number of reductions to clauses (during analyze)	: 0
5.61/2.19	c number of learned constraints concerned by reduction	: 0
5.61/2.19	c number of learning phase by resolution	: 0
5.61/2.19	c number of learning phase by cutting planes	: 0
5.61/2.19	c number of rounding to 1 operations	: 0
5.61/2.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
5.61/2.19	c number of reductions of the coefficients by power 2 	: 0
5.61/2.19	c number of right shift for reduction by power 2 	: 0
5.61/2.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
5.61/2.19	c speed (assignments/second)	: 1133314.0703517587
5.61/2.19	c non guided choices	40199
5.61/2.19	c learnt constraints type 
5.61/2.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52
5.61/2.19	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 442
5.61/2.19	s SATISFIABLE
5.61/2.19	v <instantiation type="solution">
5.61/2.19	v 	<list> x0[0] x0[1] x0[2] x0[3] x0[4] x0[5] x0[6] x0[7] x0[8] x0[9] x0[10] x0[11] x0[12] x0[13] x0[14] x0[15] x0[16] x0[17] x0[18] x0[19] x0[20] x0[21] x0[22] x0[23] x0[24] x0[25] x0[26] x0[27] x0[28] x0[29] x0[30] x0[31] x0[32] x0[33] x0[34] x0[35] x0[36] x0[37] x0[38] x0[39] x0[40] x0[41] x0[42] x0[43] x0[44] x0[45] x0[46] x0[47] x0[48] x0[49] x0[50] x0[51] x0[52] x0[53] x0[54] x0[55] x0[56] x0[57] x0[58] x0[59] x0[60] x0[61] x0[62] x0[63] x1[0] x1[1] x1[2] x1[3] x1[4] x1[5] x1[6] x1[7] x1[8] x1[9] x1[10] x1[11] x1[12] x1[13] x1[14] x1[15] x1[16] x1[17] x1[18] x1[19] x1[20] x1[21] x1[22] x2[0] x2[1] x2[2] x2[3] x2[4] x2[5] x2[6] x2[7] x2[8] x2[9] x3[0] x3[1] x3[2] x3[3] x3[4] x3[5] x3[6] x3[7] x3[8] x3[9] x3[10] x3[11] x3[12] x3[13] x3[14] x3[15] x3[16] x3[17] x3[18] x3[19] x3[20] x3[21] x3[22] x3[23] x3[24] x3[25] x3[26] x3[27] x3[28] x3[29] x3[30] x3[31] x3[32] x3[33] x3[34] x3[35] x3[36] x3[37] x3[38] x3[39] x3[40] x3[41] x3[42] x3[43] x3[44] x3[45] x3[46] x3[47] x3[48] x3[49] x3[50] x3[51] x3[52] x3[53] x3[54] x3[55] x3[56] x3[57] x3[58] x3[59] x3[60] x3[61] x3[62] x3[63] x3[64] x3[65] x3[66] x3[67] x3[68] x3[69] x3[70] x3[71] x3[72] x3[73] x3[74] x3[75] x3[76] x3[77] x3[78] x3[79] x3[80] x3[81] x3[82] x3[83] x3[84] x3[85] x3[86] x3[87] x3[88] x3[89] x3[90] x3[91] x3[92] x3[93] x3[94] x4[0] x4[1] x4[2] x4[3] x4[4] x4[5] x4[6] x4[7] x4[8] x4[9] x4[10] x4[11] x4[12] x4[13] x4[14] x4[15] x4[16] x4[17] x5[0] x5[1] x5[2] x5[3] x5[4] x5[5] x5[6] x5[7] x5[8] x5[9] x5[10] x5[11] x5[12] x5[13] x5[14] x5[15] x5[16] x5[17] x5[18] x5[19] x5[20] x5[21] x5[22] x5[23] x5[24] x5[25] x5[26] x5[27] x5[28] x5[29] x5[30] x5[31] x5[32] x5[33] x5[34] x5[35] x5[36] x5[37] x5[38] x5[39] x5[40] x5[41] x5[42] x5[43] x5[44] x5[45] x5[46] x5[47] x5[48] x5[49] x5[50] x5[51] x5[52] x5[53] x5[54] x5[55] x5[56] x5[57] x5[58] x5[59] x5[60] x5[61] x5[62] x5[63] x6[0] x6[1] x6[2] x7[0] x7[1] x7[2] x7[3] x7[4] x7[5] x7[6] x7[7] x7[8] x7[9] x7[10] x7[11] x7[12] x7[13] x7[14] x7[15] x7[16] x7[17] x7[18] x7[19] x7[20] x7[21] x7[22] x7[23] x7[24] x7[25] x7[26] x7[27] x7[28] x7[29] x7[30] x7[31] x7[32] x7[33] x7[34] x7[35] x7[36] x7[37] x7[38] x7[39] x7[40] x7[41] x7[42] x7[43] x7[44] x7[45] x7[46] x7[47] x7[48] x7[49] x7[50] x7[51] x7[52] x7[53] x7[54] x7[55] x7[56] x7[57] x7[58] x7[59] x7[60] x7[61] x7[62] x7[63] x7[64] x7[65] x7[66] x7[67] x7[68] x7[69] x7[70] x7[71] x7[72] x7[73] x7[74] x7[75] x7[76] x7[77] x7[78] x7[79] x7[80] x7[81] x7[82] x7[83] x7[84] x7[85] x7[86] x7[87] x7[88] x7[89] x7[90] x7[91] x7[92] x7[93] x7[94] x7[95] x7[96] x7[97] x7[98] x7[99] x7[100] x7[101] x7[102] x7[103] x7[104] x7[105] x7[106] x7[107] x7[108] x7[109] x7[110] x7[111] x7[112] x7[113] x7[114] x7[115] x7[116] x7[117] x7[118] x7[119] x7[120] x7[121] x7[122] x7[123] x7[124] x7[125] x7[126] x7[127] x7[128] x7[129] x7[130] </list>
5.62/2.20	v 	<values> 3 0 2 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 5 4 0 1 0 0 2 0 2 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 4 0 0 0 0 0 1 0 0 0 1 1 0 1 1 0 0 1 0 0 4 0 3 6 0 0 7 0 0 0 0 1 0 1 1 0 0 0 0 0 3 0 0 1 0 1 0 0 0 2 0 0 2 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 0 1 0 0 0 </values>
5.62/2.20	v </instantiation>
5.62/2.20	

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7176 MiB free)
  memory of node 1: 16384 MiB (15594 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263290-1502626397/watcher-4263290-1502626397 -o /tmp/evaluation-result-4263290-1502626397/solver-4263290-1502626397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263290-1502626397.xml 

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

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


[startup+0.100106 s]*
/proc/loadavg: 7.32 6.64 5.17 7/215 6603
/proc/meminfo: memFree=23299476/32770624 swapFree=67108860/67108860
[pid=6588] ppid=6585 vsize=10555400 memory=30068 CPUtime=0.12 cores=1,3,5,7
/proc/6588/stat : 6588 (java) S 6585 6588 32402 0 -1 1077944320 6573 0 0 0 11 1 0 0 20 0 15 0 95727327 10808729600 7517 33554432000 4194304 4196468 140723133685840 140723133668384 139792970182391 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
/proc/6588/statm: 2638850 7517 2820 1 0 2627263 0
[pid=6588/tid=6590] ppid=6585 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/6588/task/6590/stat : 6590 (java) R 6585 6588 32402 0 -1 4202560 4422 0 0 0 8 1 0 0 20 0 15 0 95727327 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792974396384 139792954262878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6591] ppid=6585 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792577436304 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6592] ppid=6585 vsize=10555400 memory=140247186208384 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792576383504 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6593] ppid=6585 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792575330704 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6594] ppid=6585 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6588 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792574277904 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6595] ppid=6585 vsize=10555400 memory=140247186208384 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6588 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95727329 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792530004848 139792970193538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6596] ppid=6585 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6588 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95727330 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792461325856 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6597] ppid=6585 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6588 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95727330 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792460273008 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6598] ppid=6585 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6598/stat : 6598 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95727332 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792459221328 139792970200987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6599] ppid=6585 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6599/stat : 6599 (java) S 6585 6588 32402 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 95727332 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792458168688 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6600] ppid=6585 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6600/stat : 6600 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95727332 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792457115888 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6601] ppid=6585 vsize=10555400 memory=140247186208384 CPUtime=0.02 cores=1,3,5,7
/proc/6588/task/6601/stat : 6601 (java) S 6585 6588 32402 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 15 0 95727332 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792456063088 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6602] ppid=6585 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95727333 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792455010528 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6603] ppid=6585 vsize=10555400 memory=140247186208384 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6603/stat : 6603 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727333 10808729600 7517 33554432000 4194304 4196468 140723133685840 139792453958832 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30068 KiB

[startup+0.21604 s]*
/proc/loadavg: 7.32 6.64 5.17 9/215 6603
/proc/meminfo: memFree=23289180/32770624 swapFree=67108860/67108860
[pid=6588] ppid=6585 vsize=10555400 memory=41944 CPUtime=0.35 cores=1,3,5,7
/proc/6588/stat : 6588 (java) S 6585 6588 32402 0 -1 1077944320 8075 0 0 0 33 2 0 0 20 0 15 0 95727327 10808729600 10486 33554432000 4194304 4196468 140723133685840 140723133668384 139792970182391 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
/proc/6588/statm: 2638850 10486 2994 1 0 2627263 0
[pid=6588/tid=6590] ppid=6585 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6588/task/6590/stat : 6590 (java) R 6585 6588 32402 0 -1 4202560 5037 0 0 0 19 1 0 0 20 0 15 0 95727327 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792974418272 139792970204317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6591] ppid=6585 vsize=10555400 memory=339 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792577436304 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6592] ppid=6585 vsize=10555400 memory=140247186386900 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792576383504 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6593] ppid=6585 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792575330704 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6594] ppid=6585 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6588 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792574277904 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6595] ppid=6585 vsize=10555400 memory=140247186208384 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6588 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95727329 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792530004848 139792970193538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6596] ppid=6585 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6588 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95727330 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792461325856 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6597] ppid=6585 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6588 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95727330 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792460273008 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6598] ppid=6585 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6598/stat : 6598 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95727332 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792459221328 139792970200987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6599] ppid=6585 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6588/task/6599/stat : 6599 (java) R 6585 6588 32402 0 -1 4202560 696 0 0 0 3 0 0 0 20 0 15 0 95727332 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792458158160 139792950883493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6600] ppid=6585 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6588/task/6600/stat : 6600 (java) R 6585 6588 32402 0 -1 1077944384 174 0 0 0 2 0 0 0 20 0 15 0 95727332 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792457102448 139792970192597 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6601] ppid=6585 vsize=10555400 memory=140247186208384 CPUtime=0.07 cores=1,3,5,7
/proc/6588/task/6601/stat : 6601 (java) R 6585 6588 32402 0 -1 4202560 825 0 0 0 7 0 0 0 20 0 15 0 95727332 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792456058816 139792954734795 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6602] ppid=6585 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95727333 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792455010528 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6603] ppid=6585 vsize=10555400 memory=140247186208384 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6603/stat : 6603 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727333 10808729600 10486 33554432000 4194304 4196468 140723133685840 139792453958832 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41944 KiB

[startup+0.311566 s]*
/proc/loadavg: 7.32 6.64 5.17 9/215 6603
/proc/meminfo: memFree=23273736/32770624 swapFree=67108860/67108860
[pid=6588] ppid=6585 vsize=10555400 memory=55692 CPUtime=0.66 cores=1,3,5,7
/proc/6588/stat : 6588 (java) S 6585 6588 32402 0 -1 1077944320 10677 0 0 0 63 3 0 0 20 0 15 0 95727327 10808729600 13923 33554432000 4194304 4196468 140723133685840 140723133668384 139792970182391 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
/proc/6588/statm: 2638850 13923 3037 1 0 2627263 0
[pid=6588/tid=6590] ppid=6585 vsize=10555400 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/6588/task/6590/stat : 6590 (java) R 6585 6588 32402 0 -1 4202560 5493 0 0 0 28 2 0 0 20 0 15 0 95727327 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792974420384 139792954262878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6591] ppid=6585 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792577436304 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6592] ppid=6585 vsize=10555400 memory=140247186266400 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792576383504 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6593] ppid=6585 vsize=10555400 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792575330704 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6594] ppid=6585 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6588 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95727328 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792574277904 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6595] ppid=6585 vsize=10555400 memory=140247186273312 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6588 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95727329 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792530004848 139792970193538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6596] ppid=6585 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6588 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95727330 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792461325856 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6597] ppid=6585 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6588 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95727330 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792460273008 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6598] ppid=6585 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6598/stat : 6598 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95727332 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792459221328 139792970200987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6599] ppid=6585 vsize=10555400 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/6588/task/6599/stat : 6599 (java) R 6585 6588 32402 0 -1 4202560 1581 0 0 0 12 0 0 0 20 0 15 0 95727332 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792458158800 139792951704615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6600] ppid=6585 vsize=10555400 memory=140247056895503 CPUtime=0.1 cores=1,3,5,7
/proc/6588/task/6600/stat : 6600 (java) R 6585 6588 32402 0 -1 4202560 1199 0 0 0 10 0 0 0 20 0 15 0 95727332 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792457101912 139792953569707 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6601] ppid=6585 vsize=10555400 memory=140247186214734 CPUtime=0.12 cores=1,3,5,7
/proc/6588/task/6601/stat : 6601 (java) S 6585 6588 32402 0 -1 1077944384 1051 0 0 0 12 0 0 0 20 0 15 0 95727332 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792456063088 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6602] ppid=6585 vsize=10555400 memory=140247056900047 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95727333 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792455010528 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6603] ppid=6585 vsize=10555400 memory=280494243125184 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6603/stat : 6603 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727333 10808729600 13923 33554432000 4194304 4196468 140723133685840 139792453958832 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 55692 KiB

[startup+0.701567 s]
/proc/loadavg: 7.32 6.64 5.17 8/215 6603
/proc/meminfo: memFree=23253416/32770624 swapFree=67108860/67108860
[pid=6588] ppid=6585 vsize=10555476 memory=118168 CPUtime=1.91 cores=1,3,5,7
/proc/6588/stat : 6588 (java) S 6585 6588 32402 0 -1 1077944320 12416 0 0 0 186 5 0 0 20 0 15 0 95727327 10808807424 29542 33554432000 4194304 4196468 140723133685840 140723133668384 139792970182391 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
/proc/6588/statm: 2638869 29542 3089 1 0 2627263 0
[pid=6588/tid=6590] ppid=6585 vsize=10555476 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/6588/task/6590/stat : 6590 (java) R 6585 6588 32402 0 -1 4202560 5818 0 0 0 64 3 0 0 20 0 15 0 95727327 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792974416016 139792611990281 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6591] ppid=6585 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792577436304 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6592] ppid=6585 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792576383504 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6593] ppid=6585 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727328 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792575330704 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6594] ppid=6585 vsize=10555476 memory=15580 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6588 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95727328 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792574277904 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6595] ppid=6585 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6588 32402 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95727329 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792530004848 139792970193538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6596] ppid=6585 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6588 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95727330 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792461325856 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6597] ppid=6585 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6588 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95727330 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792460273008 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6598] ppid=6585 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6598/stat : 6598 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95727332 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792459221328 139792970200987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6599] ppid=6585 vsize=10555476 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/6588/task/6599/stat : 6599 (java) R 6585 6588 32402 0 -1 4202560 2057 0 0 0 44 0 0 0 20 0 15 0 95727332 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792458156128 139792955290076 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6600] ppid=6585 vsize=10555476 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/6588/task/6600/stat : 6600 (java) R 6585 6588 32402 0 -1 4202560 1429 0 0 0 42 0 0 0 20 0 15 0 95727332 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792457101664 139792951726831 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6601] ppid=6585 vsize=10555476 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/6588/task/6601/stat : 6601 (java) S 6585 6588 32402 0 -1 1077944384 1742 0 0 0 34 0 0 0 20 0 15 0 95727332 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792456063088 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6602] ppid=6585 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95727333 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792455010528 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6603] ppid=6585 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6603/stat : 6603 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95727333 10808807424 29542 33554432000 4194304 4196468 140723133685840 139792453958832 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 118168 KiB

[startup+1.50157 s]
/proc/loadavg: 7.32 6.64 5.17 9/215 6603
/proc/meminfo: memFree=23131100/32770624 swapFree=67108860/67108860
[pid=6588] ppid=6585 vsize=10622040 memory=254232 CPUtime=4.47 cores=1,3,5,7
/proc/6588/stat : 6588 (java) S 6585 6588 32402 0 -1 1077944320 21165 0 0 0 437 10 0 0 20 0 16 0 95727327 10876968960 63558 33554432000 4194304 4196468 140723133685840 140723133668384 139792970182391 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
/proc/6588/statm: 2655510 63558 3128 1 0 2643904 0
[pid=6588/tid=6590] ppid=6585 vsize=10622040 memory=3467827995286387008 CPUtime=1.42 cores=1,3,5,7
/proc/6588/task/6590/stat : 6590 (java) R 6585 6588 32402 0 -1 4202560 5974 0 0 0 138 4 0 0 20 0 16 0 95727327 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792974418648 139792613453923 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6591] ppid=6585 vsize=10622040 memory=160752 CPUtime=0.03 cores=1,3,5,7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6588 32402 0 -1 1077944384 29 0 0 0 3 0 0 0 20 0 16 0 95727328 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792577436304 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6592] ppid=6585 vsize=10622040 memory=2241 CPUtime=0.03 cores=1,3,5,7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6588 32402 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 16 0 95727328 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792576383504 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6593] ppid=6585 vsize=10622040 memory=1200 CPUtime=0.02 cores=1,3,5,7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6588 32402 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 16 0 95727328 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792575330704 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6594] ppid=6585 vsize=10622040 memory=15872 CPUtime=0.04 cores=1,3,5,7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6588 32402 0 -1 1077944384 142 0 0 0 4 0 0 0 20 0 16 0 95727328 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792574277904 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6595] ppid=6585 vsize=10622040 memory=15580 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6588 32402 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 95727329 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792530004848 139792970193538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6596] ppid=6585 vsize=10622040 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6588 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95727330 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792461325856 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6597] ppid=6585 vsize=10622040 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6588 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95727330 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792460273008 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6598] ppid=6585 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6598/stat : 6598 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95727332 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792459221328 139792970200987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6599] ppid=6585 vsize=10622040 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/6588/task/6599/stat : 6599 (java) R 6585 6588 32402 0 -1 4202560 6600 0 0 0 118 1 0 0 20 0 16 0 95727332 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792458154712 139792951703667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6600] ppid=6585 vsize=10622040 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/6588/task/6600/stat : 6600 (java) R 6585 6588 32402 0 -1 4202560 3954 0 0 0 118 1 0 0 20 0 16 0 95727332 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792457096552 139792950589778 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6601] ppid=6585 vsize=10622040 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/6588/task/6601/stat : 6601 (java) S 6585 6588 32402 0 -1 1077944384 2816 0 0 0 49 0 0 0 20 0 16 0 95727332 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792456063088 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6602] ppid=6585 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95727333 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792455010528 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6603] ppid=6585 vsize=10622040 memory=393122 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6603/stat : 6603 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95727333 10876968960 63558 33554432000 4194304 4196468 140723133685840 139792453958832 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
Current children cumulated CPU time: 4.47 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 254232 KiB

[startup+2.21545 s]
# the end of solver process 6588 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.51429 s, system=0.117003 s

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

[startup+1.60157 s]
/proc/loadavg: 7.32 6.64 5.17 9/215 6603
/proc/meminfo: memFree=23131100/32770624 swapFree=67108860/67108860
[pid=6588] ppid=6585 vsize=10622040 memory=258244 CPUtime=4.78 cores=1,3,5,7
/proc/6588/stat : 6588 (java) S 6585 6588 32402 0 -1 1077944320 22164 0 0 0 468 10 0 0 20 0 16 0 95727327 10876968960 64561 33554432000 4194304 4196468 140723133685840 140723133668384 139792970182391 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
/proc/6588/statm: 2655510 64561 3128 1 0 2643904 0
[pid=6588/tid=6590] ppid=6585 vsize=10622040 memory=0 CPUtime=1.52 cores=1,3,5,7
/proc/6588/task/6590/stat : 6590 (java) R 6585 6588 32402 0 -1 4202560 5974 0 0 0 148 4 0 0 20 0 16 0 95727327 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792974421000 139792613335388 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6591] ppid=6585 vsize=10622040 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6588 32402 0 -1 1077944384 29 0 0 0 3 0 0 0 20 0 16 0 95727328 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792577436304 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6592] ppid=6585 vsize=10622040 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6588 32402 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 16 0 95727328 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792576383504 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6593] ppid=6585 vsize=10622040 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6588 32402 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 16 0 95727328 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792575330704 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6594] ppid=6585 vsize=10622040 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6588 32402 0 -1 1077944384 142 0 0 0 4 0 0 0 20 0 16 0 95727328 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792574277904 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6595] ppid=6585 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6588 32402 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 95727329 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792530004848 139792970193538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6596] ppid=6585 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6588 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95727330 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792461325856 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6597] ppid=6585 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6588 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95727330 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792460273008 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6598] ppid=6585 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6598/stat : 6598 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95727332 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792459221328 139792970200987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6599] ppid=6585 vsize=10622040 memory=0 CPUtime=1.29 cores=1,3,5,7
/proc/6588/task/6599/stat : 6599 (java) R 6585 6588 32402 0 -1 4202560 7063 0 0 0 128 1 0 0 20 0 16 0 95727332 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792458159072 139792953679161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6600] ppid=6585 vsize=10622040 memory=15010910702715 CPUtime=1.29 cores=1,3,5,7
/proc/6588/task/6600/stat : 6600 (java) R 6585 6588 32402 0 -1 4202560 4461 0 0 0 128 1 0 0 20 0 16 0 95727332 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792457096552 139792951726609 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6601] ppid=6585 vsize=10622040 memory=6944656592455097440 CPUtime=0.5 cores=1,3,5,7
/proc/6588/task/6601/stat : 6601 (java) S 6585 6588 32402 0 -1 1077944384 2845 0 0 0 50 0 0 0 20 0 16 0 95727332 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792456063088 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6602] ppid=6585 vsize=10622040 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95727333 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792455010528 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6603] ppid=6585 vsize=10622040 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6603/stat : 6603 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95727333 10876968960 64561 33554432000 4194304 4196468 140723133685840 139792453958832 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
Current children cumulated CPU time: 4.78 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 258244 KiB

[startup+2.0007 s]*
/proc/loadavg: 7.32 6.64 5.17 5/216 6606
/proc/meminfo: memFree=23069436/32770624 swapFree=67108860/67108860
[pid=6588] ppid=6585 vsize=10755168 memory=259264 CPUtime=5.61 cores=1,3,5,7
/proc/6588/stat : 6588 (java) S 6585 6588 32402 0 -1 1077944320 22355 0 0 0 550 11 0 0 20 0 16 0 95727327 11013292032 64816 33554432000 4194304 4196468 140723133685840 140723133668384 139792970182391 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
/proc/6588/statm: 2688792 64816 3135 1 0 2677186 0
[pid=6588/tid=6590] ppid=6585 vsize=10755168 memory=6935054825532540783 CPUtime=1.9 cores=1,3,5,7
/proc/6588/task/6590/stat : 6590 (java) S 6585 6588 32402 0 -1 1077944384 5983 0 0 0 186 4 0 0 20 0 16 0 95727327 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792974423072 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6591] ppid=6585 vsize=10755168 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6588 32402 0 -1 1077944384 29 0 0 0 3 0 0 0 20 0 16 0 95727328 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792577436304 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6592] ppid=6585 vsize=10755168 memory=-4695052241013923951 CPUtime=0.03 cores=1,3,5,7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6588 32402 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 16 0 95727328 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792576383504 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6593] ppid=6585 vsize=10755168 memory=6944656592387989600 CPUtime=0.02 cores=1,3,5,7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6588 32402 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 16 0 95727328 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792575330704 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6594] ppid=6585 vsize=10755168 memory=6943526294502006880 CPUtime=0.04 cores=1,3,5,7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6588 32402 0 -1 1077944384 142 0 0 0 4 0 0 0 20 0 16 0 95727328 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792574277904 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6595] ppid=6585 vsize=10755168 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6588 32402 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 95727329 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792530004848 139792970193538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6596] ppid=6585 vsize=10755168 memory=5986515703130580581 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6588 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95727330 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792461325856 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6597] ppid=6585 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6588 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 95727330 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792460273008 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6598] ppid=6585 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6598/stat : 6598 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95727332 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792459221328 139792970200987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6599] ppid=6585 vsize=10755168 memory=0 CPUtime=1.49 cores=1,3,5,7
/proc/6588/task/6599/stat : 6599 (java) S 6585 6588 32402 0 -1 1077944384 7098 0 0 0 148 1 0 0 20 0 16 0 95727332 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792458168688 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6600] ppid=6585 vsize=10755168 memory=0 CPUtime=1.5 cores=1,3,5,7
/proc/6588/task/6600/stat : 6600 (java) S 6585 6588 32402 0 -1 1077944384 4531 0 0 0 149 1 0 0 20 0 16 0 95727332 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792457115888 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6601] ppid=6585 vsize=10755168 memory=140247057178415 CPUtime=0.52 cores=1,3,5,7
/proc/6588/task/6601/stat : 6601 (java) S 6585 6588 32402 0 -1 1077944384 2876 0 0 0 52 0 0 0 20 0 16 0 95727332 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792456063088 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6602] ppid=6585 vsize=10755168 memory=140247057084191 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95727333 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792455010528 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6603] ppid=6585 vsize=10755168 memory=140247056777335 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6603/stat : 6603 (java) S 6585 6588 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 95727333 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792453958832 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6605] ppid=6585 vsize=10755168 memory=140247186214976 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6605/stat : 6605 (java) S 6585 6588 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95727526 11013292032 64816 33554432000 4194304 4196468 140723133685840 139792452904464 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 259264 KiB

[startup+2.2006 s]
/proc/loadavg: 7.32 6.64 5.17 5/216 6606
/proc/meminfo: memFree=23069436/32770624 swapFree=67108860/67108860
[pid=6588] ppid=6585 vsize=10755168 memory=259404 CPUtime=5.62 cores=1,3,5,7
/proc/6588/stat : 6588 (java) S 6585 6588 32402 0 -1 1077944320 22385 0 0 0 551 11 0 0 20 0 13 0 95727327 11013292032 64851 33554432000 4194304 4196468 140723133685840 140723133668384 139792970182391 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
/proc/6588/statm: 2688792 64851 3136 1 0 2677186 0
[pid=6588/tid=6590] ppid=6585 vsize=10755168 memory=-1161699032756226647 CPUtime=1.9 cores=1,3,5,7
/proc/6588/task/6590/stat : 6590 (java) S 6585 6588 32402 0 -1 1077944384 5984 0 0 0 186 4 0 0 20 0 13 0 95727327 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792974425232 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6591] ppid=6585 vsize=10755168 memory=6944656592455097440 CPUtime=0.03 cores=1,3,5,7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6588 32402 0 -1 1077944384 29 0 0 0 3 0 0 0 20 0 13 0 95727328 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792577436304 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6592] ppid=6585 vsize=10755168 memory=6944656592455359580 CPUtime=0.03 cores=1,3,5,7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6588 32402 0 -1 1077944384 26 0 0 0 3 0 0 0 20 0 13 0 95727328 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792576383504 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6593] ppid=6585 vsize=10755168 memory=6944656592455097440 CPUtime=0.02 cores=1,3,5,7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6588 32402 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 13 0 95727328 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792575330704 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6594] ppid=6585 vsize=10755168 memory=8546823402028195750 CPUtime=0.04 cores=1,3,5,7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6588 32402 0 -1 1077944384 142 0 0 0 4 0 0 0 20 0 13 0 95727328 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792574277904 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6595] ppid=6585 vsize=10755168 memory=6944656591801720226 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6588 32402 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 13 0 95727329 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792530005056 139792970193538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6596] ppid=6585 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6588 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 95727330 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792461325856 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6597] ppid=6585 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6588 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 95727330 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792460273008 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6599] ppid=6585 vsize=10755168 memory=0 CPUtime=1.49 cores=1,3,5,7
/proc/6588/task/6599/stat : 6599 (java) S 6585 6588 32402 0 -1 1077944384 7098 0 0 0 148 1 0 0 20 0 13 0 95727332 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792458168688 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6600] ppid=6585 vsize=10755168 memory=0 CPUtime=1.5 cores=1,3,5,7
/proc/6588/task/6600/stat : 6600 (java) S 6585 6588 32402 0 -1 1077944384 4531 0 0 0 149 1 0 0 20 0 13 0 95727332 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792457115888 139792970193538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6601] ppid=6585 vsize=10755168 memory=140247057095647 CPUtime=0.52 cores=1,3,5,7
/proc/6588/task/6601/stat : 6601 (java) S 6585 6588 32402 0 -1 1077944384 2879 0 0 0 52 0 0 0 20 0 13 0 95727332 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792456057408 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
[pid=6588/tid=6602] ppid=6585 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6588 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 95727333 11013292032 64851 33554432000 4194304 4196468 140723133685840 139792455010528 139792970192597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28868608 140723133691014 140723133691167 140723133691167 140723133693903 0
Current children cumulated CPU time: 5.62 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 259404 KiB

Child status: 0
Real time (s): 2.21549
CPU time (s): 5.63129
CPU user time (s): 5.51429
CPU system time (s): 0.117003
CPU usage (%): 254.178
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 259404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.51429
system time used= 0.117003
maximum resident set size= 259864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1829
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 6588
#   total CPU time (s): 5.63129
#   total CPU user time (s): 5.51429
#   total CPU system time (s): 0.117003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03706 second user time and 0.06758 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 13:58:58
IDJOB=4263290
IDBENCH=126980
IDSOLVER=2651
FILE ID=node113/4263290-1502626397
RUNJOBID= node113-1502615983-3944
PBS_JOBID= 20628303
Free space on /tmp= 61784 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Driver/Driver-m1-s1/driverlogw-08cc.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263290-1502626397/watcher-4263290-1502626397 -o /tmp/evaluation-result-4263290-1502626397/solver-4263290-1502626397 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263290-1502626397.xml

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

MD5SUM BENCH= 5295e32d08449c2e3ec72eea1c3f05d5
RANDOM SEED=426626870

node113.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.89
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.89
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.89
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.89
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:        23318404 kB
MemAvailable:   23637480 kB
Buffers:          109960 kB
Cached:           495948 kB
SwapCached:            0 kB
Active:          8842552 kB
Inactive:         154896 kB
Active(anon):    8341756 kB
Inactive(anon):    77700 kB
Active(file):     500796 kB
Inactive(file):    77196 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1976 kB
Writeback:             0 kB
AnonPages:       8430580 kB
Mapped:            55016 kB
Shmem:             25224 kB
Slab:             139960 kB
SReclaimable:     113840 kB
SUnreclaim:        26120 kB
KernelStack:        3792 kB
PageTables:        21688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8653520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7081984 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= 61784 MiB
End job on node113 at 2017-08-13 13:59:01