Trace number 4280724

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
choco-solver 4.0.5 par (2017-08-18)SAT 4.6984801 1.08726

General information on the benchmark

NameDomino/
Domino-m1-s1/Domino-200-200.xml
MD5SUM4d3960f0d94e594019411cd02379c04f
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.011016
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":200}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":198},{"degree":2,"count":2}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":1},{"arity":200,"count":1}]
Number of extensional constraints0
Number of intensional constraints1
Distribution of constraint types[{"type":"intension","count":1},{"type":"allEqual","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280724-1503171493.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280724-1503171493.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.13/0.58	c solve instance...
4.49/1.06	s SATISFIABLE
4.49/1.06	v <instantiation>
4.49/1.06	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>
4.49/1.06	v 	<values>199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 199 </values>
4.49/1.06	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280724-1503171493/watcher-4280724-1503171493 -o /tmp/evaluation-result-4280724-1503171493/solver-4280724-1503171493 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503164239-4277 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1430238029 HOME/instance-4280724-1503171493.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100157 s]*
/proc/loadavg: 6.75 7.01 6.27 2/200 5185
/proc/meminfo: memFree=25487040/32770624 swapFree=67108860/67108860
[pid=5164] ppid=5161 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5164/stat : 5164 (xcsp3-exec) S 5161 5164 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150230198 9740288 346 33554432000 4194304 5098028 140735315419376 140735315417480 139893033103996 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26230784 140735315424356 140735315424567 140735315424567 140735315427307 0
/proc/5164/statm: 2378 346 289 221 0 87 0
[pid=5166] ppid=5164 vsize=25999808 memory=26616 CPUtime=0.12 cores=0-7
/proc/5166/stat : 5166 (java) S 5164 5164 4250 0 -1 1077944320 5521 0 0 0 11 1 0 0 20 0 20 0 150230198 26623803392 6654 33554432000 4194304 4196468 140721701020320 140721701002864 140143507480311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
/proc/5166/statm: 6499952 6654 2874 1 0 6488269 0
[pid=5166/tid=5167] ppid=5164 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/5166/task/5167/stat : 5167 (java) R 5164 5164 4250 0 -1 4202560 3534 0 0 0 8 0 0 0 20 0 20 0 150230198 26623803392 6654 33554432000 4194304 4196468 140721701020320 140143511712560 140143507492246 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5168] ppid=5164 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5166/task/5168/stat : 5168 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26623803392 6654 33554432000 4194304 4196468 140721701020320 140143460100496 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5169] ppid=5164 vsize=25999808 memory=139946152932992 CPUtime=0 cores=0-7
/proc/5166/task/5169/stat : 5169 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26623803392 6654 33554432000 4194304 4196468 140721701020320 140143459047696 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5170] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5170/stat : 5170 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230199 26623803392 6654 33554432000 4194304 4196468 140721701020320 140143457995408 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5171] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5171/stat : 5171 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230199 26623803392 6654 33554432000 4194304 4196468 140721701020320 140143456942608 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5172] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5172/stat : 5172 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230199 26623803392 6654 33554432000 4194304 4196468 140721701020320 140143455890320 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5173] ppid=5164 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/5166/task/5173/stat : 5173 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26623803392 6654 33554432000 4194304 4196468 140721701020320 140143454837520 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5174] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5174/stat : 5174 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230199 26623803392 6654 33554432000 4194304 4196468 140721701020320 140143453785232 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5175] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5175/stat : 5175 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26623803392 6654 33554432000 4194304 4196468 140721701020320 140143452732432 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5176] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5176/stat : 5176 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230201 26623803392 6654 33554432000 4194304 4196468 140721701020320 140142249560176 140143507491458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5177] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5177/stat : 5177 (java) S 5164 5164 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150230201 26623803392 6654 33554432000 4194304 4196468 140721701020320 140142248506144 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5178] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5178/stat : 5178 (java) S 5164 5164 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150230201 26623803392 6654 33554432000 4194304 4196468 140721701020320 140142247453808 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5179] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5179/stat : 5179 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230204 26623803392 6654 33554432000 4194304 4196468 140721701020320 140142246402128 140143507498907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5180] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5180/stat : 5180 (java) S 5164 5164 4250 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 20 0 150230204 26623803392 6654 33554432000 4194304 4196468 140721701020320 140142245350000 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5181] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5181/stat : 5181 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230204 26623803392 6654 33554432000 4194304 4196468 140721701020320 140142244297200 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5182] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5182/stat : 5182 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230204 26623803392 6654 33554432000 4194304 4196468 140721701020320 140142243244912 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5183] ppid=5164 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/5166/task/5183/stat : 5183 (java) S 5164 5164 4250 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 20 0 150230204 26623803392 6654 33554432000 4194304 4196468 140721701020320 140142242192112 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5184] ppid=5164 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5184/stat : 5184 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230204 26623803392 6654 33554432000 4194304 4196468 140721701020320 140142241139040 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5185] ppid=5164 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/5166/task/5185/stat : 5185 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230204 26623803392 6654 33554432000 4194304 4196468 140721701020320 140142240086320 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28000 KiB

