Trace number 1043120

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
casper zaoSAT 586.94 592.066

DiagnosticValue
CHECKS24257900

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-17_glb.xml
MD5SUM59c987f6631c613813e79e7f44cdd8bc
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark455.393
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of constraints37
Maximum constraint arity289
Maximum domain size289
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(36)

Solver Data (download as text)

0.18/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.20	c Parsing = 1
0.18/0.20	c Building = 1
0.18/0.20	c [ NumberOfVariables = 289 ]
0.18/0.20	c [ NumberOfConstraints = 37 ]
0.18/0.20	c [ SizeOfSearchSpace(log2) = 2362.55 ]
0.18/0.20	c SymmetrySearch = 1
0.18/0.20	c [ Found 4.12877e+07 symmetries ]
0.18/0.20	c InitialPropagation = 1
0.18/0.20	c [ SizeOfSearchSpace(log2) = 2362.25 ]
0.18/0.20	c InitialSAC = 1
1.57/1.64	c [ SizeOfSearchSpace(log2) = 2362.25 ]
1.57/1.64	c Search(DomWDeg) = 1
586.86/592.05	s SATISFIABLE
586.86/592.05	v 86 102 276 279 284 285 286 287 185 288 35 42 10 2 1 5 12 103 158 157 224 32 261 138 202 18 237 280 228 71 178 39 72 67 53 33 141 34 152 221 57 251 209 171 230 208 83 62 215 163 182 65 264 192 77 109 135 129 133 116 263 51 128 216 97 47 188 255 282 231 162 48 136 256 190 195 186 244 154 112 63 90 40 52 24 159 168 262 139 81 236 87 271 207 217 104 166 180 164 8 7 9 17 115 249 176 150 226 274 91 73 126 110 49 234 243 172 28 132 272 98 210 153 78 64 240 204 151 175 55 148 92 147 59 96 223 101 173 89 117 277 46 4 149 289 268 94 222 118 134 167 19 198 206 194 75 183 27 70 278 36 253 100 113 111 120 142 260 247 50 14 266 58 130 199 187 80 93 177 146 218 43 189 170 269 213 13 99 25 155 15 31 123 106 66 214 68 229 191 235 238 160 265 245 196 119 121 143 156 84 124 85 181 21 122 74 225 61 205 281 267 127 69 16 275 161 108 76 137 105 37 184 125 201 44 258 283 259 246 20 193 212 241 107 82 95 23 38 88 197 140 211 54 270 248 239 203 79 41 220 45 145 26 56 60 233 242 114 250 257 3 252 200 227 30 219 131 11 169 144 22 6 165 179 174 232 254 273 29
586.86/592.05	d CHECKS 24257911
586.86/592.05	c [ TotalFails = 1221459 ]
586.86/592.05	c [ NumberOfRestarts = 12 ]
586.86/592.05	c [ TotalTime = 552.466 secs ]

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-1043120-1215024711/watcher-1043120-1215024711 -o /tmp/evaluation-result-1043120-1215024711/solver-1043120-1215024711 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1043120-1215024711.xml 2146824889 

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: 1.96 1.99 1.96 4/80 22846
/proc/meminfo: memFree=1692064/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=1056 CPUtime=0
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981440678 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 6853412 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 264 26 20 235 0 3 0

[startup+0.10938 s]
/proc/loadavg: 1.96 1.99 1.96 4/80 22846
/proc/meminfo: memFree=1692064/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=99940 CPUtime=0.09
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 1581 0 0 0 9 0 0 0 18 0 1 0 1981440678 102338560 1541 996147200 134512640 135477443 4294956224 18446744073709551615 134971408 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 24985 1541 511 235 0 23686 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99940

[startup+0.202393 s]
/proc/loadavg: 1.96 1.99 1.96 4/80 22846
/proc/meminfo: memFree=1692064/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=99940 CPUtime=0.18
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 1581 0 0 0 18 0 0 0 18 0 1 0 1981440678 102338560 1541 996147200 134512640 135477443 4294956224 18446744073709551615 135017136 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 24985 1541 511 235 0 23686 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 99940

