Trace number 4251509

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
miniBTD 2017-06-30? 2400.01 2400.25

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-14.xml
MD5SUMeb742fbc5fe115028f4ee34ab4b949cf
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 variables196
Number of constraints78
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":192}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":78}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.02	c Version: 2017-06-30
2399.95/2400.24	s UNKNOWN
2399.95/2400.24	c Solving # Nodes: 10608520
2399.95/2400.24	c Global Time: 2400 s

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-4251509-1500914976/watcher-4251509-1500914976 -o /tmp/evaluation-result-4251509-1500914976/solver-4251509-1500914976 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500914976-3528 --watchdog 2560 miniBTD 2400 HOME/instance-4251509-1500914976.xml 

pid=3545
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: 7.76 7.98 7.63 3/176 3548
/proc/meminfo: memFree=32116864/32770624 swapFree=5860/112936
[pid=3548] ppid=3545 vsize=4396 CPUtime=0 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) D 3545 3548 3496 0 -1 4194304 168 0 1 0 0 0 0 0 20 0 1 0 1056989 4501504 35 33554432000 4194304 4832315 140724568272720 140724568270168 139939616337426 0 0 4096 0 18446744071580431491 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 1099 35 26 156 0 39 0

[startup+0.100151 s]
/proc/loadavg: 7.76 7.98 7.63 3/176 3548
/proc/meminfo: memFree=32116864/32770624 swapFree=5860/112936
[pid=3548] ppid=3545 vsize=27080 CPUtime=0.08 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 1099 0 3 0 8 0 0 0 20 0 1 0 1056989 27729920 933 33554432000 4194304 4832315 140724568272720 140724568270784 4340805 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6770 933 570 156 0 412 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27080

[startup+0.200273 s]
/proc/loadavg: 7.76 7.98 7.63 3/176 3548
/proc/meminfo: memFree=32116864/32770624 swapFree=5860/112936
[pid=3548] ppid=3545 vsize=27080 CPUtime=0.18 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 1100 0 3 0 18 0 0 0 20 0 1 0 1056989 27729920 933 33554432000 4194304 4832315 140724568272720 140724568270784 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6770 933 570 156 0 412 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 27080

[startup+0.300248 s]
/proc/loadavg: 7.76 7.98 7.63 3/176 3548
/proc/meminfo: memFree=32116864/32770624 swapFree=5860/112936
[pid=3548] ppid=3545 vsize=27080 CPUtime=0.28 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 1100 0 3 0 28 0 0 0 20 0 1 0 1056989 27729920 933 33554432000 4194304 4832315 140724568272720 140724568270784 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6770 933 570 156 0 412 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27080

[startup+0.700214 s]
/proc/loadavg: 7.76 7.98 7.63 3/176 3548
/proc/meminfo: memFree=32116864/32770624 swapFree=5860/112936
[pid=3548] ppid=3545 vsize=27080 CPUtime=0.68 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 1105 0 3 0 68 0 0 0 20 0 1 0 1056989 27729920 933 33554432000 4194304 4832315 140724568272720 140724568270784 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6770 933 570 156 0 412 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27080

[startup+1.50022 s]
/proc/loadavg: 7.76 7.98 7.63 3/183 3559
/proc/meminfo: memFree=32111604/32770624 swapFree=5860/114340
[pid=3548] ppid=3545 vsize=27080 CPUtime=1.47 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 1114 0 3 0 147 0 0 0 20 0 1 0 1056989 27729920 933 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6770 933 570 156 0 412 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 27080

[startup+3.10022 s]
/proc/loadavg: 7.76 7.98 7.63 3/183 3559
/proc/meminfo: memFree=32110824/32770624 swapFree=5860/114348
[pid=3548] ppid=3545 vsize=27080 CPUtime=3.07 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 1313 0 3 0 307 0 0 0 20 0 1 0 1056989 27729920 952 33554432000 4194304 4832315 140724568272720 140724568270440 4338957 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6770 952 570 156 0 412 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 27080

