Trace number 1056176

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
bpsolver 2008-06-27SAT 20.0939 20.2829

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-400.xml
MD5SUM35ecf1acb3b6774e91a99570f293720f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.0939
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints79800
Maximum constraint arity2
Maximum domain size400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension79800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.02	c bpsolver version 6.27.2008
0.00/0.02	c converting(HOME/instance-1056176-1215062107)
14.16/14.32	c Converted in 6850 ms
14.16/14.32	c solving(HOME/instance-1056176-1215062107,1800000)
20.00/20.25	c (ffc_inout)
20.00/20.25	s SATISFIABLE
20.00/20.25	v 104 102 191 188 182 170 167 190 159 22 162 91 144 100 151 146 90 95 160 134 169 86 155 137 147 85 88 78 21 153 189 84 176 83 200 399 149 180 92 208 87 77 80 386 378 383 20 141 174 395 166 82 143 73 129 157 192 202 148 135 65 68 158 19 70 66 93 372 171 168 362 57 98 136 69 370 373 185 178 18 165 359 194 63 363 79 76 142 177 344 62 139 365 349 17 206 201 130 128 398 183 199 67 209 132 366 368 125 16 389 393 348 72 382 353 375 74 369 367 116 352 15 334 347 340 354 187 114 335 337 361 312 341 14 324 326 333 101 339 314 322 313 112 385 13 331 394 321 94 390 103 391 97 397 12 96 99 89 376 379 328 371 381 11 377 210 380 388 316 325 311 10 105 384 156 374 106 330 9 304 342 396 214 205 8 387 303 212 323 7 319 172 184 6 400 329 5 122 4 1 3 119 193 123 118 392 195 186 315 327 320 120 307 265 306 301 175 296 179 287 284 2 299 295 140 161 145 283 309 163 297 126 121 282 138 203 28 115 25 181 197 26 24 262 150 256 229 113 23 164 258 251 29 152 30 127 131 31 207 255 275 32 108 110 280 217 33 154 109 292 133 281 34 117 111 173 216 252 276 35 253 219 107 204 196 211 213 36 124 274 289 254 220 260 223 198 37 259 249 277 302 267 305 279 308 45 38 291 317 222 71 345 351 356 360 350 357 39 358 343 332 338 336 300 224 346 355 364 81 40 318 75 233 218 225 27 64 221 286 293 290 310 41 226 230 215 234 237 272 266 294 298 231 288 285 55 42 264 250 269 228 235 46 48 240 270 227 49 232 50 241 43 51 246 271 268 278 273 47 261 257 236 244 263 52 56 245 44 58 238 243 247 242 59 248 60 54 239 53 61 
20.00/20.26	
20.00/20.26	c Time=5736 ms
20.00/20.26	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056176-1215062107/watcher-1056176-1215062107 -o /tmp/evaluation-result-1056176-1215062107/solver-1056176-1215062107 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solver HOME/instance-1056176-1215062107 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 23299
/proc/meminfo: memFree=1704448/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=5356 CPUtime=0
/proc/23299/stat : 23299 (sh) R 23297 23299 19152 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 1985185175 5484544 231 996147200 4194304 4889804 548682068864 18446744073709551615 4334500 0 0 4100 65536 0 0 0 17 1 0 0
/proc/23299/statm: 1339 231 192 169 0 50 0