[startup+0.302412 s]
/proc/loadavg: 1.96 1.99 1.96 4/80 22846
/proc/meminfo: memFree=1692064/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=99940 CPUtime=0.28
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 1581 0 0 0 28 0 0 0 19 0 1 0 1981440678 102338560 1541 996147200 134512640 135477443 4294956224 18446744073709551615 134946707 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 24985 1541 511 235 0 23686 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99940

[startup+0.702481 s]
/proc/loadavg: 1.96 1.99 1.96 4/80 22846
/proc/meminfo: memFree=1692064/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=99940 CPUtime=0.68
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 1582 0 0 0 68 0 0 0 23 0 1 0 1981440678 102338560 1542 996147200 134512640 135477443 4294956224 18446744073709551615 134971419 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 24985 1542 511 235 0 23686 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99940

[startup+1.50162 s]
/proc/loadavg: 1.96 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1687768/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=99940 CPUtime=1.47
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 1583 0 0 0 147 0 0 0 25 0 1 0 1981440678 102338560 1543 996147200 134512640 135477443 4294956224 18446744073709551615 134946707 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 24985 1543 511 235 0 23686 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99940

[startup+3.10189 s]
/proc/loadavg: 1.96 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1681944/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=99940 CPUtime=3.06
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 4132 0 0 0 305 1 0 0 25 0 1 0 1981440678 102338560 4092 996147200 134512640 135477443 4294956224 18446744073709551615 135018427 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 24985 4092 522 235 0 23686 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99940

[startup+6.30244 s]
/proc/loadavg: 1.96 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1656920/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=6.23
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 13328 0 0 0 619 4 0 0 25 0 1 0 1981440678 166342656 13288 996147200 134512640 135477443 4294956224 18446744073709551615 135208581 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 13288 522 235 0 39312 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 162444

[startup+12.7015 s]
/proc/loadavg: 1.97 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1630680/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=12.58
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 15729 0 0 0 1252 6 0 0 25 0 1 0 1981440678 166342656 15689 996147200 134512640 135477443 4294956224 18446744073709551615 134946713 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 15689 522 235 0 39312 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 162444

[startup+25.5017 s]
/proc/loadavg: 1.97 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1630744/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=25.27
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 15729 0 0 0 2521 6 0 0 25 0 1 0 1981440678 166342656 15689 996147200 134512640 135477443 4294956224 18446744073709551615 134971402 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 15689 522 235 0 39312 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 162444

[startup+51.1021 s]
/proc/loadavg: 1.98 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1630808/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=50.65
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 15729 0 0 0 5059 6 0 0 25 0 1 0 1981440678 166342656 15689 996147200 134512640 135477443 4294956224 18446744073709551615 135208581 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 15689 522 235 0 39312 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 162444

[startup+102.303 s]
/proc/loadavg: 1.99 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1630680/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=101.4
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 15729 0 0 0 10134 6 0 0 25 0 1 0 1981440678 166342656 15689 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 15689 522 235 0 39312 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 162444

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1630616/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=160.88
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 15729 0 0 0 16082 6 0 0 25 0 1 0 1981440678 166342656 15689 996147200 134512640 135477443 4294956224 18446744073709551615 135018526 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 15689 522 235 0 39312 0
Current children cumulated CPU time (s) 160.88
Current children cumulated vsize (KiB) 162444

[startup+222.306 s]
/proc/loadavg: 1.99 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1621272/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=220.34
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16619 0 0 0 22028 6 0 0 25 0 1 0 1981440678 166342656 16579 996147200 134512640 135477443 4294956224 18446744073709551615 134874656 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16579 522 235 0 39312 0
Current children cumulated CPU time (s) 220.34
Current children cumulated vsize (KiB) 162444

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1620888/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=279.83
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 27977 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 135017150 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 279.83
Current children cumulated vsize (KiB) 162444

[startup+342.302 s]
/proc/loadavg: 1.99 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1620824/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=339.31
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 33925 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 134971445 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 339.31
Current children cumulated vsize (KiB) 162444

