Trace number 4261322

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-28? (TO) 2519.99 2520

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-12-fair.xml
MD5SUM4cd037b51317e52702be0dab62f9a527
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34626
Number of constraints32807
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":4598},{"size":201,"count":156},{"size":20001,"count":29872}]
Minimum variable degree2
Maximum variable degree276
Distribution of variable degrees[{"degree":2,"count":30674},{"degree":3,"count":792},{"degree":4,"count":45},{"degree":5,"count":330},{"degree":6,"count":186},{"degree":7,"count":671},{"degree":8,"count":971},{"degree":9,"count":546},{"degree":10,"count":24},{"degree":12,"count":25},{"degree":13,"count":288},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":13},{"degree":57,"count":13},{"degree":59,"count":10},{"degree":70,"count":1},{"degree":80,"count":12},{"degree":125,"count":2},{"degree":126,"count":10},{"degree":276,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":5304},{"arity":3,"count":27501}]
Number of extensional constraints0
Number of intensional constraints32807
Distribution of constraint types[{"type":"intension","count":32807}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.06	c 280717
2519.99/2520.00	s UNKNOWN

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-4261322-1502399487/watcher-4261322-1502399487 -o /tmp/evaluation-result-4261322-1502399487/solver-4261322-1502399487 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502331912-20755 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 799245568 HOME/instance-4261322-1502399487.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 31715
/proc/meminfo: memFree=30896832/32770624 swapFree=0/550740
[pid=31715] ppid=31712 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/31715/stat : 31715 (runsolver) D 31712 31715 31388 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 87454956 24240128 106 18446744073709551615 4194304 4338465 140731082454720 140731082452360 140596243534551 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 12906496 140731082461323 140731082461769 140731082461769 140731082465226 0
/proc/31715/statm: 5918 106 53 36 0 2156 0

[startup+0.1002 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 31715
/proc/meminfo: memFree=30896832/32770624 swapFree=0/550740
[pid=31715] ppid=31712 vsize=31076 CPUtime=0.03 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 1511 0 0 0 3 0 0 0 20 0 1 0 87454956 31821824 1333 18446744073709551615 4194304 7396336 140737251665808 140737251662808 139677778058213 0 0 1 0 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 7769 1333 591 782 0 785 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31076

[startup+0.200368 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 31715
/proc/meminfo: memFree=30896832/32770624 swapFree=0/550740
[pid=31715] ppid=31712 vsize=61232 CPUtime=0.13 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 8655 0 0 0 12 1 0 0 20 0 1 0 87454956 62701568 8811 18446744073709551615 4194304 7396336 140737251665808 140737251657784 139677778049130 0 0 1 0 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 15308 8811 607 782 0 8324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 61232

[startup+0.300411 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 31715
/proc/meminfo: memFree=30896832/32770624 swapFree=0/550740
[pid=31715] ppid=31712 vsize=71980 CPUtime=0.23 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 11507 0 0 0 22 1 0 0 20 0 1 0 87454956 73707520 11389 18446744073709551615 4194304 7396336 140737251665808 140737251657784 6189744 0 0 1 0 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 17995 11389 694 782 0 11011 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 71980

[startup+0.700281 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 31715
/proc/meminfo: memFree=30896832/32770624 swapFree=0/550740
[pid=31715] ppid=31712 vsize=72112 CPUtime=0.62 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 11561 0 0 0 61 1 0 0 20 0 1 0 87454956 73842688 11455 18446744073709551615 4194304 7396336 140737251665808 140737251657784 139677778055747 0 0 1 0 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 18028 11455 711 782 0 11044 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 72112

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 31716
/proc/meminfo: memFree=30854340/32770624 swapFree=0/550660
[pid=31715] ppid=31712 vsize=72736 CPUtime=1.42 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 11729 0 0 0 141 1 0 0 20 0 1 0 87454956 74481664 11587 18446744073709551615 4194304 7396336 140737251665808 140737251657784 139677778068399 0 0 1 0 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 18184 11587 711 782 0 11200 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 72736

[startup+3.10028 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 31716
/proc/meminfo: memFree=30852916/32770624 swapFree=0/550660
[pid=31715] ppid=31712 vsize=74728 CPUtime=3.03 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 15536 0 0 0 301 2 0 0 20 0 1 0 87454956 76521472 12120 18446744073709551615 4194304 7396336 140737251665808 140737251656408 139677784261714 0 0 1 0 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 18682 12120 717 782 0 11698 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 74728

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 31717
/proc/meminfo: memFree=30848444/32770624 swapFree=0/550660
[pid=31715] ppid=31712 vsize=78212 CPUtime=6.23 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 21109 0 0 0 621 2 0 0 20 0 1 0 87454956 80089088 12969 18446744073709551615 4194304 7396336 140737251665808 140737251656392 139677779000931 0 0 1 0 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 19553 12969 717 782 0 12569 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 78212

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 31717
/proc/meminfo: memFree=30833192/32770624 swapFree=0/550652
[pid=31715] ppid=31712 vsize=92916 CPUtime=12.63 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 31057 0 0 0 1260 3 0 0 20 0 1 0 87454956 95145984 16633 18446744073709551615 4194304 7396336 140737251665808 140737251656552 139677778055747 0 0 1 0 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 23229 16633 730 782 0 16245 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 92916

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 31717
/proc/meminfo: memFree=30810720/32770624 swapFree=0/550648
[pid=31715] ppid=31712 vsize=115012 CPUtime=25.42 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 43114 0 0 0 2538 4 0 0 20 0 1 0 87454956 117772288 22193 18446744073709551615 4194304 7396336 140737251665808 140737251656552 6195438 0 0 1 0 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 28753 22193 730 782 0 21769 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 115012

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 31718
/proc/meminfo: memFree=30761536/32770624 swapFree=0/550648
[pid=31715] ppid=31712 vsize=165520 CPUtime=51.02 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 88007 0 0 0 5094 8 0 0 20 0 1 0 87454956 169492480 34786 18446744073709551615 4194304 7396336 140737251665808 140737251656360 139677784713809 0 0 1 0 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 41380 34786 730 782 0 34396 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 165520

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 31720
/proc/meminfo: memFree=30729872/32770624 swapFree=0/550672
[pid=31715] ppid=31712 vsize=193324 CPUtime=102.23 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 122662 0 0 0 10213 10 0 0 20 0 1 0 87454956 197963776 41566 18446744073709551615 4194304 7396336 140737251665808 140737251660024 4581650 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48331 41566 765 782 0 41347 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 193324

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 31737
/proc/meminfo: memFree=30725704/32770624 swapFree=0/550700
[pid=31715] ppid=31712 vsize=193588 CPUtime=162.2 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 140891 0 0 0 16209 11 0 0 20 0 1 0 87454956 198234112 41656 18446744073709551615 4194304 7396336 140737251665808 140737251660440 4249511 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48397 41656 765 782 0 41413 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 193588

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.04 3/188 31763
/proc/meminfo: memFree=30723412/32770624 swapFree=0/550712
[pid=31715] ppid=31712 vsize=193588 CPUtime=222.2 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 142203 0 0 0 22209 11 0 0 20 0 1 0 87454956 198234112 41909 18446744073709551615 4194304 7396336 140737251665808 140737251660440 5839021 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48397 41909 765 782 0 41413 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 193588

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/188 31765
/proc/meminfo: memFree=30724048/32770624 swapFree=0/550728
[pid=31715] ppid=31712 vsize=193588 CPUtime=282.2 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 143142 0 0 0 28209 11 0 0 20 0 1 0 87454956 198234112 41917 18446744073709551615 4194304 7396336 140737251665808 140737251660440 4581650 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48397 41917 765 782 0 41413 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 193588

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 31768
/proc/meminfo: memFree=30727752/32770624 swapFree=0/550740
[pid=31715] ppid=31712 vsize=193720 CPUtime=342.2 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 144093 0 0 0 34209 11 0 0 20 0 1 0 87454956 198369280 41930 18446744073709551615 4194304 7396336 140737251665808 140737251660312 4581738 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48430 41930 765 782 0 41446 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 193720

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 31770
/proc/meminfo: memFree=30727884/32770624 swapFree=0/550760
[pid=31715] ppid=31712 vsize=193720 CPUtime=402.2 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 145056 0 0 0 40209 11 0 0 20 0 1 0 87454956 198369280 41947 18446744073709551615 4194304 7396336 140737251665808 140737251660312 4399632 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48430 41947 765 782 0 41446 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 193720

[startup+462.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/185 31772
/proc/meminfo: memFree=30728528/32770624 swapFree=0/550768
[pid=31715] ppid=31712 vsize=193720 CPUtime=462.2 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 146016 0 0 0 46209 11 0 0 20 0 1 0 87454956 198369280 41949 18446744073709551615 4194304 7396336 140737251665808 140737251660312 5698349 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48430 41949 765 782 0 41446 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 193720

[startup+522.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/185 31774
/proc/meminfo: memFree=30728308/32770624 swapFree=0/550768
[pid=31715] ppid=31712 vsize=193720 CPUtime=522.2 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 146985 0 0 0 52209 11 0 0 20 0 1 0 87454956 198369280 41955 18446744073709551615 4194304 7396336 140737251665808 140737251660312 4252272 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48430 41955 765 782 0 41446 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 193720

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 31776
/proc/meminfo: memFree=30728588/32770624 swapFree=0/550772
[pid=31715] ppid=31712 vsize=193852 CPUtime=582.21 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 147954 0 0 0 58210 11 0 0 20 0 1 0 87454956 198504448 41962 18446744073709551615 4194304 7396336 140737251665808 140737251660360 4581738 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48463 41962 765 782 0 41479 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 193852


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


[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/184 31842
/proc/meminfo: memFree=30726872/32770624 swapFree=0/550964
[pid=31715] ppid=31712 vsize=194248 CPUtime=1602.24 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 159218 0 0 0 160212 12 0 0 20 0 1 0 87454956 198909952 42083 18446744073709551615 4194304 7396336 140737251665808 140737251660088 5576651 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42083 765 782 0 41578 0
Current children cumulated CPU time (s) 1602.24
Current children cumulated vsize (KiB) 194248

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/185 31846
/proc/meminfo: memFree=30726856/32770624 swapFree=0/550976
[pid=31715] ppid=31712 vsize=194248 CPUtime=1662.25 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 159218 0 0 0 166213 12 0 0 20 0 1 0 87454956 198909952 42083 18446744073709551615 4194304 7396336 140737251665808 140737251660088 5586398 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42083 765 782 0 41578 0
Current children cumulated CPU time (s) 1662.25
Current children cumulated vsize (KiB) 194248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 31849
/proc/meminfo: memFree=30726344/32770624 swapFree=0/550988
[pid=31715] ppid=31712 vsize=194248 CPUtime=1722.25 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 159806 0 0 0 172213 12 0 0 20 0 1 0 87454956 198909952 42084 18446744073709551615 4194304 7396336 140737251665808 140737251660088 5162982 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42084 765 782 0 41578 0
Current children cumulated CPU time (s) 1722.25
Current children cumulated vsize (KiB) 194248

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 31851
/proc/meminfo: memFree=30726592/32770624 swapFree=0/550996
[pid=31715] ppid=31712 vsize=194248 CPUtime=1782.25 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 160396 0 0 0 178213 12 0 0 20 0 1 0 87454956 198909952 42085 18446744073709551615 4194304 7396336 140737251665808 140737251660088 5575964 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42085 765 782 0 41578 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 194248

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 31854
/proc/meminfo: memFree=30726344/32770624 swapFree=0/551012
[pid=31715] ppid=31712 vsize=194248 CPUtime=1842.25 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 160399 0 0 0 184213 12 0 0 20 0 1 0 87454956 198909952 42085 18446744073709551615 4194304 7396336 140737251665808 140737251660088 5569641 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42085 765 782 0 41578 0
Current children cumulated CPU time (s) 1842.25
Current children cumulated vsize (KiB) 194248

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 31856
/proc/meminfo: memFree=30726592/32770624 swapFree=0/551012
[pid=31715] ppid=31712 vsize=194248 CPUtime=1902.25 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 160993 0 0 0 190213 12 0 0 20 0 1 0 87454956 198909952 42089 18446744073709551615 4194304 7396336 140737251665808 140737251660088 4581669 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42089 765 782 0 41578 0
Current children cumulated CPU time (s) 1902.25
Current children cumulated vsize (KiB) 194248

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 31873
/proc/meminfo: memFree=30722316/32770624 swapFree=0/551028
[pid=31715] ppid=31712 vsize=194248 CPUtime=1962.26 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 161586 0 0 0 196214 12 0 0 20 0 1 0 87454956 198909952 42090 18446744073709551615 4194304 7396336 140737251665808 140737251660088 4581576 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42090 765 782 0 41578 0
Current children cumulated CPU time (s) 1962.26
Current children cumulated vsize (KiB) 194248

[startup+2022.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/188 31875
/proc/meminfo: memFree=30722628/32770624 swapFree=0/551028
[pid=31715] ppid=31712 vsize=194248 CPUtime=2022.26 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 162179 0 0 0 202214 12 0 0 20 0 1 0 87454956 198909952 42090 18446744073709551615 4194304 7396336 140737251665808 140737251660088 4252448 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42090 765 782 0 41578 0
Current children cumulated CPU time (s) 2022.26
Current children cumulated vsize (KiB) 194248

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 31877
/proc/meminfo: memFree=30725756/32770624 swapFree=0/551036
[pid=31715] ppid=31712 vsize=194248 CPUtime=2082.27 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 162180 0 0 0 208215 12 0 0 20 0 1 0 87454956 198909952 42090 18446744073709551615 4194304 7396336 140737251665808 140737251660088 4581600 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42090 765 782 0 41578 0
Current children cumulated CPU time (s) 2082.27
Current children cumulated vsize (KiB) 194248

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 31879
/proc/meminfo: memFree=30726104/32770624 swapFree=0/551048
[pid=31715] ppid=31712 vsize=194248 CPUtime=2142.26 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 162774 0 0 0 214214 12 0 0 20 0 1 0 87454956 198909952 42091 18446744073709551615 4194304 7396336 140737251665808 140737251660088 4542516 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42091 765 782 0 41578 0
Current children cumulated CPU time (s) 2142.26
Current children cumulated vsize (KiB) 194248

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 31883
/proc/meminfo: memFree=30725948/32770624 swapFree=0/551052
[pid=31715] ppid=31712 vsize=194248 CPUtime=2202.27 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 162774 0 0 0 220215 12 0 0 20 0 1 0 87454956 198909952 42091 18446744073709551615 4194304 7396336 140737251665808 140737251660088 4320944 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42091 765 782 0 41578 0
Current children cumulated CPU time (s) 2202.27
Current children cumulated vsize (KiB) 194248

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 31885
/proc/meminfo: memFree=30725764/32770624 swapFree=0/551056
[pid=31715] ppid=31712 vsize=194248 CPUtime=2262.27 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 163370 0 0 0 226215 12 0 0 20 0 1 0 87454956 198909952 42092 18446744073709551615 4194304 7396336 140737251665808 140737251660088 5603499 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42092 765 782 0 41578 0
Current children cumulated CPU time (s) 2262.27
Current children cumulated vsize (KiB) 194248

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 31887
/proc/meminfo: memFree=30725488/32770624 swapFree=0/551068
[pid=31715] ppid=31712 vsize=194248 CPUtime=2322.27 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 163960 0 0 0 232215 12 0 0 20 0 1 0 87454956 198909952 42092 18446744073709551615 4194304 7396336 140737251665808 140737251660088 4249442 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42092 765 782 0 41578 0
Current children cumulated CPU time (s) 2322.27
Current children cumulated vsize (KiB) 194248

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 31889
/proc/meminfo: memFree=30725792/32770624 swapFree=0/551076
[pid=31715] ppid=31712 vsize=194248 CPUtime=2382.27 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 163965 0 0 0 238215 12 0 0 20 0 1 0 87454956 198909952 42092 18446744073709551615 4194304 7396336 140737251665808 140737251660088 5578150 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42092 765 782 0 41578 0
Current children cumulated CPU time (s) 2382.27
Current children cumulated vsize (KiB) 194248

[startup+2442.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 31952
/proc/meminfo: memFree=30847748/32770624 swapFree=0/551112
[pid=31715] ppid=31712 vsize=194248 CPUtime=2442.27 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 164561 0 0 0 244215 12 0 0 20 0 1 0 87454956 198909952 42092 18446744073709551615 4194304 7396336 140737251665808 140737251660088 5698976 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42092 765 782 0 41578 0
Current children cumulated CPU time (s) 2442.27
Current children cumulated vsize (KiB) 194248

[startup+2502.3 s]
/proc/loadavg: 2.18 2.07 2.06 3/184 31954
/proc/meminfo: memFree=30844788/32770624 swapFree=0/551116
[pid=31715] ppid=31712 vsize=194248 CPUtime=2502.28 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 165157 0 0 0 250216 12 0 0 20 0 1 0 87454956 198909952 42093 18446744073709551615 4194304 7396336 140737251665808 140737251660088 5839008 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42093 765 782 0 41578 0
Current children cumulated CPU time (s) 2502.28
Current children cumulated vsize (KiB) 194248



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.14 2.07 2.06 3/184 31954
/proc/meminfo: memFree=30844788/32770624 swapFree=0/551112
[pid=31715] ppid=31712 vsize=194248 CPUtime=2519.99 cores=0,2,4,6
/proc/31715/stat : 31715 (MistralXCSP) R 31712 31715 31388 0 -1 4202496 165733 0 0 0 251986 13 0 0 20 0 1 0 87454956 198909952 42093 18446744073709551615 4194304 7396336 140737251665808 140737251660088 4581409 0 0 1 16386 0 0 0 17 4 0 0 6 0 0 9496464 9501696 16674816 140737251672499 140737251672648 140737251672648 140737251676105 0
/proc/31715/statm: 48562 42093 765 782 0 41578 0
Current children cumulated CPU time (s) 2519.99
Current children cumulated vsize (KiB) 194248

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 2520
CPU time (s): 2519.99
CPU user time (s): 2519.86
CPU system time (s): 0.131004
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 194248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.86
system time used= 0.131004
maximum resident set size= 168392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165763
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= 51
involuntary context switches= 804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.91187 second user time and 10.071 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-10 22:57:31
IDJOB=4261322
IDBENCH=139206
IDSOLVER=2649
FILE ID=node134/4261322-1502399487
RUNJOBID= node134-1502331912-20755
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-12-fair.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-4261322-1502399487/watcher-4261322-1502399487 -o /tmp/evaluation-result-4261322-1502399487/solver-4261322-1502399487 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502331912-20755 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 799245568 HOME/instance-4261322-1502399487.xml

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

MD5SUM BENCH= 4cd037b51317e52702be0dab62f9a527
RANDOM SEED=799245568

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:        30897364 kB
MemAvailable:   31799368 kB
Buffers:          275128 kB
Cached:           921768 kB
SwapCached:            0 kB
Active:           858804 kB
Inactive:         581964 kB
Active(anon):     246624 kB
Inactive(anon):    31224 kB
Active(file):     612180 kB
Inactive(file):   550740 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7448 kB
Writeback:             0 kB
AnonPages:        244336 kB
Mapped:            50676 kB
Shmem:             33468 kB
Slab:             136224 kB
SReclaimable:     109840 kB
SUnreclaim:        26384 kB
KernelStack:        3312 kB
PageTables:         5420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     512296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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= 62016 MiB
End job on node134 at 2017-08-10 23:39:31