Trace number 2060106

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Mistral 1.545SAT 87.5907 88.2259

DiagnosticValue
ASSIGNMENTS578560
CHECKS99696100
NODES578560

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-16_glb.xml
MD5SUM906ffa75db05749face78c09510fe98d
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.3238
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints35
Maximum constraint arity256
Maximum domain size256
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(34)

Solver Data

0.00/0.00	c mistral version 1.545
87.46/88.19	s SATISFIABLE
87.46/88.19	v 199 123 86 164 132 134 130 49 137 118 120 152 54 189 133 136 142 110 213 163 144 171 143 50 61 141 124 125 55 82 186 146 89 97 41 168 187 182 98 207 235 107 99 156 39 17 184 150 244 248 6 5 247 4 245 252 10 26 9 246 249 7 8 250 209 221 25 40 31 34 211 22 236 67 208 21 239 238 44 210 63 62 16 224 227 27 196 234 240 122 233 64 237 18 28 65 71 68 42 19 66 195 202 232 230 219 69 70 226 30 198 119 90 128 217 167 135 180 121 45 20 114 113 155 52 193 177 149 83 78 212 138 77 172 81 222 206 126 84 79 57 188 173 80 88 75 37 192 72 223 35 225 228 204 139 157 229 29 36 87 160 162 43 197 85 23 158 220 241 117 203 159 33 32 185 38 91 127 215 165 73 179 116 46 58 106 112 200 53 191 176 148 115 100 214 74 131 178 102 48 59 103 111 153 175 190 174 129 93 94 218 161 92 170 95 145 60 104 96 151 56 205 169 147 243 254 255 13 256 3 15 12 11 242 231 14 251 253 2 1 76 109 216 166 101 181 108 47 24 140 105 154 51 194 183 201
87.46/88.19	d CHECKS 99696105
87.46/88.19	d ASSIGNMENTS 578560
87.46/88.19	d NODES 578560 BACKTRACKS 574401 FAILURES 574401 RUNTIME 87.48 TOTALTIME 87.56 NODES/s 6613.63 CHECKS/s 1.13964e+06

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060106-1247325638/watcher-2060106-1247325638 -o /tmp/evaluation-result-2060106-1247325638/solver-2060106-1247325638 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2060106-1247325638.xml 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.23 1.58 2/82 12479
/proc/meminfo: memFree=1605544/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=4804 CPUtime=0
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 19626403 4919296 161 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448480496 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 1201 161 136 29 0 16 0

[startup+0.095902 s]
/proc/loadavg: 0.92 1.23 1.58 2/82 12479
/proc/meminfo: memFree=1605544/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=17288 CPUtime=0.09
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3499 0 0 0 7 2 0 0 18 0 1 0 19626403 17702912 3478 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4322 3478 422 29 0 3137 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17288

[startup+0.102903 s]
/proc/loadavg: 0.92 1.23 1.58 2/82 12479
/proc/meminfo: memFree=1605544/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=17420 CPUtime=0.09
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3537 0 0 0 7 2 0 0 18 0 1 0 19626403 17838080 3516 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4355 3517 424 29 0 3170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17420

[startup+0.301924 s]
/proc/loadavg: 0.92 1.23 1.58 2/82 12479
/proc/meminfo: memFree=1605544/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18464 CPUtime=0.29
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3771 0 0 0 27 2 0 0 19 0 1 0 19626403 18907136 3750 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864860 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4616 3750 424 29 0 3431 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18464

[startup+0.70297 s]
/proc/loadavg: 0.92 1.23 1.58 2/82 12479
/proc/meminfo: memFree=1605544/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=0.69
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3803 0 0 0 67 2 0 0 23 0 1 0 19626403 19042304 3782 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756464 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3782 424 29 0 3464 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18596

[startup+1.50106 s]
/proc/loadavg: 0.92 1.23 1.58 2/83 12480
/proc/meminfo: memFree=1592032/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=1.48
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3807 0 0 0 146 2 0 0 25 0 1 0 19626403 19042304 3786 996147200 1448431616 1448550632 4294956208 18446744073709551615 134718587 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3786 424 29 0 3464 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18596

[startup+3.10125 s]
/proc/loadavg: 0.92 1.23 1.58 2/83 12480
/proc/meminfo: memFree=1591840/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=3.07
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3810 0 0 0 305 2 0 0 25 0 1 0 19626403 19042304 3789 996147200 1448431616 1448550632 4294956208 18446744073709551615 134718537 0 0 4096 0 0 0 0 17 0 0 0
/proc/12479/statm: 4649 3789 424 29 0 3464 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18596

[startup+6.30161 s]
/proc/loadavg: 0.93 1.22 1.58 2/83 12480
/proc/meminfo: memFree=1591784/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=6.25
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3811 0 0 0 623 2 0 0 25 0 1 0 19626403 19042304 3790 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864867 0 0 4096 0 0 0 0 17 0 0 0
/proc/12479/statm: 4649 3790 424 29 0 3464 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 18596

[startup+12.7013 s]
/proc/loadavg: 0.93 1.22 1.57 2/83 12480
/proc/meminfo: memFree=1591656/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=12.61
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3811 0 0 0 1259 2 0 0 25 0 1 0 19626403 19042304 3790 996147200 1448431616 1448550632 4294956208 18446744073709551615 134717928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3790 424 29 0 3464 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 18596

