Trace number 3171701

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
UmSat 2011-02-25SAT 828.985 828.948

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S946474812-075.SATISFIABLE.cnf
MD5SUM4f143e0181b25ed3751a7b54d50b3635
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3171701-1301762804/watcher-3171701-1301762804 -o /tmp/evaluation-result-3171701-1301762804/solver-3171701-1301762804 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3171701-1301762804.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.76 3.91 3.65 3/185 3688
/proc/meminfo: memFree=21960112/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=11644 CPUtime=0 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4194304 356 0 0 0 0 0 0 0 25 0 1 0 287877110 11923456 293 33554432000 4194304 4263880 140736748915680 18446744073709551615 4232280 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 2911 293 240 17 0 84 0

[startup+0.076346 s]
/proc/loadavg: 3.76 3.91 3.65 3/185 3688
/proc/meminfo: memFree=21960112/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=12168 CPUtime=0.07 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 491 0 0 0 7 0 0 0 25 0 1 0 287877110 12460032 428 33554432000 4194304 4263880 140736748915680 18446744073709551615 4243993 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 3042 428 247 17 0 215 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12168

[startup+0.100388 s]
/proc/loadavg: 3.76 3.91 3.65 3/185 3688
/proc/meminfo: memFree=21960112/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=12168 CPUtime=0.09 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 506 0 0 0 9 0 0 0 25 0 1 0 287877110 12460032 443 33554432000 4194304 4263880 140736748915680 18446744073709551615 4205660 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 3042 443 247 17 0 215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12168

[startup+0.300351 s]
/proc/loadavg: 3.76 3.91 3.65 3/185 3688
/proc/meminfo: memFree=21960112/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=12572 CPUtime=0.29 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 590 0 0 0 29 0 0 0 25 0 1 0 287877110 12873728 527 33554432000 4194304 4263880 140736748915680 18446744073709551615 4243060 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 3143 527 247 17 0 316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12572

[startup+0.700268 s]
/proc/loadavg: 3.76 3.91 3.65 3/185 3688
/proc/meminfo: memFree=21960112/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=12948 CPUtime=0.69 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 676 0 0 0 69 0 0 0 25 0 1 0 287877110 13258752 613 33554432000 4194304 4263880 140736748915680 18446744073709551615 4205668 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 3237 613 247 17 0 410 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12948

[startup+1.50111 s]
/proc/loadavg: 3.76 3.91 3.65 5/190 3743
/proc/meminfo: memFree=21955092/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=13320 CPUtime=1.49 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 781 0 0 0 149 0 0 0 25 0 1 0 287877110 13639680 718 33554432000 4194304 4263880 140736748915680 18446744073709551615 254500350173 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 3330 718 247 17 0 503 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13320

[startup+3.10079 s]
/proc/loadavg: 3.76 3.91 3.65 5/190 3743
/proc/meminfo: memFree=21950876/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=14064 CPUtime=3.09 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 959 0 0 0 309 0 0 0 25 0 1 0 287877110 14401536 896 33554432000 4194304 4263880 140736748915680 18446744073709551615 4207818 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 3516 896 247 17 0 689 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14064

[startup+6.30115 s]
/proc/loadavg: 3.78 3.91 3.65 5/190 3743
/proc/meminfo: memFree=21944748/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=15064 CPUtime=6.29 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 1200 0 0 0 629 0 0 0 25 0 1 0 287877110 15425536 1137 33554432000 4194304 4263880 140736748915680 18446744073709551615 4206269 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 3766 1137 248 17 0 939 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15064

[startup+12.7009 s]
/proc/loadavg: 3.80 3.91 3.65 5/190 3744
/proc/meminfo: memFree=21937088/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=16096 CPUtime=12.69 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 1470 0 0 0 1269 0 0 0 25 0 1 0 287877110 16482304 1407 33554432000 4194304 4263880 140736748915680 18446744073709551615 254500347786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 4024 1407 248 17 0 1197 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16096

[startup+25.5003 s]
/proc/loadavg: 3.77 3.90 3.65 5/190 3772
/proc/meminfo: memFree=21990756/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=17868 CPUtime=25.49 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 1923 0 0 0 2549 0 0 0 25 0 1 0 287877110 18296832 1860 33554432000 4194304 4263880 140736748915680 18446744073709551615 4215227 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 4467 1860 248 17 0 1640 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17868

