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 24654

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc31 THE 2005-05-11 14:51:14 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=2721 boxname=wulflinc31 idbench=303 idsolver=3 numberseed=0
MD5SUM SOLVER: 03a6a792daea978e4202f78851741568  /oldhome/oroussel/solvers/bsolo_mis
MD5SUM BENCH:  ccbca61851d5d361647c00bb58b30d92  /oldhome/oroussel/tmp/wulflinc31/normalized-ooo.ex.mem.LdValue.ucl.opb
REAL COMMAND:  bsolo_mis /oldhome/oroussel/tmp/wulflinc31/normalized-ooo.ex.mem.LdValue.ucl.opb
IDLAUNCH: 2721
/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:        920052 kB
Buffers:          1044 kB
Cached:          89104 kB
SwapCached:       4372 kB
Active:          62192 kB
Inactive:        33732 kB
HighTotal:      131008 kB
HighFree:        42280 kB
LowTotal:       903652 kB
LowFree:        877772 kB
SwapTotal:     2097892 kB
SwapFree:      2092948 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5576 kB
Slab:            12804 kB
Committed_AS:    63840 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-11 14:53:57 (client local time) WITH STATUS 0 IN 162.666 SECONDS
stats: 2721 7 162.666 0
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
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
Raw data (loadavg): 0.92 0.98 0.99 2/55 31144
Raw data (stat): 31144 (runsolver) R 31143 7876 7672 0 -1 64 5 0 0 0 0 0 0 0 19 0 1 0 718743863 1056768 100 4294967295 134512640 135381576 3221221680 3221216900 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.0018 s]
Raw data (loadavg): 0.93 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 24431 0 0 0 940 56 0 0 25 0 1 0 718743863 42835968 7081 4294967295 134512640 134714540 3221221776 3221220080 134568044 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 10458 7081 1111 63 0 10395 0
vsize: 41832
[startup+20.0024 s]
Raw data (loadavg): 0.94 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 122393 0 0 0 1759 237 0 0 25 0 1 0 718743863 60035072 11265 4294967295 134512640 134714540 3221221776 3221220080 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 14657 11265 1111 63 0 14594 0
vsize: 58628
[startup+30.0034 s]
Raw data (loadavg): 0.95 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 342678 0 0 0 2372 625 0 0 25 0 1 0 718743863 70701056 13805 4294967295 134512640 134714540 3221221776 3221219976 1077799185 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 17261 13805 1111 63 0 17198 0
vsize: 69044
[startup+40.0042 s]
Raw data (loadavg): 0.96 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 562313 0 0 0 2975 1022 0 0 25 0 1 0 718743863 79687680 16007 4294967295 134512640 134714540 3221221776 3221220080 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 19455 16007 1111 63 0 19392 0
vsize: 77820
[startup+50.0062 s]
Raw data (loadavg): 0.96 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 779963 0 0 0 3572 1425 0 0 25 0 1 0 718743863 87703552 17946 4294967295 134512640 134714540 3221221776 3221220080 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 21412 17946 1111 63 0 21349 0
vsize: 85648
[startup+60.0071 s]
Raw data (loadavg): 0.97 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 994184 0 0 0 4176 1820 0 0 25 0 1 0 718743863 94547968 19685 4294967295 134512640 134714540 3221221776 3221218252 1077196754 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 23083 19685 1111 63 0 23020 0
vsize: 92332
[startup+70.0073 s]
Raw data (loadavg): 0.97 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 1205058 0 0 0 4788 2209 0 0 25 0 1 0 718743863 101851136 21483 4294967295 134512640 134714540 3221221776 3221218220 1077359309 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 24866 21483 1111 63 0 24803 0
vsize: 99464
[startup+80.009 s]
Raw data (loadavg): 0.98 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 1413877 0 0 0 5392 2605 0 0 25 0 1 0 718743863 108195840 23011 4294967295 134512640 134714540 3221221776 3221220080 134568044 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 26415 23011 1111 63 0 26352 0
vsize: 105660
[startup+90.0099 s]
Raw data (loadavg): 0.98 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 1621457 0 0 0 5999 2998 0 0 25 0 1 0 718743863 113905664 24395 4294967295 134512640 134714540 3221221776 3221220080 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 27809 24395 1111 63 0 27746 0
vsize: 111236
[startup+100.011 s]
Raw data (loadavg): 0.98 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 1826127 0 0 0 6607 3390 0 0 25 0 1 0 718743863 119975936 25719 4294967295 134512640 134714540 3221221776 3221220080 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 29291 25719 1111 63 0 29228 0
vsize: 117164
[startup+110.012 s]
Raw data (loadavg): 0.98 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 2027652 0 0 0 7217 3781 0 0 25 0 1 0 718743863 125145088 26997 4294967295 134512640 134714540 3221221776 3221220080 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 30553 26997 1111 63 0 30490 0
vsize: 122212
[startup+120.013 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 2227983 0 0 0 7836 4162 0 0 25 0 1 0 718743863 130035712 28182 4294967295 134512640 134714540 3221221776 3221220080 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 31747 28182 1111 63 0 31684 0
vsize: 126988
[startup+130.014 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 2427297 0 0 0 8441 4557 0 0 25 0 1 0 718743863 134529024 29301 4294967295 134512640 134714540 3221221776 3221220080 134568037 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 32844 29301 1111 63 0 32781 0
vsize: 131376
[startup+140.015 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 2513577 0 0 0 9268 4730 0 0 25 0 1 0 718743863 151396352 33448 4294967295 134512640 134714540 3221221776 3221220428 134558476 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 36962 33448 1111 63 0 36899 0
vsize: 147848
[startup+150.017 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 2716024 0 0 0 9767 5231 0 0 25 0 1 0 718743863 545636352 131697 4294967295 134512640 134714540 3221221776 3221220504 134672906 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 133212 131697 1111 63 0 133149 0
vsize: 532848
[startup+160.018 s]
Raw data (loadavg): 0.99 0.98 0.99 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 2812316 0 0 0 10537 5461 0 0 25 0 1 0 718743863 703598592 170077 4294967295 134512640 134714540 3221221776 3221220416 134606488 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 171777 170077 1111 63 0 171714 0
vsize: 687108
[startup+162.694 s]
Raw data (loadavg): 0.99 0.98 0.99 1/54 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 2812316 0 0 0 10537 5461 0 0 25 0 1 0 718743863 703598592 170077 4294967295 134512640 134714540 3221221776 3221220416 134606488 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 171777 170077 1111 63 0 171714 0
vsize: 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 162.694
CPU time (s): 162.666
CPU user time (s): 106.214
CPU system time (s): 56.4524
CPU usage (%): 99.983
Max. virtual memory (Kb): 687108
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####