Trace number 4262322

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
Concrete 3.4SAT 11.6196 5.8165202

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-06.xml
MD5SUM000bb8293185d226d4bd39fa547f2fd1
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.036646999
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints62
Number of domains1
Minimum domain size729
Maximum domain size729
Distribution of domain sizes[{"size":729,"count":62}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":61},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":61}]
Number of extensional constraints61
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":61},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.18/2.20	c Concrete v3.4 running
11.41/5.79	v <instantiation>
11.41/5.79	v       <list>
11.41/5.79	v         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]
11.41/5.79	v       </list>
11.41/5.79	v       <values>
11.41/5.79	v         1 7 8 17 16 17 16 17 16 17 16 17 16 17 16 17 16 10 9 18 19 25 26 53 52 46 45 36 38 41 40 202 201 204 206 197 196 190 189 216 218 221 220 238 237 240 242 485 484 485 484 485 484 485 484 485 484 485 484 485 484 485
11.41/5.79	v       </values>
11.41/5.79	v     </instantiation>
11.41/5.79	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262322-1502478469/watcher-4262322-1502478469 -o /tmp/evaluation-result-4262322-1502478469/solver-4262322-1502478469 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580 bin/concrete HOME/instance-4262322-1502478469.xml 

pid=30315
running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.56 1.58 1.59 2/200 30318
/proc/meminfo: memFree=25943484/32770624 swapFree=0/471276
[pid=30318] ppid=30315 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30318/stat : 30318 (runsolver) D 30315 30318 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 89758079 24240128 107 18446744073709551615 4194304 4338465 140721112925216 140721112922856 139918948537047 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 37965824 140721112932560 140721112932937 140721112932937 140721112936394 0
/proc/30318/statm: 5918 107 54 36 0 2156 0

