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_20_sat_pb.cnf.cr.opb
MD5SUM4313884ec3fa396c713faf5f812fe6b8
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.136978
Number of variables600
Total number of constraints460
Number of constraints which are clauses420
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20

Trace number 29022

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc4 THE 2005-05-25 04:39:55 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=20452 boxname=wulflinc4 idbench=42 idsolver=14 numberseed=0
MD5SUM SOLVER: d29da23ec752be69e0579424c0f0767e  /oldhome/oroussel/solvers/sat4jPseudoBis.jar
MD5SUM BENCH:  4313884ec3fa396c713faf5f812fe6b8  /oldhome/oroussel/tmp/wulflinc4/normalized-fpga20_20_sat_pb.cnf.cr.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoBis.jar /oldhome/oroussel/tmp/wulflinc4/normalized-fpga20_20_sat_pb.cnf.cr.opb
IDLAUNCH: 20452
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.169
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.169
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	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        726296 kB
Buffers:         33984 kB
Cached:         253940 kB
SwapCached:        600 kB
Active:          49252 kB
Inactive:       241152 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        726044 kB
SwapTotal:     2097136 kB
SwapFree:      2096004 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5784 kB
Slab:            12252 kB
Committed_AS:    71796 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-25 04:40:24 (client local time) WITH STATUS 10 IN 34.5407 SECONDS
stats: 20452 0 34.5407 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/wulflinc4/normalized-fpga20_20_sat_pb.cnf.cr.opb
c reading problem ... done. Time 1.894 ms.
c #vars     600
c #constraints  460
c starts	: 2
c conflicts	: 220
c decisions	: 1806
c propagations	: 10642
c inspects	: 24361
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 220
c root simplifications	: 2
s SATISFIABLE
v -v182 -v411 -v412 -v413 -v414 -v415 -v416 -v417 -v418 v419 -v420 -v16 -v551 -v552 -v553 -v554 -v555 -v556 -v557 -v558 -v559 v560 -v362 -v218 -v571 -v572 -v573 -v574 -v575 -v576 -v577 -v578 v579 -v580 -v318 -v255 -v541 -v542 -v543 v544 -v545 -v546 -v547 -v548 -v549 -v550 -v105 -v441 -v442 -v443 -v444 -v445 v446 -v447 -v448 -v449 -v450 -v47 -v461 -v462 -v463 -v464 -v465 -v466 v467 -v468 -v469 -v470 -v327 -v352 -v511 -v512 v513 -v514 -v515 -v516 -v517 -v518 -v519 -v520 -v152 -v288 -v471 -v472 -v473 -v474 -v475 -v476 -v477 -v478 -v479 v480 -v137 -v561 v562 -v563 -v564 -v565 -v566 -v567 -v568 -v569 -v570 -v148 -v164 -v431 -v432 -v433 -v434 v435 -v436 -v437 -v438 -v439 -v440 -v11 -v501 -v502 -v503 -v504 -v505 -v506 -v507 v508 -v509 -v510 -v268 -v348 -v12 -v76 -v41 v401 -v402 -v403 -v404 -v405 -v406 -v407 -v408 -v409 -v410 -v314 -v531 -v532 -v533 -v534 -v535 v536 -v537 -v538 -v539 -v540 -v135 -v94 -v119 -v581 -v582 -v583 -v584 v585 -v586 -v587 -v588 -v589 -v590 -v25 -v162 -v293 -v521 -v522 -v523 -v524 -v525 -v526 v527 -v528 -v529 -v530 -v283 -v421 v422 -v423 -v424 -v425 -v426 -v427 -v428 -v429 -v430 -v243 -v331 -v130 -v491 -v492 -v493 v494 -v495 -v496 -v497 -v498 -v499 -v500 -v29 -v481 -v482 v483 -v484 -v485 -v486 -v487 -v488 -v489 -v490 -v4 -v251 -v375 -v317 -v287 -v139 -v217 -v174 -v301 -v302 -v303 -v304 v305 -v306 -v307 -v308 -v309 -v310 -v311 -v312 -v313 -v315 -v316 -v319 -v320 -v160 v591 -v592 -v593 -v594 -v595 -v596 -v597 -v598 -v599 -v600 -v212 -v379 -v95 -v39 -v237 -v382 -v80 -v232 -v266 -v451 -v452 -v453 -v454 -v455 -v456 -v457 v458 -v459 -v460 -v33 -v398 -v207 -v32 -v181 -v124 -v258 -v108 -v264 -v19 -v40 -v57 -v214 -v131 -v203 -v349 -v173 -v355 -v125 v202 -v396 -v353 -v18 -v242 -v357 -v127 -v58 -v244 -v219 -v216 -v253 -v335 -v298 -v50 -v323 -v254 -v90 v246 -v102 -v374 -v165 -v278 -v286 -v336 v75 -v223 -v81 -v82 -v83 -v84 -v85 -v86 -v87 -v88 -v89 -v91 -v92 -v93 -v96 v97 -v98 -v99 -v100 -v183 -v184 -v185 -v186 -v187 -v188 -v189 -v190 -v191 -v192 -v193 -v194 -v195 -v196 -v197 -v198 v199 -v200 v13 -v6 -v399 -v364 -v45 -v329 -v22 -v69 -v208 -v230 v334 -v381 -v333 -v209 -v354 -v23 -v383 -v384 -v385 -v386 -v387 v388 -v389 -v390 -v391 -v392 -v393 -v394 -v395 -v397 -v400 -v272 -v116 -v267 -v259 -v126 -v2 -v300 -v63 -v60 -v321 -v322 -v324 -v325 -v326 -v328 -v330 -v332 -v337 -v338 -v339 -v340 -v133 -v34 -v367 -v149 -v228 -v363 v360 -v250 -v377 -v344 -v115 -v281 -v77 -v28 -v1 -v121 -v122 -v123 -v128 -v129 -v132 -v134 -v136 v138 -v140 -v154 -v285 -v53 -v143 -v371 -v366 -v79 v150 -v346 -v146 -v3 -v5 -v7 -v8 -v9 -v10 -v14 -v15 -v17 -v20 -v51 -v158 -v107 -v21 -v24 -v26 -v27 -v30 v31 -v35 -v36 -v37 -v38 -v106 v361 v167 -v262 -v350 -v101 -v59 -v234 -v227 -v221 -v42 -v43 -v44 -v46 -v48 v49 -v52 -v54 -v55 -v56 -v249 -v369 -v241 -v245 -v247 -v248 -v252 -v256 -v257 -v260 -v180 -v378 -v222 -v224 -v225 -v226 -v229 -v231 -v233 -v235 v236 -v238 -v239 -v240 -v66 -v157 -v153 -v210 -v169 -v175 -v341 -v380 -v289 v284 -v147 v263 -v372 -v161 -v163 -v166 -v168 -v170 -v171 -v172 -v176 -v177 -v178 -v179 -v61 -v62 -v64 -v65 -v67 -v68 -v70 -v71 -v72 -v73 -v74 -v78 -v141 -v280 -v265 -v104 -v345 v112 -v273 -v201 -v118 -v299 -v205 -v110 -v142 -v144 -v145 -v151 -v155 -v156 -v159 -v103 -v109 -v111 -v113 -v114 -v117 -v120 -v274 -v213 -v291 -v295 -v351 -v342 -v373 -v206 -v276 -v282 -v290 -v292 -v294 -v296 -v297 -v347 -v270 -v261 -v343 -v356 -v358 -v359 -v370 -v204 -v211 -v215 -v220 -v365 -v368 -v376 -v277 -v275 -v271 -v279 -v269 
c Total CPU time (ms) : 27.469
#### 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.86 0.91 0.89 2/54 29182
Raw data (stat): 29182 (runsolver) R 29181 21152 21151 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 777839386 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+10.0016 s]
Raw data (loadavg): 0.88 0.91 0.89 2/64 29192
Raw data (stat): 29182 (java) R 29181 21152 21151 0 -1 0 18094 0 1 0 756 39 0 0 25 0 11 0 777839386 858583040 20086 4294967295 134512640 134569956 3221224368 3221214456 1131281214 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 209615 20086 13086 16 0 209599 0
vsize: 838460
[startup+20.0019 s]
Raw data (loadavg): 0.90 0.91 0.89 2/64 29192
Raw data (stat): 29182 (java) R 29181 21152 21151 0 -1 0 18095 0 2 0 1712 39 0 0 25 0 11 0 777839386 858058752 20755 4294967295 134512640 134569956 3221224368 3221214544 1131295110 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209487 20755 13086 16 0 209471 0
vsize: 837948
[startup+28.5162 s]
Raw data (loadavg): 0.91 0.92 0.89 1/53 29193
Raw data (stat): 29182 (java) R 29181 21152 21151 0 -1 0 18095 0 2 0 1712 39 0 0 25 0 11 0 777839386 858058752 20755 4294967295 134512640 134569956 3221224368 3221214544 1131295110 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209487 20755 13086 16 0 209471 0
vsize: 0

Child status: 10
Real time (s): 28.5159
CPU time (s): 34.5407
CPU user time (s): 33.9878
CPU system time (s): 0.552915
CPU usage (%): 121.128
Max. virtual memory (Kb): 838460
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	0
#### END VERIFIER DATA ####