[startup+6.30022 s]
/proc/loadavg: 7.30 7.88 7.60 3/183 3559
/proc/meminfo: memFree=32111660/32770624 swapFree=5860/114352
[pid=3548] ppid=3545 vsize=27212 CPUtime=6.27 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 1522 0 3 0 625 2 0 0 20 0 1 0 1056989 27865088 961 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6803 961 570 156 0 445 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27212

[startup+12.7002 s]
/proc/loadavg: 6.87 7.78 7.57 3/183 3559
/proc/meminfo: memFree=32112032/32770624 swapFree=5860/114360
[pid=3548] ppid=3545 vsize=27212 CPUtime=12.67 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 1743 0 3 0 1262 5 0 0 20 0 1 0 1056989 27865088 971 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6803 971 570 156 0 445 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27212

[startup+25.5003 s]
/proc/loadavg: 5.79 7.50 7.48 3/183 3566
/proc/meminfo: memFree=32112116/32770624 swapFree=5860/114368
[pid=3548] ppid=3545 vsize=27212 CPUtime=25.47 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 2188 0 3 0 2535 12 0 0 20 0 1 0 1056989 27865088 992 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6803 992 570 156 0 445 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 27212

[startup+51.1003 s]
/proc/loadavg: 4.50 7.06 7.34 3/183 3566
/proc/meminfo: memFree=32112476/32770624 swapFree=5860/114384
[pid=3548] ppid=3545 vsize=27344 CPUtime=51.07 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 2447 0 3 0 5080 27 0 0 20 0 1 0 1056989 28000256 1004 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6836 1004 570 156 0 478 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27344

[startup+102.3 s]
/proc/loadavg: 3.00 6.21 7.03 3/183 3567
/proc/meminfo: memFree=32111260/32770624 swapFree=5860/114408
[pid=3548] ppid=3545 vsize=27344 CPUtime=102.27 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 2709 0 3 0 10173 54 0 0 20 0 1 0 1056989 28000256 1016 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6836 1016 570 156 0 478 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 27344

[startup+162.3 s]
/proc/loadavg: 2.40 5.50 6.74 3/183 3568
/proc/meminfo: memFree=32112380/32770624 swapFree=5860/114436
[pid=3548] ppid=3545 vsize=27476 CPUtime=162.26 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 2975 0 3 0 16139 87 0 0 20 0 1 0 1056989 28135424 1027 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6869 1027 570 156 0 511 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 27476

[startup+222.306 s]
/proc/loadavg: 2.15 4.86 6.44 3/183 3569
/proc/meminfo: memFree=32112628/32770624 swapFree=5860/114456
[pid=3548] ppid=3545 vsize=27476 CPUtime=222.26 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 3247 0 3 0 22109 117 0 0 20 0 1 0 1056989 28135424 1036 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6869 1036 570 156 0 511 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 27476

[startup+282.3 s]
/proc/loadavg: 2.05 4.34 6.16 3/183 3570
/proc/meminfo: memFree=32113248/32770624 swapFree=5860/114484
[pid=3548] ppid=3545 vsize=27476 CPUtime=282.25 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 3508 0 3 0 28076 149 0 0 20 0 1 0 1056989 28135424 1041 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6869 1041 570 156 0 511 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 27476

[startup+342.3 s]
/proc/loadavg: 2.02 3.91 5.90 3/182 3572
/proc/meminfo: memFree=32113560/32770624 swapFree=5860/114512
[pid=3548] ppid=3545 vsize=27476 CPUtime=342.25 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 3768 0 3 0 34044 181 0 0 20 0 1 0 1056989 28135424 1045 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6869 1045 570 156 0 511 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 27476

[startup+402.3 s]
/proc/loadavg: 2.01 3.57 5.66 3/182 3573
/proc/meminfo: memFree=32113940/32770624 swapFree=5860/114532
[pid=3548] ppid=3545 vsize=27476 CPUtime=402.23 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 4018 0 3 0 40010 213 0 0 20 0 1 0 1056989 28135424 1049 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6869 1049 570 156 0 511 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 27476

