Trace number 1880365

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 into four (or five) parts:
  1. 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 ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
bsolo 3.1 pbUNSAT 71.6021 71.6327

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
MD5SUM6d44efaff34237725f88a3d0685c8f91
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.49401
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables20605
Total number of constraints59851
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c bsolo beta version 3.1 - 13/04/2009 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Generic Pseudo-Boolean Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Memory Limit set to 1800 MB
0.00/0.00	c Instance file HOME/instance-1880365-1245128402.opb
0.00/0.00	c File size is 1816939 bytes.
0.19/0.25	c Highest Coefficient sum: 134
0.19/0.25	c Parsing was ok!!
0.19/0.25	c Total parsing time: 0.252 s
0.19/0.28	c Var: 20605 Constr: 59851 58675/0/1176 Lit: 149369 Watch. Lit: 121012
0.19/0.28	c Obj. Vars: 0 (0 % of total variables)
50.88/50.92	c Pre-processing Time: 50.903 s
50.88/50.92	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
50.88/50.92	c        0  16448    48640   123835    2    99071   41693      0      0 50.90
50.88/50.92	c Switching off lower bounding mode.
71.56/71.62	c      100  16448    48840   125998    2   102603   45863    200      1 51.13
71.56/71.62	c      251  16448    49140   132620    2   103344   50450    500      4 51.47
71.56/71.62	c      477  16448    49571   141827    2   104365   55496    931      9 52.96
71.56/71.62	c      815  16448    50150   187436    3   105622   61046   1510     15 53.44
71.56/71.62	c     1325  16447    51068   240838    4   107516   67151   2428     23 55.30
71.56/71.62	c     2088  16447    52474   354793    6   110532   73867   3834     35 59.32
71.56/71.62	c     3234  16447    54630   554168   10   114903   81254   5990     49 65.42
71.56/71.62	c Backtracks by Clause: 4118
71.56/71.62	c Backtracks by PB constraint: 31
71.56/71.62	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
71.56/71.62	c    7     4153   1548    13027    56378   685681   7738     58 71.60
71.56/71.62	s UNSATISFIABLE
71.56/71.62	c Total time: 71.597 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1880365-1245128402/watcher-1880365-1245128402 -o /tmp/evaluation-result-1880365-1245128402/solver-1880365-1245128402 -C 1800 -W 2000 -M 1800 bsolo -l3 -t1800 -m1800 HOME/instance-1880365-1245128402.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 6948
/proc/meminfo: memFree=1788928/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=12488 CPUtime=0
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 257 0 0 0 0 0 0 0 18 0 1 0 180437386 12787712 241 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 3122 242 176 640 0 2034 0

