Trace number 4241086

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-28? (TO) 2400.09 2401.71

General information on the benchmark

NameQRandom/QRandom-bdd-18-21-2/
bdd-18-21-2-133-78-24.xml
MD5SUM12e2e274c64cbf9c8a04283668281b9c
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 benchmark12.5897
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree101
Maximum variable degree123
Distribution of variable degrees[{"degree":101,"count":1},{"degree":106,"count":1},{"degree":110,"count":2},{"degree":111,"count":2},{"degree":112,"count":1},{"degree":113,"count":3},{"degree":114,"count":1},{"degree":115,"count":1},{"degree":116,"count":2},{"degree":117,"count":2},{"degree":118,"count":1},{"degree":119,"count":2},{"degree":120,"count":1},{"degree":123,"count":1}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":133}]
Number of extensional constraints133
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":133}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.07/2401.70	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-4241086-1500626281/watcher-4241086-1500626281 -o /tmp/evaluation-result-4241086-1500626281/solver-4241086-1500626281 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500623787-2267 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 74815426 HOME/instance-4241086-1500626281.xml 

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

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.04 1.89 3/186 2825
/proc/meminfo: memFree=31584484/32770624 swapFree=6532/350008
[pid=2825] ppid=2822 vsize=28672 CPUtime=0 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 955 0 0 0 0 0 0 0 20 0 1 0 15907019 29360128 736 33554432000 4194304 7402444 140735223394512 140735223393704 140447665642469 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 7168 736 583 784 0 182 0

[startup+0.10016 s]
/proc/loadavg: 2.00 2.04 1.89 3/186 2825
/proc/meminfo: memFree=31584484/32770624 swapFree=6532/350008
[pid=2825] ppid=2822 vsize=29068 CPUtime=0.09 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 1053 0 0 0 9 0 0 0 20 0 1 0 15907019 29765632 868 33554432000 4194304 7402444 140735223394512 140735223387752 140447665642469 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 7267 868 627 784 0 281 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29068

[startup+0.200295 s]
/proc/loadavg: 2.00 2.04 1.89 3/186 2825
/proc/meminfo: memFree=31584484/32770624 swapFree=6532/350008
[pid=2825] ppid=2822 vsize=29852 CPUtime=0.19 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 1244 0 0 0 19 0 0 0 20 0 1 0 15907019 30568448 997 33554432000 4194304 7402444 140735223394512 140735223386184 5881934 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 7463 997 627 784 0 477 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29852

[startup+0.300246 s]
/proc/loadavg: 2.00 2.04 1.89 3/186 2825
/proc/meminfo: memFree=31584484/32770624 swapFree=6532/350008
[pid=2825] ppid=2822 vsize=30380 CPUtime=0.29 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 1418 0 0 0 29 0 0 0 20 0 1 0 15907019 31109120 1194 33554432000 4194304 7402444 140735223394512 140735223387752 140447666080768 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 7595 1194 627 784 0 609 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30380

[startup+0.70022 s]
/proc/loadavg: 2.00 2.04 1.89 3/186 2825
/proc/meminfo: memFree=31584484/32770624 swapFree=6532/350008
[pid=2825] ppid=2822 vsize=33644 CPUtime=0.69 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 2392 0 0 0 69 0 0 0 20 0 1 0 15907019 34451456 1884 33554432000 4194304 7402444 140735223394512 140735223387752 140447665642469 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 8411 1884 627 784 0 1425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33644

[startup+1.50029 s]
/proc/loadavg: 2.00 2.04 1.89 3/187 2826
/proc/meminfo: memFree=31460852/32770624 swapFree=6532/349644
[pid=2825] ppid=2822 vsize=397324 CPUtime=1.49 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 93415 0 0 0 139 10 0 0 20 0 1 0 15907019 406859776 92898 33554432000 4194304 7402444 140735223394512 140735223385592 5754372 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 99331 92898 654 784 0 92345 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 397324

[startup+3.1003 s]
/proc/loadavg: 2.00 2.04 1.89 3/187 2826
/proc/meminfo: memFree=30782324/32770624 swapFree=6532/349644
[pid=2825] ppid=2822 vsize=1387996 CPUtime=3.09 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 342471 0 0 0 270 39 0 0 20 0 1 0 15907019 1421307904 340504 33554432000 4194304 7402444 140735223394512 140735223385848 140447665690528 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 347114 340570 654 784 0 340128 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1387996

[startup+6.3003 s]
/proc/loadavg: 2.00 2.04 1.89 3/187 2826
/proc/meminfo: memFree=28736036/32770624 swapFree=6532/349652
[pid=2825] ppid=2822 vsize=2999400 CPUtime=6.29 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 809995 0 0 0 543 86 0 0 20 0 1 0 15907019 3071385600 743499 33554432000 4194304 7402444 140735223394512 140735223389864 4484544 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743499 678 784 0 742864 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2999400

[startup+12.7003 s]
/proc/loadavg: 2.00 2.04 1.89 3/187 2826
/proc/meminfo: memFree=28605784/32770624 swapFree=6532/349664
[pid=2825] ppid=2822 vsize=2999400 CPUtime=12.68 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 1021921 0 0 0 1173 95 0 0 20 0 1 0 15907019 3071385600 743503 33554432000 4194304 7402444 140735223394512 140735223389864 4484558 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743503 682 784 0 742864 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2999400

[startup+25.5004 s]
/proc/loadavg: 2.00 2.04 1.90 3/187 2826
/proc/meminfo: memFree=28605292/32770624 swapFree=6532/349672
[pid=2825] ppid=2822 vsize=2999400 CPUtime=25.47 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 1302295 0 0 0 2441 106 0 0 20 0 1 0 15907019 3071385600 743505 33554432000 4194304 7402444 140735223394512 140735223389864 4484551 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743505 684 784 0 742864 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2999400

[startup+51.1004 s]
/proc/loadavg: 2.00 2.03 1.90 3/187 2826
/proc/meminfo: memFree=28605344/32770624 swapFree=6532/349676
[pid=2825] ppid=2822 vsize=2999400 CPUtime=51.05 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 1634396 0 0 0 4985 120 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484602 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 2999400

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 1.90 3/187 2888
/proc/meminfo: memFree=25568092/32770624 swapFree=6532/349948
[pid=2825] ppid=2822 vsize=2999400 CPUtime=102.22 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 2099046 0 0 0 10076 146 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484544 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 2999400

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/187 2896
/proc/meminfo: memFree=23202540/32770624 swapFree=6532/350012
[pid=2825] ppid=2822 vsize=2999400 CPUtime=162.17 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 2478385 0 0 0 16054 163 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484551 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 2999400

[startup+222.306 s]
/proc/loadavg: 2.00 2.02 1.91 3/187 2897
/proc/meminfo: memFree=23202676/32770624 swapFree=6532/350044
[pid=2825] ppid=2822 vsize=2999400 CPUtime=222.13 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 2822521 0 0 0 22033 180 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484558 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 2999400

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/187 2898
/proc/meminfo: memFree=23202732/32770624 swapFree=6532/350088
[pid=2825] ppid=2822 vsize=2999400 CPUtime=282.08 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 3169834 0 0 0 28013 195 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484591 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 2999400

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/187 2899
/proc/meminfo: memFree=23202956/32770624 swapFree=6532/350120
[pid=2825] ppid=2822 vsize=2999400 CPUtime=342.04 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 3544198 0 0 0 33994 210 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484780 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 2999400

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/187 2900
/proc/meminfo: memFree=23203168/32770624 swapFree=6532/350140
[pid=2825] ppid=2822 vsize=2999400 CPUtime=401.99 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 3880659 0 0 0 39974 225 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484558 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 2999400

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/187 2901
/proc/meminfo: memFree=23202664/32770624 swapFree=6532/350176
[pid=2825] ppid=2822 vsize=2999400 CPUtime=461.93 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 4191882 0 0 0 45954 239 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484558 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 461.93
Current children cumulated vsize (KiB) 2999400

[startup+522.3 s]
/proc/loadavg: 2.05 2.03 1.95 3/187 2902
/proc/meminfo: memFree=23202520/32770624 swapFree=6532/350200
[pid=2825] ppid=2822 vsize=2999400 CPUtime=521.89 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 4480300 0 0 0 51935 254 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 5753939 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 521.89
Current children cumulated vsize (KiB) 2999400

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/187 2903
/proc/meminfo: memFree=23202460/32770624 swapFree=6532/350240
[pid=2825] ppid=2822 vsize=2999400 CPUtime=581.84 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 4774658 0 0 0 57918 266 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484780 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 581.84
Current children cumulated vsize (KiB) 2999400


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


[startup+1542.31 s]
/proc/loadavg: 2.03 2.04 1.97 3/188 2959
/proc/meminfo: memFree=23201696/32770624 swapFree=6532/350768
[pid=2825] ppid=2822 vsize=2999400 CPUtime=1541.19 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7574935 0 0 0 153720 399 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484544 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 1541.19
Current children cumulated vsize (KiB) 2999400

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/188 2960
/proc/meminfo: memFree=23201728/32770624 swapFree=6532/350800
[pid=2825] ppid=2822 vsize=2999400 CPUtime=1601.15 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7629082 0 0 0 159713 402 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484780 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 1601.15
Current children cumulated vsize (KiB) 2999400

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/187 2961
/proc/meminfo: memFree=23202328/32770624 swapFree=6532/350828
[pid=2825] ppid=2822 vsize=2999400 CPUtime=1661.11 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7684307 0 0 0 165706 405 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 5753930 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 1661.11
Current children cumulated vsize (KiB) 2999400

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/187 2962
/proc/meminfo: memFree=23201732/32770624 swapFree=6532/350860
[pid=2825] ppid=2822 vsize=2999400 CPUtime=1721.07 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7719755 0 0 0 171700 407 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 5753939 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 1721.07
Current children cumulated vsize (KiB) 2999400

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 2963
/proc/meminfo: memFree=23201420/32770624 swapFree=6532/350896
[pid=2825] ppid=2822 vsize=2999400 CPUtime=1781.04 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7739524 0 0 0 177696 408 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 5753947 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 1781.04
Current children cumulated vsize (KiB) 2999400

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 2964
/proc/meminfo: memFree=23201072/32770624 swapFree=6532/350932
[pid=2825] ppid=2822 vsize=2999400 CPUtime=1841 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7744306 0 0 0 183692 408 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 5753921 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 1841
Current children cumulated vsize (KiB) 2999400

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 2965
/proc/meminfo: memFree=23200984/32770624 swapFree=6532/350964
[pid=2825] ppid=2822 vsize=2999400 CPUtime=1900.96 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7745925 0 0 0 189688 408 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484544 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 1900.96
Current children cumulated vsize (KiB) 2999400

[startup+1962.3 s]
/proc/loadavg: 2.03 2.03 1.98 3/188 2974
/proc/meminfo: memFree=23200828/32770624 swapFree=6532/350996
[pid=2825] ppid=2822 vsize=2999400 CPUtime=1960.93 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7747555 0 0 0 195685 408 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484591 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 1960.93
Current children cumulated vsize (KiB) 2999400

[startup+2022.3 s]
/proc/loadavg: 2.07 2.04 1.98 3/188 2975
/proc/meminfo: memFree=23200712/32770624 swapFree=6532/351020
[pid=2825] ppid=2822 vsize=2999400 CPUtime=2020.9 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7749176 0 0 0 201681 409 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484558 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 2020.9
Current children cumulated vsize (KiB) 2999400

[startup+2082.3 s]
/proc/loadavg: 2.03 2.03 1.98 3/188 2976
/proc/meminfo: memFree=23201012/32770624 swapFree=6532/351060
[pid=2825] ppid=2822 vsize=2999400 CPUtime=2080.87 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7750790 0 0 0 207678 409 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484571 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 2080.87
Current children cumulated vsize (KiB) 2999400

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/188 2977
/proc/meminfo: memFree=23201404/32770624 swapFree=6532/351088
[pid=2825] ppid=2822 vsize=2999400 CPUtime=2140.82 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7752359 0 0 0 213673 409 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484558 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 2140.82
Current children cumulated vsize (KiB) 2999400

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 1.98 3/188 2978
/proc/meminfo: memFree=23200692/32770624 swapFree=6532/351116
[pid=2825] ppid=2822 vsize=2999400 CPUtime=2200.79 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7754010 0 0 0 219670 409 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484776 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 2200.79
Current children cumulated vsize (KiB) 2999400

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 2979
/proc/meminfo: memFree=23200804/32770624 swapFree=6532/351144
[pid=2825] ppid=2822 vsize=2999400 CPUtime=2260.76 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7755633 0 0 0 225666 410 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484558 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 2260.76
Current children cumulated vsize (KiB) 2999400

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 2980
/proc/meminfo: memFree=23201396/32770624 swapFree=6532/351176
[pid=2825] ppid=2822 vsize=2999400 CPUtime=2320.72 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7757252 0 0 0 231662 410 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484558 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 2320.72
Current children cumulated vsize (KiB) 2999400

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 2981
/proc/meminfo: memFree=23200188/32770624 swapFree=6532/351212
[pid=2825] ppid=2822 vsize=2999400 CPUtime=2380.69 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7758878 0 0 0 237659 410 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 4484598 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 2380.69
Current children cumulated vsize (KiB) 2999400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.7 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 2981
/proc/meminfo: memFree=23200176/32770624 swapFree=6532/351220
[pid=2825] ppid=2822 vsize=2999400 CPUtime=2400.07 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7759392 0 0 0 239597 410 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 5753895 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 2999400

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 2825 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2401.7 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 2981
/proc/meminfo: memFree=23200176/32770624 swapFree=6532/351220
[pid=2825] ppid=2822 vsize=2999400 CPUtime=2400.07 cores=1,3,5,7
/proc/2825/stat : 2825 (MistralXCSP) R 2822 2825 2235 0 -1 4202496 7759392 0 0 0 239597 410 0 0 20 0 1 0 15907019 3071385600 743508 33554432000 4194304 7402444 140735223394512 140735223389864 5753895 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9500608 9505824 34717696 140735223399594 140735223399742 140735223399742 140735223402441 0
/proc/2825/statm: 749850 743508 684 784 0 742864 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 2999400

Child status: 0
Real time (s): 2401.71
CPU time (s): 2400.09
CPU user time (s): 2395.98
CPU system time (s): 4.11458
CPU usage (%): 99.9327
Max. virtual memory (cumulated for all children) (KiB): 2999400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.98
system time used= 4.11458
maximum resident set size= 2975252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7759430
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= 312
involuntary context switches= 120719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.32372 second user time and 10.3267 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-21 10:38:01
IDJOB=4241086
IDBENCH=125997
IDSOLVER=2622
FILE ID=node117/4241086-1500626281
RUNJOBID= node117-1500623787-2267
PBS_JOBID= 20623014
Free space on /tmp= 62008 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/QRandom/QRandom-bdd-18-21-2/bdd-18-21-2-133-78-24.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-4241086-1500626281/watcher-4241086-1500626281 -o /tmp/evaluation-result-4241086-1500626281/solver-4241086-1500626281 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500623787-2267 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 74815426 HOME/instance-4241086-1500626281.xml

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

MD5SUM BENCH= 12e2e274c64cbf9c8a04283668281b9c
RANDOM SEED=74815426

node117.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		: 1600.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.49
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		: 1867.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		: 1600.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.49
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		: 2000.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.49
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.49
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		: 1733.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:        31584604 kB
MemAvailable:   31990416 kB
Buffers:          153336 kB
Cached:           533080 kB
SwapCached:            0 kB
Active:           410292 kB
Inactive:         358776 kB
Active(anon):      85020 kB
Inactive(anon):     8768 kB
Active(file):     325272 kB
Inactive(file):   350008 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7960 kB
Writeback:             0 kB
AnonPages:         96892 kB
Mapped:            33988 kB
Shmem:              8848 kB
Slab:             117768 kB
SReclaimable:      92732 kB
SUnreclaim:        25036 kB
KernelStack:        3568 kB
PageTables:         5104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61996 MiB
End job on node117 at 2017-07-21 11:18:03