Trace number 2087551

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 642.154 644.08

DiagnosticValue
ASSIGNMENTS5403
CHECKS293549000
NODES5403

General information on the benchmark

Namecsp/queens/
normalized-queens-200.xml
MD5SUM054f76ffe13ea2991d6de6635966b938
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 benchmark16.2935
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19900
Global constraints used (with number of constraints)

Solver Data

0.17/0.21	c mistral version 1.545
641.57/643.57	s SATISFIABLE
641.57/643.57	v 39 32 182 29 97 91 109 114 4 7 38 82 5 197 72 3 13 95 130 196 86 10 121 190 23 133 108 70 9 94 87 111 171 77 98 81 43 120 93 113 88 125 118 62 76 164 147 161 52 167 123 155 57 106 84 150 141 138 40 65 170 75 56 135 73 159 166 127 115 85 158 163 47 160 189 199 1 200 198 90 177 14 31 20 105 45 140 99 184 15 195 36 151 156 192 136 12 176 131 26 11 137 191 193 22 17 68 71 69 186 19 24 64 169 33 30 63 139 74 53 61 148 60 152 66 143 54 58 153 149 154 2 8 6 28 102 89 103 101 83 48 46 110 112 79 116 119 117 122 162 51 49 55 67 126 44 132 134 104 124 59 144 146 173 142 145 183 175 50 27 42 157 187 18 37 96 78 25 165 179 34 172 174 178 185 188 35 107 16 168 100 181 194 129 41 180 21 92 128 80
641.57/643.57	d CHECKS 293548767
641.57/643.57	d ASSIGNMENTS 5403
641.57/643.57	d NODES 5403 BACKTRACKS 4159 FAILURES 4159 RUNTIME 640.21 TOTALTIME 641.73 NODES/s 8.43942 CHECKS/s 458519

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-2087551-1247386358/watcher-2087551-1247386358 -o /tmp/evaluation-result-2087551-1247386358/solver-2087551-1247386358 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2087551-1247386358.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: 2.01 2.00 2.00 4/74 24228
/proc/meminfo: memFree=1887296/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=18576 CPUtime=0
/proc/24228/stat : 24228 (runsolver) R 24226 24228 23423 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 25703509 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 206381313319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24228/statm: 4644 284 249 26 0 2626 0

