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 in four parts:
  1. 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 provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
  3. 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 1200 seconds. 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 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    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.
  4. 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.

General information on the benchmark

Namenormalized-opb/submitted/aloul/FPGA_SAT05/normalized-fpga20_18_sat_pb.cnf.cr.opb
MD5SUM9a6b2ea126808a63a93c96774aab88a9
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.148976
Number of variables540
Total number of constraints416
Number of constraints which are clauses378
Number of constraints which are cardinality constraints (but not clauses)38
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20

Trace number 29021

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc30 THE 2005-05-25 04:39:47 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=20450 boxname=wulflinc30 idbench=40 idsolver=14 numberseed=0
MD5SUM SOLVER: d29da23ec752be69e0579424c0f0767e  /oldhome/oroussel/solvers/sat4jPseudoBis.jar
MD5SUM BENCH:  9a6b2ea126808a63a93c96774aab88a9  /oldhome/oroussel/tmp/wulflinc30/normalized-fpga20_18_sat_pb.cnf.cr.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoBis.jar /oldhome/oroussel/tmp/wulflinc30/normalized-fpga20_18_sat_pb.cnf.cr.opb
IDLAUNCH: 20450
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        726580 kB
Buffers:         31900 kB
Cached:         252848 kB
SwapCached:        716 kB
Active:          70632 kB
Inactive:       216188 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        726328 kB
SwapTotal:     2097892 kB
SwapFree:      2096344 kB
Dirty:              64 kB
Writeback:           0 kB
Mapped:           5016 kB
Slab:            15616 kB
Committed_AS:    63596 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-25 04:39:54 (client local time) WITH STATUS 10 IN 10.4664 SECONDS
stats: 20450 0 10.4664 10
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version Special PB05 Second trial
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@1e4cbc4
c org.sat4j.minisat.constraints.PBMinDataStructure@1fdc96c
c org.sat4j.minisat.learning.MiniSATLearning@b2fd8f
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c 
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc30/normalized-fpga20_18_sat_pb.cnf.cr.opb
c reading problem ... done. Time 1.549 ms.
c #vars     540
c #constraints  416
c starts	: 1
c conflicts	: 68
c decisions	: 773
c propagations	: 3984
c inspects	: 5952
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 68
c root simplifications	: 1
s SATISFIABLE
v -v146 -v406 -v407 -v408 -v409 -v410 -v411 -v412 -v413 -v414 -v134 -v478 -v479 -v480 -v481 -v482 -v483 -v484 -v485 -v486 -v330 -v442 -v443 -v444 -v445 -v446 -v447 -v448 -v449 v450 v41 -v361 -v362 -v363 -v364 v365 -v366 -v367 -v368 -v369 v243 -v379 v380 -v381 -v382 -v383 -v384 -v385 -v386 -v387 -v148 -v424 -v425 -v426 -v427 -v428 -v429 -v430 v431 -v432 -v94 -v215 -v487 v488 -v489 -v490 -v491 -v492 -v493 -v494 -v495 -v298 -v514 -v515 -v516 -v517 -v518 -v519 -v520 v521 -v522 -v68 -v61 -v141 -v142 -v143 -v144 -v145 -v147 v149 -v150 -v151 -v152 -v153 -v154 -v155 -v156 -v157 -v158 -v159 -v160 -v244 -v388 -v389 -v390 v391 -v392 -v393 -v394 -v395 -v396 -v118 -v301 -v302 -v303 -v304 -v305 -v306 -v307 -v308 -v309 -v310 -v311 -v312 -v313 -v314 -v315 -v316 -v317 -v318 v319 -v320 -v356 -v496 -v497 -v498 -v499 -v500 -v501 -v502 -v503 v504 -v130 -v17 -v505 -v506 -v507 v508 -v509 -v510 -v511 -v512 -v513 -v268 -v176 -v126 -v337 -v123 -v185 v397 -v398 -v399 -v400 -v401 -v402 -v403 -v404 -v405 -v133 -v469 -v470 -v471 -v472 v473 -v474 -v475 -v476 -v477 -v246 -v122 -v370 -v371 -v372 -v373 -v374 -v375 v376 -v377 -v378 -v341 -v342 -v343 -v344 -v345 -v346 -v347 -v348 -v349 -v350 -v351 -v352 -v353 -v354 -v355 -v357 -v358 -v359 v360 -v239 -v523 -v524 -v525 -v526 -v527 -v528 v529 -v530 -v531 -v89 -v433 -v434 v435 -v436 -v437 -v438 -v439 -v440 -v441 -v174 -v266 -v325 -v36 -v21 -v321 -v322 -v323 v324 -v326 -v327 -v328 -v329 -v331 -v332 -v333 -v334 -v335 -v336 -v338 -v339 -v340 -v281 -v24 -v295 -v230 -v184 -v183 -v132 -v460 -v461 -v462 -v463 -v464 v465 -v466 -v467 -v468 -v252 -v214 -v99 -v169 -v56 -v261 -v262 -v263 -v264 -v265 v267 -v269 -v270 -v271 -v272 -v273 -v274 -v275 -v276 -v277 -v278 -v279 -v280 -v181 -v182 -v186 -v187 -v188 -v189 -v190 -v191 -v192 -v193 -v194 v195 -v196 -v197 -v198 -v199 -v200 -v206 -v73 -v242 -v23 -v50 -v2 -v251 -v451 -v452 v453 -v454 -v455 -v456 -v457 -v458 -v459 -v39 -v168 -v136 -v92 -v297 -v240 v532 -v533 -v534 -v535 -v536 -v537 -v538 -v539 -v540 -v226 -v231 -v48 -v63 v138 -v110 -v208 -v223 -v241 -v105 -v254 -v166 -v31 -v15 -v75 -v119 -v204 -v112 -v70 -v90 -v124 -v85 -v415 -v416 -v417 -v418 -v419 v420 -v421 -v422 -v423 -v125 -v52 -v229 -v175 -v6 -v203 -v71 -v257 v170 -v222 -v101 -v121 -v127 -v128 -v129 -v131 -v135 -v137 -v139 -v140 -v114 -v77 -v108 -v213 -v120 -v249 -v49 -v88 -v42 -v289 -v16 -v67 -v248 -v62 -v64 -v65 -v66 -v69 -v72 -v74 v76 -v78 -v79 -v80 -v37 -v102 -v236 -v178 -v54 -v96 -v256 v113 -v81 -v27 -v59 -v4 -v180 -v177 -v286 -v1 -v44 -v212 -v57 -v237 -v285 -v235 -v55 -v32 -v116 -v45 -v162 -v46 -v207 -v287 -v288 -v292 -v86 -v290 -v221 -v224 -v225 -v227 -v228 v232 -v233 -v234 -v238 -v245 -v247 -v250 -v253 -v255 -v258 -v259 -v260 -v294 -v299 -v282 -v283 -v284 v291 -v293 -v296 -v300 -v115 -v164 -v58 -v98 -v97 -v106 -v179 -v95 -v43 -v47 -v51 -v53 -v60 -v38 -v211 -v161 -v163 -v165 -v167 -v171 -v172 -v173 -v22 v25 -v26 -v28 -v29 -v30 -v33 -v34 -v35 -v40 -v18 -v218 -v100 -v117 -v84 -v3 -v216 v82 -v83 -v87 -v91 -v93 -v103 -v104 -v107 -v109 -v111 -v5 -v209 -v12 -v14 -v220 -v7 v217 v8 -v10 -v201 -v19 -v9 -v11 -v13 -v20 -v219 -v210 -v202 -v205 
c Total CPU time (ms) : 5.611
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Raw data (loadavg): 0.92 0.88 0.85 2/54 2090
Raw data (stat): 2090 (runsolver) R 2089 22056 22055 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 836063344 1052672 99 4294967295 134512640 135381576 3221224400 3221219620 135158418 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+6.68072 s]
Raw data (loadavg): 1.01 0.90 0.86 1/53 2101
Raw data (stat): 2090 (runsolver) R 2089 22056 22055 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 836063344 1052672 99 4294967295 134512640 135381576 3221224400 3221219620 135158418 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 0

Child status: 10
Real time (s): 6.68013
CPU time (s): 10.4664
CPU user time (s): 10.0875
CPU system time (s): 0.378942
CPU usage (%): 156.68
Max. virtual memory (Kb): 1028
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	0
#### END VERIFIER DATA ####