[startup+0.210136 s]*
/proc/loadavg: 6.75 7.01 6.27 2/200 5185
/proc/meminfo: memFree=25475520/32770624 swapFree=67108860/67108860
[pid=5164] ppid=5161 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5164/stat : 5164 (xcsp3-exec) S 5161 5164 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150230198 9740288 346 33554432000 4194304 5098028 140735315419376 140735315417480 139893033103996 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26230784 140735315424356 140735315424567 140735315424567 140735315427307 0
/proc/5164/statm: 2378 346 289 221 0 87 0
[pid=5166] ppid=5164 vsize=26004064 memory=38684 CPUtime=0.33 cores=0-7
/proc/5166/stat : 5166 (java) S 5164 5164 4250 0 -1 1077944320 8310 0 0 0 31 2 0 0 20 0 20 0 150230198 26628161536 9671 33554432000 4194304 4196468 140721701020320 140721701002864 140143507480311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
/proc/5166/statm: 6501016 9671 3062 1 0 6488269 0
[pid=5166/tid=5167] ppid=5164 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/5166/task/5167/stat : 5167 (java) R 5164 5164 4250 0 -1 4202560 5426 0 0 0 18 1 0 0 20 0 20 0 150230198 26628161536 9671 33554432000 4194304 4196468 140721701020320 140143511701304 140143491560828 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5168] ppid=5164 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/5166/task/5168/stat : 5168 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26628161536 9671 33554432000 4194304 4196468 140721701020320 140143460100496 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5169] ppid=5164 vsize=26004064 memory=288370322304644736 CPUtime=0 cores=0-7
/proc/5166/task/5169/stat : 5169 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26628161536 9671 33554432000 4194304 4196468 140721701020320 140143459047696 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5170] ppid=5164 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/5166/task/5170/stat : 5170 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230199 26628161536 9671 33554432000 4194304 4196468 140721701020320 140143457995408 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5171] ppid=5164 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5171/stat : 5171 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230199 26628161536 9671 33554432000 4194304 4196468 140721701020320 140143456942608 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5172] ppid=5164 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5172/stat : 5172 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230199 26628161536 9671 33554432000 4194304 4196468 140721701020320 140143455890320 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5173] ppid=5164 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/5166/task/5173/stat : 5173 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26628161536 9671 33554432000 4194304 4196468 140721701020320 140143454837520 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5174] ppid=5164 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5174/stat : 5174 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230199 26628161536 9671 33554432000 4194304 4196468 140721701020320 140143453785232 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5175] ppid=5164 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5175/stat : 5175 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26628161536 9671 33554432000 4194304 4196468 140721701020320 140143452732432 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5176] ppid=5164 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5176/stat : 5176 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230201 26628161536 9671 33554432000 4194304 4196468 140721701020320 140142249560176 140143507491458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5177] ppid=5164 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5177/stat : 5177 (java) S 5164 5164 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150230201 26628161536 9671 33554432000 4194304 4196468 140721701020320 140142248506144 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5178] ppid=5164 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5178/stat : 5178 (java) S 5164 5164 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150230201 26628161536 9671 33554432000 4194304 4196468 140721701020320 140142247453808 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5179] ppid=5164 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5179/stat : 5179 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230204 26628161536 9671 33554432000 4194304 4196468 140721701020320 140142246402128 140143507498907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5180] ppid=5164 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/5166/task/5180/stat : 5180 (java) S 5164 5164 4250 0 -1 1077944384 584 0 0 0 1 0 0 0 20 0 20 0 150230204 26628194304 9671 33554432000 4194304 4196468 140721701020320 140142245350000 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5181] ppid=5164 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/5166/task/5181/stat : 5181 (java) S 5164 5164 4250 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 150230204 26628194304 9671 33554432000 4194304 4196468 140721701020320 140142244297200 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5182] ppid=5164 vsize=26004096 memory=-1 CPUtime=0.02 cores=0-7
/proc/5166/task/5182/stat : 5182 (java) S 5164 5164 4250 0 -1 1077944384 223 0 0 0 2 0 0 0 20 0 20 0 150230204 26628194304 9671 33554432000 4194304 4196468 140721701020320 140142243244912 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5183] ppid=5164 vsize=26004096 memory=-1 CPUtime=0.07 cores=0-7
/proc/5166/task/5183/stat : 5183 (java) S 5164 5164 4250 0 -1 1077944384 726 0 0 0 7 0 0 0 20 0 20 0 150230204 26628194304 9671 33554432000 4194304 4196468 140721701020320 140142242192112 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5184] ppid=5164 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5184/stat : 5184 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230204 26628161536 9692 33554432000 4194304 4196468 140721701020320 140142241139040 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5185] ppid=5164 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/5166/task/5185/stat : 5185 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230204 26628161536 9692 33554432000 4194304 4196468 140721701020320 140142240086320 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40068 KiB

