Trace number 4241474

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
R1: Mistral-2.0 2017-06-28UNSAT 1277.73 1277.82

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-050-9.xml
MD5SUM6e540fe1a8c18734980495af80b87f14
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.2435098
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints600
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":50}]
Minimum variable degree24
Maximum variable degree48
Distribution of variable degrees[{"degree":24,"count":1},{"degree":25,"count":2},{"degree":26,"count":2},{"degree":27,"count":2},{"degree":28,"count":2},{"degree":29,"count":2},{"degree":30,"count":2},{"degree":31,"count":2},{"degree":32,"count":2},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":4},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":600}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":600}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
1277.69/1277.81	s UNSATISFIABLE

Verifier Data


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-4241474-1500628605/watcher-4241474-1500628605 -o /tmp/evaluation-result-4241474-1500628605/solver-4241474-1500628605 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500623787-5249 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 74815426 HOME/instance-4241474-1500628605.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 2.00 2.01 1.98 2/180 6129
/proc/meminfo: memFree=31317024/32770624 swapFree=6412/502352
[pid=6129] ppid=6126 vsize=28672 CPUtime=0 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 966 0 0 0 0 0 0 0 20 0 1 0 17753713 29360128 736 33554432000 4194304 7402444 140736558373760 140736558370808 140472965488650 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7168 736 583 784 0 182 0