[startup+462.3 s]
/proc/loadavg: 2.00 3.28 5.43 3/182 3574
/proc/meminfo: memFree=32113832/32770624 swapFree=5860/114552
[pid=3548] ppid=3545 vsize=27476 CPUtime=462.23 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 4293 0 3 0 45976 247 0 0 20 0 1 0 1056989 28135424 1053 33554432000 4194304 4832315 140724568272720 140724568270440 4340784 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6869 1053 570 156 0 511 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 27476

[startup+522.3 s]
/proc/loadavg: 2.00 3.05 5.22 3/182 3576
/proc/meminfo: memFree=32113924/32770624 swapFree=5860/114580
[pid=3548] ppid=3545 vsize=27476 CPUtime=522.23 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 4553 0 3 0 51943 280 0 0 20 0 1 0 1056989 28135424 1055 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6869 1055 570 156 0 511 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 27476

[startup+582.3 s]
/proc/loadavg: 2.03 2.87 5.02 3/182 3577
/proc/meminfo: memFree=32113568/32770624 swapFree=5860/114612
[pid=3548] ppid=3545 vsize=27476 CPUtime=582.22 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 4809 0 3 0 57910 312 0 0 20 0 1 0 1056989 28135424 1056 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6869 1056 570 156 0 511 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 27476


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

/proc/meminfo: memFree=32112292/32770624 swapFree=5860/114884
[pid=3548] ppid=3545 vsize=27608 CPUtime=1722.11 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 9466 0 3 0 171281 930 0 0 20 0 1 0 1056989 28270592 1077 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1077 570 156 0 544 0
Current children cumulated CPU time (s) 1722.11
Current children cumulated vsize (KiB) 27608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.84 3/182 3635
/proc/meminfo: memFree=32112308/32770624 swapFree=5860/114908
[pid=3548] ppid=3545 vsize=27608 CPUtime=1782.11 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 9692 0 3 0 177248 963 0 0 20 0 1 0 1056989 28270592 1079 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1079 570 156 0 544 0
Current children cumulated CPU time (s) 1782.11
Current children cumulated vsize (KiB) 27608

[startup+1842.3 s]
/proc/loadavg: 2.00 2.03 2.79 3/182 3643
/proc/meminfo: memFree=32111432/32770624 swapFree=5860/114932
[pid=3548] ppid=3545 vsize=27608 CPUtime=1842.1 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 9909 0 3 0 183208 1002 0 0 20 0 1 0 1056989 28270592 1079 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1079 570 156 0 544 0
Current children cumulated CPU time (s) 1842.1
Current children cumulated vsize (KiB) 27608

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.74 3/182 3644
/proc/meminfo: memFree=32112216/32770624 swapFree=5860/114960
[pid=3548] ppid=3545 vsize=27608 CPUtime=1902.09 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 10193 0 3 0 189172 1037 0 0 20 0 1 0 1056989 28270592 1081 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1081 570 156 0 544 0
Current children cumulated CPU time (s) 1902.09
Current children cumulated vsize (KiB) 27608

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.69 3/182 3645
/proc/meminfo: memFree=32112456/32770624 swapFree=5860/114988
[pid=3548] ppid=3545 vsize=27608 CPUtime=1962.09 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 10415 0 3 0 195138 1071 0 0 20 0 1 0 1056989 28270592 1082 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1082 570 156 0 544 0
Current children cumulated CPU time (s) 1962.09
Current children cumulated vsize (KiB) 27608

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.65 3/182 3646
/proc/meminfo: memFree=32112292/32770624 swapFree=5860/115012
[pid=3548] ppid=3545 vsize=27608 CPUtime=2022.08 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 10643 0 3 0 201104 1104 0 0 20 0 1 0 1056989 28270592 1082 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1082 570 156 0 544 0
Current children cumulated CPU time (s) 2022.08
Current children cumulated vsize (KiB) 27608

