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.rf10.ucl.opb
MD5SUMa6997171dcc57638d93d44e87488aa8f
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableNO
(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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.086
Number of variables18069
Total number of constraints52475
Number of constraints which are clauses51555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints920
Minimum length of a constraint1
Maximum length of a constraint11

Trace number 7861

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc13 THE 2005-04-17 16:58:42 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=2742 boxname=wulflinc13 idbench=305 idsolver=6 numberseed=0
MD5SUM SOLVER: 2225cba0d9b2c30e235f6cafc823d7ac  /oldhome/oroussel/solvers/PBS4
MD5SUM BENCH:  a6997171dcc57638d93d44e87488aa8f  /oldhome/oroussel/tmp/wulflinc13/normalized-ooo.rf10.ucl.opb
REAL COMMAND:  PBS4 /oldhome/oroussel/tmp/wulflinc13/normalized-ooo.rf10.ucl.opb
IDLAUNCH: 2742
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
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.242
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:        857908 kB
Buffers:         36592 kB
Cached:         118600 kB
SwapCached:        392 kB
Active:          67100 kB
Inactive:        91372 kB
HighTotal:      131008 kB
HighFree:         8456 kB
LowTotal:       903652 kB
LowFree:        849452 kB
SwapTotal:     2097136 kB
SwapFree:      2096744 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6936 kB
Slab:            12732 kB
Committed_AS:    63484 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-17 17:01:18 (client local time) WITH STATUS 20 IN 155.771 SECONDS
stats: 2742 7 155.771 20
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c PBS v4 by Bashar Al-Rawi & Fadi Aloul
c Solving /oldhome/oroussel/tmp/wulflinc13/normalized-ooo.rf10.ucl.opb ......
s UNSATISFIABLE
c Done, CPU Time=153.667
#### 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.97 0.91 2/54 23814
Raw data (stat): 23814 (runsolver) R 23813 30701 30700 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 453920712 1052672 99 4294967295 134512640 135381576 3221224528 3221219776 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+9.99921 s]
Raw data (loadavg): 0.93 0.97 0.91 2/54 23814
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 2955 0 0 0 990 8 0 0 25 0 1 0 453920712 12070912 2576 4294967295 134512640 135450300 3221224640 3221223376 134538601 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 2947 2576 231 231 0 2716 0
vsize: 11788
[startup+20.0004 s]
Raw data (loadavg): 0.94 0.97 0.91 2/54 23814
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 3377 0 0 0 1988 11 0 0 25 0 1 0 453920712 14528512 2998 4294967295 134512640 135450300 3221224640 3221223580 134530260 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 3547 2998 231 231 0 3316 0
vsize: 14188
[startup+30.0008 s]
Raw data (loadavg): 0.95 0.97 0.91 2/54 23814
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 3893 0 0 0 2986 13 0 0 25 0 1 0 453920712 18722816 3514 4294967295 134512640 135450300 3221224640 3221223484 134538066 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 4571 3514 231 231 0 4340 0
vsize: 18284
[startup+40.0011 s]
Raw data (loadavg): 0.96 0.97 0.91 2/54 23814
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 4284 0 0 0 3984 15 0 0 25 0 1 0 453920712 19206144 3905 4294967295 134512640 135450300 3221224640 3221223376 134538979 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 4689 3905 231 231 0 4458 0
vsize: 18756
[startup+50.0012 s]
Raw data (loadavg): 0.96 0.97 0.91 2/54 23814
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 4457 0 0 0 4983 17 0 0 25 0 1 0 453920712 19771392 4042 4294967295 134512640 135450300 3221224640 3221222992 134533081 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 4827 4042 231 231 0 4596 0
vsize: 19308
[startup+60.0007 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 23814
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 4591 0 0 0 5982 18 0 0 25 0 1 0 453920712 19771392 4068 4294967295 134512640 135450300 3221224640 3221222740 134615653 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 4827 4068 231 231 0 4596 0
vsize: 19308
[startup+70.0011 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 23814
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 4669 0 0 0 6981 19 0 0 25 0 1 0 453920712 19914752 4110 4294967295 134512640 135450300 3221224640 3221223376 134538472 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 4862 4110 231 231 0 4631 0
vsize: 19448
[startup+80.0011 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 23814
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 4984 0 0 0 7979 21 0 0 25 0 1 0 453920712 20054016 4425 4294967295 134512640 135450300 3221224640 3221223376 134538543 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 4896 4425 231 231 0 4665 0
vsize: 19584
[startup+90.003 s]
Raw data (loadavg): 1.06 0.99 0.91 2/56 23861
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 5170 0 0 0 8978 22 0 0 25 0 1 0 453920712 20054016 4539 4294967295 134512640 135450300 3221224640 3221223360 134535531 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 4896 4539 231 231 0 4665 0
vsize: 19584
[startup+100.054 s]
Raw data (loadavg): 1.12 1.00 0.92 2/54 23867
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 5757 0 0 0 9981 24 0 0 25 0 1 0 453920712 30150656 4705 4294967295 134512640 135450300 3221224640 3221223516 135126769 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 7361 4705 231 231 0 7130 0
vsize: 29444
[startup+110.054 s]
Raw data (loadavg): 1.10 1.00 0.92 2/54 23867
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 6331 0 0 0 10978 27 0 0 25 0 1 0 453920712 30318592 5243 4294967295 134512640 135450300 3221224640 3221223376 134538485 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 7402 5243 231 231 0 7171 0
vsize: 29608
[startup+120.054 s]
Raw data (loadavg): 1.09 1.00 0.92 2/54 23867
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 6942 0 0 0 11977 29 0 0 25 0 1 0 453920712 30318592 5854 4294967295 134512640 135450300 3221224640 3221223456 134546485 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 7402 5854 231 231 0 7171 0
vsize: 29608
[startup+130.054 s]
Raw data (loadavg): 1.07 1.00 0.92 2/54 23867
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 7494 0 0 0 12974 32 0 0 25 0 1 0 453920712 30449664 6370 4294967295 134512640 135450300 3221224640 3221223516 135126769 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 7434 6370 231 231 0 7203 0
vsize: 29736
[startup+140.055 s]
Raw data (loadavg): 1.06 1.00 0.92 2/54 23867
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 7653 0 0 0 13974 32 0 0 25 0 1 0 453920712 30449664 6457 4294967295 134512640 135450300 3221224640 3221223360 134535526 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 7434 6457 231 231 0 7203 0
vsize: 29736
[startup+150.055 s]
Raw data (loadavg): 1.05 1.00 0.92 2/54 23867
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 7675 0 0 0 14974 32 0 0 25 0 1 0 453920712 30449664 6479 4294967295 134512640 135450300 3221224640 3221223376 134538438 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 7434 6479 231 231 0 7203 0
vsize: 29736
[startup+155.752 s]
Raw data (loadavg): 1.05 1.00 0.92 1/53 23867
Raw data (stat): 23814 (PBS4) R 23813 30701 30700 0 -1 0 7675 0 0 0 14974 32 0 0 25 0 1 0 453920712 30449664 6479 4294967295 134512640 135450300 3221224640 3221223376 134538438 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 7434 6479 231 231 0 7203 0
vsize: 0

Child status: 20
Real time (s): 155.752
CPU time (s): 155.771
CPU user time (s): 155.425
CPU system time (s): 0.345947
CPU usage (%): 100.013
Max. virtual memory (Kb): 29736
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####