[startup+0.092447 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 23299
/proc/meminfo: memFree=1704448/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=56080 CPUtime=0.07
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 1141 0 0 0 3 4 0 0 20 0 1 0 1985185175 57425920 854 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/23299/statm: 14020 854 178 116 0 13531 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56080

[startup+0.101043 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 23299
/proc/meminfo: memFree=1704448/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=56080 CPUtime=0.08
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 1141 0 0 0 4 4 0 0 20 0 1 0 1985185175 57425920 854 996147200 134512640 134990860 4294956112 18446744073709551615 134614033 0 0 4096 2 0 0 0 17 1 0 0
/proc/23299/statm: 14020 854 178 116 0 13531 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56080

[startup+0.301082 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 23299
/proc/meminfo: memFree=1704448/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=56080 CPUtime=0.28
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 1146 0 0 0 12 16 0 0 21 0 1 0 1985185175 57425920 859 996147200 134512640 134990860 4294956112 18446744073709551615 134571394 0 0 4096 2 0 0 0 17 1 0 0
/proc/23299/statm: 14020 859 178 116 0 13531 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56080

[startup+0.701156 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 23299
/proc/meminfo: memFree=1704448/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=56080 CPUtime=0.68
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 1153 0 0 0 32 36 0 0 25 0 1 0 1985185175 57425920 866 996147200 134512640 134990860 4294956112 18446744073709551615 134686570 0 0 4096 2 0 0 0 17 1 0 0
/proc/23299/statm: 14020 866 178 116 0 13531 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 56080

[startup+1.50131 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23300
/proc/meminfo: memFree=1701240/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=56080 CPUtime=1.47
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 1166 0 0 0 70 77 0 0 25 0 1 0 1985185175 57425920 879 996147200 134512640 134990860 4294956112 18446744073709551615 134602887 0 0 4096 2 0 0 0 17 1 0 0
/proc/23299/statm: 14020 879 178 116 0 13531 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 56080

[startup+3.10161 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23300
/proc/meminfo: memFree=1700600/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=56080 CPUtime=3.06
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 1192 0 0 0 150 156 0 0 25 0 1 0 1985185175 57425920 905 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/23299/statm: 14020 905 178 116 0 13531 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 56080

[startup+6.30121 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23300
/proc/meminfo: memFree=1699384/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=56080 CPUtime=6.23
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 1244 0 0 0 306 317 0 0 25 0 1 0 1985185175 57425920 957 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/23299/statm: 14020 957 178 116 0 13531 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 56080

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23300
/proc/meminfo: memFree=1696568/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=56080 CPUtime=12.57
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 1349 0 0 0 612 645 0 0 25 0 1 0 1985185175 57425920 1062 996147200 134512640 134990860 4294956112 18446744073709551615 7900080 0 0 4096 2 0 0 0 17 1 0 0
/proc/23299/statm: 14020 1062 178 116 0 13531 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 56080

Solver just ended. Dumping a history of the last processes samples

[startup+15.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23300
/proc/meminfo: memFree=1657272/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=141620 CPUtime=15.74
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 20574 0 0 0 835 739 0 0 25 0 1 0 1985185175 145018880 19308 996147200 134512640 134990860 4294956112 18446744073709551615 134959702 0 0 4096 2 0 0 0 17 1 0 0
/proc/23299/statm: 35405 19308 180 116 0 34916 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 141620

[startup+17.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23300
/proc/meminfo: memFree=1617080/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=144276 CPUtime=17.34
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 32548 0 0 0 988 746 0 0 25 0 1 0 1985185175 147738624 20660 996147200 134512640 134990860 4294956112 18446744073709551615 134572714 0 0 4096 2 0 0 0 17 1 0 0
/proc/23299/statm: 36069 20660 184 116 0 35580 0
Current children cumulated CPU time (s) 17.34
Current children cumulated vsize (KiB) 144276

[startup+19.1016 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 23300
/proc/meminfo: memFree=1616760/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=154520 CPUtime=18.92
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 32962 0 0 0 1146 746 0 0 25 0 2 0 1985185175 158228480 21074 996147200 134512640 134990860 4294956112 18446744073709551615 134710203 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23299/statm: 38630 21074 194 116 0 38141 0
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (KiB) 154520

[startup+19.9018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23301
/proc/meminfo: memFree=1609712/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=162332 CPUtime=19.7
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 36627 0 0 0 1223 747 0 0 25 0 2 0 1985185175 166227968 22785 996147200 134512640 134990860 4294956112 18446744073709551615 134718690 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23299/statm: 40583 22785 194 116 0 40094 0
[pid=23299/tid=23301] ppid=23297 vsize=162332 CPUtime=0
/proc/23299/task/23301/stat : 23301 (bprolog) S 23297 23299 19152 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1985187070 166227968 22785 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.7
Current children cumulated vsize (KiB) 162332

[startup+20.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23301
/proc/meminfo: memFree=1609712/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=162332 CPUtime=19.9
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 36911 0 0 0 1243 747 0 0 25 0 2 0 1985185175 166227968 23069 996147200 134512640 134990860 4294956112 18446744073709551615 134718721 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23299/statm: 40583 23069 194 116 0 40094 0
[pid=23299/tid=23301] ppid=23297 vsize=162332 CPUtime=0
/proc/23299/task/23301/stat : 23301 (bprolog) S 23297 23299 19152 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1985187070 166227968 23069 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.9
Current children cumulated vsize (KiB) 162332

[startup+20.2018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 23301
/proc/meminfo: memFree=1609712/2055920 swapFree=4180456/4192956
[pid=23299] ppid=23297 vsize=162332 CPUtime=20
/proc/23299/stat : 23299 (bprolog) R 23297 23299 19152 0 -1 4194304 36987 0 0 0 1253 747 0 0 25 0 2 0 1985185175 166227968 23145 996147200 134512640 134990860 4294956112 18446744073709551615 134631198 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/23299/statm: 40583 23145 194 116 0 40094 0
[pid=23299/tid=23301] ppid=23297 vsize=162332 CPUtime=0
/proc/23299/task/23301/stat : 23301 (bprolog) S 23297 23299 19152 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 1985187070 166227968 23145 996147200 134512640 134990860 4294956112 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (KiB) 162332

Child status: 0
Real time (s): 20.2829
CPU time (s): 20.0939
CPU user time (s): 12.6011
CPU system time (s): 7.49286
CPU usage (%): 99.0684
Max. virtual memory (cumulated for all children) (KiB): 162332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6011
system time used= 7.49286
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36990
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= 5
involuntary context switches= 907

runsolver used 0.026995 second user time and 0.055991 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 07:15:08
IDJOB=1056176
IDBENCH=57402
IDSOLVER=347
FILE ID=node19/1056176-1215062107
PBS_JOBID= 7875135
Free space on /tmp= 66540 MiB

SOLVER NAME= bpsolver 2008-06-27
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-400.xml
COMMAND LINE= HOME/solver BENCHNAMENOEXT TIMEOUT
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056176-1215062107/watcher-1056176-1215062107 -o /tmp/evaluation-result-1056176-1215062107/solver-1056176-1215062107 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solver HOME/instance-1056176-1215062107 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35ecf1acb3b6774e91a99570f293720f
RANDOM SEED=1210219234

node19.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1704928 kB
Buffers:         40832 kB
Cached:         159552 kB
SwapCached:       6540 kB
Active:         199036 kB
Inactive:        85760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704928 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:           11720 kB
Writeback:           0 kB
Mapped:         100808 kB
Slab:            51172 kB
Committed_AS:  4137392 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node19 at 2008-07-03 07:15:28