[startup+51.1012 s]
/proc/loadavg: 3.85 3.90 3.66 5/190 3773
/proc/meminfo: memFree=21973852/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=19980 CPUtime=51.09 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 2493 0 0 0 5109 0 0 0 25 0 1 0 287877110 20459520 2360 33554432000 4194304 4263880 140736748915680 18446744073709551615 4205643 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 4995 2360 248 17 0 2168 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19980

[startup+102.307 s]
/proc/loadavg: 3.98 3.93 3.68 5/190 3774
/proc/meminfo: memFree=21952104/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=22496 CPUtime=102.3 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 3228 0 0 0 10230 0 0 0 25 0 1 0 287877110 23035904 2963 33554432000 4194304 4263880 140736748915680 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 5624 2963 248 17 0 2797 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 22496

[startup+162.301 s]
/proc/loadavg: 3.99 3.94 3.70 5/190 3776
/proc/meminfo: memFree=21936304/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=25040 CPUtime=162.29 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 3975 0 0 0 16229 0 0 0 25 0 1 0 287877110 25640960 3599 33554432000 4194304 4263880 140736748915680 18446744073709551615 4205824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 6260 3599 248 17 0 3433 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 25040

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.72 5/190 3777
/proc/meminfo: memFree=21925244/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=26728 CPUtime=222.31 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 4478 0 0 0 22230 1 0 0 25 0 1 0 287877110 27369472 4038 33554432000 4194304 4263880 140736748915680 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 6682 4038 248 17 0 3855 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 26728

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 3.73 5/190 3779
/proc/meminfo: memFree=21915908/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=28628 CPUtime=282.31 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 5019 0 0 0 28230 1 0 0 25 0 1 0 287877110 29315072 4443 33554432000 4194304 4263880 140736748915680 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 7157 4443 248 17 0 4330 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 28628

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 3.74 5/190 3780
/proc/meminfo: memFree=21907924/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=30004 CPUtime=342.31 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 5458 0 0 0 34230 1 0 0 25 0 1 0 287877110 30724096 4804 33554432000 4194304 4263880 140736748915680 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 7501 4804 248 17 0 4674 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 30004

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.76 5/190 3782
/proc/meminfo: memFree=21899340/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=30580 CPUtime=402.31 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 5593 0 0 0 40230 1 0 0 25 0 1 0 287877110 31313920 4939 33554432000 4194304 4263880 140736748915680 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 7645 4939 248 17 0 4818 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 30580

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.77 5/190 3784
/proc/meminfo: memFree=21893620/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=31848 CPUtime=462.31 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 5982 0 0 0 46230 1 0 0 25 0 1 0 287877110 32612352 5243 33554432000 4194304 4263880 140736748915680 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 7962 5243 248 17 0 5135 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 31848

[startup+522.3 s]
/proc/loadavg: 4.07 3.99 3.78 5/190 3785
/proc/meminfo: memFree=21885656/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=32536 CPUtime=522.31 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 6156 0 0 0 52230 1 0 0 25 0 1 0 287877110 33316864 5417 33554432000 4194304 4263880 140736748915680 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 8134 5417 248 17 0 5307 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 32536

[startup+582.3 s]
/proc/loadavg: 4.09 4.00 3.80 5/190 3787
/proc/meminfo: memFree=21878180/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=33912 CPUtime=582.31 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 6597 0 0 0 58230 1 0 0 25 0 1 0 287877110 34725888 5764 33554432000 4194304 4263880 140736748915680 18446744073709551615 4215104 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 8478 5764 248 17 0 5651 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 33912

[startup+642.3 s]
/proc/loadavg: 4.03 4.00 3.81 5/190 3788
/proc/meminfo: memFree=21874668/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=34916 CPUtime=642.32 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 6848 0 0 0 64231 1 0 0 25 0 1 0 287877110 35753984 6015 33554432000 4194304 4263880 140736748915680 18446744073709551615 4205851 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 8729 6015 248 17 0 5902 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 34916

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 3.82 5/190 3790
/proc/meminfo: memFree=21865836/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=35748 CPUtime=702.32 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 7072 0 0 0 70231 1 0 0 25 0 1 0 287877110 36605952 6239 33554432000 4194304 4263880 140736748915680 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 8937 6239 248 17 0 6110 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 35748

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 3792
/proc/meminfo: memFree=21860228/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=36512 CPUtime=762.33 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 7374 0 0 0 76232 1 0 0 25 0 1 0 287877110 37388288 6438 33554432000 4194304 4263880 140736748915680 18446744073709551615 4207812 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 9128 6438 248 17 0 6301 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 36512

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 3793
/proc/meminfo: memFree=21856980/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=37312 CPUtime=822.32 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 7562 0 0 0 82231 1 0 0 25 0 1 0 287877110 38207488 6626 33554432000 4194304 4263880 140736748915680 18446744073709551615 4211614 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 9328 6626 248 17 0 6501 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 37312

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

