Trace number 4261654

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
Mistral-2.0 2017-07-28UNSAT 1161.11 1161.24

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.11	c 280717
1161.06/1161.24	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-4261654-1502367531/watcher-4261654-1502367531 -o /tmp/evaluation-result-4261654-1502367531/solver-4261654-1502367531 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502333491-25568 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2097049443 HOME/instance-4261654-1502367531.xml 

pid=29978
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: 2.09 2.04 2.05 3/185 29981
/proc/meminfo: memFree=31203692/32770624 swapFree=0/427516
[pid=29981] ppid=29978 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29981/stat : 29981 (runsolver) D 29978 29981 4525 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 136406058 24240128 106 18446744073709551615 4194304 4338465 140722616174464 140722616172104 139855418229463 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 17915904 140722616176778 140722616177225 140722616177225 140722616180682 0
/proc/29981/statm: 5918 106 53 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 2.09 2.04 2.05 3/185 29981
/proc/meminfo: memFree=31203692/32770624 swapFree=0/427516
[pid=29981] ppid=29978 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29981/stat : 29981 (runsolver) D 29978 29981 4525 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 136406058 24240128 106 18446744073709551615 4194304 4338465 140722616174464 140722616172104 139855418229463 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 17915904 140722616176778 140722616177225 140722616177225 140722616180682 0
/proc/29981/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20033 s]
/proc/loadavg: 2.09 2.04 2.05 3/185 29981
/proc/meminfo: memFree=31203692/32770624 swapFree=0/427516
[pid=29981] ppid=29978 vsize=30932 CPUtime=0.08 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 1553 0 0 0 8 0 0 0 20 0 1 0 136406058 31674368 1378 18446744073709551615 4194304 7396336 140734849134624 140734849131624 5839273 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1378 674 782 0 749 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30932

[startup+0.300259 s]
/proc/loadavg: 2.09 2.04 2.05 3/185 29981
/proc/meminfo: memFree=31203692/32770624 swapFree=0/427516
[pid=29981] ppid=29978 vsize=30932 CPUtime=0.18 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 1553 0 0 0 18 0 0 0 20 0 1 0 136406058 31674368 1378 18446744073709551615 4194304 7396336 140734849134624 140734849131624 5578145 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1378 674 782 0 749 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 30932

[startup+0.70022 s]
/proc/loadavg: 2.09 2.04 2.05 3/185 29981
/proc/meminfo: memFree=31203692/32770624 swapFree=0/427516
[pid=29981] ppid=29978 vsize=30932 CPUtime=0.58 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 1554 0 0 0 58 0 0 0 20 0 1 0 136406058 31674368 1378 18446744073709551615 4194304 7396336 140734849134624 140734849131624 4406648 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1378 674 782 0 749 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 30932

[startup+1.50022 s]
/proc/loadavg: 2.09 2.04 2.05 3/186 29982
/proc/meminfo: memFree=31201108/32770624 swapFree=0/427276
[pid=29981] ppid=29978 vsize=30932 CPUtime=1.38 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 1555 0 0 0 138 0 0 0 20 0 1 0 136406058 31674368 1378 18446744073709551615 4194304 7396336 140734849134624 140734849128984 4543870 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1378 674 782 0 749 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 30932

