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).
    Note that some very long lines in this section may be truncated by your web browser !
  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

Namemps-v2-13-7/MIPLIB/miplib3/normalized-mps-v2-13-7-rentacar.opb
MD5SUMfc18c06c8ef4546744f8764e792a7520
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 3540
Biggest coefficient in the objective function 26214400000
Number of bits for the biggest coefficient in the objective function 35
Sum of the numbers in the objective function 6794775437175
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 26214400000
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 13700458527437
Number of bits of the biggest sum of numbers44
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.15137
Number of variables176588
Total number of constraints6965
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)55
Number of constraints which are nor clauses,nor cardinality constraints6910
Minimum length of a constraint1
Maximum length of a constraint40360

Trace number 10494

Launcher Data

LAUNCH ON wulflinc5 THE 2005-09-23 18:38:07 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=9249 boxname=wulflinc5 idbench=1045 idsolver=8 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  fc18c06c8ef4546744f8764e792a7520  /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-13-7-rentacar.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-13-7-rentacar.opb
IDLAUNCH: 9249
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.158
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.158
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:        914380 kB
Buffers:         15728 kB
Cached:          85456 kB
SwapCached:          0 kB
Active:          60296 kB
Inactive:        43764 kB
HighTotal:      131008 kB
HighFree:        41608 kB
LowTotal:       903652 kB
LowFree:        872772 kB
SwapTotal:     2097136 kB
SwapFree:      2097136 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6976 kB
Slab:            10612 kB
Committed_AS:    63624 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-23 18:39:38 (client local time) WITH STATUS 0 IN 88.5095 SECONDS
stats: 9249 7 88.5095 0

Solver Data

c This solver internally uses Chaff 2004.11.15 Simplified
s UNKNOWN

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/10583/stat): 10583 (pb2sat) R 10582 10583 4060 0 -1 0 18 0 0 0 0 0 0 0 23 0 1 0 22423104 1527808 2 4294967295 134512640 135987407 3221224560 3221224560 134512928 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10583/statm): 373 2 364 364 0 9 0
[pid=10583] vsize: 1492
open syscall for file /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-13-7-rentacar.opb

[startup+10.0011 s]
Raw data (loadavg): 0.88 0.95 0.93 2/55 10583
Raw data (/proc/10583/stat): 10583 (pb2sat) R 10582 10583 4060 0 -1 0 26957 0 0 0 933 64 0 0 25 0 1 0 22423104 83742720 15832 4294967295 134512640 135987407 3221224560 3221129456 134856714 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10583/statm): 20445 15832 364 364 0 20081 0
[pid=10583] vsize: 81780
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (Kb) 81780

[startup+20.0018 s]
Raw data (loadavg): 0.90 0.95 0.93 2/55 10583
Raw data (/proc/10583/stat): 10583 (pb2sat) R 10582 10583 4060 0 -1 0 55111 0 0 0 1873 123 0 0 25 0 1 0 22423104 161366016 32742 4294967295 134512640 135987407 3221224560 3220896544 134855001 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10583/statm): 39396 32743 364 364 0 39032 0
[pid=10583] vsize: 157584
Current children cumulated CPU time (s) 19.96
Current children cumulated vsize (Kb) 157584

[startup+30.0016 s]
Raw data (loadavg): 0.91 0.95 0.93 2/55 10583
Raw data (/proc/10583/stat): 10583 (pb2sat) R 10582 10583 4060 0 -1 0 95062 0 0 0 2783 211 0 0 25 0 1 0 22423104 312467456 50485 4294967295 134512640 135987407 3221224560 3221095544 135488013 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10583/statm): 76286 50485 364 364 0 75922 0
[pid=10583] vsize: 305144
Current children cumulated CPU time (s) 29.94
Current children cumulated vsize (Kb) 305144

[startup+40.0023 s]
Raw data (loadavg): 0.92 0.96 0.93 2/55 10583
Raw data (/proc/10583/stat): 10583 (pb2sat) R 10582 10583 4060 0 -1 0 111731 0 0 0 3748 246 0 0 25 0 1 0 22423104 317198336 66878 4294967295 134512640 135987407 3221224560 3221136576 134861898 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10583/statm): 77441 66878 364 364 0 77077 0
[pid=10583] vsize: 309764
Current children cumulated CPU time (s) 39.94
Current children cumulated vsize (Kb) 309764

