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/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ih2arity.ucl.opb
MD5SUM10884ebaf21c192c8c7003372b35d2fc
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 131
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 513
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0522
Number of variables76091
Total number of constraints218262
Number of constraints which are clauses207610
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10652
Minimum length of a constraint2
Maximum length of a constraint15

Trace number 24552

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc31 THE 2005-05-11 02:39:16 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=2539 boxname=wulflinc31 idbench=283 idsolver=1 numberseed=0
MD5SUM SOLVER: e973bb179fd0e01ec8c7277096f1c3ef  /oldhome/oroussel/solvers/bsolo_lpr
MD5SUM BENCH:  10884ebaf21c192c8c7003372b35d2fc  /oldhome/oroussel/tmp/wulflinc31/normalized-cache-ibm-q-unbounded.Ih2arity.ucl.opb
REAL COMMAND:  bsolo_lpr /oldhome/oroussel/tmp/wulflinc31/normalized-cache-ibm-q-unbounded.Ih2arity.ucl.opb
IDLAUNCH: 2539
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
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.153
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:        918088 kB
Buffers:         14272 kB
Cached:          78480 kB
SwapCached:       1088 kB
Active:          60168 kB
Inactive:        34768 kB
HighTotal:      131008 kB
HighFree:        51044 kB
LowTotal:       903652 kB
LowFree:        867044 kB
SwapTotal:     2097892 kB
SwapFree:      2095540 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           4692 kB
Slab:            15880 kB
Committed_AS:    63652 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-11 02:42:31 (client local time) WITH STATUS 0 IN 194.395 SECONDS
stats: 2539 7 194.395 0
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 76091 variables and 218262 constraints.
#### 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.95 0.90 2/54 20764
Raw data (stat): 20764 (runsolver) R 20763 7876 7672 0 -1 64 5 0 0 0 0 0 0 0 19 0 1 0 714351565 1056768 100 4294967295 134512640 135381576 3221221664 3221216884 135158418 0 2147483391 1 90112 0 0 0 17 0 0 0
Raw data (statm): 258 100 215 215 0 43 0
vsize: 1032
[startup+10.0008 s]
Raw data (loadavg): 0.93 0.96 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 20379 0 0 0 947 48 0 0 25 0 1 0 714351565 44032000 7403 4294967295 134512640 134714508 3221221760 3221219804 1077386340 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 10750 7409 1111 63 0 10687 0
vsize: 43000
[startup+20.0016 s]
Raw data (loadavg): 0.94 0.96 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 115601 0 0 0 1773 223 0 0 25 0 1 0 714351565 62234624 11915 4294967295 134512640 134714508 3221221760 3221219420 1077246192 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 15194 11915 1111 63 0 15131 0
vsize: 60776
[startup+30.0012 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 342942 0 0 0 2384 612 0 0 25 0 1 0 714351565 73199616 14504 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 17871 14511 1111 63 0 17808 0
vsize: 71484
[startup+40.0025 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 567360 0 0 0 3003 993 0 0 25 0 1 0 714351565 82300928 16735 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 20093 16741 1111 63 0 20030 0
vsize: 80372
[startup+50.0035 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 785082 0 0 0 3616 1380 0 0 25 0 1 0 714351565 90316800 18697 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 22050 18703 1111 63 0 21987 0
vsize: 88200
[startup+60.003 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 1004034 0 0 0 4217 1779 0 0 25 0 1 0 714351565 97296384 20412 4294967295 134512640 134714508 3221221760 3221220056 1077360334 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 23807 20417 1111 63 0 23744 0
vsize: 95016
[startup+70.0034 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 1219902 0 0 0 4820 2176 0 0 25 0 1 0 714351565 104734720 22247 4294967295 134512640 134714508 3221221760 3221219960 1077799185 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 25570 22248 1111 63 0 25507 0
vsize: 102280
[startup+80.0043 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 1431623 0 0 0 5430 2566 0 0 25 0 1 0 714351565 111075328 23752 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 27118 23757 1111 63 0 27055 0
vsize: 108472
[startup+90.0048 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 1640417 0 0 0 6038 2958 0 0 25 0 1 0 714351565 116785152 25167 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 28512 25172 1111 63 0 28449 0
vsize: 114048
[startup+100.005 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 1844755 0 0 0 6647 3350 0 0 25 0 1 0 714351565 122724352 26485 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 29962 26490 1111 63 0 29899 0
vsize: 119848
[startup+110.006 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 2049809 0 0 0 7261 3736 0 0 25 0 1 0 714351565 127889408 27721 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 31223 27726 1111 63 0 31160 0
vsize: 124892
[startup+120.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 2254184 0 0 0 7869 4128 0 0 25 0 1 0 714351565 132636672 28882 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 32382 28887 1111 63 0 32319 0
vsize: 129528
[startup+130.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 2434371 0 0 0 8523 4475 0 0 25 0 1 0 714351565 139517952 30594 4294967295 134512640 134714508 3221221760 3221220036 1077414358 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 34062 30594 1111 63 0 33999 0
vsize: 136248
[startup+140.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 2551952 0 0 0 9250 4748 0 0 25 0 1 0 714351565 511418368 123423 4294967295 134512640 134714508 3221221760 3221220316 134543760 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 124858 123423 1111 63 0 124795 0
vsize: 499432
[startup+150.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 2730440 0 0 0 9807 5191 0 0 25 0 1 0 714351565 339349504 81411 4294967295 134512640 134714508 3221221760 3221220488 134672932 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 82849 81411 1111 63 0 82786 0
vsize: 331396
[startup+160.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 2838001 0 0 0 10548 5450 0 0 25 0 1 0 714351565 339349504 81422 4294967295 134512640 134714508 3221221760 3221220328 134535782 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 82849 81422 1111 63 0 82786 0
vsize: 331396
[startup+170.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 2878079 0 0 0 11453 5545 0 0 25 0 1 0 714351565 339484672 81450 4294967295 134512640 134714508 3221221760 3221220276 134528601 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 82882 81450 1111 63 0 82819 0
vsize: 331528
[startup+180.01 s]
Raw data (loadavg): 1.07 0.99 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 2971244 0 0 0 12239 5760 0 0 25 0 1 0 714351565 379248640 91140 4294967295 134512640 134714508 3221221760 3221220488 134672946 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 92590 91140 1111 63 0 92527 0
vsize: 370360
[startup+190.012 s]
Raw data (loadavg): 1.06 0.99 0.91 2/54 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 3032756 0 0 0 13097 5902 0 0 25 0 1 0 714351565 526839808 127002 4294967295 134512640 134714508 3221221760 3221220400 134606488 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 128623 127008 1111 63 0 128560 0
vsize: 514492
[startup+194.412 s]
Raw data (loadavg): 1.05 0.99 0.91 1/53 20764
Raw data (stat): 20764 (bsolo_lpr) R 20763 7876 7672 0 -1 0 3032756 0 0 0 13097 5902 0 0 25 0 1 0 714351565 526839808 127002 4294967295 134512640 134714508 3221221760 3221220400 134606488 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 128623 127008 1111 63 0 128560 0
vsize: 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 194.411
CPU time (s): 194.395
CPU user time (s): 132.545
CPU system time (s): 61.8506
CPU usage (%): 99.9919
Max. virtual memory (Kb): 514492
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####