[startup+0.0171551 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 6948
/proc/meminfo: memFree=1788928/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=12900 CPUtime=0.01
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 380 0 0 0 1 0 0 0 18 0 1 0 180437386 13209600 364 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 3225 365 198 640 0 2137 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12900

[startup+0.101163 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 6948
/proc/meminfo: memFree=1788928/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=15548 CPUtime=0.09
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 1176 0 0 0 9 0 0 0 18 0 1 0 180437386 15921152 1160 1992294400 134512640 137136520 4294956256 18446744073709551615 136504651 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 3887 1160 344 640 0 2799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15548

[startup+0.301184 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 6948
/proc/meminfo: memFree=1788928/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=23128 CPUtime=0.29
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 3772 0 0 0 28 1 0 0 19 0 1 0 180437386 23683072 3272 1992294400 134512640 137136520 4294956256 18446744073709551615 134545039 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 5782 3272 189 640 0 5138 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23128

[startup+0.701228 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 6948
/proc/meminfo: memFree=1788928/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=23524 CPUtime=0.69
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 3890 0 0 0 68 1 0 0 22 0 1 0 180437386 24088576 3390 1992294400 134512640 137136520 4294956256 18446744073709551615 134563028 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 5881 3390 189 640 0 5237 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23524

[startup+1.50131 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 6949
/proc/meminfo: memFree=1775992/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=23656 CPUtime=1.49
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 3893 0 0 0 148 1 0 0 25 0 1 0 180437386 24223744 3393 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 5914 3393 189 640 0 5270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23656

[startup+3.10249 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 6949
/proc/meminfo: memFree=1775864/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=23656 CPUtime=3.09
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 3898 0 0 0 308 1 0 0 25 0 1 0 180437386 24223744 3398 1992294400 134512640 137136520 4294956256 18446744073709551615 136498324 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 5914 3398 189 640 0 5270 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23656

[startup+6.30184 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 6949
/proc/meminfo: memFree=1775608/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=23656 CPUtime=6.29
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 3902 0 0 0 628 1 0 0 25 0 1 0 180437386 24223744 3402 1992294400 134512640 137136520 4294956256 18446744073709551615 136498219 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 5914 3402 189 640 0 5270 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23656

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 6949
/proc/meminfo: memFree=1775680/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=23656 CPUtime=12.68
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 3908 0 0 0 1267 1 0 0 25 0 1 0 180437386 24223744 3408 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 5914 3408 189 640 0 5270 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23656

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 6949
/proc/meminfo: memFree=1775680/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=23656 CPUtime=25.48
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 3920 0 0 0 2546 2 0 0 25 0 1 0 180437386 24223744 3420 1992294400 134512640 137136520 4294956256 18446744073709551615 134543878 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 5914 3420 189 640 0 5270 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23656

[startup+51.1017 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 6949
/proc/meminfo: memFree=1775616/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=24160 CPUtime=51.07
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 4232 0 0 0 5099 8 0 0 25 0 1 0 180437386 24739840 3529 1992294400 134512640 137136520 4294956256 18446744073709551615 136568305 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 6040 3529 198 640 0 5396 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24160

Solver just ended. Dumping a history of the last processes samples

[startup+63.9011 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 6955
/proc/meminfo: memFree=1771520/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=28084 CPUtime=63.87
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 5214 0 0 0 6377 10 0 0 25 0 1 0 180437386 28758016 4511 1992294400 134512640 137136520 4294956256 18446744073709551615 134573439 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 7021 4511 198 640 0 6377 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 28084

[startup+67.1055 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 6955
/proc/meminfo: memFree=1770368/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=29228 CPUtime=67.07
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 5500 0 0 0 6697 10 0 0 25 0 1 0 180437386 29929472 4797 1992294400 134512640 137136520 4294956256 18446744073709551615 136295593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 7307 4797 198 640 0 6663 0
Current children cumulated CPU time (s) 67.07
Current children cumulated vsize (KiB) 29228

[startup+68.7016 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 6955
/proc/meminfo: memFree=1770048/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=29724 CPUtime=68.66
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 5624 0 0 0 6856 10 0 0 25 0 1 0 180437386 30437376 4921 1992294400 134512640 137136520 4294956256 18446744073709551615 134543884 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 7431 4921 198 640 0 6787 0
Current children cumulated CPU time (s) 68.66
Current children cumulated vsize (KiB) 29724

[startup+70.3018 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 6955
/proc/meminfo: memFree=1769536/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=30052 CPUtime=70.27
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 5706 0 0 0 7017 10 0 0 25 0 1 0 180437386 30773248 5003 1992294400 134512640 137136520 4294956256 18446744073709551615 136295117 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 7513 5003 198 640 0 6869 0
Current children cumulated CPU time (s) 70.27
Current children cumulated vsize (KiB) 30052

[startup+71.1019 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 6955
/proc/meminfo: memFree=1769536/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=30216 CPUtime=71.06
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 5747 0 0 0 7096 10 0 0 25 0 1 0 180437386 30941184 5044 1992294400 134512640 137136520 4294956256 18446744073709551615 136293438 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 7554 5044 198 640 0 6910 0
Current children cumulated CPU time (s) 71.06
Current children cumulated vsize (KiB) 30216

[startup+71.5059 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 6955
/proc/meminfo: memFree=1769344/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=30216 CPUtime=71.47
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 5747 0 0 0 7137 10 0 0 25 0 1 0 180437386 30941184 5044 1992294400 134512640 137136520 4294956256 18446744073709551615 134573541 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 7554 5044 198 640 0 6910 0
Current children cumulated CPU time (s) 71.47
Current children cumulated vsize (KiB) 30216

[startup+71.6029 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 6955
/proc/meminfo: memFree=1769344/2055920 swapFree=4191900/4192956
[pid=6948] ppid=6946 vsize=30408 CPUtime=71.56
/proc/6948/stat : 6948 (bsolo) R 6946 6948 6911 0 -1 4194304 5795 0 0 0 7146 10 0 0 25 0 1 0 180437386 31137792 5092 1992294400 134512640 137136520 4294956256 18446744073709551615 134543927 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6948/statm: 7602 5092 198 640 0 6958 0
Current children cumulated CPU time (s) 71.56
Current children cumulated vsize (KiB) 30408

Child status: 0
Real time (s): 71.6327
CPU time (s): 71.6021
CPU user time (s): 71.4941
CPU system time (s): 0.107983
CPU usage (%): 99.9573
Max. virtual memory (cumulated for all children) (KiB): 30408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.4941
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5796
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 142

runsolver used 0.06399 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node37 at 2009-06-16 07:00:02
IDJOB=1880365
IDBENCH=1450
IDSOLVER=701
FILE ID=node37/1880365-1245128402
PBS_JOBID= 9363691
Free space on /tmp= 66164 MiB

SOLVER NAME= bsolo 3.1 pb
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
COMMAND LINE= bsolo -l3 -tTIMEOUT -mMEMLIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1880365-1245128402/watcher-1880365-1245128402 -o /tmp/evaluation-result-1880365-1245128402/solver-1880365-1245128402 -C 1800 -W 2000 -M 1800  bsolo -l3 -t1800 -m1800 HOME/instance-1880365-1245128402.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6d44efaff34237725f88a3d0685c8f91
RANDOM SEED=395579623

node37.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1789344 kB
Buffers:         34364 kB
Cached:         152580 kB
SwapCached:        260 kB
Active:          53656 kB
Inactive:       146500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789344 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            5956 kB
Writeback:           0 kB
Mapped:          21668 kB
Slab:            52484 kB
Committed_AS:   152740 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66160 MiB
End job on node37 at 2009-06-16 07:01:14