[startup+0.309457 s]*
/proc/loadavg: 6.75 7.01 6.27 3/200 5185
/proc/meminfo: memFree=25468820/32770624 swapFree=67108860/67108860
[pid=5164] ppid=5161 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5164/stat : 5164 (xcsp3-exec) S 5161 5164 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150230198 9740288 346 33554432000 4194304 5098028 140735315419376 140735315417480 139893033103996 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26230784 140735315424356 140735315424567 140735315424567 140735315427307 0
/proc/5164/statm: 2378 346 289 221 0 87 0
[pid=5166] ppid=5164 vsize=26004140 memory=45976 CPUtime=0.49 cores=0-7
/proc/5166/stat : 5166 (java) S 5164 5164 4250 0 -1 1077944320 9209 0 0 0 46 3 0 0 20 0 20 0 150230198 26628239360 11494 33554432000 4194304 4196468 140721701020320 140721701002864 140143507480311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
/proc/5166/statm: 6501035 11494 3096 1 0 6488269 0
[pid=5166/tid=5167] ppid=5164 vsize=26004140 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/5166/task/5167/stat : 5167 (java) R 5164 5164 4250 0 -1 4202560 6214 0 0 0 28 1 0 0 20 0 20 0 150230198 26628239360 11494 33554432000 4194304 4196468 140721701020320 140143511712672 140143490680265 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5168] ppid=5164 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5168/stat : 5168 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26628239360 11494 33554432000 4194304 4196468 140721701020320 140143460100496 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5169] ppid=5164 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5169/stat : 5169 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26628239360 11494 33554432000 4194304 4196468 140721701020320 140143459047696 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5170] ppid=5164 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5170/stat : 5170 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230199 26628239360 11494 33554432000 4194304 4196468 140721701020320 140143457995408 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5171] ppid=5164 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5171/stat : 5171 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230199 26628239360 11494 33554432000 4194304 4196468 140721701020320 140143456942608 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5172] ppid=5164 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/5166/task/5172/stat : 5172 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230199 26628239360 11494 33554432000 4194304 4196468 140721701020320 140143455890320 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5173] ppid=5164 vsize=26004140 memory=139946006508463 CPUtime=0 cores=0-7
/proc/5166/task/5173/stat : 5173 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26628239360 11494 33554432000 4194304 4196468 140721701020320 140143454837520 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5174] ppid=5164 vsize=26004140 memory=139946006510768 CPUtime=0 cores=0-7
/proc/5166/task/5174/stat : 5174 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230199 26628239360 11494 33554432000 4194304 4196468 140721701020320 140143453785232 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5175] ppid=5164 vsize=26004140 memory=139946006513072 CPUtime=0 cores=0-7
/proc/5166/task/5175/stat : 5175 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230199 26628239360 11494 33554432000 4194304 4196468 140721701020320 140143452732432 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5176] ppid=5164 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5176/stat : 5176 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150230201 26628239360 11494 33554432000 4194304 4196468 140721701020320 140142249560176 140143507491458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5177] ppid=5164 vsize=26004140 memory=279892013033104 CPUtime=0 cores=0-7
/proc/5166/task/5177/stat : 5177 (java) S 5164 5164 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150230201 26628239360 11494 33554432000 4194304 4196468 140721701020320 140142248506144 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5178] ppid=5164 vsize=26004140 memory=279892013040016 CPUtime=0 cores=0-7
/proc/5166/task/5178/stat : 5178 (java) S 5164 5164 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150230201 26628239360 11494 33554432000 4194304 4196468 140721701020320 140142247453808 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5179] ppid=5164 vsize=26004140 memory=279892012981296 CPUtime=0 cores=0-7
/proc/5166/task/5179/stat : 5179 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230204 26628239360 11494 33554432000 4194304 4196468 140721701020320 140142246402128 140143507498907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5180] ppid=5164 vsize=26004140 memory=279892013053840 CPUtime=0.02 cores=0-7
/proc/5166/task/5180/stat : 5180 (java) S 5164 5164 4250 0 -1 1077944384 602 0 0 0 2 0 0 0 20 0 20 0 150230204 26628239360 11494 33554432000 4194304 4196468 140721701020320 140142245350000 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5181] ppid=5164 vsize=26004140 memory=279892013060752 CPUtime=0.01 cores=0-7
/proc/5166/task/5181/stat : 5181 (java) S 5164 5164 4250 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 150230204 26628239360 11494 33554432000 4194304 4196468 140721701020320 140142244297200 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5182] ppid=5164 vsize=26004140 memory=279892013058448 CPUtime=0.02 cores=0-7
/proc/5166/task/5182/stat : 5182 (java) S 5164 5164 4250 0 -1 1077944384 225 0 0 0 2 0 0 0 20 0 20 0 150230204 26628239360 11494 33554432000 4194304 4196468 140721701020320 140142243244912 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5183] ppid=5164 vsize=26004140 memory=279892013074608 CPUtime=0.11 cores=0-7
/proc/5166/task/5183/stat : 5183 (java) S 5164 5164 4250 0 -1 1077944384 818 0 0 0 11 0 0 0 20 0 20 0 150230204 26628239360 11494 33554432000 4194304 4196468 140721701020320 140142242192112 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5184] ppid=5164 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5184/stat : 5184 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150230204 26628239360 11494 33554432000 4194304 4196468 140721701020320 140142241139040 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5185] ppid=5164 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/5166/task/5185/stat : 5185 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150230204 26628239360 11494 33554432000 4194304 4196468 140721701020320 140142240086320 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 47360 KiB