[startup+0.100143 s]
/proc/loadavg: 1.56 1.58 1.59 2/200 30318
/proc/meminfo: memFree=25943484/32770624 swapFree=0/471276
[pid=30318] ppid=30315 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/30318/stat : 30318 (bash) S 30315 30318 13007 0 -1 4202496 759 5099 0 0 0 0 0 1 20 0 1 0 89758079 9867264 359 18446744073709551615 4194304 5098028 140727750622912 140727750620840 139824287869952 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 25673728 140727750623764 140727750623849 140727750623849 140727750627306 0
/proc/30318/statm: 2409 359 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200206 s]
/proc/loadavg: 1.56 1.58 1.59 2/200 30318
/proc/meminfo: memFree=25943484/32770624 swapFree=0/471276
[pid=30318] ppid=30315 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/30318/stat : 30318 (bash) S 30315 30318 13007 0 -1 4202496 891 6488 0 0 0 0 0 1 20 0 1 0 89758079 9867264 376 18446744073709551615 4194304 5098028 140727750622912 140727750616920 139824287869952 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 25673728 140727750623764 140727750623849 140727750623849 140727750627306 0
/proc/30318/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300263 s]
/proc/loadavg: 1.56 1.58 1.59 2/200 30318
/proc/meminfo: memFree=25943484/32770624 swapFree=0/471276
[pid=30318] ppid=30315 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 13007 0 -1 1077944320 5499 12375 0 0 5 0 5 3 20 0 14 0 89758079 14241083392 5182 18446744073709551615 4194304 4196468 140728578285104 140728578267648 140157710376695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
/proc/30318/statm: 3476827 5182 2566 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700403 s]
/proc/loadavg: 1.56 1.58 1.59 2/200 30318
/proc/meminfo: memFree=25943484/32770624 swapFree=0/471276
[pid=30318] ppid=30315 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 13007 0 -1 1077944320 13912 12375 0 0 58 4 5 3 20 0 15 0 89758079 14310178816 14797 18446744073709551615 4194304 4196468 140728578285104 140728578267648 140157710376695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
/proc/30318/statm: 3493696 14797 3082 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 1.56 1.58 1.59 3/215 30381
/proc/meminfo: memFree=25848988/32770624 swapFree=0/471344
[pid=30318] ppid=30315 vsize=13985408 CPUtime=1.89 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 13007 0 -1 1077944320 29697 12375 0 0 173 8 5 3 20 0 15 0 89758079 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140728578267648 140157710376695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
/proc/30318/statm: 3496352 40114 3365 1 0 3485525 0
[pid=30318/tid=30368] ppid=30315 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/30318/task/30368/stat : 30368 (java) S 30315 30318 13007 0 -1 1077944384 22627 12375 0 0 116 6 5 3 20 0 15 0 89758100 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157714597552 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30369] ppid=30315 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 13007 0 -1 1077944384 199 12375 0 0 0 0 5 3 20 0 15 0 89758101 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157671274896 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30370] ppid=30315 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 13007 0 -1 1077944384 61 12375 0 0 0 0 5 3 20 0 15 0 89758101 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157670222096 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30371] ppid=30315 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 13007 0 -1 1077944384 36 12375 0 0 0 0 5 3 20 0 15 0 89758101 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157669169808 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30372] ppid=30315 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 13007 0 -1 1077944384 62 12375 0 0 0 0 5 3 20 0 15 0 89758101 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157307513360 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30373] ppid=30315 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30373/stat : 30373 (java) R 30315 30318 13007 0 -1 4202560 1345 12375 0 0 1 0 5 3 20 0 15 0 89758102 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157188527040 140157695077331 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30374] ppid=30315 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 13007 0 -1 1077944384 33 12375 0 0 0 0 5 3 20 0 15 0 89758103 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157187474720 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30375] ppid=30315 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 13007 0 -1 1077944384 21 12375 0 0 0 0 5 3 20 0 15 0 89758103 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157186422384 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30376] ppid=30315 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 15 0 89758106 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157185370704 140157710395291 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30377] ppid=30315 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/30318/task/30377/stat : 30377 (java) S 30315 30318 13007 0 -1 1077944384 983 12375 0 0 13 0 5 3 20 0 15 0 89758106 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157184317552 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30378] ppid=30315 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/30318/task/30378/stat : 30378 (java) S 30315 30318 13007 0 -1 1077944384 771 12375 0 0 15 0 5 3 20 0 15 0 89758106 14321057792 40114 18446744073709551615 4194304 4196468 140728578285104 140157183264752 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30379] ppid=30315 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/30318/task/30379/stat : 30379 (java) S 30315 30318 13007 0 -1 1077944384 1396 12375 0 0 22 0 5 3 20 0 15 0 89758106 14321057792 40117 18446744073709551615 4194304 4196468 140728578285104 140157182212464 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30380] ppid=30315 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 15 0 89758106 14321057792 40117 18446744073709551615 4194304 4196468 140728578285104 140157181159904 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30381] ppid=30315 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 13007 0 -1 1077944384 6 12375 0 0 0 0 5 3 20 0 15 0 89758110 14321057792 40117 18446744073709551615 4194304 4196468 140728578285104 140157180107696 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.10139 s]
/proc/loadavg: 1.56 1.58 1.59 3/215 30381
/proc/meminfo: memFree=25775900/32770624 swapFree=0/471344
[pid=30318] ppid=30315 vsize=13997884 CPUtime=4.98 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 13007 0 -1 1077944320 47832 12375 0 0 478 12 5 3 20 0 15 0 89758079 14333833216 53349 18446744073709551615 4194304 4196468 140728578285104 140728578267648 140157710376695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
/proc/30318/statm: 3499471 53349 3443 1 0 3488085 0
[pid=30318/tid=30368] ppid=30315 vsize=13997884 CPUtime=2.74 cores=0,2,4,6
/proc/30318/task/30368/stat : 30368 (java) R 30315 30318 13007 0 -1 4202560 36919 12375 0 0 258 8 5 3 20 0 15 0 89758100 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157714609232 140157710388630 0 4 1 16800974 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30369] ppid=30315 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 13007 0 -1 1077944384 206 12375 0 0 1 0 5 3 20 0 15 0 89758101 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157671274896 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30370] ppid=30315 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 13007 0 -1 1077944384 62 12375 0 0 1 0 5 3 20 0 15 0 89758101 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157670222096 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30371] ppid=30315 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 13007 0 -1 1077944384 37 12375 0 0 1 0 5 3 20 0 15 0 89758101 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157669169808 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30372] ppid=30315 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 13007 0 -1 1077944384 65 12375 0 0 1 0 5 3 20 0 15 0 89758101 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157307513360 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30373] ppid=30315 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 13007 0 -1 1077944384 1710 12375 0 0 1 0 5 3 20 0 15 0 89758102 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157188528752 140157710387842 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30374] ppid=30315 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 13007 0 -1 1077944384 54 12375 0 0 0 0 5 3 20 0 15 0 89758103 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157187474784 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30375] ppid=30315 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 13007 0 -1 1077944384 44 12375 0 0 0 0 5 3 20 0 15 0 89758103 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157186422400 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30376] ppid=30315 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 15 0 89758106 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157185370704 140157710395291 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30377] ppid=30315 vsize=13997884 CPUtime=0.68 cores=0,2,4,6
/proc/30318/task/30377/stat : 30377 (java) S 30315 30318 13007 0 -1 1077944384 1895 12375 0 0 60 0 5 3 20 0 15 0 89758106 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157184317552 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30378] ppid=30315 vsize=13997884 CPUtime=0.74 cores=0,2,4,6
/proc/30318/task/30378/stat : 30378 (java) R 30315 30318 13007 0 -1 4202560 1465 12375 0 0 65 1 5 3 20 0 15 0 89758106 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157183250976 140157691920913 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30379] ppid=30315 vsize=13997884 CPUtime=0.94 cores=0,2,4,6
/proc/30318/task/30379/stat : 30379 (java) R 30315 30318 13007 0 -1 4202560 3213 12375 0 0 86 0 5 3 20 0 15 0 89758106 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157182212464 140157710388630 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30380] ppid=30315 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 15 0 89758106 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157181159904 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30381] ppid=30315 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 13007 0 -1 1077944384 8 12375 0 0 0 0 5 3 20 0 15 0 89758110 14333833216 53374 18446744073709551615 4194304 4196468 140728578285104 140157180107696 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 13997884

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30318 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20086 s]
/proc/loadavg: 1.56 1.58 1.59 3/215 30381
/proc/meminfo: memFree=25775900/32770624 swapFree=0/471344
[pid=30318] ppid=30315 vsize=13997884 CPUtime=5.21 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 13007 0 -1 1077944320 48321 12375 0 0 501 12 5 3 20 0 15 0 89758079 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140728578267648 140157710376695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
/proc/30318/statm: 3499471 54811 3443 1 0 3488085 0
[pid=30318/tid=30368] ppid=30315 vsize=13997884 CPUtime=2.84 cores=0,2,4,6
/proc/30318/task/30368/stat : 30368 (java) R 30315 30318 13007 0 -1 4202560 37271 12375 0 0 268 8 5 3 20 0 15 0 89758100 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157714607168 140157349035264 0 4 1 16800974 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30369] ppid=30315 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 13007 0 -1 1077944384 206 12375 0 0 1 0 5 3 20 0 15 0 89758101 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157671274896 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30370] ppid=30315 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 13007 0 -1 1077944384 62 12375 0 0 1 0 5 3 20 0 15 0 89758101 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157670222096 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30371] ppid=30315 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 13007 0 -1 1077944384 37 12375 0 0 1 0 5 3 20 0 15 0 89758101 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157669169808 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30372] ppid=30315 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 13007 0 -1 1077944384 65 12375 0 0 1 0 5 3 20 0 15 0 89758101 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157307513360 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30373] ppid=30315 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 13007 0 -1 1077944384 1710 12375 0 0 1 0 5 3 20 0 15 0 89758102 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157188528752 140157710387842 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30374] ppid=30315 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 13007 0 -1 1077944384 54 12375 0 0 0 0 5 3 20 0 15 0 89758103 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157187474784 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30375] ppid=30315 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 13007 0 -1 1077944384 44 12375 0 0 0 0 5 3 20 0 15 0 89758103 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157186422400 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30376] ppid=30315 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 15 0 89758106 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157185370704 140157710395291 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30377] ppid=30315 vsize=13997884 CPUtime=0.72 cores=0,2,4,6
/proc/30318/task/30377/stat : 30377 (java) R 30315 30318 13007 0 -1 4202560 1911 12375 0 0 64 0 5 3 20 0 15 0 89758106 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157184317552 140157710388630 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30378] ppid=30315 vsize=13997884 CPUtime=0.79 cores=0,2,4,6
/proc/30318/task/30378/stat : 30378 (java) S 30315 30318 13007 0 -1 1077944384 1495 12375 0 0 70 1 5 3 20 0 15 0 89758106 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157183264752 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30379] ppid=30315 vsize=13997884 CPUtime=0.99 cores=0,2,4,6
/proc/30318/task/30379/stat : 30379 (java) R 30315 30318 13007 0 -1 1077944384 3301 12375 0 0 91 0 5 3 20 0 15 0 89758106 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157182212464 140157710387842 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30380] ppid=30315 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 15 0 89758106 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157181159904 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30381] ppid=30315 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 13007 0 -1 1077944384 8 12375 0 0 0 0 5 3 20 0 15 0 89758110 14333833216 54811 18446744073709551615 4194304 4196468 140728578285104 140157180107696 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 13997884