[startup+2082.3 s]
/proc/loadavg: 2.03 2.03 2.62 3/182 3647
/proc/meminfo: memFree=32112624/32770624 swapFree=5860/115036
[pid=3548] ppid=3545 vsize=27608 CPUtime=2082.08 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 10934 0 3 0 207070 1138 0 0 20 0 1 0 1056989 28270592 1085 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1085 570 156 0 544 0
Current children cumulated CPU time (s) 2082.08
Current children cumulated vsize (KiB) 27608

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.58 3/182 3649
/proc/meminfo: memFree=32111732/32770624 swapFree=5860/115056
[pid=3548] ppid=3545 vsize=27608 CPUtime=2142.07 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 11153 0 3 0 213037 1170 0 0 20 0 1 0 1056989 28270592 1085 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1085 570 156 0 544 0
Current children cumulated CPU time (s) 2142.07
Current children cumulated vsize (KiB) 27608

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.54 3/182 3650
/proc/meminfo: memFree=32111856/32770624 swapFree=5860/115080
[pid=3548] ppid=3545 vsize=27608 CPUtime=2202.07 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 11372 0 3 0 219004 1203 0 0 20 0 1 0 1056989 28270592 1085 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1085 570 156 0 544 0
Current children cumulated CPU time (s) 2202.07
Current children cumulated vsize (KiB) 27608

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.51 3/182 3651
/proc/meminfo: memFree=32112104/32770624 swapFree=5860/115108
[pid=3548] ppid=3545 vsize=27608 CPUtime=2262.06 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 11591 0 3 0 224966 1240 0 0 20 0 1 0 1056989 28270592 1085 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1085 570 156 0 544 0
Current children cumulated CPU time (s) 2262.06
Current children cumulated vsize (KiB) 27608

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.48 3/182 3653
/proc/meminfo: memFree=32112440/32770624 swapFree=5860/115132
[pid=3548] ppid=3545 vsize=27608 CPUtime=2322.05 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 11880 0 3 0 230930 1275 0 0 20 0 1 0 1056989 28270592 1088 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1088 570 156 0 544 0
Current children cumulated CPU time (s) 2322.05
Current children cumulated vsize (KiB) 27608

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.45 3/182 3654
/proc/meminfo: memFree=32112060/32770624 swapFree=5860/115156
[pid=3548] ppid=3545 vsize=27608 CPUtime=2382.05 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 12102 0 3 0 236898 1307 0 0 20 0 1 0 1056989 28270592 1088 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1088 570 156 0 544 0
Current children cumulated CPU time (s) 2382.05
Current children cumulated vsize (KiB) 27608

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

[startup+2393.6 s]
/proc/loadavg: 2.00 2.01 2.44 3/182 3654
/proc/meminfo: memFree=32112060/32770624 swapFree=5860/115172
[pid=3548] ppid=3545 vsize=27608 CPUtime=2393.36 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 12102 0 3 0 238023 1313 0 0 20 0 1 0 1056989 28270592 1088 33554432000 4194304 4832315 140724568272720 140724568270440 139939603137396 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1088 570 156 0 544 0
Current children cumulated CPU time (s) 2393.36
Current children cumulated vsize (KiB) 27608

[startup+2396.8 s]
/proc/loadavg: 2.00 2.01 2.44 3/182 3654
/proc/meminfo: memFree=32112060/32770624 swapFree=5860/115172
[pid=3548] ppid=3545 vsize=27608 CPUtime=2396.54 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 12323 0 3 0 238340 1314 0 0 20 0 1 0 1056989 28270592 1088 33554432000 4194304 4832315 140724568272720 140724568270440 4340810 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1088 570 156 0 544 0
Current children cumulated CPU time (s) 2396.54
Current children cumulated vsize (KiB) 27608