[startup+0.703984 s]
/proc/loadavg: 6.75 7.01 6.27 5/200 5185
/proc/meminfo: memFree=25418608/32770624 swapFree=67108860/67108860
[pid=5164] ppid=5161 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5164/stat : 5164 (xcsp3-exec) S 5161 5164 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150230198 9740288 346 33554432000 4194304 5098028 140735315419376 140735315417480 139893033103996 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26230784 140735315424356 140735315424567 140735315424567 140735315427307 0
/proc/5164/statm: 2378 346 289 221 0 87 0
[pid=5166] ppid=5164 vsize=26538700 memory=167416 CPUtime=2.15 cores=0-7
/proc/5166/stat : 5166 (java) S 5164 5164 4250 0 -1 1077944320 12841 0 0 0 208 7 0 0 20 0 28 0 150230198 27175628800 41854 33554432000 4194304 4196468 140721701020320 140721701002864 140143507480311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
/proc/5166/statm: 6634675 41854 3187 1 0 6621909 0
[pid=5166/tid=5167] ppid=5164 vsize=26538700 memory=279892013432496 CPUtime=0.56 cores=0-7
/proc/5166/task/5167/stat : 5167 (java) S 5164 5164 4250 0 -1 1077944384 6827 0 0 0 53 3 0 0 20 0 28 0 150230198 27175628800 41854 33554432000 4194304 4196468 140721701020320 140143511721088 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5168] ppid=5164 vsize=26538700 memory=139946006717296 CPUtime=0 cores=0-7
/proc/5166/task/5168/stat : 5168 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 41854 33554432000 4194304 4196468 140721701020320 140143460100496 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5169] ppid=5164 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5169/stat : 5169 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 41854 33554432000 4194304 4196468 140721701020320 140143459047696 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5170] ppid=5164 vsize=26538700 memory=1204 CPUtime=0 cores=0-7
/proc/5166/task/5170/stat : 5170 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 41854 33554432000 4194304 4196468 140721701020320 140143457995408 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5171] ppid=5164 vsize=26538700 memory=1728 CPUtime=0 cores=0-7
/proc/5166/task/5171/stat : 5171 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 41854 33554432000 4194304 4196468 140721701020320 140143456942608 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5172] ppid=5164 vsize=26538700 memory=1440 CPUtime=0 cores=0-7
/proc/5166/task/5172/stat : 5172 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 41854 33554432000 4194304 4196468 140721701020320 140143455890320 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5173] ppid=5164 vsize=26538700 memory=15880 CPUtime=0 cores=0-7
/proc/5166/task/5173/stat : 5173 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 41854 33554432000 4194304 4196468 140721701020320 140143454837520 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5174] ppid=5164 vsize=26538700 memory=16432 CPUtime=0 cores=0-7
/proc/5166/task/5174/stat : 5174 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 41854 33554432000 4194304 4196468 140721701020320 140143453785232 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5175] ppid=5164 vsize=26538700 memory=24040 CPUtime=0 cores=0-7
/proc/5166/task/5175/stat : 5175 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 41854 33554432000 4194304 4196468 140721701020320 140143452732432 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5176] ppid=5164 vsize=26538700 memory=4044 CPUtime=0 cores=0-7
/proc/5166/task/5176/stat : 5176 (java) S 5164 5164 4250 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 150230201 27175628800 41854 33554432000 4194304 4196468 140721701020320 140142249560176 140143507491458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5177] ppid=5164 vsize=26538700 memory=1792 CPUtime=0 cores=0-7
/proc/5166/task/5177/stat : 5177 (java) S 5164 5164 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 150230201 27175628800 41854 33554432000 4194304 4196468 140721701020320 140142248506144 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5178] ppid=5164 vsize=26538700 memory=636 CPUtime=0 cores=0-7
/proc/5166/task/5178/stat : 5178 (java) S 5164 5164 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 150230201 27175628800 41854 33554432000 4194304 4196468 140721701020320 140142247453808 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5179] ppid=5164 vsize=26538700 memory=1236 CPUtime=0 cores=0-7
/proc/5166/task/5179/stat : 5179 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230204 27175628800 41854 33554432000 4194304 4196468 140721701020320 140142246402128 140143507498907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5180] ppid=5164 vsize=26538700 memory=0 CPUtime=0.2 cores=0-7
/proc/5166/task/5180/stat : 5180 (java) S 5164 5164 4250 0 -1 1077944384 1449 0 0 0 20 0 0 0 20 0 28 0 150230204 27175628800 41854 33554432000 4194304 4196468 140721701020320 140142245350000 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5181] ppid=5164 vsize=26538700 memory=1004 CPUtime=0.2 cores=0-7
/proc/5166/task/5181/stat : 5181 (java) R 5164 5164 4250 0 -1 1077944384 805 0 0 0 20 0 0 0 20 0 28 0 150230204 27175628800 41854 33554432000 4194304 4196468 140721701020320 140142244297200 140143507491458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5182] ppid=5164 vsize=26538700 memory=1228 CPUtime=0.2 cores=0-7
/proc/5166/task/5182/stat : 5182 (java) R 5164 5164 4250 0 -1 4202560 819 0 0 0 20 0 0 0 20 0 28 0 150230204 27175628800 41854 33554432000 4194304 4196468 140721701020320 140142243244912 140143490966270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5183] ppid=5164 vsize=26538700 memory=1952 CPUtime=0.26 cores=0-7
/proc/5166/task/5183/stat : 5183 (java) S 5164 5164 4250 0 -1 1077944384 1335 0 0 0 26 0 0 0 20 0 28 0 150230204 27175628800 41854 33554432000 4194304 4196468 140721701020320 140142242192112 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5184] ppid=5164 vsize=26538700 memory=5796 CPUtime=0 cores=0-7
/proc/5166/task/5184/stat : 5184 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150230204 27175628800 41854 33554432000 4194304 4196468 140721701020320 140142241139040 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5185] ppid=5164 vsize=26538700 memory=4616 CPUtime=0 cores=0-7
/proc/5166/task/5185/stat : 5185 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230204 27175628800 41854 33554432000 4194304 4196468 140721701020320 140142240086320 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
Current children cumulated CPU time: 2.15 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 168800 KiB

