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/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM6eb30c4e664b9c0e8d94f2aea74a91a3
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
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 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables1041679
Total number of constraints137871
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10091
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint1
Maximum length of a constraint275

Trace number 42606

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc5 THE 2005-06-16 12:36:43 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25826 boxname=wulflinc5 idbench=1126 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  6eb30c4e664b9c0e8d94f2aea74a91a3  /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-neos19.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-neos19.opb
IDLAUNCH: 25826
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        560280 kB
Buffers:         30996 kB
Cached:         419632 kB
SwapCached:        688 kB
Active:          98408 kB
Inactive:       354324 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        560028 kB
SwapTotal:     2097136 kB
SwapFree:      2095520 kB
Dirty:               4 kB
Writeback:           0 kB
Mapped:           5156 kB
Slab:            15948 kB
Committed_AS:    63712 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 12:39:17 (client local time) WITH STATUS 1 IN 152.491 SECONDS
stats: 25826 7 152.491 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): 0.94 0.96 0.91 1/54 13889
Raw data (stat): 13889 (runsolver) R 13888 7266 7265 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 970814551 884736 94 4294967295 134512640 135332820 3221224464 3221219644 135092226 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10.0001 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 130 0 0 0 996 3 0 0 25 0 1 0 970814551 1544192 120 4294967295 134512640 135730672 3221224576 3221221728 134576203 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 377 120 301 301 0 76 0
vsize: 1508
[startup+20.001 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 12987 0 0 0 1961 38 0 0 25 0 1 0 970814551 54644736 9014 4294967295 134512640 135730672 3221224576 3221217712 134775432 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 13341 9014 301 301 0 13040 0
vsize: 53364
[startup+30.0008 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 30743 0 0 0 2918 81 0 0 25 0 1 0 970814551 93638656 18205 4294967295 134512640 135730672 3221224576 3221220816 134786278 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 22861 18205 301 301 0 22560 0
vsize: 91444
[startup+40.0003 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 44692 0 0 0 3882 117 0 0 25 0 1 0 970814551 132722688 28879 4294967295 134512640 135730672 3221224576 3221221008 134770415 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 32403 28880 301 301 0 32102 0
vsize: 129612
[startup+50.0011 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 63842 0 0 0 4843 156 0 0 25 0 1 0 970814551 186892288 38642 4294967295 134512640 135730672 3221224576 3221219176 135285983 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 45628 38642 301 301 0 45327 0
vsize: 182512
[startup+60.0011 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 80749 0 0 0 5801 199 0 0 25 0 1 0 970814551 248029184 49214 4294967295 134512640 135730672 3221224576 3221219472 134770605 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 60554 49214 301 301 0 60253 0
vsize: 242216
[startup+70.0016 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 116136 0 0 0 6729 271 0 0 25 0 1 0 970814551 439975936 83423 4294967295 134512640 135730672 3221224576 3221221064 135284109 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 107416 83423 301 301 0 107115 0
vsize: 429664
[startup+80.0024 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 121742 0 0 0 7711 288 0 0 25 0 1 0 970814551 368668672 71444 4294967295 134512640 135730672 3221224576 3221221024 134770759 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 90007 71444 301 301 0 89706 0
vsize: 360028
[startup+90.0024 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 141874 0 0 0 8663 336 0 0 25 0 1 0 970814551 425623552 79092 4294967295 134512640 135730672 3221224576 3221216152 135285983 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 103912 79092 301 301 0 103611 0
vsize: 415648
[startup+100.003 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 153462 0 0 0 9632 368 0 0 25 0 1 0 970814551 446439424 90476 4294967295 134512640 135730672 3221224576 3221216284 134612192 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 108994 90476 301 301 0 108693 0
vsize: 435976
[startup+110.003 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 163950 0 0 0 10599 401 0 0 25 0 1 0 970814551 482004992 100779 4294967295 134512640 135730672 3221224576 3221221776 134579294 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 117677 100779 301 301 0 117376 0
vsize: 470708
[startup+120.004 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 175481 0 0 0 11568 432 0 0 25 0 1 0 970814551 502550528 112107 4294967295 134512640 135730672 3221224576 3221218456 135285983 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 122693 112107 301 301 0 122392 0
vsize: 490772
[startup+130.003 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 232527 0 0 0 12458 543 0 0 25 0 1 0 970814551 717938688 132227 4294967295 134512640 135730672 3221224576 3221188932 135281141 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 175278 132227 301 301 0 174977 0
vsize: 701112
[startup+140.003 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 241391 0 0 0 13435 565 0 0 25 0 1 0 970814551 743161856 140921 4294967295 134512640 135730672 3221224576 3221137216 134784086 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 181436 140921 301 301 0 181135 0
vsize: 725744
[startup+150.004 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 246778 0 1 0 14416 578 0 0 25 0 1 0 970814551 744210432 146206 4294967295 134512640 135730672 3221224576 3221222828 135281249 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 181692 146206 301 301 0 181391 0
vsize: 726768
[startup+152.548 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 13889
Raw data (stat): 13889 (pb2sat-v2) R 13888 7266 7265 0 -1 0 246778 0 1 0 14416 578 0 0 25 0 1 0 970814551 744210432 146206 4294967295 134512640 135730672 3221224576 3221222828 135281249 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 181692 146206 301 301 0 181391 0
vsize: 0

Child status: 1
Real time (s): 152.548
CPU time (s): 152.491
CPU user time (s): 146.409
CPU system time (s): 6.08208
CPU usage (%): 99.9628
Max. virtual memory (Kb): 726768
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####