[startup+825.501 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 3793
/proc/meminfo: memFree=21856856/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=37312 CPUtime=825.52 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 7562 0 0 0 82551 1 0 0 25 0 1 0 287877110 38207488 6626 33554432000 4194304 4263880 140736748915680 18446744073709551615 4207691 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 9328 6626 248 17 0 6501 0
Current children cumulated CPU time (s) 825.52
Current children cumulated vsize (KiB) 37312

[startup+827.1 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 3793
/proc/meminfo: memFree=21856856/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=37312 CPUtime=827.13 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 7562 0 0 0 82712 1 0 0 25 0 1 0 287877110 38207488 6626 33554432000 4194304 4263880 140736748915680 18446744073709551615 4207753 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 9328 6626 248 17 0 6501 0
Current children cumulated CPU time (s) 827.13
Current children cumulated vsize (KiB) 37312

[startup+827.9 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 3793
/proc/meminfo: memFree=21856856/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=37312 CPUtime=827.92 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 7562 0 0 0 82791 1 0 0 25 0 1 0 287877110 38207488 6626 33554432000 4194304 4263880 140736748915680 18446744073709551615 4205833 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 9328 6626 248 17 0 6501 0
Current children cumulated CPU time (s) 827.92
Current children cumulated vsize (KiB) 37312

[startup+828.701 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 3793
/proc/meminfo: memFree=21856852/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=37312 CPUtime=828.73 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 7562 0 0 0 82872 1 0 0 25 0 1 0 287877110 38207488 6626 33554432000 4194304 4263880 140736748915680 18446744073709551615 4215123 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 9328 6626 248 17 0 6501 0
Current children cumulated CPU time (s) 828.73
Current children cumulated vsize (KiB) 37312

[startup+828.901 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 3793
/proc/meminfo: memFree=21856852/32950928 swapFree=67111528/67111528
[pid=3688] ppid=3686 vsize=37316 CPUtime=828.92 cores=0,2
/proc/3688/stat : 3688 (umsat) R 3686 3688 2263 0 -1 4202496 7569 0 0 0 82891 1 0 0 25 0 1 0 287877110 38211584 6633 33554432000 4194304 4263880 140736748915680 18446744073709551615 4206763 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3688/statm: 9329 6633 254 17 0 6502 0
Current children cumulated CPU time (s) 828.92
Current children cumulated vsize (KiB) 37316

Child status: 0
Real time (s): 828.948
CPU time (s): 828.985
CPU user time (s): 828.963
CPU system time (s): 0.021996
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 37316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 828.963
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7571
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= 10
involuntary context switches= 9994

runsolver used 1.42378 second user time and 3.09753 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-02 18:46:44
IDJOB=3171701
IDBENCH=82919
IDSOLVER=1582
FILE ID=node149/3171701-1301762804
RUNJOBID= node149-1301761502-3552
PBS_JOBID= 12841066
Free space on /tmp= 71720 MiB

SOLVER NAME= UmSat 2011-02-25
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S946474812-075.SATISFIABLE.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3171701-1301762804/watcher-3171701-1301762804 -o /tmp/evaluation-result-3171701-1301762804/solver-3171701-1301762804 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3171701-1301762804.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4f143e0181b25ed3751a7b54d50b3635
RANDOM SEED=1320426056

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21960268 kB
Buffers:        363296 kB
Cached:       10217464 kB
SwapCached:          0 kB
Active:        7545916 kB
Inactive:      3175392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21960268 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2344 kB
Writeback:           0 kB
AnonPages:      140488 kB
Mapped:          15272 kB
Slab:           206304 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   351292 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71716 MiB
End job on node149 at 2011-04-02 19:00:33