[startup+0.100154 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 6129
/proc/meminfo: memFree=31317024/32770624 swapFree=6412/502352
[pid=6129] ppid=6126 vsize=30940 CPUtime=0.09 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 1578 0 0 0 9 0 0 0 20 0 1 0 17753713 31682560 1391 33554432000 4194304 7402444 140736558373760 140736558368120 4377811 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1391 688 784 0 749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30940

[startup+0.200291 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 6129
/proc/meminfo: memFree=31317024/32770624 swapFree=6412/502352
[pid=6129] ppid=6126 vsize=30940 CPUtime=0.19 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 1578 0 0 0 19 0 0 0 20 0 1 0 17753713 31682560 1391 33554432000 4194304 7402444 140736558373760 140736558368120 5750503 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1391 688 784 0 749 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30940

[startup+0.300253 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 6129
/proc/meminfo: memFree=31317024/32770624 swapFree=6412/502352
[pid=6129] ppid=6126 vsize=30940 CPUtime=0.29 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 1579 0 0 0 29 0 0 0 20 0 1 0 17753713 31682560 1391 33554432000 4194304 7402444 140736558373760 140736558368120 5696151 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1391 688 784 0 749 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30940

[startup+0.700219 s]
/proc/loadavg: 2.00 2.01 1.98 2/180 6129
/proc/meminfo: memFree=31317024/32770624 swapFree=6412/502352
[pid=6129] ppid=6126 vsize=30940 CPUtime=0.69 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 1579 0 0 0 69 0 0 0 20 0 1 0 17753713 31682560 1391 33554432000 4194304 7402444 140736558373760 140736558368120 4378274 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1391 688 784 0 749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30940

[startup+1.50021 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6145
/proc/meminfo: memFree=31306292/32770624 swapFree=6412/502368
[pid=6129] ppid=6126 vsize=30940 CPUtime=1.49 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 1581 0 0 0 149 0 0 0 20 0 1 0 17753713 31682560 1391 33554432000 4194304 7402444 140736558373760 140736558368120 5695885 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1391 688 784 0 749 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30940

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 6145
/proc/meminfo: memFree=31305604/32770624 swapFree=6412/502368
[pid=6129] ppid=6126 vsize=30940 CPUtime=3.09 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 2130 0 0 0 309 0 0 0 20 0 1 0 17753713 31682560 1414 33554432000 4194304 7402444 140736558373760 140736558368120 4709402 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1414 695 784 0 749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30940

[startup+6.30021 s]
/proc/loadavg: 1.92 2.00 1.98 3/187 6145
/proc/meminfo: memFree=31305780/32770624 swapFree=6412/502360
[pid=6129] ppid=6126 vsize=30940 CPUtime=6.29 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 2679 0 0 0 629 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 5698142 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30940

[startup+12.7002 s]
/proc/loadavg: 1.93 2.00 1.98 3/187 6145
/proc/meminfo: memFree=31305036/32770624 swapFree=6412/502376
[pid=6129] ppid=6126 vsize=30940 CPUtime=12.69 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 3229 0 0 0 1269 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4342322 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30940

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 1.98 3/187 6145
/proc/meminfo: memFree=31305160/32770624 swapFree=6412/502384
[pid=6129] ppid=6126 vsize=30940 CPUtime=25.49 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 4319 0 0 0 2549 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 5324328 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30940

[startup+51.1003 s]
/proc/loadavg: 1.96 2.00 1.98 3/187 6145
/proc/meminfo: memFree=31305648/32770624 swapFree=6412/502392
[pid=6129] ppid=6126 vsize=30940 CPUtime=51.09 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 4864 0 0 0 5109 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4709406 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30940

[startup+102.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/187 6207
/proc/meminfo: memFree=31140312/32770624 swapFree=6412/502588
[pid=6129] ppid=6126 vsize=30940 CPUtime=102.29 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 5409 0 0 0 10229 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 5695885 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 30940

[startup+162.3 s]
/proc/loadavg: 2.08 2.04 1.99 3/187 6208
/proc/meminfo: memFree=30946360/32770624 swapFree=6412/502640
[pid=6129] ppid=6126 vsize=30940 CPUtime=162.28 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 5954 0 0 0 16228 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4377628 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 30940

[startup+222.306 s]
/proc/loadavg: 2.03 2.03 1.99 3/187 6216
/proc/meminfo: memFree=30938616/32770624 swapFree=6412/502656
[pid=6129] ppid=6126 vsize=30940 CPUtime=222.28 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 6499 0 0 0 22228 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4709390 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 30940

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/187 6217
/proc/meminfo: memFree=30938104/32770624 swapFree=6412/502684
[pid=6129] ppid=6126 vsize=30940 CPUtime=282.27 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 7044 0 0 0 28227 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4748390 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 30940

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/187 6218
/proc/meminfo: memFree=30937720/32770624 swapFree=6412/502704
[pid=6129] ppid=6126 vsize=30940 CPUtime=342.26 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 7589 0 0 0 34226 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 5698155 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 30940

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/187 6219
/proc/meminfo: memFree=30937472/32770624 swapFree=6412/502720
[pid=6129] ppid=6126 vsize=30940 CPUtime=402.26 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 8134 0 0 0 40226 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4748172 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 30940

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 6220
/proc/meminfo: memFree=30937596/32770624 swapFree=6412/502752
[pid=6129] ppid=6126 vsize=30940 CPUtime=462.25 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 8679 0 0 0 46225 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4378480 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 30940

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 6222
/proc/meminfo: memFree=30937340/32770624 swapFree=6412/502780
[pid=6129] ppid=6126 vsize=30940 CPUtime=522.25 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 9224 0 0 0 52225 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4709390 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 30940

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 6223
/proc/meminfo: memFree=30937148/32770624 swapFree=6412/502804
[pid=6129] ppid=6126 vsize=30940 CPUtime=582.24 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 9769 0 0 0 58224 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4378219 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 30940


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

/proc/loadavg: 2.09 2.04 2.00 3/187 6224
/proc/meminfo: memFree=30937276/32770624 swapFree=6412/502824
[pid=6129] ppid=6126 vsize=30940 CPUtime=642.24 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 10314 0 0 0 64224 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4747401 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 30940

[startup+702.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/187 6226
/proc/meminfo: memFree=30936796/32770624 swapFree=6412/502852
[pid=6129] ppid=6126 vsize=30940 CPUtime=702.24 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 10859 0 0 0 70224 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 5695885 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 30940

[startup+762.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/187 6227
/proc/meminfo: memFree=30936332/32770624 swapFree=6412/502884
[pid=6129] ppid=6126 vsize=30940 CPUtime=762.24 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 11404 0 0 0 76224 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4709470 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 30940

[startup+822.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/187 6235
/proc/meminfo: memFree=30935244/32770624 swapFree=6412/502920
[pid=6129] ppid=6126 vsize=30940 CPUtime=822.23 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 11949 0 0 0 82223 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 5696137 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 822.23
Current children cumulated vsize (KiB) 30940

[startup+882.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/187 6236
/proc/meminfo: memFree=30936112/32770624 swapFree=6412/502940
[pid=6129] ppid=6126 vsize=30940 CPUtime=882.23 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 12494 0 0 0 88223 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4248640 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 30940

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 6237
/proc/meminfo: memFree=30936184/32770624 swapFree=6412/502960
[pid=6129] ppid=6126 vsize=30940 CPUtime=942.22 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 13039 0 0 0 94222 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4747338 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 30940

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 6238
/proc/meminfo: memFree=30936060/32770624 swapFree=6412/502988
[pid=6129] ppid=6126 vsize=30940 CPUtime=1002.21 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 13584 0 0 0 100221 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4377899 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1002.21
Current children cumulated vsize (KiB) 30940

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 6239
/proc/meminfo: memFree=30935928/32770624 swapFree=6412/503016
[pid=6129] ppid=6126 vsize=30940 CPUtime=1062.21 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 14129 0 0 0 106221 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 5695876 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 30940

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 6240
/proc/meminfo: memFree=30935912/32770624 swapFree=6412/503040
[pid=6129] ppid=6126 vsize=30940 CPUtime=1122.21 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 14674 0 0 0 112221 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4379400 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1122.21
Current children cumulated vsize (KiB) 30940

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/187 6241
/proc/meminfo: memFree=30935652/32770624 swapFree=6412/503064
[pid=6129] ppid=6126 vsize=30940 CPUtime=1182.2 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 15219 0 0 0 118220 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4709437 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1182.2
Current children cumulated vsize (KiB) 30940

[startup+1242.3 s]
/proc/loadavg: 2.03 2.03 2.01 3/187 6242
/proc/meminfo: memFree=30935676/32770624 swapFree=6412/503084
[pid=6129] ppid=6126 vsize=30940 CPUtime=1242.2 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 15764 0 0 0 124220 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4237748 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1242.2
Current children cumulated vsize (KiB) 30940

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

[startup+1254.4 s]
/proc/loadavg: 2.03 2.02 2.01 3/187 6242
/proc/meminfo: memFree=30935676/32770624 swapFree=6412/503092
[pid=6129] ppid=6126 vsize=30940 CPUtime=1254.3 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 15764 0 0 0 125430 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4709390 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1254.3
Current children cumulated vsize (KiB) 30940

[startup+1267.2 s]
/proc/loadavg: 2.02 2.02 2.01 3/187 6243
/proc/meminfo: memFree=30934916/32770624 swapFree=6412/503104
[pid=6129] ppid=6126 vsize=30940 CPUtime=1267.1 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 16309 0 0 0 126710 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4709536 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1267.1
Current children cumulated vsize (KiB) 30940

[startup+1273.6 s]
/proc/loadavg: 2.02 2.02 2.01 3/187 6243
/proc/meminfo: memFree=30934916/32770624 swapFree=6412/503104
[pid=6129] ppid=6126 vsize=30940 CPUtime=1273.49 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 16309 0 0 0 127349 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4709427 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1273.49
Current children cumulated vsize (KiB) 30940

[startup+1275.2 s]
/proc/loadavg: 2.02 2.02 2.01 3/187 6243
/proc/meminfo: memFree=30934916/32770624 swapFree=6412/503104
[pid=6129] ppid=6126 vsize=30940 CPUtime=1275.09 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 16309 0 0 0 127509 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4249219 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1275.09
Current children cumulated vsize (KiB) 30940

[startup+1276.8 s]
/proc/loadavg: 2.02 2.02 2.01 3/187 6243
/proc/meminfo: memFree=30934792/32770624 swapFree=6412/503104
[pid=6129] ppid=6126 vsize=30940 CPUtime=1276.69 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 16309 0 0 0 127669 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4378476 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1276.69
Current children cumulated vsize (KiB) 30940

[startup+1277.6 s]
/proc/loadavg: 2.02 2.02 2.01 3/187 6243
/proc/meminfo: memFree=30934792/32770624 swapFree=6412/503104
[pid=6129] ppid=6126 vsize=30940 CPUtime=1277.49 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 16309 0 0 0 127749 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4709427 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1277.49
Current children cumulated vsize (KiB) 30940

[startup+1277.8 s]
/proc/loadavg: 2.02 2.02 2.01 3/187 6243
/proc/meminfo: memFree=30934792/32770624 swapFree=6412/503104
[pid=6129] ppid=6126 vsize=30940 CPUtime=1277.69 cores=0,2,4,6
/proc/6129/stat : 6129 (MistralXCSP) R 6126 6129 5218 0 -1 4202496 16309 0 0 0 127769 0 0 0 20 0 1 0 17753713 31682560 1415 33554432000 4194304 7402444 140736558373760 140736558368120 4709503 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9500608 9505824 28160000 140736558376106 140736558376254 140736558376254 140736558378953 0
/proc/6129/statm: 7735 1415 695 784 0 749 0
Current children cumulated CPU time (s) 1277.69
Current children cumulated vsize (KiB) 30940

Child status: 0
Real time (s): 1277.82
CPU time (s): 1277.73
CPU user time (s): 1277.72
CPU system time (s): 0.008999
CPU usage (%): 99.9928
Max. virtual memory (cumulated for all children) (KiB): 30940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1277.72
system time used= 0.008999
maximum resident set size= 5692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16447
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 64308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.59207 second user time and 4.07913 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-21 11:16:45
IDJOB=4241474
IDBENCH=126889
IDSOLVER=2622
FILE ID=node106/4241474-1500628605
RUNJOBID= node106-1500623787-5249
PBS_JOBID= 20623021
Free space on /tmp= 61972 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-050-9-mod.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241474-1500628605/watcher-4241474-1500628605 -o /tmp/evaluation-result-4241474-1500628605/solver-4241474-1500628605 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500623787-5249 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 74815426 HOME/instance-4241474-1500628605.xml

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

MD5SUM BENCH= 95f356a7cac4995e0d280c3eec412c64
RANDOM SEED=74815426

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1733.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.30
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		: 2267.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		: 2533.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.30
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		: 1600.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		: 1600.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.30
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		: 1600.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		: 1600.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.30
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		: 1600.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:        31317272 kB
MemAvailable:   32006704 kB
Buffers:          157748 kB
Cached:           819460 kB
SwapCached:            0 kB
Active:           513420 kB
Inactive:         519112 kB
Active(anon):      57972 kB
Inactive(anon):    16760 kB
Active(file):     455448 kB
Inactive(file):   502352 kB
Unevictable:        6412 kB
Mlocked:            6412 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5900 kB
Writeback:             0 kB
AnonPages:         69580 kB
Mapped:            32152 kB
Shmem:             17044 kB
Slab:             119696 kB
SReclaimable:      94936 kB
SUnreclaim:        24760 kB
KernelStack:        3536 kB
PageTables:         4424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     316992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61960 MiB
End job on node106 at 2017-07-21 11:38:03