Trace number 4262540

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 8.4502602 4.0023999

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0015-m1.xml
MD5SUMbd7811eb886e860eb393779b0133da64
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.064544998
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints106
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":15}]
Minimum variable degree15
Maximum variable degree15
Distribution of variable degrees[{"degree":15,"count":15}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":105},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.16/2.20	c Concrete v3.4 running
8.19/3.97	v <instantiation>
8.19/3.97	v       <list>
8.19/3.97	v         q[0] q[1] q[2] q[3] q[4] q[5] q[6] q[7] q[8] q[9] q[10] q[11] q[12] q[13] q[14]
8.19/3.97	v       </list>
8.19/3.97	v       <values>
8.19/3.97	v         6 11 5 8 0 3 13 7 10 1 14 4 9 12 2
8.19/3.97	v       </values>
8.19/3.97	v     </instantiation>
8.19/3.98	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-4262540-1502478536/watcher-4262540-1502478536 -o /tmp/evaluation-result-4262540-1502478536/solver-4262540-1502478536 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580 bin/concrete HOME/instance-4262540-1502478536.xml 

pid=20350
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.32 3.21 2.75 4/201 20353
/proc/meminfo: memFree=26828692/32770624 swapFree=0/576928
[pid=20353] ppid=20350 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/20353/stat : 20353 (runsolver) D 20350 20353 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 95359964 24240128 106 18446744073709551615 4194304 4338465 140731972078528 140731972076168 140113778791127 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 32432128 140731972083921 140731972084297 140731972084297 140731972087754 0
/proc/20353/statm: 5918 106 53 36 0 2156 0

[startup+0.100088 s]
/proc/loadavg: 3.32 3.21 2.75 4/201 20353
/proc/meminfo: memFree=26828692/32770624 swapFree=0/576928
[pid=20353] ppid=20350 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/20353/stat : 20353 (bash) S 20350 20353 1460 0 -1 4202496 683 1544 0 0 0 0 0 0 20 0 1 0 95359964 9736192 351 18446744073709551615 4194304 5098028 140730619359152 140730619356792 139742046276608 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 9 0 0 7196144 7232144 7618560 140730619367956 140730619368041 140730619368041 140730619371498 0
/proc/20353/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200262 s]
/proc/loadavg: 3.32 3.21 2.75 4/201 20353
/proc/meminfo: memFree=26828692/32770624 swapFree=0/576928
[pid=20353] ppid=20350 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/20353/stat : 20353 (bash) S 20350 20353 1460 0 -1 4202496 892 6487 0 0 0 0 0 1 20 0 1 0 95359964 9867264 377 18446744073709551615 4194304 5098028 140730619359152 140730619353160 139742046276608 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 9 0 0 7196144 7232144 7618560 140730619367956 140730619368041 140730619368041 140730619371498 0
/proc/20353/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300342 s]
/proc/loadavg: 3.32 3.21 2.75 4/201 20353
/proc/meminfo: memFree=26828692/32770624 swapFree=0/576928
[pid=20353] ppid=20350 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/20353/stat : 20353 (java) S 20350 20353 1460 0 -1 1077944320 5811 12507 0 0 5 1 5 3 20 0 14 0 95359964 14241083392 5491 18446744073709551615 4194304 4196468 140722140344832 140722140327376 140551097458423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
/proc/20353/statm: 3476827 5491 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700267 s]
/proc/loadavg: 3.32 3.21 2.75 4/201 20353
/proc/meminfo: memFree=26828692/32770624 swapFree=0/576928
[pid=20353] ppid=20350 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/20353/stat : 20353 (java) S 20350 20353 1460 0 -1 1077944320 13932 12507 0 0 56 4 5 3 20 0 15 0 95359964 14310178816 14337 18446744073709551615 4194304 4196468 140722140344832 140722140327376 140551097458423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
/proc/20353/statm: 3493696 14337 3120 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.5054 s]
/proc/loadavg: 3.22 3.19 2.74 3/215 20416
/proc/meminfo: memFree=26734228/32770624 swapFree=0/577248
[pid=20353] ppid=20350 vsize=13985408 CPUtime=1.89 cores=1,3,5,7
/proc/20353/stat : 20353 (java) S 20350 20353 1460 0 -1 1077944320 29356 12507 0 0 170 11 5 3 20 0 15 0 95359964 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140722140327376 140551097458423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
/proc/20353/statm: 3496352 40255 3374 1 0 3485525 0
[pid=20353/tid=20403] ppid=20350 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/20353/task/20403/stat : 20403 (java) S 20350 20353 1460 0 -1 1077944384 22352 12507 0 0 114 7 5 3 20 0 15 0 95359985 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140551101675136 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20404] ppid=20350 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20404/stat : 20404 (java) R 20350 20353 1460 0 -1 4202560 40 12507 0 0 0 0 5 3 20 0 15 0 95359986 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550697466896 140551090562070 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20405] ppid=20350 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20405/stat : 20405 (java) R 20350 20353 1460 0 -1 1077944384 58 12507 0 0 0 0 5 3 20 0 15 0 95359986 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550696414352 140551097468629 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20406] ppid=20350 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20406/stat : 20406 (java) R 20350 20353 1460 0 -1 4202560 178 12507 0 0 0 0 5 3 20 0 15 0 95359986 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550695361296 140551090562030 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20407] ppid=20350 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20407/stat : 20407 (java) R 20350 20353 1460 0 -1 4202560 71 12507 0 0 0 0 5 3 20 0 15 0 95359986 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550694308752 140551082446823 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20408] ppid=20350 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/20353/task/20408/stat : 20408 (java) S 20350 20353 1460 0 -1 1077944384 1445 12507 0 0 1 0 5 3 20 0 15 0 95359987 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550575936288 140551097468629 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20409] ppid=20350 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20409/stat : 20409 (java) S 20350 20353 1460 0 -1 1077944384 33 12507 0 0 0 0 5 3 20 0 15 0 95359988 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550574884000 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20410] ppid=20350 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20410/stat : 20410 (java) S 20350 20353 1460 0 -1 1077944384 21 12507 0 0 0 0 5 3 20 0 15 0 95359988 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550573830896 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20411] ppid=20350 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20411/stat : 20411 (java) S 20350 20353 1460 0 -1 1077944384 3 12507 0 0 0 0 5 3 20 0 15 0 95359991 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550572779472 140551097477019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20412] ppid=20350 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/20353/task/20412/stat : 20412 (java) S 20350 20353 1460 0 -1 1077944384 757 12507 0 0 12 0 5 3 20 0 15 0 95359991 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550571727600 140551097469570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20413] ppid=20350 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/20353/task/20413/stat : 20413 (java) S 20350 20353 1460 0 -1 1077944384 898 12507 0 0 17 0 5 3 20 0 15 0 95359991 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550570675056 140551097469570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20414] ppid=20350 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/20353/task/20414/stat : 20414 (java) S 20350 20353 1460 0 -1 1077944384 1340 12507 0 0 22 0 5 3 20 0 15 0 95359991 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550569622000 140551097469570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20415] ppid=20350 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20415/stat : 20415 (java) S 20350 20353 1460 0 -1 1077944384 3 12507 0 0 0 0 5 3 20 0 15 0 95359991 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550568569696 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20416] ppid=20350 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20416/stat : 20416 (java) S 20350 20353 1460 0 -1 1077944384 8 12507 0 0 0 0 5 3 20 0 15 0 95359995 14321057792 40255 18446744073709551615 4194304 4196468 140722140344832 140550567516720 140551097469570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 3.22 3.19 2.74 4/215 20416
/proc/meminfo: memFree=26657232/32770624 swapFree=0/577248
[pid=20353] ppid=20350 vsize=13999932 CPUtime=6.09 cores=1,3,5,7
/proc/20353/stat : 20353 (java) S 20350 20353 1460 0 -1 1077944320 43494 12507 0 0 585 16 5 3 20 0 15 0 95359964 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140722140327376 140551097458423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
/proc/20353/statm: 3499983 53511 3448 1 0 3488597 0
[pid=20353/tid=20403] ppid=20350 vsize=13999932 CPUtime=2.87 cores=1,3,5,7
/proc/20353/task/20403/stat : 20403 (java) R 20350 20353 1460 0 -1 4202560 28671 12507 0 0 269 10 5 3 20 0 15 0 95359985 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140551101686064 140551081538910 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20404] ppid=20350 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20404/stat : 20404 (java) S 20350 20353 1460 0 -1 1077944384 45 12507 0 0 0 0 5 3 20 0 15 0 95359986 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550697466896 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20405] ppid=20350 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/20353/task/20405/stat : 20405 (java) S 20350 20353 1460 0 -1 1077944384 58 12507 0 0 1 0 5 3 20 0 15 0 95359986 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550696414352 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20406] ppid=20350 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/20353/task/20406/stat : 20406 (java) S 20350 20353 1460 0 -1 1077944384 178 12507 0 0 1 0 5 3 20 0 15 0 95359986 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550695361296 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20407] ppid=20350 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20407/stat : 20407 (java) S 20350 20353 1460 0 -1 1077944384 73 12507 0 0 0 0 5 3 20 0 15 0 95359986 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550694308752 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20408] ppid=20350 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/20353/task/20408/stat : 20408 (java) S 20350 20353 1460 0 -1 1077944384 1651 12507 0 0 1 0 5 3 20 0 15 0 95359987 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550575937776 140551097469570 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20409] ppid=20350 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20409/stat : 20409 (java) S 20350 20353 1460 0 -1 1077944384 55 12507 0 0 0 0 5 3 20 0 15 0 95359988 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550574884000 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20410] ppid=20350 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20410/stat : 20410 (java) S 20350 20353 1460 0 -1 1077944384 43 12507 0 0 0 0 5 3 20 0 15 0 95359988 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550573830896 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20411] ppid=20350 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20411/stat : 20411 (java) S 20350 20353 1460 0 -1 1077944384 3 12507 0 0 0 0 5 3 20 0 15 0 95359991 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550572779472 140551097477019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20412] ppid=20350 vsize=13999932 CPUtime=0.9 cores=1,3,5,7
/proc/20353/task/20412/stat : 20412 (java) S 20350 20353 1460 0 -1 1077944384 2063 12507 0 0 81 1 5 3 20 0 15 0 95359991 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550571727600 140551097469570 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20413] ppid=20350 vsize=13999932 CPUtime=1.3 cores=1,3,5,7
/proc/20353/task/20413/stat : 20413 (java) S 20350 20353 1460 0 -1 1077944384 4233 12507 0 0 121 1 5 3 20 0 15 0 95359991 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550570675056 140551097469570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20414] ppid=20350 vsize=13999932 CPUtime=1.13 cores=1,3,5,7
/proc/20353/task/20414/stat : 20414 (java) S 20350 20353 1460 0 -1 1077944384 4257 12507 0 0 104 1 5 3 20 0 15 0 95359991 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550569622000 140551097469570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20415] ppid=20350 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20415/stat : 20415 (java) S 20350 20353 1460 0 -1 1077944384 3 12507 0 0 0 0 5 3 20 0 15 0 95359991 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550568569696 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20416] ppid=20350 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20416/stat : 20416 (java) S 20350 20353 1460 0 -1 1077944384 9 12507 0 0 0 0 5 3 20 0 15 0 95359995 14335930368 53511 18446744073709551615 4194304 4196468 140722140344832 140550567516720 140551097469570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 13999932

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