[startup+1.0872 s]
# the end of solver process 5164 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.61692 s, system=0.08156 s

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

[startup+0.801985 s]
/proc/loadavg: 6.75 7.01 6.27 5/200 5185
/proc/meminfo: memFree=25418608/32770624 swapFree=67108860/67108860
[pid=5164] ppid=5161 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5164/stat : 5164 (xcsp3-exec) S 5161 5164 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150230198 9740288 346 33554432000 4194304 5098028 140735315419376 140735315417480 139893033103996 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26230784 140735315424356 140735315424567 140735315424567 140735315427307 0
/proc/5164/statm: 2378 346 289 221 0 87 0
[pid=5166] ppid=5164 vsize=26538700 memory=169528 CPUtime=2.89 cores=0-7
/proc/5166/stat : 5166 (java) S 5164 5164 4250 0 -1 1077944320 12879 0 0 0 282 7 0 0 20 0 28 0 150230198 27175628800 42382 33554432000 4194304 4196468 140721701020320 140721701002864 140143507480311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
/proc/5166/statm: 6634675 42382 3193 1 0 6621909 0
[pid=5166/tid=5167] ppid=5164 vsize=26538700 memory=6935649255759568960 CPUtime=0.56 cores=0-7
/proc/5166/task/5167/stat : 5167 (java) S 5164 5164 4250 0 -1 1077944384 6827 0 0 0 53 3 0 0 20 0 28 0 150230198 27175628800 42382 33554432000 4194304 4196468 140721701020320 140143511721088 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5168] ppid=5164 vsize=26538700 memory=4639082894601506896 CPUtime=0 cores=0-7
/proc/5166/task/5168/stat : 5168 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 42382 33554432000 4194304 4196468 140721701020320 140143460100496 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5169] ppid=5164 vsize=26538700 memory=6935649255759569216 CPUtime=0 cores=0-7
/proc/5166/task/5169/stat : 5169 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 42382 33554432000 4194304 4196468 140721701020320 140143459047696 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5170] ppid=5164 vsize=26538700 memory=-8820188211957838939 CPUtime=0 cores=0-7
/proc/5166/task/5170/stat : 5170 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 42382 33554432000 4194304 4196468 140721701020320 140143457995408 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5171] ppid=5164 vsize=26538700 memory=-9109213556524817781 CPUtime=0 cores=0-7
/proc/5166/task/5171/stat : 5171 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 42382 33554432000 4194304 4196468 140721701020320 140143456942608 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5172] ppid=5164 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5172/stat : 5172 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 42382 33554432000 4194304 4196468 140721701020320 140143455890320 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5173] ppid=5164 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5173/stat : 5173 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 42382 33554432000 4194304 4196468 140721701020320 140143454837520 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5174] ppid=5164 vsize=26538700 memory=279892012895808 CPUtime=0 cores=0-7
/proc/5166/task/5174/stat : 5174 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 42382 33554432000 4194304 4196468 140721701020320 140143453785232 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5175] ppid=5164 vsize=26538700 memory=-9178283013952593245 CPUtime=0 cores=0-7
/proc/5166/task/5175/stat : 5175 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 42382 33554432000 4194304 4196468 140721701020320 140143452732432 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5176] ppid=5164 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5176/stat : 5176 (java) S 5164 5164 4250 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 150230201 27175628800 42382 33554432000 4194304 4196468 140721701020320 140142249560176 140143507491458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5177] ppid=5164 vsize=26538700 memory=1728 CPUtime=0 cores=0-7
/proc/5166/task/5177/stat : 5177 (java) S 5164 5164 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 150230201 27175628800 42382 33554432000 4194304 4196468 140721701020320 140142248506144 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5178] ppid=5164 vsize=26538700 memory=12136 CPUtime=0 cores=0-7
/proc/5166/task/5178/stat : 5178 (java) S 5164 5164 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 150230201 27175628800 42382 33554432000 4194304 4196468 140721701020320 140142247453808 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5179] ppid=5164 vsize=26538700 memory=1004 CPUtime=0 cores=0-7
/proc/5166/task/5179/stat : 5179 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230204 27175628800 42382 33554432000 4194304 4196468 140721701020320 140142246402128 140143507498907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5180] ppid=5164 vsize=26538700 memory=1228 CPUtime=0.24 cores=0-7
/proc/5166/task/5180/stat : 5180 (java) S 5164 5164 4250 0 -1 1077944384 1457 0 0 0 24 0 0 0 20 0 28 0 150230204 27175628800 42382 33554432000 4194304 4196468 140721701020320 140142245350000 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5181] ppid=5164 vsize=26538700 memory=1952 CPUtime=0.24 cores=0-7
/proc/5166/task/5181/stat : 5181 (java) R 5164 5164 4250 0 -1 1077944384 811 0 0 0 24 0 0 0 20 0 28 0 150230204 27175628800 42382 33554432000 4194304 4196468 140721701020320 140142244297296 140143507490517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5182] ppid=5164 vsize=26538700 memory=5796 CPUtime=0.26 cores=0-7
/proc/5166/task/5182/stat : 5182 (java) R 5164 5164 4250 0 -1 1077944384 829 0 0 0 26 0 0 0 20 0 28 0 150230204 27175628800 42382 33554432000 4194304 4196468 140721701020320 140142243236368 140143507490517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5183] ppid=5164 vsize=26538700 memory=4616 CPUtime=0.26 cores=0-7
/proc/5166/task/5183/stat : 5183 (java) S 5164 5164 4250 0 -1 1077944384 1341 0 0 0 26 0 0 0 20 0 28 0 150230204 27175628800 42382 33554432000 4194304 4196468 140721701020320 140142242192112 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5184] ppid=5164 vsize=26538700 memory=8620 CPUtime=0 cores=0-7
/proc/5166/task/5184/stat : 5184 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150230204 27175628800 42382 33554432000 4194304 4196468 140721701020320 140142241139040 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5185] ppid=5164 vsize=26538700 memory=792 CPUtime=0 cores=0-7
/proc/5166/task/5185/stat : 5185 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230204 27175628800 42382 33554432000 4194304 4196468 140721701020320 140142240086320 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 170912 KiB

