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/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-enigma.opb
MD5SUM438e2455c0b7b4efdea6a7e48ef2555a
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 9
Biggest coefficient in the objective function 9
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 900207
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 9508275
Number of bits of the biggest sum of numbers24
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.417936
Number of variables100
Total number of constraints121
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)120
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint90

Trace number 29613

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc11 THE 2005-05-25 09:49:46 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=21037 boxname=wulflinc11 idbench=1025 idsolver=14 numberseed=0
MD5SUM SOLVER: d29da23ec752be69e0579424c0f0767e  /oldhome/oroussel/solvers/sat4jPseudoBis.jar
MD5SUM BENCH:  438e2455c0b7b4efdea6a7e48ef2555a  /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-20-10-enigma.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoBis.jar /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-20-10-enigma.opb
IDLAUNCH: 21037
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.028
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.028
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:        851528 kB
Buffers:         30200 kB
Cached:         132092 kB
SwapCached:        772 kB
Active:          59676 kB
Inactive:       104652 kB
HighTotal:      131008 kB
HighFree:          868 kB
LowTotal:       903652 kB
LowFree:        850660 kB
SwapTotal:     2097136 kB
SwapFree:      2095468 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5024 kB
Slab:            12996 kB
Committed_AS:    63600 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-25 09:54:18 (client local time) WITH STATUS 30 IN 275.964 SECONDS
stats: 21037 0 275.964 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version Special PB05 Second trial
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@1e4cbc4
c org.sat4j.minisat.constraints.PBMinDataStructure@1fdc96c
c org.sat4j.minisat.learning.MiniSATLearning@b2fd8f
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c 
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-20-10-enigma.opb
c reading problem ... done. Time 0.324 ms.
c #vars     100
c #constraints  42
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                   0 		Current CPU time: 270.88 ms
c starts	: 5
c conflicts	: 917
c decisions	: 1458
c propagations	: 10854
c inspects	: 1014937
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 917
c root simplifications	: 5
s OPTIMUM_FOUND
v -A1_bit0 -A2_bit0 -A3_bit0 -A4_bit0 -A5_bit0 -A6_bit0 -A7_bit0 -A8_bit0 -A9_bit0 A0_bit0 -B0_bit0 -B1_bit0 -B2_bit0 -B3_bit0 -B4_bit0 -B5_bit0 -B6_bit0 -B7_bit0 B8_bit0 -B9_bit0 -C0_bit0 -C1_bit0 -C2_bit0 -C3_bit0 -C4_bit0 C5_bit0 -C6_bit0 -C7_bit0 -C8_bit0 -C9_bit0 -D0_bit0 -D1_bit0 -D2_bit0 -D3_bit0 -D4_bit0 -D5_bit0 D6_bit0 -D7_bit0 -D8_bit0 -D9_bit0 -E0_bit0 -E1_bit0 -E2_bit0 -E3_bit0 E4_bit0 -E5_bit0 -E6_bit0 -E7_bit0 -E8_bit0 -E9_bit0 -F0_bit0 -F1_bit0 -F2_bit0 -F3_bit0 -F4_bit0 -F5_bit0 -F6_bit0 -F7_bit0 -F8_bit0 F9_bit0 -G0_bit0 G1_bit0 -G2_bit0 -G3_bit0 -G4_bit0 -G5_bit0 -G6_bit0 -G7_bit0 -G8_bit0 -G9_bit0 -H0_bit0 -H1_bit0 -H2_bit0 -H3_bit0 -H4_bit0 -H5_bit0 -H6_bit0 H7_bit0 -H8_bit0 -H9_bit0 -I0_bit0 -I1_bit0 I2_bit0 -I3_bit0 -I4_bit0 -I5_bit0 -I6_bit0 -I7_bit0 -I8_bit0 -I9_bit0 -L0_bit0 -L1_bit0 -L2_bit0 L3_bit0 -L4_bit0 -L5_bit0 -L6_bit0 -L7_bit0 -L8_bit0 -L9_bit0 
c objectif function=0
c Total CPU time (ms) : 270.911
#### 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.93 0.98 0.99 2/54 6158
Raw data (stat): 6158 (runsolver) R 6157 25830 25829 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 779703075 1052672 99 4294967295 134512640 135381576 3221224400 3221219620 135158418 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0007 s]
Raw data (loadavg): 1.24 1.05 1.02 4/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18071 0 1 0 688 37 0 0 25 0 11 0 779703075 862670848 20910 4294967295 134512640 134569956 3221224368 3221214688 1131154194 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210613 20910 13086 16 0 210597 0
vsize: 842452
[startup+20.0011 s]
Raw data (loadavg): 1.21 1.05 1.01 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18072 0 1 0 1638 38 0 0 25 0 11 0 779703075 861388800 20855 4294967295 134512640 134569956 3221224368 3221214512 1131461758 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210300 20855 13086 16 0 210284 0
vsize: 841200
[startup+30.0013 s]
Raw data (loadavg): 1.17 1.05 1.01 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 2599 38 0 0 25 0 11 0 779703075 861388800 21054 4294967295 134512640 134569956 3221224368 3221214328 1131154327 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210300 21054 13086 16 0 210284 0
vsize: 841200
[startup+40.002 s]
Raw data (loadavg): 1.15 1.04 1.01 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 3546 38 0 0 25 0 11 0 779703075 861388800 21247 4294967295 134512640 134569956 3221224368 3221214440 1131199944 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 21247 13086 16 0 210284 0
vsize: 841200
[startup+50.0024 s]
Raw data (loadavg): 1.12 1.04 1.01 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 4506 38 0 0 25 0 11 0 779703075 861388800 21583 4294967295 134512640 134569956 3221224368 3221214688 1131154528 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 21583 13086 16 0 210284 0
vsize: 841200
[startup+60.0069 s]
Raw data (loadavg): 1.10 1.04 1.01 2/64 6168
Raw data (stat): 6158 (java) S 6157 25830 25829 0 -1 0 18073 0 1 0 5477 38 0 0 25 0 11 0 779703075 861388800 21689 4294967295 134512640 134569956 3221224368 3221213392 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 21689 13086 16 0 210284 0
vsize: 841200
[startup+70.0076 s]
Raw data (loadavg): 1.09 1.04 1.01 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 6450 38 0 0 25 0 11 0 779703075 861388800 21801 4294967295 134512640 134569956 3221224368 3221214648 1131044787 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 21801 13086 16 0 210284 0
vsize: 841200
[startup+80.0077 s]
Raw data (loadavg): 1.07 1.04 1.01 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 7429 38 0 0 25 0 11 0 779703075 861388800 21868 4294967295 134512640 134569956 3221224368 3221214688 1131153954 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 21868 13086 16 0 210284 0
vsize: 841200
[startup+90.0081 s]
Raw data (loadavg): 1.06 1.03 1.01 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 8406 39 0 0 25 0 11 0 779703075 861388800 21942 4294967295 134512640 134569956 3221224368 3221214688 1131154031 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 21942 13086 16 0 210284 0
vsize: 841200
[startup+100.009 s]
Raw data (loadavg): 1.05 1.03 1.01 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 9385 39 0 0 25 0 11 0 779703075 861388800 22009 4294967295 134512640 134569956 3221224368 3221214792 1131167365 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22009 13086 16 0 210284 0
vsize: 841200
[startup+110.009 s]
Raw data (loadavg): 1.04 1.03 1.01 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 10363 39 0 0 25 0 11 0 779703075 861388800 22071 4294967295 134512640 134569956 3221224368 3221214688 1131154516 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22071 13086 16 0 210284 0
vsize: 841200
[startup+120.01 s]
Raw data (loadavg): 1.04 1.03 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 11340 39 0 0 25 0 11 0 779703075 861388800 22130 4294967295 134512640 134569956 3221224368 3221214736 1131145698 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22130 13086 16 0 210284 0
vsize: 841200
[startup+130.01 s]
Raw data (loadavg): 1.03 1.03 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 12318 39 0 0 25 0 11 0 779703075 861388800 22178 4294967295 134512640 134569956 3221224368 3221214688 1131154576 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22178 13086 16 0 210284 0
vsize: 841200
[startup+140.011 s]
Raw data (loadavg): 1.02 1.03 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 13294 39 0 0 25 0 11 0 779703075 861388800 22257 4294967295 134512640 134569956 3221224368 3221214672 1131200177 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22257 13086 16 0 210284 0
vsize: 841200
[startup+150.012 s]
Raw data (loadavg): 1.02 1.03 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 14270 39 0 0 25 0 11 0 779703075 861388800 22328 4294967295 134512640 134569956 3221224368 3221214432 1131191953 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22328 13086 16 0 210284 0
vsize: 841200
[startup+160.013 s]
Raw data (loadavg): 1.02 1.02 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 15249 40 0 0 25 0 11 0 779703075 861388800 22398 4294967295 134512640 134569956 3221224368 3221214688 1131154465 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22398 13086 16 0 210284 0
vsize: 841200
[startup+170.013 s]
Raw data (loadavg): 1.01 1.02 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 16228 40 0 0 25 0 11 0 779703075 861388800 22462 4294967295 134512640 134569956 3221224368 3221214736 1131145617 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22462 13086 16 0 210284 0
vsize: 841200
[startup+180.013 s]
Raw data (loadavg): 1.01 1.02 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 17206 40 0 0 25 0 11 0 779703075 861388800 22505 4294967295 134512640 134569956 3221224368 3221214280 1131414178 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22505 13086 16 0 210284 0
vsize: 841200
[startup+190.014 s]
Raw data (loadavg): 1.01 1.02 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 18184 40 0 0 25 0 11 0 779703075 861388800 22564 4294967295 134512640 134569956 3221224368 3221214688 1131154488 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22564 13086 16 0 210284 0
vsize: 841200
[startup+200.014 s]
Raw data (loadavg): 1.01 1.02 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 19163 41 0 0 25 0 11 0 779703075 861388800 22625 4294967295 134512640 134569956 3221224368 3221214688 1131154416 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22625 13086 16 0 210284 0
vsize: 841200
[startup+210.016 s]
Raw data (loadavg): 1.01 1.02 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 20142 41 0 0 25 0 11 0 779703075 861388800 22682 4294967295 134512640 134569956 3221224368 3221214736 1131145633 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22682 13086 16 0 210284 0
vsize: 841200
[startup+220.016 s]
Raw data (loadavg): 1.00 1.02 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 21122 41 0 0 24 0 11 0 779703075 861388800 22743 4294967295 134512640 134569956 3221224368 3221214688 1131154576 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22743 13086 16 0 210284 0
vsize: 841200
[startup+230.016 s]
Raw data (loadavg): 1.00 1.02 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 22102 41 0 0 25 0 11 0 779703075 861388800 22788 4294967295 134512640 134569956 3221224368 3221214488 1131304728 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22788 13086 16 0 210284 0
vsize: 841200
[startup+240.017 s]
Raw data (loadavg): 1.00 1.02 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 23083 41 0 0 25 0 11 0 779703075 861388800 22827 4294967295 134512640 134569956 3221224368 3221214224 1085679372 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22827 13086 16 0 210284 0
vsize: 841200
[startup+250.017 s]
Raw data (loadavg): 1.00 1.02 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 24060 41 0 0 25 0 11 0 779703075 861388800 22878 4294967295 134512640 134569956 3221224368 3221214736 1131145617 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22878 13086 16 0 210284 0
vsize: 841200
[startup+260.018 s]
Raw data (loadavg): 1.00 1.01 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 25040 41 0 0 25 0 11 0 779703075 861388800 22917 4294967295 134512640 134569956 3221224368 3221214320 1131414919 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22917 13086 16 0 210284 0
vsize: 841200
[startup+270.019 s]
Raw data (loadavg): 1.00 1.01 1.00 2/64 6168
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 26023 41 0 0 25 0 11 0 779703075 861388800 22950 4294967295 134512640 134569956 3221224368 3221214792 1131168216 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22950 13086 16 0 210284 0
vsize: 841200
[startup+271.93 s]
Raw data (loadavg): 1.00 1.01 1.00 1/53 6169
Raw data (stat): 6158 (java) R 6157 25830 25829 0 -1 0 18073 0 1 0 26023 41 0 0 25 0 11 0 779703075 861388800 22950 4294967295 134512640 134569956 3221224368 3221214792 1131168216 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210300 22950 13086 16 0 210284 0
vsize: 0

Child status: 30
Real time (s): 271.93
CPU time (s): 275.964
CPU user time (s): 275.362
CPU system time (s): 0.601908
CPU usage (%): 101.484
Max. virtual memory (Kb): 842452
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	0
#### END VERIFIER DATA ####