[startup+4.80059 s]
/proc/loadavg: 1.76 1.62 1.60 5/215 30381
/proc/meminfo: memFree=25646360/32770624 swapFree=0/471340
[pid=30318] ppid=30315 vsize=14067516 CPUtime=10 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 13007 0 -1 1077944320 60669 12375 0 0 974 18 5 3 20 0 15 0 89758079 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140728578267648 140157710376695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
/proc/30318/statm: 3516879 90851 3458 1 0 3505493 0
[pid=30318/tid=30368] ppid=30315 vsize=14067516 CPUtime=4.36 cores=0,2,4,6
/proc/30318/task/30368/stat : 30368 (java) R 30315 30318 13007 0 -1 4202560 45126 12375 0 0 417 11 5 3 20 0 15 0 89758100 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157714609744 140157360561914 0 4 1 16800974 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30369] ppid=30315 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 13007 0 -1 1077944384 255 12375 0 0 5 0 5 3 20 0 15 0 89758101 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157671274896 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30370] ppid=30315 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 13007 0 -1 1077944384 160 12375 0 0 5 0 5 3 20 0 15 0 89758101 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157670222096 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30371] ppid=30315 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 13007 0 -1 1077944384 60 12375 0 0 5 0 5 3 20 0 15 0 89758101 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157669169808 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30372] ppid=30315 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 13007 0 -1 1077944384 96 12375 0 0 4 0 5 3 20 0 15 0 89758101 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157307513360 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30373] ppid=30315 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 13007 0 -1 1077944384 2392 12375 0 0 3 0 5 3 20 0 15 0 89758102 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157188528752 140157710387842 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30374] ppid=30315 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 13007 0 -1 1077944384 54 12375 0 0 0 0 5 3 20 0 15 0 89758103 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157187474784 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30375] ppid=30315 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 13007 0 -1 1077944384 44 12375 0 0 0 0 5 3 20 0 15 0 89758103 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157186422400 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30376] ppid=30315 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 15 0 89758106 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157185370704 140157710395291 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30377] ppid=30315 vsize=14067516 CPUtime=2.08 cores=0,2,4,6
/proc/30318/task/30377/stat : 30377 (java) R 30315 30318 13007 0 -1 4202560 2966 12375 0 0 200 0 5 3 20 0 15 0 89758106 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157184306224 140157695158687 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30378] ppid=30315 vsize=14067516 CPUtime=2.24 cores=0,2,4,6
/proc/30318/task/30378/stat : 30378 (java) R 30315 30318 13007 0 -1 4202560 3695 12375 0 0 215 1 5 3 20 0 15 0 89758106 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157183245648 140157690069795 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30379] ppid=30315 vsize=14067516 CPUtime=1.22 cores=0,2,4,6
/proc/30318/task/30379/stat : 30379 (java) S 30315 30318 13007 0 -1 1077944384 3655 12375 0 0 113 1 5 3 20 0 15 0 89758106 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157182212464 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30380] ppid=30315 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 15 0 89758106 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157181159904 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30381] ppid=30315 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 13007 0 -1 1077944384 9 12375 0 0 0 0 5 3 20 0 15 0 89758110 14405136384 90851 18446744073709551615 4194304 4196468 140728578285104 140157180107696 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (KiB) 14067516

