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/miplib/normalized-mps-v2-20-10-enigma.opb
MD5SUM69bc407892007f468f206122d0d17aba
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.416936
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 29491

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc26 THE 2005-05-25 08:31:05 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=20921 boxname=wulflinc26 idbench=909 idsolver=14 numberseed=0
MD5SUM SOLVER: d29da23ec752be69e0579424c0f0767e  /oldhome/oroussel/solvers/sat4jPseudoBis.jar
MD5SUM BENCH:  69bc407892007f468f206122d0d17aba  /oldhome/oroussel/tmp/wulflinc26/normalized-mps-v2-20-10-enigma.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoBis.jar /oldhome/oroussel/tmp/wulflinc26/normalized-mps-v2-20-10-enigma.opb
IDLAUNCH: 20921
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.061
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.061
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:        379932 kB
Buffers:         36260 kB
Cached:         595416 kB
SwapCached:        656 kB
Active:         140312 kB
Inactive:       493920 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        379680 kB
SwapTotal:     2097892 kB
SwapFree:      2096880 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6032 kB
Slab:            14872 kB
Committed_AS:    63732 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-25 08:35:40 (client local time) WITH STATUS 30 IN 276.75 SECONDS
stats: 20921 0 276.75 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/wulflinc26/normalized-mps-v2-20-10-enigma.opb
c reading problem ... done. Time 0.294 ms.
c #vars     100
c #constraints  42
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                   0 		Current CPU time: 273.40 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) : 273.431
#### 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 1883
Raw data (stat): 1883 (runsolver) R 1882 20687 20686 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 837462807 1052672 99 4294967295 134512640 135381576 3221224400 3221219620 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.99986 s]
Raw data (loadavg): 1.08 1.02 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18083 0 1 0 587 35 0 0 25 0 11 0 837462807 864047104 21045 4294967295 134512640 134569956 3221224368 3221214592 1131286562 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210949 21045 13086 16 0 210933 0
vsize: 843796
[startup+20.001 s]
Raw data (loadavg): 1.07 1.02 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18084 0 1 0 1547 35 0 0 25 0 11 0 837462807 862146560 20994 4294967295 134512640 134569956 3221224368 3221214688 1131154499 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210485 20994 13086 16 0 210469 0
vsize: 841940
[startup+30.0016 s]
Raw data (loadavg): 1.06 1.01 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 2505 35 0 0 25 0 11 0 837462807 862146560 21212 4294967295 134512640 134569956 3221224368 3221214688 1131154592 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 21212 13086 16 0 210469 0
vsize: 841940
[startup+40.0008 s]
Raw data (loadavg): 1.05 1.01 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 3459 36 0 0 25 0 11 0 837462807 862146560 21390 4294967295 134512640 134569956 3221224368 3221214688 1131154391 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 21390 13086 16 0 210469 0
vsize: 841940
[startup+50.002 s]
Raw data (loadavg): 1.04 1.01 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 4416 36 0 0 25 0 11 0 837462807 862146560 21727 4294967295 134512640 134569956 3221224368 3221214744 1131145617 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 21727 13086 16 0 210469 0
vsize: 841940
[startup+60.0026 s]
Raw data (loadavg): 1.04 1.01 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 5387 36 0 0 25 0 11 0 837462807 862146560 21847 4294967295 134512640 134569956 3221224368 3221214620 1130885154 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 21847 13086 16 0 210469 0
vsize: 841940
[startup+70.0029 s]
Raw data (loadavg): 1.03 1.01 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 6361 36 0 0 25 0 11 0 837462807 862146560 21950 4294967295 134512640 134569956 3221224368 3221214688 1131154391 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 21950 13086 16 0 210469 0
vsize: 841940
[startup+80.0064 s]
Raw data (loadavg): 1.02 1.01 1.00 2/64 1893
Raw data (stat): 1883 (java) S 1882 20687 20686 0 -1 0 18085 0 1 0 7338 36 0 0 25 0 11 0 837462807 862146560 22019 4294967295 134512640 134569956 3221224368 3221213432 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22019 13086 16 0 210469 0
vsize: 841940
[startup+90.0069 s]
Raw data (loadavg): 1.02 1.01 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 8316 36 0 0 25 0 11 0 837462807 862146560 22091 4294967295 134512640 134569956 3221224368 3221214744 1131145600 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22091 13086 16 0 210469 0
vsize: 841940
[startup+100.007 s]
Raw data (loadavg): 1.02 1.01 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 9296 36 0 0 25 0 11 0 837462807 862146560 22163 4294967295 134512640 134569956 3221224368 3221214544 1131186160 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22163 13086 16 0 210469 0
vsize: 841940
[startup+110.008 s]
Raw data (loadavg): 1.01 1.01 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 10274 36 0 0 25 0 11 0 837462807 862146560 22221 4294967295 134512640 134569956 3221224368 3221214688 1131154391 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22221 13086 16 0 210469 0
vsize: 841940
[startup+120.009 s]
Raw data (loadavg): 1.01 1.01 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 11254 36 0 0 25 0 11 0 837462807 862146560 22273 4294967295 134512640 134569956 3221224368 3221214592 1131296549 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22273 13086 16 0 210469 0
vsize: 841940
[startup+130.009 s]
Raw data (loadavg): 1.01 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 12230 36 0 0 25 0 11 0 837462807 862146560 22332 4294967295 134512640 134569956 3221224368 3221214688 1131154422 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22332 13086 16 0 210469 0
vsize: 841940
[startup+140.009 s]
Raw data (loadavg): 1.01 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 13207 36 0 0 25 0 11 0 837462807 862146560 22410 4294967295 134512640 134569956 3221224368 3221214536 1131242889 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22410 13086 16 0 210469 0
vsize: 841940
[startup+150.011 s]
Raw data (loadavg): 1.01 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 14183 37 0 0 25 0 11 0 837462807 862146560 22475 4294967295 134512640 134569956 3221224368 3221214792 1131163205 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22475 13086 16 0 210469 0
vsize: 841940
[startup+160.013 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) S 1882 20687 20686 0 -1 0 18085 0 1 0 15164 37 0 0 25 0 11 0 837462807 862146560 22543 4294967295 134512640 134569956 3221224368 3221213392 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22543 13086 16 0 210469 0
vsize: 841940
[startup+170.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 16144 37 0 0 25 0 11 0 837462807 862146560 22603 4294967295 134512640 134569956 3221224368 3221214688 1131154592 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22603 13086 16 0 210469 0
vsize: 841940
[startup+180.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 17123 37 0 0 25 0 11 0 837462807 862146560 22655 4294967295 134512640 134569956 3221224368 3221214688 1131154360 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22655 13086 16 0 210469 0
vsize: 841940
[startup+190.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 18101 37 0 0 25 0 11 0 837462807 862146560 22707 4294967295 134512640 134569956 3221224368 3221214688 1131155153 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22707 13086 16 0 210469 0
vsize: 841940
[startup+200.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 19080 37 0 0 25 0 11 0 837462807 862146560 22771 4294967295 134512640 134569956 3221224368 3221214688 1131154685 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22771 13086 16 0 210469 0
vsize: 841940
[startup+210.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 20060 37 0 0 25 0 11 0 837462807 862146560 22834 4294967295 134512640 134569956 3221224368 3221214688 1131154463 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22834 13086 16 0 210469 0
vsize: 841940
[startup+220.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 21042 37 0 0 25 0 11 0 837462807 862146560 22887 4294967295 134512640 134569956 3221224368 3221214688 1131154638 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22887 13086 16 0 210469 0
vsize: 841940
[startup+230.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 22021 37 0 0 25 0 11 0 837462807 862146560 22939 4294967295 134512640 134569956 3221224368 3221214688 1131153981 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22939 13086 16 0 210469 0
vsize: 841940
[startup+240.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 23003 37 0 0 25 0 11 0 837462807 862146560 22979 4294967295 134512640 134569956 3221224368 3221214472 1131154901 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 22979 13086 16 0 210469 0
vsize: 841940
[startup+250.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 23981 37 0 0 25 0 11 0 837462807 862146560 23024 4294967295 134512640 134569956 3221224368 3221214688 1131154360 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 23024 13086 16 0 210469 0
vsize: 841940
[startup+260.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 24961 37 0 0 25 0 11 0 837462807 862146560 23066 4294967295 134512640 134569956 3221224368 3221214688 1131154201 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 23066 13086 16 0 210469 0
vsize: 841940
[startup+270.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/64 1893
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 25946 37 0 0 25 0 11 0 837462807 862146560 23087 4294967295 134512640 134569956 3221224368 3221214472 1131402923 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 23087 13086 16 0 210469 0
vsize: 841940
[startup+274.478 s]
Raw data (loadavg): 1.00 1.00 1.00 1/53 1894
Raw data (stat): 1883 (java) R 1882 20687 20686 0 -1 0 18085 0 1 0 25946 37 0 0 25 0 11 0 837462807 862146560 23087 4294967295 134512640 134569956 3221224368 3221214472 1131402923 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210485 23087 13086 16 0 210469 0
vsize: 0

Child status: 30
Real time (s): 274.477
CPU time (s): 276.75
CPU user time (s): 276.193
CPU system time (s): 0.556915
CPU usage (%): 100.828
Max. virtual memory (Kb): 843796
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	0
#### END VERIFIER DATA ####