[startup+1.00089 s]*
/proc/loadavg: 6.75 7.01 6.27 7/208 5193
/proc/meminfo: memFree=25340272/32770624 swapFree=67108860/67108860
[pid=5164] ppid=5161 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/5164/stat : 5164 (xcsp3-exec) S 5161 5164 4250 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 150230198 9740288 346 33554432000 4194304 5098028 140735315419376 140735315417480 139893033103996 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26230784 140735315424356 140735315424567 140735315424567 140735315427307 0
/proc/5164/statm: 2378 346 289 221 0 87 0
[pid=5166] ppid=5164 vsize=26538700 memory=173940 CPUtime=4.49 cores=0-7
/proc/5166/stat : 5166 (java) S 5164 5164 4250 0 -1 1077944320 12992 0 0 0 442 7 0 0 20 0 28 0 150230198 27175628800 43485 33554432000 4194304 4196468 140721701020320 140721701002864 140143507480311 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
/proc/5166/statm: 6634675 43485 3197 1 0 6621909 0
[pid=5166/tid=5167] ppid=5164 vsize=26538700 memory=0 CPUtime=0.56 cores=0-7
/proc/5166/task/5167/stat : 5167 (java) S 5164 5164 4250 0 -1 1077944384 6827 0 0 0 53 3 0 0 20 0 28 0 150230198 27175628800 43485 33554432000 4194304 4196468 140721701020320 140143511721088 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5168] ppid=5164 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5168/stat : 5168 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 43485 33554432000 4194304 4196468 140721701020320 140143460100496 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5169] ppid=5164 vsize=26538700 memory=279892159380848 CPUtime=0 cores=0-7
/proc/5166/task/5169/stat : 5169 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 43485 33554432000 4194304 4196468 140721701020320 140143459047696 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5170] ppid=5164 vsize=26538700 memory=-1 CPUtime=0 cores=0-7
/proc/5166/task/5170/stat : 5170 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 43485 33554432000 4194304 4196468 140721701020320 140143457995408 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5171] ppid=5164 vsize=26538700 memory=7596255787375481929 CPUtime=0 cores=0-7
/proc/5166/task/5171/stat : 5171 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 43485 33554432000 4194304 4196468 140721701020320 140143456942608 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5172] ppid=5164 vsize=26538700 memory=4639939496134862184 CPUtime=0 cores=0-7
/proc/5166/task/5172/stat : 5172 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 43485 33554432000 4194304 4196468 140721701020320 140143455890320 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5173] ppid=5164 vsize=26538700 memory=3472614100632286516 CPUtime=0 cores=0-7
/proc/5166/task/5173/stat : 5173 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 43485 33554432000 4194304 4196468 140721701020320 140143454837520 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5174] ppid=5164 vsize=26538700 memory=8318255677412212789 CPUtime=0 cores=0-7
/proc/5166/task/5174/stat : 5174 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 43485 33554432000 4194304 4196468 140721701020320 140143453785232 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5175] ppid=5164 vsize=26538700 memory=288230583233151328 CPUtime=0 cores=0-7
/proc/5166/task/5175/stat : 5175 (java) S 5164 5164 4250 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 150230199 27175628800 43485 33554432000 4194304 4196468 140721701020320 140143452732432 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5176] ppid=5164 vsize=26538700 memory=14690816249566529 CPUtime=0 cores=0-7
/proc/5166/task/5176/stat : 5176 (java) S 5164 5164 4250 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 150230201 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142249560176 140143507491458 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5177] ppid=5164 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5177/stat : 5177 (java) S 5164 5164 4250 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 150230201 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142248506144 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5178] ppid=5164 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5178/stat : 5178 (java) S 5164 5164 4250 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 150230201 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142247453808 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5179] ppid=5164 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5179/stat : 5179 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230204 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142246402128 140143507498907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5180] ppid=5164 vsize=26538700 memory=0 CPUtime=0.32 cores=0-7
/proc/5166/task/5180/stat : 5180 (java) R 5164 5164 4250 0 -1 4202560 1472 0 0 0 31 1 0 0 20 0 28 0 150230204 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142245350000 140143486727283 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5181] ppid=5164 vsize=26538700 memory=0 CPUtime=0.32 cores=0-7
/proc/5166/task/5181/stat : 5181 (java) S 5164 5164 4250 0 -1 1077944384 848 0 0 0 32 0 0 0 20 0 28 0 150230204 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142244297200 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5182] ppid=5164 vsize=26538700 memory=0 CPUtime=0.33 cores=0-7
/proc/5166/task/5182/stat : 5182 (java) S 5164 5164 4250 0 -1 1077944384 848 0 0 0 33 0 0 0 20 0 28 0 150230204 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142243244912 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5183] ppid=5164 vsize=26538700 memory=0 CPUtime=0.28 cores=0-7
/proc/5166/task/5183/stat : 5183 (java) S 5164 5164 4250 0 -1 1077944384 1371 0 0 0 28 0 0 0 20 0 28 0 150230204 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142242192112 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5184] ppid=5164 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5184/stat : 5184 (java) S 5164 5164 4250 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150230204 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142241139040 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5185] ppid=5164 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/5166/task/5185/stat : 5185 (java) S 5164 5164 4250 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150230204 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142240086320 140143507491458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5186] ppid=5164 vsize=26538700 memory=664970774370811551 CPUtime=0.33 cores=0-7
/proc/5166/task/5186/stat : 5186 (java) R 5164 5164 4250 0 -1 4202560 59 0 0 0 33 0 0 0 20 0 28 0 150230257 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142234171520 140143125850032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5187] ppid=5164 vsize=26538700 memory=6944656592455359580 CPUtime=0.31 cores=0-7
/proc/5166/task/5187/stat : 5187 (java) R 5164 5164 4250 0 -1 4202560 37 0 0 0 31 0 0 0 20 0 28 0 150230257 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142163512384 140143125850658 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5188] ppid=5164 vsize=26538700 memory=139950447900287 CPUtime=0.32 cores=0-7
/proc/5166/task/5188/stat : 5188 (java) S 5164 5164 4250 0 -1 1077944384 41 0 0 0 32 0 0 0 20 0 28 0 150230257 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142162466128 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5189] ppid=5164 vsize=26538700 memory=0 CPUtime=0.34 cores=0-7
/proc/5166/task/5189/stat : 5189 (java) S 5164 5164 4250 0 -1 1077944384 40 0 0 0 34 0 0 0 20 0 28 0 150230257 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142161413328 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5190] ppid=5164 vsize=26538700 memory=0 CPUtime=0.34 cores=0-7
/proc/5166/task/5190/stat : 5190 (java) R 5164 5164 4250 0 -1 4202560 31 0 0 0 34 0 0 0 20 0 28 0 150230257 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142160355360 140143125850988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5191] ppid=5164 vsize=26538700 memory=0 CPUtime=0.27 cores=0-7
/proc/5166/task/5191/stat : 5191 (java) R 5164 5164 4250 0 -1 4202560 38 0 0 0 27 0 0 0 20 0 28 0 150230257 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142159305264 140143125850658 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5192] ppid=5164 vsize=26538700 memory=0 CPUtime=0.34 cores=0-7
/proc/5166/task/5192/stat : 5192 (java) R 5164 5164 4250 0 -1 4202560 36 0 0 0 34 0 0 0 20 0 28 0 150230257 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142158249568 140143125850228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
[pid=5166/tid=5193] ppid=5164 vsize=26538700 memory=0 CPUtime=0.35 cores=0-7
/proc/5166/task/5193/stat : 5193 (java) S 5164 5164 4250 0 -1 1077944384 30 0 0 0 35 0 0 0 20 0 28 0 150230258 27175628800 43485 33554432000 4194304 4196468 140721701020320 140142157202128 140143507490517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27918336 140721701029010 140721701029187 140721701029187 140721701031887 0
Current children cumulated CPU time: 4.49 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 175324 KiB