[startup+5.6067 s]
/proc/loadavg: 1.76 1.62 1.60 3/215 30381
/proc/meminfo: memFree=25517332/32770624 swapFree=0/471340
[pid=30318] ppid=30315 vsize=14067516 CPUtime=11.12 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 13007 0 -1 1077944320 61300 12375 0 0 1084 20 5 3 20 0 15 0 89758079 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140728578267648 140157710376695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
/proc/30318/statm: 3516879 112614 3465 1 0 3505493 0
[pid=30318/tid=30368] ppid=30315 vsize=14067516 CPUtime=5.11 cores=0,2,4,6
/proc/30318/task/30368/stat : 30368 (java) S 30315 30318 13007 0 -1 1077944384 45230 12375 0 0 491 12 5 3 20 0 15 0 89758100 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157714614240 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30369] ppid=30315 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/30318/task/30369/stat : 30369 (java) R 30315 30318 13007 0 -1 4202560 260 12375 0 0 8 1 5 3 20 0 15 0 89758101 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157671274896 140157703004903 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30370] ppid=30315 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/30318/task/30370/stat : 30370 (java) R 30315 30318 13007 0 -1 4202560 168 12375 0 0 8 0 5 3 20 0 15 0 89758101 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157670222096 140157703004903 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30371] ppid=30315 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/30318/task/30371/stat : 30371 (java) R 30315 30318 13007 0 -1 4202560 104 12375 0 0 8 0 5 3 20 0 15 0 89758101 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157669169808 140157695077391 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30372] ppid=30315 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/30318/task/30372/stat : 30372 (java) R 30315 30318 13007 0 -1 4202560 107 12375 0 0 7 0 5 3 20 0 15 0 89758101 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157307513480 140157703004903 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30373] ppid=30315 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 13007 0 -1 1077944384 2393 12375 0 0 5 0 5 3 20 0 15 0 89758102 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157188527376 140157710386901 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30374] ppid=30315 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 13007 0 -1 1077944384 54 12375 0 0 0 0 5 3 20 0 15 0 89758103 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157187474784 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30375] ppid=30315 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 13007 0 -1 1077944384 44 12375 0 0 0 0 5 3 20 0 15 0 89758103 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157186422400 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30376] ppid=30315 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30376/stat : 30376 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 15 0 89758106 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157185370704 140157710395291 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30377] ppid=30315 vsize=14067516 CPUtime=2.11 cores=0,2,4,6
/proc/30318/task/30377/stat : 30377 (java) S 30315 30318 13007 0 -1 1077944384 2981 12375 0 0 203 0 5 3 20 0 15 0 89758106 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157184297104 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30378] ppid=30315 vsize=14067516 CPUtime=2.37 cores=0,2,4,6
/proc/30318/task/30378/stat : 30378 (java) S 30315 30318 13007 0 -1 1077944384 3998 12375 0 0 228 1 5 3 20 0 15 0 89758106 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157183264752 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30379] ppid=30315 vsize=14067516 CPUtime=1.27 cores=0,2,4,6
/proc/30318/task/30379/stat : 30379 (java) S 30315 30318 13007 0 -1 1077944384 3795 12375 0 0 118 1 5 3 20 0 15 0 89758106 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157182212464 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30380] ppid=30315 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 15 0 89758106 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157181159904 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30381] ppid=30315 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30381/stat : 30381 (java) S 30315 30318 13007 0 -1 1077944384 9 12375 0 0 0 0 5 3 20 0 15 0 89758110 14405136384 112614 18446744073709551615 4194304 4196468 140728578285104 140157180107696 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (KiB) 14067516