[startup+25.5018 s]
/proc/loadavg: 0.95 1.21 1.56 2/83 12480
/proc/meminfo: memFree=1591592/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=25.31
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3812 0 0 0 2529 2 0 0 25 0 1 0 19626403 19042304 3791 996147200 1448431616 1448550632 4294956208 18446744073709551615 135304898 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3791 424 29 0 3464 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 18596

[startup+51.1017 s]
/proc/loadavg: 0.96 1.19 1.55 2/83 12480
/proc/meminfo: memFree=1591592/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=50.72
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3812 0 0 0 5070 2 0 0 25 0 1 0 19626403 19042304 3791 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829017 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3791 424 29 0 3464 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 18596

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

[startup+63.9012 s]
/proc/loadavg: 0.97 1.18 1.54 2/83 12480
/proc/meminfo: memFree=1591592/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=63.43
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3812 0 0 0 6341 2 0 0 25 0 1 0 19626403 19042304 3791 996147200 1448431616 1448550632 4294956208 18446744073709551615 134814900 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3791 424 29 0 3464 0
Current children cumulated CPU time (s) 63.43
Current children cumulated vsize (KiB) 18596

[startup+76.7017 s]
/proc/loadavg: 0.97 1.17 1.53 2/83 12480
/proc/meminfo: memFree=1591592/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=76.14
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3812 0 0 0 7612 2 0 0 25 0 1 0 19626403 19042304 3791 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865397 0 0 4096 0 0 0 0 17 0 0 0
/proc/12479/statm: 4649 3791 424 29 0 3464 0
Current children cumulated CPU time (s) 76.14
Current children cumulated vsize (KiB) 18596

[startup+83.1014 s]
/proc/loadavg: 0.98 1.17 1.53 2/83 12480
/proc/meminfo: memFree=1591592/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=82.49
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3812 0 0 0 8247 2 0 0 25 0 1 0 19626403 19042304 3791 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264016 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3791 424 29 0 3464 0
Current children cumulated CPU time (s) 82.49
Current children cumulated vsize (KiB) 18596

[startup+86.3028 s]
/proc/loadavg: 0.98 1.17 1.53 2/83 12480
/proc/meminfo: memFree=1591592/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=85.67
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3812 0 0 0 8565 2 0 0 25 0 1 0 19626403 19042304 3791 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756267 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3791 424 29 0 3464 0
Current children cumulated CPU time (s) 85.67
Current children cumulated vsize (KiB) 18596

[startup+87.1018 s]
/proc/loadavg: 0.98 1.17 1.53 2/83 12480
/proc/meminfo: memFree=1591592/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=86.46
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3812 0 0 0 8644 2 0 0 25 0 1 0 19626403 19042304 3791 996147200 1448431616 1448550632 4294956208 18446744073709551615 134864954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3791 424 29 0 3464 0
Current children cumulated CPU time (s) 86.46
Current children cumulated vsize (KiB) 18596

[startup+87.9019 s]
/proc/loadavg: 0.98 1.17 1.53 2/83 12480
/proc/meminfo: memFree=1591592/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=87.26
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3812 0 0 0 8724 2 0 0 25 0 1 0 19626403 19042304 3791 996147200 1448431616 1448550632 4294956208 18446744073709551615 134756150 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3791 424 29 0 3464 0
Current children cumulated CPU time (s) 87.26
Current children cumulated vsize (KiB) 18596

[startup+88.102 s]
/proc/loadavg: 0.98 1.17 1.53 2/83 12480
/proc/meminfo: memFree=1591592/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18596 CPUtime=87.46
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3812 0 0 0 8744 2 0 0 25 0 1 0 19626403 19042304 3791 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161275 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4649 3791 424 29 0 3464 0
Current children cumulated CPU time (s) 87.46
Current children cumulated vsize (KiB) 18596

[startup+88.202 s]
/proc/loadavg: 0.98 1.17 1.53 2/83 12480
/proc/meminfo: memFree=1591592/2055920 swapFree=4191904/4192956
[pid=12479] ppid=12477 vsize=18600 CPUtime=87.56
/proc/12479/stat : 12479 (ld-linux.so.2) R 12477 12479 11314 0 -1 4194304 3840 0 0 0 8754 2 0 0 25 0 1 0 19626403 19046400 3819 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157033412 0 0 4096 0 0 0 0 17 1 0 0
/proc/12479/statm: 4650 3819 450 29 0 3465 0
Current children cumulated CPU time (s) 87.56
Current children cumulated vsize (KiB) 18600

Child status: 0
Real time (s): 88.2259
CPU time (s): 87.5907
CPU user time (s): 87.5627
CPU system time (s): 0.027995
CPU usage (%): 99.28
Max. virtual memory (cumulated for all children) (KiB): 18600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.5627
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3850
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= 24
involuntary context switches= 2098

runsolver used 0.070989 second user time and 0.25996 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-11 17:20:38
IDJOB=2060106
IDBENCH=53647
IDSOLVER=769
FILE ID=node63/2060106-1247325638
PBS_JOBID= 9506503
Free space on /tmp= 66220 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-16_glb.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060106-1247325638/watcher-2060106-1247325638 -o /tmp/evaluation-result-2060106-1247325638/solver-2060106-1247325638 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2060106-1247325638.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 906ffa75db05749face78c09510fe98d
RANDOM SEED=553566516

node63.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.232
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	: 5914.62
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1605960 kB
Buffers:         28944 kB
Cached:         334868 kB
SwapCached:        260 kB
Active:          80012 kB
Inactive:       318980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605960 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            1200 kB
Writeback:           0 kB
Mapped:          52728 kB
Slab:            36004 kB
Committed_AS:   185740 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node63 at 2009-07-11 17:22:07