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/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-van.opb
MD5SUMd28d6112d880a2aec142bea33a4150fb
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 192
Biggest coefficient in the objective function 2427002644
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 319999999936
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 226795425792
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 973128929893
Number of bits of the biggest sum of numbers40
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark207.441
Number of variables135360
Total number of constraints39811
Number of constraints which are clauses128
Number of constraints which are cardinality constraints (but not clauses)195
Number of constraints which are nor clauses,nor cardinality constraints39488
Minimum length of a constraint1
Maximum length of a constraint496

Trace number 42661

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc4 THE 2005-06-16 13:33:43 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25880 boxname=wulflinc4 idbench=1180 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  d28d6112d880a2aec142bea33a4150fb  /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-20-10-van.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-20-10-van.opb
IDLAUNCH: 25880
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.169
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.169
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:        350780 kB
Buffers:         27944 kB
Cached:         632976 kB
SwapCached:        924 kB
Active:         197400 kB
Inactive:       465628 kB
HighTotal:      131008 kB
HighFree:          280 kB
LowTotal:       903652 kB
LowFree:        350500 kB
SwapTotal:     2097136 kB
SwapFree:      2095228 kB
Dirty:               4 kB
Writeback:           0 kB
Mapped:           4996 kB
Slab:            15108 kB
Committed_AS:    71904 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 13:35:40 (client local time) WITH STATUS 1 IN 113.317 SECONDS
stats: 25880 7 113.317 1
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c This solver internally uses Chaff 2004.11.15 Simplified

	Unexpected exception :
	St9bad_alloc
#### 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
Enforcing Stack size limit: 67108864 bytes
Current StackSize limit: 67108864 bytes
Raw data (loadavg): 1.07 0.98 0.92 2/54 26809
Raw data (stat): 26809 (runsolver) R 26808 21152 21151 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 971146570 884736 94 4294967295 134512640 135332820 3221224464 3221219644 135092226 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10.0012 s]
Raw data (loadavg): 1.06 0.98 0.92 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 14995 0 0 0 966 33 0 0 25 0 1 0 971146570 48136192 8777 4294967295 134512640 135730672 3221224576 3221221520 134555204 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 11752 8777 301 301 0 11451 0
vsize: 47008
[startup+20.0022 s]
Raw data (loadavg): 1.13 1.00 0.92 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 35040 0 0 0 1918 81 0 0 25 0 1 0 971146570 107638784 19434 4294967295 134512640 135730672 3221224576 3220996400 134549494 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 26279 19434 301 301 0 25978 0
vsize: 105116
[startup+30.0025 s]
Raw data (loadavg): 1.11 1.00 0.92 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 67982 0 0 0 2850 149 0 0 25 0 1 0 971146570 265773056 45674 4294967295 134512640 135730672 3221224576 3221155072 134775411 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 64886 45674 301 301 0 64585 0
vsize: 259544
[startup+40.0038 s]
Raw data (loadavg): 1.09 1.00 0.92 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 98020 0 0 0 3783 216 0 0 25 0 1 0 971146570 294641664 54350 4294967295 134512640 135730672 3221224576 3221028896 134788689 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 71934 54350 301 301 0 71633 0
vsize: 287736
[startup+50.0047 s]
Raw data (loadavg): 1.16 1.01 0.93 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 117626 0 0 0 4740 259 0 0 25 0 1 0 971146570 356446208 73728 4294967295 134512640 135730672 3221224576 3221009368 135285983 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 87023 73728 301 301 0 86722 0
vsize: 348092
[startup+60.005 s]
Raw data (loadavg): 1.13 1.01 0.93 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 157595 0 0 0 5657 334 0 0 25 0 1 0 971146570 482897920 95119 4294967295 134512640 135730672 3221224576 3221132704 134770772 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 117895 95120 301 301 0 117594 0
vsize: 471580
[startup+70.0052 s]
Raw data (loadavg): 1.11 1.01 0.93 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 193999 0 0 0 6576 416 0 0 25 0 1 0 971146570 583561216 106733 4294967295 134512640 135730672 3221224576 3221130800 134786302 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 142471 106734 301 301 0 142170 0
vsize: 569884
[startup+80.0061 s]
Raw data (loadavg): 1.09 1.01 0.93 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 210428 0 0 0 7540 452 0 0 25 0 1 0 971146570 635904000 122949 4294967295 134512640 135730672 3221224576 3221133256 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 155250 122949 301 301 0 154949 0
vsize: 621000
[startup+90.0066 s]
Raw data (loadavg): 1.08 1.01 0.93 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 231095 0 0 0 8497 495 0 0 25 0 1 0 971146570 665640960 143375 4294967295 134512640 135730672 3221224576 3221034504 135285983 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 162510 143375 301 301 0 162209 0
vsize: 650040
[startup+100.007 s]
Raw data (loadavg): 1.07 1.01 0.93 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 247855 0 0 0 9463 529 0 0 25 0 1 0 971146570 740032512 159939 4294967295 134512640 135730672 3221224576 3221054320 135284321 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 180672 159939 301 301 0 180371 0
vsize: 722688
[startup+110.008 s]
Raw data (loadavg): 1.06 1.01 0.93 2/54 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 256182 0 0 0 10446 546 0 0 25 0 1 0 971146570 753111040 168170 4294967295 134512640 135730672 3221224576 3221222828 135281233 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 183865 168170 301 301 0 183564 0
vsize: 735460
[startup+113.394 s]
Raw data (loadavg): 1.05 1.01 0.93 1/53 26809
Raw data (stat): 26809 (pb2sat-v2) R 26808 21152 21151 0 -1 0 256182 0 0 0 10446 546 0 0 25 0 1 0 971146570 753111040 168170 4294967295 134512640 135730672 3221224576 3221222828 135281233 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 183865 168170 301 301 0 183564 0
vsize: 0

Child status: 1
Real time (s): 113.393
CPU time (s): 113.317
CPU user time (s): 107.502
CPU system time (s): 5.81512
CPU usage (%): 99.9324
Max. virtual memory (Kb): 735460
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####