[startup+5.80061 s]
/proc/loadavg: 1.76 1.62 1.60 3/215 30381
/proc/meminfo: memFree=25517332/32770624 swapFree=0/471340
[pid=30318] ppid=30315 vsize=14134080 CPUtime=11.6 cores=0,2,4,6
/proc/30318/stat : 30318 (java) S 30315 30318 13007 0 -1 1077944320 61557 12375 0 0 1131 21 5 3 20 0 13 0 89758079 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140728578267648 140157710376695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
/proc/30318/statm: 3533520 112843 3469 1 0 3522134 0
[pid=30318/tid=30368] ppid=30315 vsize=14134080 CPUtime=5.16 cores=0,2,4,6
/proc/30318/task/30368/stat : 30368 (java) S 30315 30318 13007 0 -1 1077944384 45354 12375 0 0 496 12 5 3 20 0 13 0 89758100 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157714619536 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30369] ppid=30315 vsize=14134080 CPUtime=0.25 cores=0,2,4,6
/proc/30318/task/30369/stat : 30369 (java) S 30315 30318 13007 0 -1 1077944384 275 12375 0 0 16 1 5 3 20 0 13 0 89758101 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157671274896 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30370] ppid=30315 vsize=14134080 CPUtime=0.25 cores=0,2,4,6
/proc/30318/task/30370/stat : 30370 (java) S 30315 30318 13007 0 -1 1077944384 187 12375 0 0 17 0 5 3 20 0 13 0 89758101 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157670222096 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30371] ppid=30315 vsize=14134080 CPUtime=0.24 cores=0,2,4,6
/proc/30318/task/30371/stat : 30371 (java) S 30315 30318 13007 0 -1 1077944384 113 12375 0 0 16 0 5 3 20 0 13 0 89758101 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157669169808 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30372] ppid=30315 vsize=14134080 CPUtime=0.24 cores=0,2,4,6
/proc/30318/task/30372/stat : 30372 (java) S 30315 30318 13007 0 -1 1077944384 109 12375 0 0 15 1 5 3 20 0 13 0 89758101 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157307513360 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30373] ppid=30315 vsize=14134080 CPUtime=0.19 cores=0,2,4,6
/proc/30318/task/30373/stat : 30373 (java) S 30315 30318 13007 0 -1 1077944384 2394 12375 0 0 11 0 5 3 20 0 13 0 89758102 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157188528960 140157710387842 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30374] ppid=30315 vsize=14134080 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30374/stat : 30374 (java) S 30315 30318 13007 0 -1 1077944384 54 12375 0 0 0 0 5 3 20 0 13 0 89758103 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157187474784 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30375] ppid=30315 vsize=14134080 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30375/stat : 30375 (java) S 30315 30318 13007 0 -1 1077944384 45 12375 0 0 0 0 5 3 20 0 13 0 89758103 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157186422400 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30377] ppid=30315 vsize=14134080 CPUtime=2.13 cores=0,2,4,6
/proc/30318/task/30377/stat : 30377 (java) S 30315 30318 13007 0 -1 1077944384 2991 12375 0 0 205 0 5 3 20 0 13 0 89758106 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157184308832 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30378] ppid=30315 vsize=14134080 CPUtime=2.39 cores=0,2,4,6
/proc/30318/task/30378/stat : 30378 (java) S 30315 30318 13007 0 -1 1077944384 4002 12375 0 0 230 1 5 3 20 0 13 0 89758106 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157183264752 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30379] ppid=30315 vsize=14134080 CPUtime=1.28 cores=0,2,4,6
/proc/30318/task/30379/stat : 30379 (java) S 30315 30318 13007 0 -1 1077944384 3815 12375 0 0 119 1 5 3 20 0 13 0 89758106 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157182212464 140157710387842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
[pid=30318/tid=30380] ppid=30315 vsize=14134080 CPUtime=0.08 cores=0,2,4,6
/proc/30318/task/30380/stat : 30380 (java) S 30315 30318 13007 0 -1 1077944384 3 12375 0 0 0 0 5 3 20 0 13 0 89758106 14473297920 112843 18446744073709551615 4194304 4196468 140728578285104 140157181159904 140157710386901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140728578287568 140728578290353 140728578290353 140728578293711 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 14134080

