Trace number 1720655

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
VARSAT-crafted 2009-03-22UNSAT 35.5006 35.5116

General information on the benchmark

Namecmu-bmc-longmult15.cnf
MD5SUM21b49b73035bb6e7a1dd17830907ac9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.67244
Satisfiable
(Un)Satisfiability was proved
Number of variables7807
Number of clauses24351
Sum of the clauses size58557
Maximum clause length18
Minimum clause length1
Number of clauses of size 153
Number of clauses of size 216386
Number of clauses of size 36700
Number of clauses of size 4908
Number of clauses of size 516
Number of clauses of size over 5288

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  7807                                                 |
0.00/0.00	c |  Number of clauses:    24351                                                |
0.00/0.03	c |  Parsing time:         0.02         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          1803625967.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.08/0.15	c ============================[ Search Statistics ]==============================
0.08/0.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.08/0.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.08/0.15	c ===============================================================================
0.08/0.15	c |         0 |    1731     9791    32002 |     3263        0    nan |  0.000 % |
0.08/0.18	c |       101 |    1731     9791    32002 |     3590      101     18 |  4.752 % |
0.19/0.21	c |       252 |    1730     9791    32002 |     3949      251     16 |  4.765 % |
0.19/0.26	c |       477 |    1730     9791    32002 |     4343      476     15 |  4.765 % |
0.29/0.32	c |       815 |    1730     9786    31989 |     4778      814     16 |  4.765 % |
0.29/0.40	c |      1321 |    1730     9786    31989 |     5256     1320     17 |  4.765 % |
0.49/0.51	c |      2081 |    1730     9786    31989 |     5781     2080     21 |  4.765 % |
0.69/0.73	c |      3222 |    1730     9786    31989 |     6359     3221     21 |  4.765 % |
1.00/1.03	c |      4931 |    1730     9786    31989 |     6995     4930     21 |  4.765 % |
1.59/1.66	c |      7493 |    1729     9781    31976 |     7695     7486     21 |  4.778 % |
2.39/2.50	c |     11337 |    1729     9781    31976 |     8465     7008     19 |  4.778 % |
3.59/3.69	c |     17103 |    1729     9781    31976 |     9311     8074     19 |  4.778 % |
5.50/5.52	c |     25752 |    1729     9781    31976 |    10242     6497     17 |  4.778 % |
8.59/8.70	c |     38727 |    1729     9781    31976 |    11267     8381     17 |  4.778 % |
13.29/13.39	c |     58189 |    1729     9781    31976 |    12393     9165     17 |  4.778 % |
20.58/20.69	c |     87381 |    1684     9321    30519 |    13633    11100     17 |  5.354 % |
32.98/33.05	c |    131171 |    1684     9321    30519 |    14996    10913     16 |  5.354 % |
35.48/35.50	c ===============================================================================
35.48/35.50	c surveys--CPU time (sec)   : 0.2780         (0.78 % of total)
35.48/35.50	c surveys--attempted        : 17             (61 /sec)
35.48/35.50	c surveys--converged        : 17             (100.00 % successful)
35.48/35.50	c restarts              : 17
35.48/35.50	c conflicts             : 142510         (4048 /sec)
35.48/35.50	c decisions             : 164797         (0.90 % random) (4681 /sec)
35.48/35.50	c propagations          : 42019469       (1193611 /sec)
35.48/35.50	c conflict literals     : 2720985        (46.24 % deleted)
35.48/35.50	c Memory used           : 10.89 MB
35.48/35.50	c Total CPU time (sec)      : 35.4816     
35.48/35.50	c 
35.48/35.50	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1720655-1240658679/watcher-1720655-1240658679 -o /tmp/evaluation-result-1720655-1240658679/solver-1720655-1240658679 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1803625967 HOME/instance-1720655-1240658679.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.06 1.18 3/65 17434
/proc/meminfo: memFree=1873624/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=3028 CPUtime=0
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 434 0 0 0 0 0 0 0 20 0 1 0 93898040 3100672 419 1992294400 4194304 5102648 548682068768 18446744073709551615 4245161 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 757 419 87 221 0 533 0

[startup+0.0410511 s]
/proc/loadavg: 1.00 1.06 1.18 3/65 17434
/proc/meminfo: memFree=1873624/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=6868 CPUtime=0.03
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 1382 0 0 0 3 0 0 0 20 0 1 0 93898040 7032832 1367 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 1717 1368 100 221 0 1493 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6868

[startup+0.101057 s]
/proc/loadavg: 1.00 1.06 1.18 3/65 17434
/proc/meminfo: memFree=1873624/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=9648 CPUtime=0.08
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2019 0 0 0 8 0 0 0 20 0 1 0 93898040 9879552 2004 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2412 2004 100 221 0 2188 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9648

[startup+0.30108 s]
/proc/loadavg: 1.00 1.06 1.18 3/65 17434
/proc/meminfo: memFree=1873624/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=9960 CPUtime=0.29
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2290 0 0 0 28 1 0 0 22 0 1 0 93898040 10199040 2152 1992294400 4194304 5102648 548682068768 18446744073709551615 4249948 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2490 2152 112 221 0 2266 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9960

[startup+0.701124 s]
/proc/loadavg: 1.00 1.06 1.18 3/65 17434
/proc/meminfo: memFree=1873624/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=9960 CPUtime=0.69
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2290 0 0 0 68 1 0 0 25 0 1 0 93898040 10199040 2152 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2490 2152 112 221 0 2266 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9960

