Trace number 1043750

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 zitoSAT 791.607 791.921

DiagnosticValue
CHECKS67704600

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-16_glb.xml
MD5SUM906ffa75db05749face78c09510fe98d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.2917
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 (download as text)

0.00/0.01	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.01	c Parsing = 1
0.00/0.01	c Building = 1
0.00/0.02	c [ NumberOfVariables = 256 ]
0.00/0.02	c [ NumberOfConstraints = 35 ]
0.00/0.02	c [ SizeOfSearchSpace(log2) = 2048 ]
0.00/0.02	c SymmetrySearch = 1
0.00/0.03	c [ Found 4.12877e+07 symmetries ]
0.00/0.03	c InitialPropagation = 1
0.00/0.04	c [ SizeOfSearchSpace(log2) = 2047.66 ]
0.00/0.04	c InitialSAC = 1
0.88/0.96	c [ SizeOfSearchSpace(log2) = 2047.66 ]
0.88/0.96	c Search(DomWDeg) = 1
791.58/791.91	s SATISFIABLE
791.58/791.91	v 193 35 130 179 192 243 250 251 256 18 93 8 3 6 2 197 15 195 152 146 158 196 45 131 246 97 106 140 254 46 41 88 17 239 232 160 51 107 22 84 61 157 101 57 253 13 247 255 221 110 64 136 121 4 216 69 44 102 62 133 211 214 174 175 16 24 135 242 172 171 176 98 186 10 148 94 89 104 213 178 27 165 60 73 132 181 159 120 11 161 82 86 92 238 229 240 76 126 66 203 129 74 137 85 124 1 237 20 223 188 180 187 19 111 32 31 36 78 90 185 153 162 228 206 156 155 173 241 127 117 190 38 52 134 123 42 142 245 99 207 34 182 252 72 219 225 144 114 79 217 235 170 194 50 103 40 109 26 63 68 226 91 70 37 151 208 83 147 21 248 49 164 58 234 244 25 212 191 87 209 183 43 167 56 138 150 198 145 105 96 47 29 184 39 139 14 201 75 115 141 100 189 236 224 12 205 149 33 67 77 204 222 249 128 125 166 202 177 112 169 119 7 9 23 227 168 118 53 55 81 59 231 113 218 48 200 230 220 5 30 210 143 233 199 95 116 54 80 65 71 154 163 108 122 28 215
791.58/791.91	d CHECKS 67704573
791.58/791.91	c [ TotalFails = 3120561 ]
791.58/791.91	c [ NumberOfRestarts = 13 ]
791.58/791.91	c [ TotalTime = 791.751 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-1043750-1215024724/watcher-1043750-1215024724 -o /tmp/evaluation-result-1043750-1215024724/solver-1043750-1215024724 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1043750-1215024724.xml 746899373 

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.92 1.98 1.97 4/80 7732
/proc/meminfo: memFree=1809856/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=2328 CPUtime=0
/proc/7732/stat : 7732 (casperzito) D 7730 7732 7140 0 -1 4194304 57 0 0 0 0 0 0 0 18 0 1 0 1981446937 2383872 41 996147200 134512640 135472138 4294956224 18446744073709551615 2605860 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/7732/statm: 582 41 31 234 0 14 0

[startup+0.105397 s]
/proc/loadavg: 1.92 1.98 1.97 4/80 7732
/proc/meminfo: memFree=1809856/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=99840 CPUtime=0.09
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 1399 0 0 0 9 0 0 0 18 0 1 0 1981446937 102236160 1359 996147200 134512640 135472138 4294956224 18446744073709551615 134965414 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 24960 1359 504 234 0 23662 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99840

[startup+0.201406 s]
/proc/loadavg: 1.92 1.98 1.97 4/80 7732
/proc/meminfo: memFree=1809856/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=99840 CPUtime=0.18
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 1401 0 0 0 18 0 0 0 18 0 1 0 1981446937 102236160 1361 996147200 134512640 135472138 4294956224 18446744073709551615 134940691 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 24960 1361 504 234 0 23662 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 99840

[startup+0.301416 s]
/proc/loadavg: 1.92 1.98 1.97 4/80 7732
/proc/meminfo: memFree=1809856/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=99840 CPUtime=0.28
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 1401 0 0 0 28 0 0 0 19 0 1 0 1981446937 102236160 1361 996147200 134512640 135472138 4294956224 18446744073709551615 134868640 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 24960 1361 504 234 0 23662 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99840

[startup+0.701457 s]
/proc/loadavg: 1.92 1.98 1.97 4/80 7732
/proc/meminfo: memFree=1809856/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=99840 CPUtime=0.68
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 1402 0 0 0 68 0 0 0 23 0 1 0 1981446937 102236160 1362 996147200 134512640 135472138 4294956224 18446744073709551615 134940703 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 24960 1362 504 234 0 23662 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99840

[startup+1.50154 s]
/proc/loadavg: 1.92 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1803000/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=99840 CPUtime=1.49
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 3340 0 0 0 148 1 0 0 25 0 1 0 1981446937 102236160 3300 996147200 134512640 135472138 4294956224 18446744073709551615 135202638 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 24960 3300 514 234 0 23662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99840

[startup+3.10171 s]
/proc/loadavg: 1.92 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1797752/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=99840 CPUtime=3.08
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 7747 0 0 0 306 2 0 0 25 0 1 0 1981446937 102236160 7707 996147200 134512640 135472138 4294956224 18446744073709551615 135202654 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 24960 7708 514 234 0 23662 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 99840

[startup+6.30104 s]
/proc/loadavg: 1.93 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1768376/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=6.29
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 10863 0 0 0 625 4 0 0 25 0 1 0 1981446937 166240256 10823 996147200 134512640 135472138 4294956224 18446744073709551615 134940703 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 10823 514 234 0 39288 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 162344

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1765176/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=12.68
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11616 0 0 0 1264 4 0 0 25 0 1 0 1981446937 166240256 11576 996147200 134512640 135472138 4294956224 18446744073709551615 134875262 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11576 514 234 0 39288 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 162344

[startup+25.501 s]
/proc/loadavg: 1.95 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1765048/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=25.48
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11616 0 0 0 2544 4 0 0 25 0 1 0 1981446937 166240256 11576 996147200 134512640 135472138 4294956224 18446744073709551615 134960020 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11576 514 234 0 39288 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 162344

[startup+51.1017 s]
/proc/loadavg: 1.96 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1765048/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=51.07
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11616 0 0 0 5103 4 0 0 25 0 1 0 1981446937 166240256 11576 996147200 134512640 135472138 4294956224 18446744073709551615 134883472 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11576 514 234 0 39288 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 162344

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1764792/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=102.24
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 10220 4 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134964627 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 162344

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1764600/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=162.22
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 16218 4 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134965309 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 162344

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1764536/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=222.2
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 22216 4 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134964627 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 162344

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1764408/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=282.18
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 28213 5 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134588604 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 162344

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1764344/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=342.16
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 34211 5 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134690455 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 162344

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1764344/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=402.13
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 40208 5 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134965392 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 162344

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1764280/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=462.11
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 46206 5 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134881916 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 162344

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7733
/proc/meminfo: memFree=1764216/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=522.08
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 52203 5 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134965282 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 162344

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763952/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=582.06
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 58201 5 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134881790 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 162344

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763888/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=642.03
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 64198 5 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134881888 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 162344

[startup+702.301 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763760/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=702.01
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 70196 5 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134940712 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 162344

[startup+762.301 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763760/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=762
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 76194 6 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134882127 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 162344

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

[startup+768.001 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763760/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=767.69
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 76763 6 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134578192 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 767.69
Current children cumulated vsize (KiB) 162344

[startup+780.802 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763760/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=780.49
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 78043 6 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 135012361 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 780.49
Current children cumulated vsize (KiB) 162344

[startup+787.201 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763760/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=786.88
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 78682 6 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134940820 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 786.88
Current children cumulated vsize (KiB) 162344

[startup+790.401 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763760/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=790.08
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 79002 6 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134965421 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 790.08
Current children cumulated vsize (KiB) 162344

[startup+791.201 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763760/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=790.88
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 79082 6 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134940649 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 790.88
Current children cumulated vsize (KiB) 162344

[startup+791.602 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763760/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=791.28
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 79122 6 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134940596 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 791.28
Current children cumulated vsize (KiB) 162344

[startup+791.802 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763760/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=791.48
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 79142 6 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 135011062 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 791.48
Current children cumulated vsize (KiB) 162344

[startup+791.902 s]
/proc/loadavg: 1.99 1.98 1.97 3/81 7739
/proc/meminfo: memFree=1763760/2055920 swapFree=4180448/4192956
[pid=7732] ppid=7730 vsize=162344 CPUtime=791.58
/proc/7732/stat : 7732 (casperzito) R 7730 7732 7140 0 -1 4194304 11638 0 0 0 79152 6 0 0 25 0 1 0 1981446937 166240256 11598 996147200 134512640 135472138 4294956224 18446744073709551615 134940661 0 0 4096 0 0 0 0 17 0 0 0
/proc/7732/statm: 40586 11598 514 234 0 39288 0
Current children cumulated CPU time (s) 791.58
Current children cumulated vsize (KiB) 162344

Child status: 0
Real time (s): 791.921
CPU time (s): 791.607
CPU user time (s): 791.54
CPU system time (s): 0.066989
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 162344

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

runsolver used 0.757884 second user time and 2.13068 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-02 20:52:04
IDJOB=1043750
IDBENCH=53647
IDSOLVER=362
FILE ID=node24/1043750-1215024724
PBS_JOBID= 7874421
Free space on /tmp= 66524 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-16_glb.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043750-1215024724/watcher-1043750-1215024724 -o /tmp/evaluation-result-1043750-1215024724/solver-1043750-1215024724 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043750-1215024724.xml 746899373 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 906ffa75db05749face78c09510fe98d
RANDOM SEED=746899373

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1810336 kB
Buffers:         19760 kB
Cached:         123964 kB
SwapCached:       6556 kB
Active:         148020 kB
Inactive:        37912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810336 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            4940 kB
Writeback:           0 kB
Mapped:          58552 kB
Slab:            44780 kB
Committed_AS:  4191624 kB
PageTables:       1896 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= 66524 MiB
End job on node24 at 2008-07-02 21:05:16