Child status: 0
Real time (s): 5.81652
CPU time (s): 11.6196
CPU user time (s): 11.3659
CPU system time (s): 0.253671
CPU usage (%): 199.769
Max. virtual memory (cumulated for all children) (KiB): 14134080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3659
system time used= 0.253671
maximum resident set size= 452052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73951
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6398
involuntary context switches= 60

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035621 second user time and 0.032982 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 20:53:54
IDJOB=4262322
IDBENCH=138765
IDSOLVER=2650
FILE ID=node135/4262322-1502478469
RUNJOBID= node135-1502411443-13071
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262322-1502478469/watcher-4262322-1502478469 -o /tmp/evaluation-result-4262322-1502478469/solver-4262322-1502478469 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580  bin/concrete HOME/instance-4262322-1502478469.xml

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

MD5SUM BENCH= 000bb8293185d226d4bd39fa547f2fd1
RANDOM SEED=791280402

node135.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.21
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.21
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.21
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.21
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:        25944020 kB
MemAvailable:   26790548 kB
Buffers:          296988 kB
Cached:           840864 kB
SwapCached:            0 kB
Active:          5872524 kB
Inactive:         504416 kB
Active(anon):    5239448 kB
Inactive(anon):    33140 kB
Active(file):     633076 kB
Inactive(file):   471276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24432 kB
Writeback:             0 kB
AnonPages:       5239016 kB
Mapped:            63868 kB
Shmem:             33464 kB
Slab:             143584 kB
SReclaimable:     116024 kB
SUnreclaim:        27560 kB
KernelStack:        3504 kB
PageTables:        15228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5695828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4966400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 20:54:00