Trace number 1733288

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
gNovelty+-V.2-T-H 2009-03-22SAT 795.056 398.545

General information on the benchmark

NameCRAFTED/modcircuits/
mod5block_1var_7gates.cnf
MD5SUM7bf73d9c0408bae76b2e1355fb2178d8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.304953
Satisfiable
(Un)Satisfiability was proved
Number of variables353
Number of clauses46967
Sum of the clauses size271042
Maximum clause length23
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21176
Number of clauses of size 31
Number of clauses of size 41349
Number of clauses of size 53139
Number of clauses of size over 541238

Solver Data

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

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-1733288-1240786511/watcher-1733288-1240786511 -o /tmp/evaluation-result-1733288-1240786511/solver-1733288-1240786511 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1733288-1240786511.cnf 1708171859 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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.00 1.00 1.00 3/64 3922
/proc/meminfo: memFree=1435120/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=60952 CPUtime=0
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 106679561 62414848 142 1992294400 134512640 135730148 4294956192 18446744073709551615 134550858 0 0 4096 0 0 0 0 17 1 0 0
/proc/3922/statm: 15238 142 101 297 0 14938 0

[startup+0.0932649 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3922
/proc/meminfo: memFree=1435120/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=61736 CPUtime=0.08
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 469 0 0 0 8 0 0 0 18 0 1 0 106679561 63217664 454 1992294400 134512640 135730148 4294956192 18446744073709551615 134549833 0 0 4096 0 0 0 0 17 1 0 0
/proc/3922/statm: 15434 454 101 297 0 15134 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61736

[startup+0.101265 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3922
/proc/meminfo: memFree=1435120/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=61736 CPUtime=0.09
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 496 0 0 0 9 0 0 0 18 0 1 0 106679561 63217664 481 1992294400 134512640 135730148 4294956192 18446744073709551615 134616494 0 0 4096 0 0 0 0 17 1 0 0
/proc/3922/statm: 15434 482 101 297 0 15134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61736

[startup+0.301307 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3922
/proc/meminfo: memFree=1435120/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=0.47
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 46 1 0 0 16 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 75752

[startup+0.701384 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3922
/proc/meminfo: memFree=1435120/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=1.28
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 125 3 0 0 16 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 75752

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 3924
/proc/meminfo: memFree=1430304/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=2.87
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 281 6 0 0 16 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=1.37
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 135 2 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518756 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 75752

[startup+3.10184 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 3924
/proc/meminfo: memFree=1430176/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=6.07
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 592 15 0 0 16 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=2.97
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 291 6 0 0 18 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134530362 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 75752

[startup+6.30145 s]
/proc/loadavg: 1.08 1.02 1.01 3/66 3924
/proc/meminfo: memFree=1430056/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=12.44
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 1211 33 0 0 16 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=6.15
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 600 15 0 0 16 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134517914 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 75752

[startup+12.7027 s]
/proc/loadavg: 1.15 1.03 1.01 3/66 3924
/proc/meminfo: memFree=1430056/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=25.22
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 2468 54 0 0 16 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518430 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=12.52
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 1226 26 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518351 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 75752

[startup+25.5011 s]
/proc/loadavg: 1.34 1.08 1.02 3/66 3924
/proc/meminfo: memFree=1430184/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=50.75
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 4983 92 0 0 16 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=25.27
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 2482 45 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 75752

[startup+51.102 s]
/proc/loadavg: 1.56 1.15 1.05 3/66 3924
/proc/meminfo: memFree=1430184/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=101.82
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 10014 168 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134517926 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=50.8
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 5001 79 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 75752

[startup+102.306 s]
/proc/loadavg: 1.81 1.28 1.10 3/66 3924
/proc/meminfo: memFree=1430184/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=203.99
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 20075 324 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=101.94
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 10036 158 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518683 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 75752

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/66 3924
/proc/meminfo: memFree=1430120/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=323.7
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 31863 507 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=161.69
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 15921 248 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518447 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.7
Current children cumulated vsize (KiB) 75752

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.20 3/66 3924
/proc/meminfo: memFree=1430120/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=443.41
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 43653 688 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134517619 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=221.6
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 21823 337 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.41
Current children cumulated vsize (KiB) 75752

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.25 3/66 3924
/proc/meminfo: memFree=1430248/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=563.13
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 55440 873 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518407 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=281.54
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 27723 431 0 0 16 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.13
Current children cumulated vsize (KiB) 75752

[startup+342.303 s]
/proc/loadavg: 1.99 1.67 1.29 3/66 3924
/proc/meminfo: memFree=1430184/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=682.86
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 67228 1058 0 0 16 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518437 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=341.42
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 33615 527 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.86
Current children cumulated vsize (KiB) 75752

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

[startup+358.303 s]
/proc/loadavg: 2.07 1.70 1.31 4/71 3930
/proc/meminfo: memFree=1429160/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=714.76
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 70372 1104 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518427 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=357.39
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 35187 552 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518187 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 714.76
Current children cumulated vsize (KiB) 75752

[startup+383.906 s]
/proc/loadavg: 2.10 1.74 1.33 3/66 3930
/proc/meminfo: memFree=1430048/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=765.84
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 75400 1184 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=382.9
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 37697 593 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518396 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 765.84
Current children cumulated vsize (KiB) 75752

[startup+390.302 s]
/proc/loadavg: 2.09 1.75 1.34 3/66 3930
/proc/meminfo: memFree=1430048/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=778.61
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 76658 1203 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=389.27
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 38324 603 0 0 16 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518329 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 778.61
Current children cumulated vsize (KiB) 75752

[startup+393.502 s]
/proc/loadavg: 2.09 1.75 1.34 3/66 3930
/proc/meminfo: memFree=1430048/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=784.99
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 77289 1210 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518314 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=392.47
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 38640 607 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 784.99
Current children cumulated vsize (KiB) 75752

[startup+396.701 s]
/proc/loadavg: 2.08 1.75 1.34 3/66 3930
/proc/meminfo: memFree=1430048/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=791.37
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 77916 1221 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518021 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=395.66
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 38954 612 0 0 16 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 791.37
Current children cumulated vsize (KiB) 75752

[startup+397.502 s]
/proc/loadavg: 2.08 1.75 1.34 3/66 3930
/proc/meminfo: memFree=1430048/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=792.96
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 78072 1224 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134518454 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=396.46
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 39032 614 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 792.96
Current children cumulated vsize (KiB) 75752

[startup+398.302 s]
/proc/loadavg: 2.07 1.76 1.34 3/66 3930
/proc/meminfo: memFree=1430048/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=794.56
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 78229 1227 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134526836 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=397.26
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 39112 614 0 0 17 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 794.56
Current children cumulated vsize (KiB) 75752

[startup+398.502 s]
/proc/loadavg: 2.07 1.76 1.34 3/66 3930
/proc/meminfo: memFree=1430048/2055920 swapFree=4192812/4192956
[pid=3922] ppid=3920 vsize=75752 CPUtime=794.96
/proc/3922/stat : 3922 (gnovelty+) R 3920 3922 3573 0 -1 4194304 1341 0 0 0 78269 1227 0 0 17 0 2 0 106679561 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134517586 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3922/statm: 18938 1277 106 297 0 18638 0
[pid=3922/tid=3924] ppid=3920 vsize=75752 CPUtime=397.46
/proc/3922/task/3924/stat : 3924 (gnovelty+) R 3920 3922 3573 0 -1 4194368 229 0 0 0 39131 615 0 0 16 0 2 0 106679573 77570048 1277 1992294400 134512640 135730148 4294956192 18446744073709551615 134613633 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 794.96
Current children cumulated vsize (KiB) 75752

Child status: 10
Real time (s): 398.545
CPU time (s): 795.056
CPU user time (s): 782.774
CPU system time (s): 12.2821
CPU usage (%): 199.49
Max. virtual memory (cumulated for all children) (KiB): 75752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 782.774
system time used= 12.2821
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1353
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= 9982
involuntary context switches= 5915

runsolver used 0.39094 second user time and 1.06884 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-27 00:55:11
IDJOB=1733288
IDBENCH=71137
IDSOLVER=551
FILE ID=node38/1733288-1240786511
PBS_JOBID= 9187282
Free space on /tmp= 66356 MiB

SOLVER NAME= gNovelty+-V.2-T-H 2009-03-22
BENCH NAME= SAT09/CRAFTED/modcircuits/mod5block_1var_7gates.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733288-1240786511/watcher-1733288-1240786511 -o /tmp/evaluation-result-1733288-1240786511/solver-1733288-1240786511 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1733288-1240786511.cnf 1708171859 2

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 7bf73d9c0408bae76b2e1355fb2178d8
RANDOM SEED=1708171859

node38.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:       1435600 kB
Buffers:         68396 kB
Cached:         468804 kB
SwapCached:          0 kB
Active:         220192 kB
Inactive:       330876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2712 kB
Writeback:           0 kB
Mapped:          23688 kB
Slab:            55240 kB
Committed_AS:   534904 kB
PageTables:       1456 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= 66356 MiB
End job on node38 at 2009-04-27 01:01:50