Child status: 0
Real time (s): 1.08726
CPU time (s): 4.69848
CPU user time (s): 4.61692
CPU system time (s): 0.08156
CPU usage (%): 432.141
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 175324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.61692
system time used= 0.08156
maximum resident set size= 183688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13592
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2477
involuntary context switches= 80


# summary of solver processes directly reported to runsolver:
#   pid: 5164
#   total CPU time (s): 4.69848
#   total CPU user time (s): 4.61692
#   total CPU system time (s): 0.08156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0226 second user time and 0.062421 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-19 21:23:53
IDJOB=4280724
IDBENCH=138748
IDSOLVER=2675
FILE ID=node148/4280724-1503171493
RUNJOBID= node148-1503164239-4277
PBS_JOBID= 20630830
Free space on /tmp= 61948 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Domino/Domino-m1-s1/Domino-200-200.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280724-1503171493/watcher-4280724-1503171493 -o /tmp/evaluation-result-4280724-1503171493/solver-4280724-1503171493 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503164239-4277 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1430238029 HOME/instance-4280724-1503171493.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4d3960f0d94e594019411cd02379c04f
RANDOM SEED=1430238029

node148.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.19
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.19
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.19
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.19
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:        25507064 kB
MemAvailable:   31974512 kB
Buffers:          294192 kB
Cached:          6466964 kB
SwapCached:            0 kB
Active:          1165336 kB
Inactive:        5648752 kB
Active(anon):       4300 kB
Inactive(anon):    84704 kB
Active(file):    1161036 kB
Inactive(file):  5564048 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7928 kB
Writeback:             4 kB
AnonPages:         61000 kB
Mapped:            51432 kB
Shmem:             33416 kB
Slab:             142816 kB
SReclaimable:     116396 kB
SUnreclaim:        26420 kB
KernelStack:        3264 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61940 MiB
End job on node148 at 2017-08-19 21:23:54