Trace number 4386898

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
BTD 19.07.01SAT 58.2231 58.2295

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0150-m1.xml
MD5SUM87bfaaaf5fd3b270ee1dec703898481f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.2089
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints11176
Number of domains1
Minimum domain size150
Maximum domain size150
Distribution of domain sizes[{"size":150,"count":150}]
Minimum variable degree150
Maximum variable degree150
Distribution of variable degrees[{"degree":150,"count":150}]
Minimum constraint arity2
Maximum constraint arity150
Distribution of constraint arities[{"arity":2,"count":11175},{"arity":150,"count":1}]
Number of extensional constraints0
Number of intensional constraints11175
Distribution of constraint types[{"type":"intension","count":11175},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 19.07.01
58.10/58.18	s SATISFIABLE
58.10/58.18	v <instantiation type="solution">
58.10/58.18	v <list> q[0] q[1] q[2] q[3] q[4] q[5] q[6] q[7] q[8] q[9] q[10] q[11] q[12] q[13] q[14] q[15] q[16] q[17] q[18] q[19] q[20] q[21] q[22] q[23] q[24] q[25] q[26] q[27] q[28] q[29] q[30] q[31] q[32] q[33] q[34] q[35] q[36] q[37] q[38] q[39] q[40] q[41] q[42] q[43] q[44] q[45] q[46] q[47] q[48] q[49] q[50] q[51] q[52] q[53] q[54] q[55] q[56] q[57] q[58] q[59] q[60] q[61] q[62] q[63] q[64] q[65] q[66] q[67] q[68] q[69] q[70] q[71] q[72] q[73] q[74] q[75] q[76] q[77] q[78] q[79] q[80] q[81] q[82] q[83] q[84] q[85] q[86] q[87] q[88] q[89] q[90] q[91] q[92] q[93] q[94] q[95] q[96] q[97] q[98] q[99] q[100] q[101] q[102] q[103] q[104] q[105] q[106] q[107] q[108] q[109] q[110] q[111] q[112] q[113] q[114] q[115] q[116] q[117] q[118] q[119] q[120] q[121] q[122] q[123] q[124] q[125] q[126] q[127] q[128] q[129] q[130] q[131] q[132] q[133] q[134] q[135] q[136] q[137] q[138] q[139] q[140] q[141] q[142] q[143] q[144] q[145] q[146] q[147] q[148] q[149] </list>
58.10/58.18	v <values> 27 29 35 32 40 88 105 55 113 31 124 122 37 125 123 134 120 15 18 49 19 52 107 20 147 34 46 21 115 129 127 117 22 139 16 112 96 26 23 84 106 109 25 118 116 133 24 94 28 104 126 135 141 144 149 41 43 128 33 137 48 130 30 142 38 145 136 140 83 70 74 121 8 110 91 114 108 36 89 10 90 87 45 86 4 39 102 95 12 5 143 103 148 11 132 50 9 138 54 64 42 53 93 76 73 51 111 131 56 81 71 44 47 13 61 58 3 57 82 68 78 59 101 99 6 146 119 98 0 2 100 97 92 7 1 85 63 67 77 80 72 75 79 65 69 66 60 62 14 17 </values>
58.10/58.18	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8410 MiB free)
  memory of node 1: 16384 MiB (9237 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386898-1568283548/watcher-4386898-1568283548 -o /tmp/evaluation-result-4386898-1568283548/solver-4386898-1568283548 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568280863-5010 --watchdog 2580 BTD 2520 HOME/instance-4386898-1568283548.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5853, runsolver pid=5850

[startup+0.100163 s]*
/proc/loadavg: 2.00 2.01 1.89 3/199 5854
/proc/meminfo: memFree=18062928/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=40752 memory=10120 CPUtime=0.1 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 2751 0 0 0 10 0 0 0 20 0 1 0 404623723 41730048 2530 33554432000 4194304 36700936 140735784347440 140735784347440 7949654 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 10188 2530 454 7937 0 2216 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40752 KiB
Current children cumulated memory: 10120 KiB

[startup+0.209696 s]*
/proc/loadavg: 2.00 2.01 1.89 3/199 5854
/proc/meminfo: memFree=18056604/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=47088 memory=16456 CPUtime=0.21 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 4318 0 0 0 20 1 0 0 20 0 1 0 404623723 48218112 4114 33554432000 4194304 36700936 140735784347440 140735784347440 7949654 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 11772 4114 454 7937 0 3800 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 47088 KiB
Current children cumulated memory: 16456 KiB

[startup+0.309485 s]*
/proc/loadavg: 2.00 2.01 1.89 4/199 5854
/proc/meminfo: memFree=18051396/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=52384 memory=21736 CPUtime=0.31 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 5657 0 0 0 30 1 0 0 20 0 1 0 404623723 53641216 5434 33554432000 4194304 36700936 140735784347440 140735784347440 7949654 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 13096 5434 454 7937 0 5124 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 52384 KiB
Current children cumulated memory: 21736 KiB

[startup+0.700295 s]
/proc/loadavg: 2.00 2.01 1.89 3/199 5854
/proc/meminfo: memFree=18041352/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=70740 memory=40216 CPUtime=0.7 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 10232 0 0 0 68 2 0 0 20 0 1 0 404623723 72437760 10054 33554432000 4194304 36700936 140735784347440 140735784347440 7949654 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 17685 10054 454 7937 0 9713 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 70740 KiB
Current children cumulated memory: 40216 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 1.89 3/199 5854
/proc/meminfo: memFree=18020148/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=102032 memory=71368 CPUtime=1.49 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 18058 0 0 0 146 3 0 0 20 0 1 0 404623723 104480768 17842 33554432000 4194304 36700936 140735784347440 140735784340232 7949654 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 25508 17842 454 7937 0 17536 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 102032 KiB
Current children cumulated memory: 71368 KiB

[startup+3.10959 s]
/proc/loadavg: 2.00 2.01 1.89 3/199 5854
/proc/meminfo: memFree=17833636/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=256352 memory=225764 CPUtime=3.1 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 78216 0 0 0 300 10 0 0 20 0 1 0 404623723 262504448 56441 33554432000 4194304 36700936 140735784347440 140735784346488 4313030 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64088 56441 500 7937 0 56116 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 256352 KiB
Current children cumulated memory: 225764 KiB

[startup+6.30036 s]
/proc/loadavg: 2.00 2.01 1.89 3/199 5854
/proc/meminfo: memFree=17845076/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=256588 memory=225944 CPUtime=6.29 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 133230 0 0 0 617 12 0 0 20 0 1 0 404623723 262746112 56486 33554432000 4194304 36700936 140735784347440 140735784346488 4400459 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64147 56486 500 7937 0 56175 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 256588 KiB
Current children cumulated memory: 225944 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 1.89 3/199 5854
/proc/meminfo: memFree=17844600/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=256836 memory=226128 CPUtime=12.69 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 181286 0 0 0 1254 15 0 0 20 0 1 0 404623723 263000064 56532 33554432000 4194304 36700936 140735784347440 140735784346488 4620264 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64209 56532 500 7937 0 56237 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 256836 KiB
Current children cumulated memory: 226128 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 1.89 3/199 5856
/proc/meminfo: memFree=17842032/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=257368 memory=226584 CPUtime=25.49 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 249943 0 0 0 2531 18 0 0 20 0 1 0 404623723 263544832 56646 33554432000 4194304 36700936 140735784347440 140735784346488 4620267 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64342 56646 514 7937 0 56370 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 257368 KiB
Current children cumulated memory: 226584 KiB

[startup+51.1004 s]*
/proc/loadavg: 2.00 2.01 1.90 3/199 5857
/proc/meminfo: memFree=17840196/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=257368 memory=226660 CPUtime=51.1 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 349416 0 0 0 5088 22 0 0 20 0 1 0 404623723 263544832 56665 33554432000 4194304 36700936 140735784347440 140735784346488 4313045 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64342 56665 515 7937 0 56370 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 257368 KiB
Current children cumulated memory: 226660 KiB

[startup+58.2294 s]
# the end of solver process 5853 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=57.9891 s, system=0.233976 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.3004 s]
/proc/loadavg: 2.00 2.01 1.90 3/199 5857
/proc/meminfo: memFree=17840196/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=257368 memory=226660 CPUtime=51.29 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 349417 0 0 0 5107 22 0 0 20 0 1 0 404623723 263544832 56665 33554432000 4194304 36700936 140735784347440 140735784346488 4313048 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64342 56665 515 7937 0 56370 0
Current children cumulated CPU time: 51.29 s
Current children cumulated vsize: 257368 KiB
Current children cumulated memory: 226660 KiB

[startup+54.5003 s]
/proc/loadavg: 2.00 2.01 1.90 3/199 5857
/proc/meminfo: memFree=17840436/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=257368 memory=226660 CPUtime=54.49 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 349452 0 0 0 5427 22 0 0 20 0 1 0 404623723 263544832 56665 33554432000 4194304 36700936 140735784347440 140735784346488 4312897 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64342 56665 515 7937 0 56370 0
Current children cumulated CPU time: 54.49 s
Current children cumulated vsize: 257368 KiB
Current children cumulated memory: 226660 KiB

[startup+56.1004 s]*
/proc/loadavg: 2.00 2.01 1.90 3/199 5857
/proc/meminfo: memFree=17840552/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=257368 memory=226660 CPUtime=56.1 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 349472 0 0 0 5588 22 0 0 20 0 1 0 404623723 263544832 56665 33554432000 4194304 36700936 140735784347440 140735784346488 4313083 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64342 56665 515 7937 0 56370 0
Current children cumulated CPU time: 56.1 s
Current children cumulated vsize: 257368 KiB
Current children cumulated memory: 226660 KiB

[startup+56.9004 s]
/proc/loadavg: 2.00 2.01 1.90 3/199 5857
/proc/meminfo: memFree=17840552/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=257368 memory=226660 CPUtime=56.89 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 349481 0 0 0 5667 22 0 0 20 0 1 0 404623723 263544832 56665 33554432000 4194304 36700936 140735784347440 140735784346488 4620304 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64342 56665 515 7937 0 56370 0
Current children cumulated CPU time: 56.89 s
Current children cumulated vsize: 257368 KiB
Current children cumulated memory: 226660 KiB

[startup+57.7003 s]
/proc/loadavg: 2.00 2.01 1.90 3/199 5857
/proc/meminfo: memFree=17840552/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=257368 memory=226660 CPUtime=57.69 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 349503 0 0 0 5747 22 0 0 20 0 1 0 404623723 263544832 56665 33554432000 4194304 36700936 140735784347440 140735784346488 6947507 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64342 56665 515 7937 0 56370 0
Current children cumulated CPU time: 57.69 s
Current children cumulated vsize: 257368 KiB
Current children cumulated memory: 226660 KiB

[startup+58.1003 s]*
/proc/loadavg: 2.00 2.01 1.90 3/199 5857
/proc/meminfo: memFree=17840552/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=257368 memory=226660 CPUtime=58.1 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 349512 0 0 0 5788 22 0 0 20 0 1 0 404623723 263544832 56665 33554432000 4194304 36700936 140735784347440 140735784346488 4620271 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64342 56665 515 7937 0 56370 0
Current children cumulated CPU time: 58.1 s
Current children cumulated vsize: 257368 KiB
Current children cumulated memory: 226660 KiB

[startup+58.2094 s]
/proc/loadavg: 2.00 2.01 1.90 3/199 5857
/proc/meminfo: memFree=17840552/32770624 swapFree=66998516/67108860
[pid=5853] ppid=5850 vsize=257368 memory=226660 CPUtime=58.2 cores=1,3,5,7
/proc/5853/stat : 5853 (BTD) R 5850 5853 4978 0 -1 4202496 349542 0 0 0 5798 22 0 0 20 0 1 0 404623723 263544832 56665 33554432000 4194304 36700936 140735784347440 140735784346488 7959950 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 38800048 38936640 67596288 140735784354856 140735784354932 140735784354932 140735784357841 0
/proc/5853/statm: 64342 56665 515 7937 0 56370 0
Current children cumulated CPU time: 58.2 s
Current children cumulated vsize: 257368 KiB
Current children cumulated memory: 226660 KiB

Child status: 0
Real time (s): 58.2295
CPU time (s): 58.2231
CPU user time (s): 57.9891
CPU system time (s): 0.233976
CPU usage (%): 99.9891
Max. virtual memory (cumulated for all children) (KiB): 257368
Max. memory (cumulated for all children) (KiB): 226660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.9891
system time used= 0.233976
maximum resident set size= 226684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349725
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= 2
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 5853
#   total CPU time (s): 58.2231
#   total CPU user time (s): 57.9891
#   total CPU system time (s): 0.233976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.199421 second user time and 0.495102 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-12 12:18:28
IDJOB=4386898
IDBENCH=138789
IDSOLVER=2822
FILE ID=node127/4386898-1568283548
RUNJOBID= node127-1568280863-5010
PBS_JOBID= 21701077
Free space on /tmp= 54444 MiB

SOLVER NAME= BTD 19.07.01
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0150-m1.xml
COMMAND LINE= BTD TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386898-1568283548/watcher-4386898-1568283548 -o /tmp/evaluation-result-4386898-1568283548/solver-4386898-1568283548 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568280863-5010 --watchdog 2580  BTD 2520 HOME/instance-4386898-1568283548.xml

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

MD5SUM BENCH= 87bfaaaf5fd3b270ee1dec703898481f
RANDOM SEED=1548323292

node127.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.55
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.55
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.55
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.55
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:        18070540 kB
MemAvailable:   31194220 kB
Buffers:          170484 kB
Cached:         13098088 kB
SwapCached:         6784 kB
Active:          2932916 kB
Inactive:       11006588 kB
Active(anon):     675720 kB
Inactive(anon):    36264 kB
Active(file):    2257196 kB
Inactive(file): 10970324 kB
Unevictable:      110596 kB
Mlocked:          110596 kB
SwapTotal:      67108860 kB
SwapFree:       66998516 kB
Dirty:             61956 kB
Writeback:             0 kB
AnonPages:        782316 kB
Mapped:            44324 kB
Shmem:             32692 kB
Slab:             352740 kB
SReclaimable:     324620 kB
SUnreclaim:        28120 kB
KernelStack:        3568 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1198172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 54384 MiB
End job on node127 at 2019-09-12 12:19:27