[startup+3.63503 s]
/proc/loadavg: 3.22 3.19 2.74 4/215 20416
/proc/meminfo: memFree=26657232/32770624 swapFree=0/577248
[pid=20353] ppid=20350 vsize=14067516 CPUtime=7.33 cores=1,3,5,7
/proc/20353/stat : 20353 (java) S 20350 20353 1460 0 -1 1077944320 61432 12507 0 0 705 20 5 3 20 0 15 0 95359964 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140722140327376 140551097458423 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
/proc/20353/statm: 3516879 74107 3458 1 0 3505493 0
[pid=20353/tid=20403] ppid=20350 vsize=14067516 CPUtime=3.35 cores=1,3,5,7
/proc/20353/task/20403/stat : 20403 (java) R 20350 20353 1460 0 -1 4202560 42896 12507 0 0 316 11 5 3 20 0 15 0 95359985 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140551101690416 140550750769553 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20404] ppid=20350 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/20353/task/20404/stat : 20404 (java) S 20350 20353 1460 0 -1 1077944384 73 12507 0 0 2 1 5 3 20 0 15 0 95359986 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550697466896 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20405] ppid=20350 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/20353/task/20405/stat : 20405 (java) S 20350 20353 1460 0 -1 1077944384 111 12507 0 0 2 0 5 3 20 0 15 0 95359986 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550696414352 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20406] ppid=20350 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/20353/task/20406/stat : 20406 (java) S 20350 20353 1460 0 -1 1077944384 185 12507 0 0 2 0 5 3 20 0 15 0 95359986 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550695361296 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20407] ppid=20350 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/20353/task/20407/stat : 20407 (java) S 20350 20353 1460 0 -1 1077944384 89 12507 0 0 2 0 5 3 20 0 15 0 95359986 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550694308752 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20408] ppid=20350 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/20353/task/20408/stat : 20408 (java) S 20350 20353 1460 0 -1 1077944384 2304 12507 0 0 3 0 5 3 20 0 15 0 95359987 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550575937776 140551097469570 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20409] ppid=20350 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20409/stat : 20409 (java) S 20350 20353 1460 0 -1 1077944384 55 12507 0 0 0 0 5 3 20 0 15 0 95359988 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550574884064 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20410] ppid=20350 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20410/stat : 20410 (java) S 20350 20353 1460 0 -1 1077944384 43 12507 0 0 0 0 5 3 20 0 15 0 95359988 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550573830912 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20411] ppid=20350 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20411/stat : 20411 (java) S 20350 20353 1460 0 -1 1077944384 3 12507 0 0 0 0 5 3 20 0 15 0 95359991 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550572779472 140551097477019 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20412] ppid=20350 vsize=14067516 CPUtime=1.23 cores=1,3,5,7
/proc/20353/task/20412/stat : 20412 (java) R 20350 20353 1460 0 -1 4202560 4146 12507 0 0 114 1 5 3 20 0 15 0 95359991 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550571708616 140551077151527 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20413] ppid=20350 vsize=14067516 CPUtime=1.47 cores=1,3,5,7
/proc/20353/task/20413/stat : 20413 (java) S 20350 20353 1460 0 -1 1077944384 4780 12507 0 0 138 1 5 3 20 0 15 0 95359991 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550570675056 140551097469570 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20414] ppid=20350 vsize=14067516 CPUtime=1.28 cores=1,3,5,7
/proc/20353/task/20414/stat : 20414 (java) R 20350 20353 1460 0 -1 4202560 4583 12507 0 0 119 1 5 3 20 0 15 0 95359991 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550569618936 140551075677568 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20415] ppid=20350 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20415/stat : 20415 (java) S 20350 20353 1460 0 -1 1077944384 3 12507 0 0 0 0 5 3 20 0 15 0 95359991 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550568569696 140551097468629 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
[pid=20353/tid=20416] ppid=20350 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/20353/task/20416/stat : 20416 (java) S 20350 20353 1460 0 -1 1077944384 9 12507 0 0 0 0 5 3 20 0 15 0 95359995 14405136384 74107 18446744073709551615 4194304 4196468 140722140344832 140550567516720 140551097469570 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23916544 140722140346320 140722140349105 140722140349105 140722140352463 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 14067516

