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-full.all.ucl.opb
MD5SUMb8424149645ffb0af409a9e7aef74685
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 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
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 variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13

Trace number 24493

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc31 THE 2005-05-10 18:39:18 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=2432 boxname=wulflinc31 idbench=271 idsolver=2 numberseed=0
MD5SUM SOLVER: 754786be69defe53c030aa54f111e0a7  /oldhome/oroussel/solvers/bsolo_lpr_cuts
MD5SUM BENCH:  b8424149645ffb0af409a9e7aef74685  /oldhome/oroussel/tmp/wulflinc31/normalized-cache-ibm-q-full.all.ucl.opb
REAL COMMAND:  bsolo_lpr_cuts /oldhome/oroussel/tmp/wulflinc31/normalized-cache-ibm-q-full.all.ucl.opb
IDLAUNCH: 2432
/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:        855692 kB
Buffers:         35732 kB
Cached:         116388 kB
SwapCached:        608 kB
Active:          14060 kB
Inactive:       140256 kB
HighTotal:      131008 kB
HighFree:        90888 kB
LowTotal:       903652 kB
LowFree:        764804 kB
SwapTotal:     2097892 kB
SwapFree:      2096448 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5212 kB
Slab:            19036 kB
Committed_AS:    63652 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-10 18:44:17 (client local time) WITH STATUS 0 IN 296.739 SECONDS
stats: 2432 7 296.739 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 81558 variables and 240469 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): 1.23 1.02 0.93 2/54 15154
Raw data (stat): 15154 (runsolver) R 15153 7876 7672 0 -1 64 5 0 0 0 0 0 0 0 19 0 1 0 711471542 1056768 100 4294967295 134512640 135381576 3221221664 3221216880 135158418 0 2147483391 1 90112 0 0 0 17 1 0 0
Raw data (statm): 258 100 215 215 0 43 0
vsize: 1032
[startup+10.0009 s]
Raw data (loadavg): 1.19 1.02 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 13129 0 6 0 912 38 0 0 25 0 1 0 711471542 46211072 7950 4294967295 134512640 134714508 3221221760 3221220064 134568044 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 11282 7950 1111 63 0 11219 0
vsize: 45128
[startup+20.0016 s]
Raw data (loadavg): 1.16 1.01 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 87870 0 6 0 1778 172 0 0 25 0 1 0 711471542 65966080 12783 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 16105 12790 1111 63 0 16042 0
vsize: 64420
[startup+30.0021 s]
Raw data (loadavg): 1.14 1.01 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 295476 0 6 0 2405 544 0 0 25 0 1 0 711471542 77443072 15535 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 18907 15542 1111 63 0 18844 0
vsize: 75628
[startup+40.0025 s]
Raw data (loadavg): 1.12 1.01 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 522092 0 6 0 3002 947 0 0 25 0 1 0 711471542 86675456 17806 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 21161 17813 1111 63 0 21098 0
vsize: 84644
[startup+50.0025 s]
Raw data (loadavg): 1.10 1.01 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 744574 0 6 0 3599 1350 0 0 25 0 1 0 711471542 94826496 19804 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 23151 19811 1111 63 0 23088 0
vsize: 92604
[startup+60.0037 s]
Raw data (loadavg): 1.08 1.01 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 961154 0 6 0 4193 1756 0 0 25 0 1 0 711471542 102162432 21607 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 24942 21613 1111 63 0 24879 0
vsize: 99768
[startup+70.0034 s]
Raw data (loadavg): 1.07 1.01 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 1172374 0 6 0 4798 2152 0 0 25 0 1 0 711471542 109420544 23415 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 26714 23421 1111 63 0 26651 0
vsize: 106856
[startup+80.0034 s]
Raw data (loadavg): 1.06 1.01 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 1383495 0 6 0 5418 2532 0 0 25 0 1 0 711471542 115433472 24868 4294967295 134512640 134714508 3221221760 3221219960 1077799185 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 28182 24868 1111 63 0 28119 0
vsize: 112728
[startup+90.0038 s]
Raw data (loadavg): 1.05 1.01 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 1590300 0 6 0 6032 2918 0 0 25 0 1 0 711471542 121245696 26270 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 29601 26275 1111 63 0 29538 0
vsize: 118404
[startup+100.003 s]
Raw data (loadavg): 1.04 1.01 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 1795299 0 6 0 6643 3306 0 0 25 0 1 0 711471542 127168512 27574 4294967295 134512640 134714508 3221221760 3221220248 1077378037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 31113 27579 1111 63 0 31050 0
vsize: 124188
[startup+110.004 s]
Raw data (loadavg): 1.03 1.01 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 1997204 0 6 0 7261 3689 0 0 25 0 1 0 711471542 132464640 28863 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 32340 28868 1111 63 0 32277 0
vsize: 129360
[startup+120.004 s]
Raw data (loadavg): 1.03 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 2197418 0 6 0 7873 4077 0 0 25 0 1 0 711471542 137355264 30045 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 33534 30050 1111 63 0 33471 0
vsize: 134136
[startup+130.004 s]
Raw data (loadavg): 1.02 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 2397528 0 6 0 8488 4462 0 0 25 0 1 0 711471542 141971456 31153 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 34661 31158 1111 63 0 34598 0
vsize: 138644
[startup+140.006 s]
Raw data (loadavg): 1.02 1.00 0.93 3/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 2595674 0 6 0 9114 4836 0 0 25 0 1 0 711471542 146321408 32253 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 35723 32258 1111 63 0 35660 0
vsize: 142892
[startup+150.006 s]
Raw data (loadavg): 1.02 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 2792621 0 6 0 9744 5207 0 0 25 0 1 0 711471542 150528000 33278 4294967295 134512640 134714508 3221221760 3221220064 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 36750 33284 1111 63 0 36687 0
vsize: 147000
[startup+160.007 s]
Raw data (loadavg): 1.01 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 2949842 0 6 0 10399 5551 0 0 25 0 1 0 711471542 337731584 80786 4294967295 134512640 134714508 3221221760 3221220400 134606488 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 82454 80792 1111 63 0 82391 0
vsize: 329816
[startup+170.008 s]
Raw data (loadavg): 1.01 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 3115873 0 6 0 10982 5969 0 0 25 0 1 0 711471542 315121664 75457 4294967295 134512640 134714508 3221221760 3221220400 134606488 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 76934 75463 1111 63 0 76871 0
vsize: 307736
[startup+180.008 s]
Raw data (loadavg): 1.01 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 3304064 0 6 0 11520 6430 0 0 25 0 1 0 711471542 501899264 121088 4294967295 134512640 134714508 3221221760 3221220168 134543614 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 122534 121088 1111 63 0 122471 0
vsize: 490136
[startup+190.009 s]
Raw data (loadavg): 1.01 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 3431630 0 6 0 12210 6741 0 0 25 0 1 0 711471542 504979456 121694 4294967295 134512640 134714508 3221221760 3221220400 134606488 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 123286 121700 1111 63 0 123223 0
vsize: 493144
[startup+200.01 s]
Raw data (loadavg): 1.00 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 3539724 0 6 0 12943 7008 0 0 25 0 1 0 711471542 503996416 121548 4294967295 134512640 134714508 3221221760 3221220400 134606488 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 123046 121554 1111 63 0 122983 0
vsize: 492184
[startup+210.011 s]
Raw data (loadavg): 1.00 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 3643807 0 6 0 13684 7267 0 0 25 0 1 0 711471542 503996416 121471 4294967295 134512640 134714508 3221221760 3221220400 134606488 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 123046 121477 1111 63 0 122983 0
vsize: 492184
[startup+220.012 s]
Raw data (loadavg): 1.00 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 3748816 0 6 0 14430 7522 0 0 25 0 1 0 711471542 511533056 123440 4294967295 134512640 134714508 3221221760 3221220344 1077799185 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 124726 123280 1111 63 0 124663 0
vsize: 499544
[startup+230.011 s]
Raw data (loadavg): 1.00 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 3895684 0 6 0 15068 7883 0 0 25 0 1 0 711471542 506093568 122068 4294967295 134512640 134714508 3221221760 3221220400 134606488 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 123558 122074 1111 63 0 123495 0
vsize: 494232
[startup+240.012 s]
Raw data (loadavg): 1.00 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 4006108 0 6 0 15796 8156 0 0 25 0 1 0 711471542 537550848 129772 4294967295 134512640 134714508 3221221760 3221220240 134539374 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 131238 129772 1111 63 0 131175 0
vsize: 524952
[startup+250.011 s]
Raw data (loadavg): 1.00 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 4126358 0 6 0 16504 8448 0 0 25 0 1 0 711471542 524771328 126662 4294967295 134512640 134714508 3221221760 3221220376 134543785 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 128118 126662 1111 63 0 128055 0
vsize: 512472
[startup+260.012 s]
Raw data (loadavg): 1.00 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 4240607 0 6 0 17226 8726 0 0 25 0 1 0 711471542 502161408 121151 4294967295 134512640 134714508 3221221760 3221220228 134536649 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 122598 121151 1111 63 0 122535 0
vsize: 490392
[startup+270.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 4340209 0 6 0 17981 8971 0 0 25 0 1 0 711471542 527855616 127393 4294967295 134512640 134714508 3221221760 3221220400 134606479 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 128871 127398 1111 63 0 128808 0
vsize: 515484
[startup+280.012 s]
Raw data (loadavg): 1.00 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 4447634 0 6 0 18718 9234 0 0 25 0 1 0 711471542 517042176 124658 4294967295 134512640 134714508 3221221760 3221220400 134606479 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 126231 124664 1111 63 0 126168 0
vsize: 504924
[startup+290.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/54 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 4628558 0 6 0 19274 9678 0 0 25 0 1 0 711471542 624193536 150782 4294967295 134512640 134714508 3221221760 3221220400 134606468 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 152391 150788 1111 63 0 152328 0
vsize: 609564
[startup+297.374 s]
Raw data (loadavg): 1.00 1.00 0.93 1/53 15154
Raw data (stat): 15154 (bsolo_lpr_cuts) R 15153 7876 7672 0 -1 0 4628558 0 6 0 19274 9678 0 0 25 0 1 0 711471542 624193536 150782 4294967295 134512640 134714508 3221221760 3221220400 134606468 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 152391 150788 1111 63 0 152328 0
vsize: 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 297.374
CPU time (s): 296.739
CPU user time (s): 195.723
CPU system time (s): 101.016
CPU usage (%): 99.7864
Max. virtual memory (Kb): 609564
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####