[startup+0.075999 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 24228
/proc/meminfo: memFree=1887296/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=6276 CPUtime=0.06
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 766 0 0 0 6 0 0 0 18 0 1 0 25703509 6426624 745 996147200 1448431616 1448550632 4294956208 18446744073709551615 135067329 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 1569 745 378 29 0 384 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6276

[startup+0.102001 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 24228
/proc/meminfo: memFree=1887296/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=6664 CPUtime=0.08
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 892 0 0 0 8 0 0 0 18 0 1 0 25703509 6823936 871 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159751757 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 1666 871 378 29 0 481 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6664

[startup+0.301042 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 24228
/proc/meminfo: memFree=1887296/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=10420 CPUtime=0.28
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 1812 0 0 0 27 1 0 0 19 0 1 0 25703509 10670080 1791 996147200 1448431616 1448550632 4294956208 18446744073709551615 134693483 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 2605 1791 379 29 0 1420 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10420

[startup+0.701115 s]
/proc/loadavg: 2.01 2.00 2.00 4/74 24228
/proc/meminfo: memFree=1887296/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=17776 CPUtime=0.67
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 3635 0 0 0 66 1 0 0 23 0 1 0 25703509 18202624 3614 996147200 1448431616 1448550632 4294956208 18446744073709551615 134615604 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 4444 3614 379 29 0 3259 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 17776

[startup+1.50127 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1868984/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=148092 CPUtime=1.47
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 36317 0 0 0 132 15 0 0 25 0 1 0 25703509 151646208 36185 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157387435 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 37023 36185 407 29 0 35838 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 148092

[startup+3.10256 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1722744/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=170768 CPUtime=3.05
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 41822 0 0 0 288 17 0 0 25 0 1 0 25703509 174866432 41690 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117504 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 42692 41690 426 29 0 41507 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 170768

[startup+6.30114 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1717112/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=176876 CPUtime=6.22
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 43133 0 0 0 604 18 0 0 25 0 1 0 25703509 181121024 43001 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157378682 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 44219 43001 426 29 0 43034 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 176876

[startup+12.7013 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1703160/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=198000 CPUtime=12.57
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 48587 0 0 0 1236 21 0 0 25 0 1 0 25703509 202752000 48455 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 49500 48455 426 29 0 48315 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 198000

[startup+25.5017 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1666552/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=241056 CPUtime=25.24
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 55501 0 0 0 2498 26 0 0 25 0 1 0 25703509 246841344 55369 996147200 1448431616 1448550632 4294956208 18446744073709551615 134829017 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 60264 55369 428 29 0 59079 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 241056

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1666232/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=241320 CPUtime=50.6
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 55582 0 0 0 5034 26 0 0 25 0 1 0 25703509 247111680 55450 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117559 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 60330 55450 428 29 0 59145 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 241320

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1654776/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=251220 CPUtime=101.33
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 58421 0 0 0 10105 28 0 0 25 0 1 0 25703509 257249280 58289 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117509 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 62805 58289 428 29 0 61620 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 251220

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1654456/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=251220 CPUtime=160.76
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 58422 0 0 0 16048 28 0 0 25 0 1 0 25703509 257249280 58290 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117632 0 0 4096 0 0 0 0 17 1 0 0
/proc/24228/statm: 62805 58290 428 29 0 61620 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 251220

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1646200/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=253728 CPUtime=220.56
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 59594 0 0 0 22026 30 0 0 25 0 1 0 25703509 259817472 59462 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117504 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 63432 59462 428 29 0 62247 0
Current children cumulated CPU time (s) 220.56
Current children cumulated vsize (KiB) 253728

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1645496/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=254388 CPUtime=280.54
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 59778 0 0 0 28023 31 0 0 25 0 1 0 25703509 260493312 59646 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117508 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 63597 59646 428 29 0 62412 0
Current children cumulated CPU time (s) 280.54
Current children cumulated vsize (KiB) 254388

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1614904/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=275112 CPUtime=340.51
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 67372 0 0 0 34017 34 0 0 25 0 1 0 25703509 281714688 67240 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291960 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 68778 67240 428 29 0 67593 0
Current children cumulated CPU time (s) 340.51
Current children cumulated vsize (KiB) 275112

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1609912/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=280128 CPUtime=400.48
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 68631 0 0 0 40013 35 0 0 25 0 1 0 25703509 286851072 68499 996147200 1448431616 1448550632 4294956208 18446744073709551615 134838734 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 70032 68499 428 29 0 68847 0
Current children cumulated CPU time (s) 400.48
Current children cumulated vsize (KiB) 280128

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1609400/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=280656 CPUtime=460.45
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 68744 0 0 0 46010 35 0 0 25 0 1 0 25703509 287391744 68612 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291445 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 70164 68612 428 29 0 68979 0
Current children cumulated CPU time (s) 460.45
Current children cumulated vsize (KiB) 280656

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1597816/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=290820 CPUtime=520.42
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 71674 0 0 0 52006 36 0 0 25 0 1 0 25703509 297799680 71542 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117596 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 72705 71542 428 29 0 71520 0
Current children cumulated CPU time (s) 520.42
Current children cumulated vsize (KiB) 290820

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1597368/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=291216 CPUtime=580.39
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 71790 0 0 0 58003 36 0 0 25 0 1 0 25703509 298205184 71658 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290160 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 72804 71658 428 29 0 71619 0
Current children cumulated CPU time (s) 580.39
Current children cumulated vsize (KiB) 291216

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1596152/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=292536 CPUtime=640.37
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 72095 0 0 0 64001 36 0 0 25 0 1 0 25703509 299556864 71963 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290160 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 73134 71963 428 29 0 71949 0
Current children cumulated CPU time (s) 640.37
Current children cumulated vsize (KiB) 292536

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

[startup+643.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1596152/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=292536 CPUtime=641.17
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 72108 0 0 0 64081 36 0 0 25 0 1 0 25703509 299556864 71976 996147200 1448431616 1448550632 4294956208 18446744073709551615 134836717 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 73134 71976 428 29 0 71949 0
Current children cumulated CPU time (s) 641.17
Current children cumulated vsize (KiB) 292536

[startup+643.508 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1596088/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=292536 CPUtime=641.57
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 72109 0 0 0 64121 36 0 0 25 0 1 0 25703509 299556864 71977 996147200 1448431616 1448550632 4294956208 18446744073709551615 135290160 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 73134 71977 428 29 0 71949 0
Current children cumulated CPU time (s) 641.57
Current children cumulated vsize (KiB) 292536

[startup+643.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1596088/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=292536 CPUtime=641.97
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 72143 0 0 0 64161 36 0 0 25 0 1 0 25703509 299556864 72011 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157375121 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 73134 72011 461 29 0 71949 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 292536

[startup+644.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 24273
/proc/meminfo: memFree=1596088/2055920 swapFree=4192812/4192956
[pid=24228] ppid=24226 vsize=168732 CPUtime=642.06
/proc/24228/stat : 24228 (ld-linux.so.2) R 24226 24228 23423 0 -1 4194304 72150 0 0 0 64168 38 0 0 25 0 1 0 25703509 172781568 41338 996147200 1448431616 1448550632 4294956208 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/24228/statm: 42183 41338 6540 29 0 40998 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 168732

Child status: 0
Real time (s): 644.08
CPU time (s): 642.154
CPU user time (s): 641.744
CPU system time (s): 0.409937
CPU usage (%): 99.7011
Max. virtual memory (cumulated for all children) (KiB): 292536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 641.744
system time used= 0.409937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72151
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= 5600

runsolver used 0.754885 second user time and 1.77273 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 10:12:38
IDJOB=2087551
IDBENCH=58738
IDSOLVER=769
FILE ID=node2/2087551-1247386358
PBS_JOBID= 9507277
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= 054f76ffe13ea2991d6de6635966b938
RANDOM SEED=749237408

node2.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.265
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.265
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:       1887776 kB
Buffers:         11376 kB
Cached:          80628 kB
SwapCached:          0 kB
Active:          86708 kB
Inactive:        34784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1887776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3792 kB
Writeback:           0 kB
Mapped:          40636 kB
Slab:            31720 kB
Committed_AS:   186964 kB
PageTables:       1948 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= 66332 MiB
End job on node2 at 2009-07-12 10:23:22