[startup+50.003 s]
Raw data (loadavg): 0.94 0.96 0.93 2/55 10583
Raw data (/proc/10583/stat): 10583 (pb2sat) R 10582 10583 4060 0 -1 0 164182 0 0 0 4633 356 0 0 25 0 1 0 22423104 647282688 99707 4294967295 134512640 135987407 3221224560 3221217040 134887487 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10583/statm): 158028 99711 364 364 0 157664 0
[pid=10583] vsize: 632112
Current children cumulated CPU time (s) 49.89
Current children cumulated vsize (Kb) 632112

[startup+60.0028 s]
Raw data (loadavg): 0.95 0.96 0.93 2/55 10583
Raw data (/proc/10583/stat): 10583 (pb2sat) R 10582 10583 4060 0 -1 0 191319 0 0 0 5564 425 0 0 25 0 1 0 22423104 585035776 102035 4294967295 134512640 135987407 3221224560 3221173216 134878060 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10583/statm): 142831 102035 364 364 0 142467 0
[pid=10583] vsize: 571324
Current children cumulated CPU time (s) 59.89
Current children cumulated vsize (Kb) 571324

[startup+70.0025 s]
Raw data (loadavg): 0.95 0.96 0.93 2/55 10583
Raw data (/proc/10583/stat): 10583 (pb2sat) R 10582 10583 4060 0 -1 0 208723 0 0 0 6521 466 0 0 25 0 1 0 22423104 591523840 119146 4294967295 134512640 135987407 3221224560 3221208064 134931224 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10583/statm): 144415 119147 364 364 0 144051 0
[pid=10583] vsize: 577660
Current children cumulated CPU time (s) 69.87
Current children cumulated vsize (Kb) 577660

[startup+80.0033 s]
Raw data (loadavg): 0.96 0.96 0.93 2/55 10583
Raw data (/proc/10583/stat): 10583 (pb2sat) R 10582 10583 4060 0 -1 0 225940 0 0 0 7476 510 0 0 25 0 1 0 22423104 649424896 136071 4294967295 134512640 135987407 3221224560 3221185520 134877628 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10583/statm): 158551 136071 364 364 0 158187 0
[pid=10583] vsize: 634204
Current children cumulated CPU time (s) 79.86
Current children cumulated vsize (Kb) 634204



Mem limit exceeded: sending SIGTERM then SIGKILL

[startup+88.2668 s]
Raw data (loadavg): 0.96 0.96 0.93 1/55 10583
Raw data (/proc/10583/stat): 10583 (pb2sat) T 10582 10583 4060 0 -1 0 240577 0 0 0 8269 543 0 0 25 0 1 0 22423104 943833088 150361 4294967295 134512640 135987407 3221224560 3221179948 135635874 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/10583/statm): 230428 150361 364 364 0 230064 0
[pid=10583] vsize: 921712
Current children cumulated CPU time (s) 88.12
Current children cumulated vsize (Kb) 921712

Sending SIGTERM to -10583
Sleeping 2 seconds

[startup+90.004 s]
Raw data (loadavg): 0.89 0.94 0.93 1/56 10584
Raw data (/proc/10583/stat): 10583 (pb2sat) S 10582 10583 4060 0 -1 0 240578 0 0 0 8277 543 0 0 25 0 1 0 22423104 943833088 150362 4294967295 134512640 135987407 3221224560 3221178744 135549753 0 16384 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10583/statm): 230428 150362 364 364 0 230064 0
[pid=10583] vsize: 921712
Current children cumulated CPU time (s) 88.2
Current children cumulated vsize (Kb) 921712
Sending SIGKILL to -10583
One traced child (pid=10583) ended because it received signal 9 (SIGKILL)
All traced children have exited ! Game is over.

Child ended because it received signal 9 (SIGKILL)
Real time (s): 90.5787
CPU time (s): 88.5095
CPU user time (s): 82.7734
CPU system time (s): 5.73613
CPU usage (%): 97.7156
Max. virtual memory (cumulated for all children) (Kb): 921712

Verifier Data

ERROR: no interpretation found !