[startup+2398.4 s]
/proc/loadavg: 2.00 2.01 2.44 3/182 3654
/proc/meminfo: memFree=32112060/32770624 swapFree=5860/115172
[pid=3548] ppid=3545 vsize=27608 CPUtime=2398.14 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 12323 0 3 0 238499 1315 0 0 20 0 1 0 1056989 28270592 1088 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1088 570 156 0 544 0
Current children cumulated CPU time (s) 2398.14
Current children cumulated vsize (KiB) 27608

[startup+2399.21 s]
/proc/loadavg: 2.00 2.01 2.44 3/182 3654
/proc/meminfo: memFree=32112060/32770624 swapFree=5860/115172
[pid=3548] ppid=3545 vsize=27608 CPUtime=2398.95 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 12323 0 3 0 238579 1316 0 0 20 0 1 0 1056989 28270592 1088 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1088 570 156 0 544 0
Current children cumulated CPU time (s) 2398.95
Current children cumulated vsize (KiB) 27608

[startup+2400 s]
/proc/loadavg: 2.00 2.01 2.44 3/182 3654
/proc/meminfo: memFree=32112060/32770624 swapFree=5860/115172
[pid=3548] ppid=3545 vsize=27608 CPUtime=2399.75 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 12323 0 3 0 238658 1317 0 0 20 0 1 0 1056989 28270592 1088 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1088 570 156 0 544 0
Current children cumulated CPU time (s) 2399.75
Current children cumulated vsize (KiB) 27608

[startup+2400.2 s]
/proc/loadavg: 2.00 2.01 2.44 3/182 3654
/proc/meminfo: memFree=32112060/32770624 swapFree=5860/115172
[pid=3548] ppid=3545 vsize=27608 CPUtime=2399.95 cores=1,3,5,7
/proc/3548/stat : 3548 (miniBTD) R 3545 3548 3496 0 -1 4202496 12323 0 3 0 238678 1317 0 0 20 0 1 0 1056989 28270592 1088 33554432000 4194304 4832315 140724568272720 140724568270440 139939593953660 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 6932504 6936608 36986880 140724568274162 140724568274242 140724568274242 140724568276941 0
/proc/3548/statm: 6902 1088 570 156 0 544 0
Current children cumulated CPU time (s) 2399.95
Current children cumulated vsize (KiB) 27608

Child status: 0
Real time (s): 2400.25
CPU time (s): 2400.01
CPU user time (s): 2386.83
CPU system time (s): 13.1737
CPU usage (%): 99.9898
Max. virtual memory (cumulated for all children) (KiB): 27608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2386.83
system time used= 13.1737
maximum resident set size= 4424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12582
page faults= 3
swaps= 0
block input operations= 3320
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.02822 second user time and 7.27187 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-24 18:49:36
IDJOB=4251509
IDBENCH=115875
IDSOLVER=2632
FILE ID=node140/4251509-1500914976
RUNJOBID= node140-1500914976-3528
PBS_JOBID= 20625421
Free space on /tmp= 61664 MiB

SOLVER NAME= miniBTD 2017-06-30
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-14.xml
COMMAND LINE= miniBTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4251509-1500914976/watcher-4251509-1500914976 -o /tmp/evaluation-result-4251509-1500914976/solver-4251509-1500914976 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500914976-3528 --watchdog 2560  miniBTD 2400 HOME/instance-4251509-1500914976.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=340078127

node140.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	: 5334.10
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	: 5334.10
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	: 5334.10
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	: 5334.10
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:        32117952 kB
MemAvailable:   32060600 kB
Buffers:           34952 kB
Cached:           223496 kB
SwapCached:            0 kB
Active:           172300 kB
Inactive:         128004 kB
Active(anon):      45572 kB
Inactive(anon):     8560 kB
Active(file):     126728 kB
Inactive(file):   119444 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             14224 kB
Writeback:             0 kB
AnonPages:         48044 kB
Mapped:            26704 kB
Shmem:              8848 kB
Slab:              49048 kB
SReclaimable:      24624 kB
SUnreclaim:        24424 kB
KernelStack:        3088 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     264324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 61648 MiB
End job on node140 at 2017-07-24 19:29:36