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.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM46f4eb904b1c96b45521a6459aa5d49d
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15

Trace number 24534

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc31 THE 2005-05-10 20:55:51 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=2505 boxname=wulflinc31 idbench=279 idsolver=3 numberseed=0
MD5SUM SOLVER: 03a6a792daea978e4202f78851741568  /oldhome/oroussel/solvers/bsolo_mis
MD5SUM BENCH:  46f4eb904b1c96b45521a6459aa5d49d  /oldhome/oroussel/tmp/wulflinc31/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
REAL COMMAND:  bsolo_mis /oldhome/oroussel/tmp/wulflinc31/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
IDLAUNCH: 2505
/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:        917964 kB
Buffers:         30768 kB
Cached:          60044 kB
SwapCached:       2484 kB
Active:          44612 kB
Inactive:        49796 kB
HighTotal:      131008 kB
HighFree:        73724 kB
LowTotal:       903652 kB
LowFree:        844240 kB
SwapTotal:     2097892 kB
SwapFree:      2094372 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           4812 kB
Slab:            16532 kB
Committed_AS:    63652 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-10 21:00:57 (client local time) WITH STATUS 0 IN 304.496 SECONDS
stats: 2505 7 304.496 0
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 109757 variables and 313451 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 19045
Raw data (stat): 19045 (runsolver) R 19044 7876 7672 0 -1 64 5 0 0 0 0 0 0 0 19 0 1 0 712290855 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.0012 s]
Raw data (loadavg): 0.93 0.95 0.90 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 31622 0 0 0 929 67 0 0 25 0 1 0 712290855 41365504 6733 4294967295 134512640 134714540 3221221760 3221219764 1077358969 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 10099 6733 1111 63 0 10036 0
vsize: 40396
[startup+20.0022 s]
Raw data (loadavg): 0.94 0.95 0.90 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 155056 0 0 0 1702 293 0 0 25 0 1 0 712290855 57851904 10748 4294967295 134512640 134714540 3221221760 3221220312 134672263 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 14124 10748 1111 63 0 14061 0
vsize: 56496
[startup+30.0022 s]
Raw data (loadavg): 0.95 0.96 0.90 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 381721 0 0 0 2307 689 0 0 25 0 1 0 712290855 68517888 13272 4294967295 134512640 134714540 3221221760 3221219960 1077799185 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 16728 13272 1111 63 0 16665 0
vsize: 66912
[startup+40.003 s]
Raw data (loadavg): 0.96 0.96 0.90 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 607107 0 0 0 2897 1098 0 0 25 0 1 0 712290855 77643776 15486 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 18956 15486 1111 63 0 18893 0
vsize: 75824
[startup+50.004 s]
Raw data (loadavg): 0.96 0.96 0.90 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 828469 0 0 0 3499 1497 0 0 25 0 1 0 712290855 85524480 17415 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 20880 17415 1111 63 0 20817 0
vsize: 83520
[startup+60.0049 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 1043874 0 0 0 4103 1893 0 0 25 0 1 0 712290855 92229632 19120 4294967295 134512640 134714540 3221221760 3221220248 1077377534 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 22517 19120 1111 63 0 22454 0
vsize: 90068
[startup+70.0058 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 1255897 0 0 0 4709 2287 0 0 25 0 1 0 712290855 99827712 20935 4294967295 134512640 134714540 3221221760 3221220064 134568032 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 24372 20935 1111 63 0 24309 0
vsize: 97488
[startup+80.0067 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 1464152 0 0 0 5320 2676 0 0 25 0 1 0 712290855 105664512 22380 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 25797 22380 1111 63 0 25734 0
vsize: 103188
[startup+90.0073 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 1670144 0 0 0 5933 3063 0 0 25 0 1 0 712290855 111230976 23756 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 27156 23756 1111 63 0 27093 0
vsize: 108624
[startup+100.008 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 1873696 0 0 0 6540 3456 0 0 25 0 1 0 712290855 116256768 25017 4294967295 134512640 134714540 3221221760 3221220528 1076880035 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 28383 25017 1111 63 0 28320 0
vsize: 113532
[startup+110.009 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 2076949 0 0 0 7139 3858 0 0 25 0 1 0 712290855 122044416 26246 4294967295 134512640 134714540 3221221760 3221220052 134566529 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 29796 26246 1111 63 0 29733 0
vsize: 119184
[startup+120.009 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 2278250 0 0 0 7749 4248 0 0 25 0 1 0 712290855 127086592 27437 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 31027 27437 1111 63 0 30964 0
vsize: 124108
[startup+130.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 2478967 0 0 0 8363 4634 0 0 25 0 1 0 712290855 131698688 28550 4294967295 134512640 134714540 3221221760 3221219804 1077387418 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 32153 28550 1111 63 0 32090 0
vsize: 128612
[startup+140.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 2675565 0 0 0 8974 5023 0 0 25 0 1 0 712290855 136048640 29625 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 33215 29625 1111 63 0 33152 0
vsize: 132860
[startup+150.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 2870868 0 0 0 9595 5402 0 0 25 0 1 0 712290855 140259328 30720 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 34243 30720 1111 63 0 34180 0
vsize: 136972
[startup+160.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 3066631 0 0 0 10211 5786 0 0 25 0 1 0 712290855 144338944 31682 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 35239 31682 1111 63 0 35176 0
vsize: 140956
[startup+170.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 3261656 0 0 0 10822 6175 0 0 25 0 1 0 712290855 148410368 32683 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 36233 32683 1111 63 0 36170 0
vsize: 144932
[startup+180.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 3455709 0 0 0 11439 6558 0 0 25 0 1 0 712290855 152211456 33642 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 37161 33642 1111 63 0 37098 0
vsize: 148644
[startup+190.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 3649409 0 0 0 12053 6945 0 0 25 0 1 0 712290855 156012544 34530 4294967295 134512640 134714540 3221221760 3221220064 134568040 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 38089 34530 1111 63 0 38026 0
vsize: 152356
[startup+200.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 3841821 0 0 0 12669 7328 0 0 25 0 1 0 712290855 159678464 35488 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 38984 35488 1111 63 0 38921 0
vsize: 155936
[startup+210.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 4034315 0 0 0 13285 7713 0 0 25 0 1 0 712290855 163209216 36329 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 39846 36329 1111 63 0 39783 0
vsize: 159384
[startup+220.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 4225166 0 0 0 13902 8095 0 0 25 0 1 0 712290855 166215680 37118 4294967295 134512640 134714540 3221221760 3221218236 1077196847 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 40580 37118 1111 63 0 40517 0
vsize: 162320
[startup+230.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 4415288 0 0 0 14526 8472 0 0 25 0 1 0 712290855 170000384 37971 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 41504 37971 1111 63 0 41441 0
vsize: 166016
[startup+240.016 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 4604010 0 0 0 15145 8853 0 0 25 0 1 0 712290855 173268992 38808 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 42302 38808 1111 63 0 42239 0
vsize: 169208
[startup+250.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 4793056 0 0 0 15778 9221 0 0 25 0 1 0 712290855 176529408 39544 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 43098 39544 1111 63 0 43035 0
vsize: 172392
[startup+260.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 4981051 0 0 0 16396 9602 0 0 25 0 1 0 712290855 179519488 40330 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 43828 40330 1111 63 0 43765 0
vsize: 175312
[startup+270.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 5168435 0 0 0 17019 9980 0 0 25 0 1 0 712290855 182644736 41126 4294967295 134512640 134714540 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 44591 41126 1111 63 0 44528 0
vsize: 178364
[startup+280.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 5355607 0 0 0 17642 10357 0 0 25 0 1 0 712290855 187314176 42207 4294967295 134512640 134714540 3221221760 3221220064 134568040 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 45731 42207 1111 63 0 45668 0
vsize: 182924
[startup+290.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 5514086 0 0 0 18319 10679 0 0 25 0 1 0 712290855 193781760 43884 4294967295 134512640 134714540 3221221760 3221220084 1077314242 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 47310 43884 1111 63 0 47247 0
vsize: 189240
[startup+300.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 5595650 0 0 0 19127 10872 0 0 25 0 1 0 712290855 521003008 125447 4294967295 134512640 134714540 3221221760 3221220400 134606468 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 127198 125447 1111 63 0 127135 0
vsize: 508792
[startup+304.52 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 19045
Raw data (stat): 19045 (bsolo_mis) R 19044 7876 7672 0 -1 0 5595650 0 0 0 19127 10872 0 0 25 0 1 0 712290855 521003008 125447 4294967295 134512640 134714540 3221221760 3221220400 134606468 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 127198 125447 1111 63 0 127135 0
vsize: 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 304.519
CPU time (s): 304.496
CPU user time (s): 192.925
CPU system time (s): 111.571
CPU usage (%): 99.9923
Max. virtual memory (Kb): 508792
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####