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-ooo.ex.mem.LdValue.ucl.opb
MD5SUMccbca61851d5d361647c00bb58b30d92
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15

Trace number 39678

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-06-07 16:08:41 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=27745 boxname=wulflinc6 idbench=303 idsolver=20 numberseed=0
MD5SUM SOLVER: f6aa7fb267fa9710116626be7e6d3048  /oldhome/oroussel/solvers/bsolo_lpr-v2
MD5SUM BENCH:  ccbca61851d5d361647c00bb58b30d92  /oldhome/oroussel/tmp/wulflinc6/normalized-ooo.ex.mem.LdValue.ucl.opb
REAL COMMAND:  bsolo_lpr-v2 /oldhome/oroussel/tmp/wulflinc6/normalized-ooo.ex.mem.LdValue.ucl.opb
IDLAUNCH: 27745
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.042
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	: 2
cpu MHz		: 451.042
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:        903916 kB
Buffers:         33876 kB
Cached:          74416 kB
SwapCached:        984 kB
Active:          31552 kB
Inactive:        78884 kB
HighTotal:      131008 kB
HighFree:        81312 kB
LowTotal:       903652 kB
LowFree:        822604 kB
SwapTotal:     2097136 kB
SwapFree:      2095192 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5040 kB
Slab:            14700 kB
Committed_AS:    63736 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-07 16:11:21 (client local time) WITH STATUS 0 IN 159.74 SECONDS
stats: 27745 7 159.74 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 77106 variables and 218779 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
Enforcing Stack size limit: 67108864 bytes
Current StackSize limit: 67108864 bytes
Raw data (loadavg): 0.91 0.95 0.91 2/54 16279
Raw data (stat): 16279 (runsolver) R 16278 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 894315017 884736 94 4294967295 134512640 135332820 3221224448 3221219628 135092226 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10.0002 s]
Raw data (loadavg): 0.93 0.95 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 24484 0 0 0 941 55 0 0 25 0 1 0 894315017 43114496 7191 4294967295 134512640 134716908 3221224576 3221222476 1076880040 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 10526 7191 1111 63 0 10463 0
vsize: 42104
[startup+20.0009 s]
Raw data (loadavg): 0.94 0.96 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 128564 0 0 0 1752 245 0 0 25 0 1 0 894315017 60264448 11398 4294967295 134512640 134716908 3221224576 3221222776 1077799185 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 14713 11398 1111 63 0 14650 0
vsize: 58852
[startup+30.0005 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 354129 0 0 0 2342 655 0 0 25 0 1 0 894315017 71200768 13994 4294967295 134512640 134716908 3221224576 3221223132 1077374048 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 17383 13994 1111 63 0 17320 0
vsize: 69532
[startup+40.0005 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 583261 0 0 0 2927 1070 0 0 25 0 1 0 894315017 80605184 16272 4294967295 134512640 134716908 3221224576 3221222880 134568037 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 19679 16280 1111 63 0 19616 0
vsize: 78716
[startup+50.0009 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 805549 0 0 0 3514 1484 0 0 25 0 1 0 894315017 88276992 18221 4294967295 134512640 134716908 3221224576 3221222776 1077799185 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 21552 18221 1111 63 0 21489 0
vsize: 86208
[startup+60.001 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 1023355 0 0 0 4103 1894 0 0 25 0 1 0 894315017 95461376 19989 4294967295 134512640 134716908 3221224576 3221222644 1077314242 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 23306 19989 1111 63 0 23243 0
vsize: 93224
[startup+70.0011 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 1237008 0 0 0 4704 2294 0 0 25 0 1 0 894315017 103129088 21837 4294967295 134512640 134716908 3221224576 3221222880 134568037 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 25178 21837 1111 63 0 25115 0
vsize: 100712
[startup+80.0018 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 1446312 0 0 0 5314 2684 0 0 25 0 1 0 894315017 108871680 23271 4294967295 134512640 134716908 3221224576 3221221020 1077298541 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 26580 23271 1111 63 0 26517 0
vsize: 106320
[startup+90.0014 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 1653675 0 0 0 5920 3078 0 0 25 0 1 0 894315017 114823168 24679 4294967295 134512640 134716908 3221224576 3221222880 134568037 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 28033 24679 1111 63 0 27970 0
vsize: 112132
[startup+100.001 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 1859857 0 0 0 6525 3473 0 0 25 0 1 0 894315017 120901632 26002 4294967295 134512640 134716908 3221224576 3221222880 134568032 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 29517 26002 1111 63 0 29454 0
vsize: 118068
[startup+110.001 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 2062248 0 0 0 7152 3846 0 0 25 0 1 0 894315017 126062592 27231 4294967295 134512640 134716908 3221224576 3221222880 134568032 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 30777 27231 1111 63 0 30714 0
vsize: 123108
[startup+120.001 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 2265807 0 0 0 7753 4245 0 0 25 0 1 0 894315017 130953216 28486 4294967295 134512640 134716908 3221224576 3221222880 134568037 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 31971 28492 1111 63 0 31908 0
vsize: 127884
[startup+130 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 2471933 0 0 0 8354 4645 0 0 25 0 1 0 894315017 135569408 29636 4294967295 134512640 134716908 3221224576 3221222880 134568037 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 33098 29641 1111 63 0 33035 0
vsize: 132392
[startup+140 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 2562855 0 0 0 9157 4842 0 0 25 0 1 0 894315017 334532608 80198 4294967295 134512640 134716908 3221224576 3221223104 134554846 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 81673 80198 1111 63 0 81610 0
vsize: 326692
[startup+150 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 2735979 0 0 0 9747 5252 0 0 25 0 1 0 894315017 545726464 131798 4294967295 134512640 134716908 3221224576 3221223328 134630811 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 133234 131798 1111 63 0 133171 0
vsize: 532936
[startup+159.748 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 16279
Raw data (stat): 16279 (bsolo_lpr-v2) R 16278 25568 25567 0 -1 0 2735979 0 0 0 9747 5252 0 0 25 0 1 0 894315017 545726464 131798 4294967295 134512640 134716908 3221224576 3221223328 134630811 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 133234 131798 1111 63 0 133171 0
vsize: 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 159.747
CPU time (s): 159.74
CPU user time (s): 103.585
CPU system time (s): 56.1545
CPU usage (%): 99.9953
Max. virtual memory (Kb): 532936
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####