[startup+3.10021 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 29982
/proc/meminfo: memFree=31200612/32770624 swapFree=0/427276
[pid=29981] ppid=29978 vsize=30932 CPUtime=2.98 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 2104 0 0 0 298 0 0 0 20 0 1 0 136406058 31674368 1396 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5686506 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1396 677 782 0 749 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 30932

[startup+6.30022 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 29982
/proc/meminfo: memFree=31200320/32770624 swapFree=0/427272
[pid=29981] ppid=29978 vsize=30932 CPUtime=6.18 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 2655 0 0 0 618 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839021 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 30932

[startup+12.7002 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 29982
/proc/meminfo: memFree=31199956/32770624 swapFree=0/427272
[pid=29981] ppid=29978 vsize=30932 CPUtime=12.58 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 3205 0 0 0 1258 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5841274 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 30932

[startup+25.5003 s]
/proc/loadavg: 2.07 2.04 2.05 3/186 29983
/proc/meminfo: memFree=31199148/32770624 swapFree=0/427276
[pid=29981] ppid=29978 vsize=30932 CPUtime=25.38 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4294 0 0 0 2538 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839273 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 30932

[startup+51.1003 s]
/proc/loadavg: 2.05 2.04 2.05 3/186 29983
/proc/meminfo: memFree=31199832/32770624 swapFree=0/427268
[pid=29981] ppid=29978 vsize=30932 CPUtime=50.98 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4347 0 0 0 5098 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 4406552 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 30932

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/185 29985
/proc/meminfo: memFree=31199696/32770624 swapFree=0/427296
[pid=29981] ppid=29978 vsize=30932 CPUtime=102.18 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4400 0 0 0 10218 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839008 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 30932

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 29987
/proc/meminfo: memFree=31199884/32770624 swapFree=0/427320
[pid=29981] ppid=29978 vsize=30932 CPUtime=162.18 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4453 0 0 0 16218 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5687054 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 30932

[startup+222.306 s]
/proc/loadavg: 2.00 2.02 2.05 3/184 29989
/proc/meminfo: memFree=31199736/32770624 swapFree=0/427316
[pid=29981] ppid=29978 vsize=30932 CPUtime=222.18 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4506 0 0 0 22218 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839273 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 30932

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/184 29991
/proc/meminfo: memFree=31199584/32770624 swapFree=0/427316
[pid=29981] ppid=29978 vsize=30932 CPUtime=282.18 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4559 0 0 0 28218 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 4542523 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 30932

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 30007
/proc/meminfo: memFree=31194796/32770624 swapFree=0/427336
[pid=29981] ppid=29978 vsize=30932 CPUtime=342.17 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4612 0 0 0 34217 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839021 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 30932

[startup+402.3 s]
/proc/loadavg: 1.93 2.00 2.04 3/188 30010
/proc/meminfo: memFree=31195684/32770624 swapFree=0/427336
[pid=29981] ppid=29978 vsize=30932 CPUtime=402.17 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4665 0 0 0 40217 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5686674 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 30932

[startup+462.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/185 30012
/proc/meminfo: memFree=31198924/32770624 swapFree=0/427344
[pid=29981] ppid=29978 vsize=30932 CPUtime=462.17 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4718 0 0 0 46217 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839276 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 30932

[startup+522.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/185 30014
/proc/meminfo: memFree=31199396/32770624 swapFree=0/427348
[pid=29981] ppid=29978 vsize=30932 CPUtime=522.17 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4771 0 0 0 52217 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 4543790 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 30932

[startup+582.3 s]
/proc/loadavg: 2.09 2.03 2.05 3/185 30016
/proc/meminfo: memFree=31199664/32770624 swapFree=0/427360
[pid=29981] ppid=29978 vsize=30932 CPUtime=582.17 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4824 0 0 0 58217 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5685063 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 30932

[startup+642.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/185 30018
/proc/meminfo: memFree=31199760/32770624 swapFree=0/427372
[pid=29981] ppid=29978 vsize=30932 CPUtime=642.17 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4877 0 0 0 64217 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5685920 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 30932

[startup+702.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/184 30020
/proc/meminfo: memFree=31199128/32770624 swapFree=0/427376
[pid=29981] ppid=29978 vsize=30932 CPUtime=702.17 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4930 0 0 0 70217 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 4249442 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 30932

[startup+762.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/184 30022
/proc/meminfo: memFree=31199096/32770624 swapFree=0/427388
[pid=29981] ppid=29978 vsize=30932 CPUtime=762.17 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 4983 0 0 0 76217 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 4582617 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 30932

[startup+822.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 30024
/proc/meminfo: memFree=31199312/32770624 swapFree=0/427400
[pid=29981] ppid=29978 vsize=30932 CPUtime=822.16 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5036 0 0 0 82216 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839273 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 30932

[startup+882.306 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 30027
/proc/meminfo: memFree=31199380/32770624 swapFree=0/427412
[pid=29981] ppid=29978 vsize=30932 CPUtime=882.17 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5089 0 0 0 88217 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5686425 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 882.17
Current children cumulated vsize (KiB) 30932

[startup+942.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/188 30043
/proc/meminfo: memFree=31194328/32770624 swapFree=0/427440
[pid=29981] ppid=29978 vsize=30932 CPUtime=942.16 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5142 0 0 0 94216 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5586560 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 942.16
Current children cumulated vsize (KiB) 30932

[startup+1002.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/188 30045
/proc/meminfo: memFree=31194996/32770624 swapFree=0/427440
[pid=29981] ppid=29978 vsize=30932 CPUtime=1002.16 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5195 0 0 0 100216 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5686419 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1002.16
Current children cumulated vsize (KiB) 30932

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/185 30047
/proc/meminfo: memFree=31198356/32770624 swapFree=0/427452
[pid=29981] ppid=29978 vsize=30932 CPUtime=1062.16 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5248 0 0 0 106216 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 4543984 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1062.16
Current children cumulated vsize (KiB) 30932

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 30049
/proc/meminfo: memFree=31199324/32770624 swapFree=0/427464
[pid=29981] ppid=29978 vsize=30932 CPUtime=1122.16 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5301 0 0 0 112216 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839266 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1122.16
Current children cumulated vsize (KiB) 30932

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

[startup+1126.4 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 30049
/proc/meminfo: memFree=31199324/32770624 swapFree=0/427464
[pid=29981] ppid=29978 vsize=30932 CPUtime=1126.26 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5301 0 0 0 112626 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839021 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1126.26
Current children cumulated vsize (KiB) 30932

[startup+1139.2 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 30049
/proc/meminfo: memFree=31199324/32770624 swapFree=0/427456
[pid=29981] ppid=29978 vsize=30932 CPUtime=1139.06 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5354 0 0 0 113906 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5685068 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1139.06
Current children cumulated vsize (KiB) 30932

[startup+1152 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 30050
/proc/meminfo: memFree=31199448/32770624 swapFree=0/427464
[pid=29981] ppid=29978 vsize=30932 CPUtime=1151.86 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5354 0 0 0 115186 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839021 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1151.86
Current children cumulated vsize (KiB) 30932

[startup+1155.2 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 30050
/proc/meminfo: memFree=31199536/32770624 swapFree=0/427464
[pid=29981] ppid=29978 vsize=30932 CPUtime=1155.06 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5354 0 0 0 115506 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5839273 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1155.06
Current children cumulated vsize (KiB) 30932

[startup+1158.41 s]
/proc/loadavg: 2.00 2.02 2.05 3/184 30050
/proc/meminfo: memFree=31199616/32770624 swapFree=0/427468
[pid=29981] ppid=29978 vsize=30932 CPUtime=1158.26 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5354 0 0 0 115826 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 4581738 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1158.26
Current children cumulated vsize (KiB) 30932

[startup+1160 s]
/proc/loadavg: 2.00 2.02 2.05 3/184 30050
/proc/meminfo: memFree=31199616/32770624 swapFree=0/427468
[pid=29981] ppid=29978 vsize=30932 CPUtime=1159.86 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5354 0 0 0 115986 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 4543790 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1159.86
Current children cumulated vsize (KiB) 30932

[startup+1160.8 s]
/proc/loadavg: 2.00 2.02 2.05 3/184 30050
/proc/meminfo: memFree=31199616/32770624 swapFree=0/427468
[pid=29981] ppid=29978 vsize=30932 CPUtime=1160.66 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5354 0 0 0 116066 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 4543790 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1160.66
Current children cumulated vsize (KiB) 30932

[startup+1161.2 s]
/proc/loadavg: 2.00 2.02 2.05 3/184 30050
/proc/meminfo: memFree=31199616/32770624 swapFree=0/427468
[pid=29981] ppid=29978 vsize=30932 CPUtime=1161.06 cores=1,3,5,7
/proc/29981/stat : 29981 (MistralXCSP) R 29978 29981 4525 0 -1 4202496 5354 0 0 0 116106 0 0 0 20 0 1 0 136406058 31674368 1398 18446744073709551615 4194304 7396336 140734849134624 140734849128984 5686605 0 0 1 16386 0 0 0 17 3 0 0 11 0 0 9496464 9501696 20709376 140734849143218 140734849143368 140734849143368 140734849146825 0
/proc/29981/statm: 7733 1398 677 782 0 749 0
Current children cumulated CPU time (s) 1161.06
Current children cumulated vsize (KiB) 30932

Child status: 0
Real time (s): 1161.24
CPU time (s): 1161.11
CPU user time (s): 1161.1
CPU system time (s): 0.002097
CPU usage (%): 99.9883
Max. virtual memory (cumulated for all children) (KiB): 30932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1161.1
system time used= 0.002097
maximum resident set size= 5596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5475
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= 7
involuntary context switches= 296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.47877 second user time and 4.12772 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-10 14:04:28
IDJOB=4261654
IDBENCH=126889
IDSOLVER=2649
FILE ID=node132/4261654-1502367531
RUNJOBID= node132-1502333491-25568
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-mod-050-9.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-4261654-1502367531/watcher-4261654-1502367531 -o /tmp/evaluation-result-4261654-1502367531/solver-4261654-1502367531 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502333491-25568 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2097049443 HOME/instance-4261654-1502367531.xml

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

MD5SUM BENCH= 6e540fe1a8c18734980495af80b87f14
RANDOM SEED=2097049443

node132.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.74
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.74
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.74
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.74
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:        31203692 kB
MemAvailable:   31973128 kB
Buffers:          281220 kB
Cached:           791372 kB
SwapCached:            0 kB
Active:           667464 kB
Inactive:         468336 kB
Active(anon):      63788 kB
Inactive(anon):    40820 kB
Active(file):     603676 kB
Inactive(file):   427516 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5868 kB
Writeback:             4 kB
AnonPages:         62580 kB
Mapped:            57960 kB
Shmem:             41660 kB
Slab:             135068 kB
SReclaimable:     108160 kB
SUnreclaim:        26908 kB
KernelStack:        3328 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     338476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62020 MiB
End job on node132 at 2017-08-10 14:23:49