[startup+402.303 s]
/proc/loadavg: 1.99 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1620824/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=398.8
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 39874 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 135269072 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 398.8
Current children cumulated vsize (KiB) 162444

[startup+462.302 s]
/proc/loadavg: 1.99 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1620760/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=458.29
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 45823 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 134895776 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 458.29
Current children cumulated vsize (KiB) 162444

[startup+522.301 s]
/proc/loadavg: 1.99 1.99 1.96 3/81 22847
/proc/meminfo: memFree=1620760/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=517.78
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 51772 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 134905459 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 517.78
Current children cumulated vsize (KiB) 162444

[startup+582.301 s]
/proc/loadavg: 2.07 2.01 1.97 3/81 22853
/proc/meminfo: memFree=1620440/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=577.25
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 57719 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 134946608 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 577.25
Current children cumulated vsize (KiB) 162444

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

[startup+582.401 s]
/proc/loadavg: 2.07 2.01 1.97 3/81 22853
/proc/meminfo: memFree=1620440/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=577.35
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 57729 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 134946795 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 577.35
Current children cumulated vsize (KiB) 162444

[startup+588.801 s]
/proc/loadavg: 2.06 2.01 1.97 3/81 22853
/proc/meminfo: memFree=1620440/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=583.69
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 58363 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 135018430 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 583.69
Current children cumulated vsize (KiB) 162444

[startup+590.403 s]
/proc/loadavg: 2.06 2.01 1.97 3/81 22853
/proc/meminfo: memFree=1620440/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=585.28
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 58522 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 135017140 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 585.28
Current children cumulated vsize (KiB) 162444

[startup+591.202 s]
/proc/loadavg: 2.06 2.01 1.97 3/81 22853
/proc/meminfo: memFree=1620440/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=586.07
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 58601 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 134888255 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 586.07
Current children cumulated vsize (KiB) 162444

[startup+591.602 s]
/proc/loadavg: 2.06 2.01 1.97 3/81 22853
/proc/meminfo: memFree=1620440/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=586.47
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 58641 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 134946632 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 586.47
Current children cumulated vsize (KiB) 162444

[startup+592.002 s]
/proc/loadavg: 2.06 2.01 1.97 3/81 22853
/proc/meminfo: memFree=1620440/2055920 swapFree=4180444/4192956
[pid=22846] ppid=22844 vsize=162444 CPUtime=586.86
/proc/22846/stat : 22846 (casperzao) R 22844 22846 21760 0 -1 4194304 16705 0 0 0 58680 6 0 0 25 0 1 0 1981440678 166342656 16665 996147200 134512640 135477443 4294956224 18446744073709551615 135017043 0 0 4096 0 0 0 0 17 1 0 0
/proc/22846/statm: 40611 16665 522 235 0 39312 0
Current children cumulated CPU time (s) 586.86
Current children cumulated vsize (KiB) 162444

Child status: 0
Real time (s): 592.066
CPU time (s): 586.94
CPU user time (s): 586.859
CPU system time (s): 0.080987
CPU usage (%): 99.1342
Max. virtual memory (cumulated for all children) (KiB): 162444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 586.859
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16707
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= 13
involuntary context switches= 13141

runsolver used 0.636903 second user time and 1.57676 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-02 20:51:51
IDJOB=1043120
IDBENCH=53646
IDSOLVER=361
FILE ID=node68/1043120-1215024711
PBS_JOBID= 7874334
Free space on /tmp= 66544 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-17_glb.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043120-1215024711/watcher-1043120-1215024711 -o /tmp/evaluation-result-1043120-1215024711/solver-1043120-1215024711 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1043120-1215024711.xml 2146824889 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 59c987f6631c613813e79e7f44cdd8bc
RANDOM SEED=2146824889

node68.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.261
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.261
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:       1692544 kB
Buffers:         19036 kB
Cached:         131932 kB
SwapCached:       6520 kB
Active:         257916 kB
Inactive:        39292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692544 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            3120 kB
Writeback:           0 kB
Mapped:         162572 kB
Slab:            51252 kB
Committed_AS:  4894772 kB
PageTables:       2004 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= 66540 MiB
End job on node68 at 2008-07-02 21:01:43