[startup+1.50121 s]
/proc/loadavg: 1.00 1.06 1.18 2/66 17435
/proc/meminfo: memFree=1865296/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=9960 CPUtime=1.49
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2290 0 0 0 148 1 0 0 25 0 1 0 93898040 10199040 2152 1992294400 4194304 5102648 548682068768 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2490 2152 112 221 0 2266 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9960

[startup+3.10139 s]
/proc/loadavg: 1.00 1.06 1.18 2/66 17435
/proc/meminfo: memFree=1865104/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=10132 CPUtime=3.09
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2317 0 0 0 308 1 0 0 25 0 1 0 93898040 10375168 2179 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2533 2179 112 221 0 2309 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10132

[startup+6.30175 s]
/proc/loadavg: 1.00 1.06 1.18 2/66 17435
/proc/meminfo: memFree=1864976/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=10276 CPUtime=6.29
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2353 0 0 0 628 1 0 0 25 0 1 0 93898040 10522624 2215 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2569 2215 112 221 0 2345 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10276

[startup+12.7015 s]
/proc/loadavg: 1.00 1.06 1.17 2/66 17435
/proc/meminfo: memFree=1864656/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=10660 CPUtime=12.69
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2426 0 0 0 1268 1 0 0 25 0 1 0 93898040 10915840 2288 1992294400 4194304 5102648 548682068768 18446744073709551615 4249043 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2665 2288 112 221 0 2441 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10660

[startup+25.5019 s]
/proc/loadavg: 1.00 1.06 1.17 2/66 17435
/proc/meminfo: memFree=1864272/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=10980 CPUtime=25.48
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2520 0 0 0 2547 1 0 0 25 0 1 0 93898040 11243520 2382 1992294400 4194304 5102648 548682068768 18446744073709551615 4249986 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2745 2382 112 221 0 2521 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10980

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

[startup+31.9056 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 17435
/proc/meminfo: memFree=1864144/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=11152 CPUtime=31.89
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2548 0 0 0 3188 1 0 0 25 0 1 0 93898040 11419648 2410 1992294400 4194304 5102648 548682068768 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2788 2410 112 221 0 2564 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 11152

[startup+33.5018 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 17435
/proc/meminfo: memFree=1864144/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=11152 CPUtime=33.48
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2562 0 0 0 3347 1 0 0 25 0 1 0 93898040 11419648 2424 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2788 2424 112 221 0 2564 0
Current children cumulated CPU time (s) 33.48
Current children cumulated vsize (KiB) 11152

[startup+34.3019 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 17435
/proc/meminfo: memFree=1864080/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=11152 CPUtime=34.28
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2567 0 0 0 3427 1 0 0 25 0 1 0 93898040 11419648 2429 1992294400 4194304 5102648 548682068768 18446744073709551615 4249757 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2788 2429 112 221 0 2564 0
Current children cumulated CPU time (s) 34.28
Current children cumulated vsize (KiB) 11152

[startup+35.102 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 17435
/proc/meminfo: memFree=1864080/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=11152 CPUtime=35.08
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2567 0 0 0 3507 1 0 0 25 0 1 0 93898040 11419648 2429 1992294400 4194304 5102648 548682068768 18446744073709551615 4250037 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2788 2429 112 221 0 2564 0
Current children cumulated CPU time (s) 35.08
Current children cumulated vsize (KiB) 11152

[startup+35.502 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 17435
/proc/meminfo: memFree=1864080/2055920 swapFree=4192192/4192956
[pid=17434] ppid=17432 vsize=11152 CPUtime=35.48
/proc/17434/stat : 17434 (varsat-crafted_) R 17432 17434 17183 0 -1 4194304 2575 0 0 0 3547 1 0 0 25 0 1 0 93898040 11419648 2437 1992294400 4194304 5102648 548682068768 18446744073709551615 4225955 0 0 4096 3 0 0 0 17 1 0 0
/proc/17434/statm: 2788 2437 112 221 0 2564 0
Current children cumulated CPU time (s) 35.48
Current children cumulated vsize (KiB) 11152

Child status: 20
Real time (s): 35.5116
CPU time (s): 35.5006
CPU user time (s): 35.4826
CPU system time (s): 0.017997
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 11152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.4826
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2580
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= 84

runsolver used 0.046992 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-25 13:24:39
IDJOB=1720655
IDBENCH=69621
IDSOLVER=537
FILE ID=node76/1720655-1240658679
PBS_JOBID= 9186550
Free space on /tmp= 66200 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT_RACE08/cnf/cmu-bmc-longmult15.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720655-1240658679/watcher-1720655-1240658679 -o /tmp/evaluation-result-1720655-1240658679/solver-1720655-1240658679 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1803625967 HOME/instance-1720655-1240658679.cnf

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

MD5SUM BENCH= 21b49b73035bb6e7a1dd17830907ac9d
RANDOM SEED=1803625967

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1874040 kB
Buffers:          9380 kB
Cached:         112944 kB
SwapCached:        620 kB
Active:          35864 kB
Inactive:       100324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874040 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          22400 kB
Slab:            31516 kB
Committed_AS:   304608 kB
PageTables:       1432 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= 66200 MiB
End job on node76 at 2009-04-25 13:25:15