[startup+4.0022 s]
/proc/loadavg: 3.22 3.19 2.74 6/215 20416
/proc/meminfo: memFree=26544500/32770624 swapFree=0/577248
[pid=20353] ppid=20350 vsize=0 CPUtime=8.44 cores=1,3,5,7
/proc/20353/stat : 20353 (java) Z 20350 20353 1460 0 -1 4227084 64161 12507 0 0 814 22 5 3 20 0 1 0 95359964 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/20353/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.0024
CPU time (s): 8.45026
CPU user time (s): 8.19854
CPU system time (s): 0.251718
CPU usage (%): 211.13
Max. virtual memory (cumulated for all children) (KiB): 14069612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.19854
system time used= 0.251718
maximum resident set size= 301616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76668
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= 5998
involuntary context switches= 818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.019971 second user time and 0.022798 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 20:55:01
IDJOB=4262540
IDBENCH=138778
IDSOLVER=2650
FILE ID=node134/4262540-1502478536
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0015-m1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262540-1502478536/watcher-4262540-1502478536 -o /tmp/evaluation-result-4262540-1502478536/solver-4262540-1502478536 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262540-1502478536.xml

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

MD5SUM BENCH= bd7811eb886e860eb393779b0133da64
RANDOM SEED=771214383

node134.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.43
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.43
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.43
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.43
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:        26829220 kB
MemAvailable:   27829192 kB
Buffers:          293968 kB
Cached:           999028 kB
SwapCached:            0 kB
Active:          4889348 kB
Inactive:         607884 kB
Active(anon):    4206484 kB
Inactive(anon):    31216 kB
Active(file):     682864 kB
Inactive(file):   576668 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23760 kB
Writeback:             4 kB
AnonPages:       4201820 kB
Mapped:            64888 kB
Shmem:             33468 kB
Slab:             139532 kB
SReclaimable:     112552 kB
SUnreclaim:        26980 kB
KernelStack:        3552 kB
PageTables:        13448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5013172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3966976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 20:55:05