Trace number 1797846

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
minisat2-core 070721UNSAT 42.6535 42.6635

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 benchmark30.7423
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  7807                                                 |
0.00/0.00	|  Number of clauses:    24351                                                |
0.00/0.01	|  Parsing time:         0.01         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |    7447    22375    54190 |     7458        0    nan |  0.000 % |
0.00/0.03	|       101 |    7372    22106    53559 |     8204       82      7 |  5.617 % |
0.00/0.06	|       251 |    7372    22106    53559 |     9024      232      9 |  5.616 % |
0.07/0.09	|       476 |    7369    22090    53523 |     9927      457     13 |  5.615 % |
0.09/0.16	|       813 |    7369    22090    53523 |    10919      794     19 |  5.610 % |
0.29/0.32	|      1319 |    7369    22090    53523 |    12011     1300     27 |  5.613 % |
0.39/0.42	|      2078 |    7369    22090    53523 |    13212     2059     24 |  5.610 % |
0.59/0.70	|      3217 |    7369    22090    53523 |    14534     3198     30 |  5.610 % |
1.09/1.19	|      4925 |    7369    22090    53523 |    15987     4906     30 |  5.610 % |
1.99/2.04	|      7487 |    7369    22090    53523 |    17586     7468     34 |  5.610 % |
3.69/3.73	|     11332 |    7369    22090    53523 |    19344    11313     32 |  5.610 % |
6.39/6.49	|     17101 |    7367    22082    53507 |    21279    17078     35 |  5.636 % |
10.89/10.93	|     25750 |    7363    22066    53475 |    23407    13784     26 |  5.687 % |
16.40/16.43	|     38724 |    7363    22066    53475 |    25748    26758     28 |  5.692 % |
26.79/26.86	|     58185 |    7270    21794    52899 |    28323    19243     24 |  6.880 % |
42.59/42.66	===============================================================================
42.59/42.66	restarts              : 15
42.59/42.66	conflicts             : 84216          (1975 /sec)
42.59/42.66	decisions             : 100302         (0.97 % random) (2353 /sec)
42.59/42.66	propagations          : 67491246       (1583130 /sec)
42.59/42.66	conflict literals     : 2376923        (52.26 % deleted)
42.59/42.66	Memory used           : 7.69 MB
42.59/42.66	CPU time              : 42.6315 s
42.59/42.66	
42.59/42.66	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-1797846-1242078664/watcher-1797846-1242078664 -o /tmp/evaluation-result-1797846-1242078664/solver-1797846-1242078664 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797846-1242078664.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 1.02 1.00 3/65 17680
/proc/meminfo: memFree=1932976/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=2304 CPUtime=0
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 235895376 2359296 254 1992294400 134512640 135213614 4294956256 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 576 254 58 171 0 402 0

[startup+0.0742369 s]
/proc/loadavg: 1.05 1.02 1.00 3/65 17680
/proc/meminfo: memFree=1932976/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=3332 CPUtime=0.07
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 558 0 0 0 7 0 0 0 18 0 1 0 235895376 3411968 543 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 833 543 77 171 0 659 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3332

[startup+0.10124 s]
/proc/loadavg: 1.05 1.02 1.00 3/65 17680
/proc/meminfo: memFree=1932976/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=3332 CPUtime=0.09
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 562 0 0 0 9 0 0 0 18 0 1 0 235895376 3411968 547 1992294400 134512640 135213614 4294956256 18446744073709551615 134529556 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 833 547 77 171 0 659 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3332

[startup+0.30126 s]
/proc/loadavg: 1.05 1.02 1.00 3/65 17680
/proc/meminfo: memFree=1932976/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=3464 CPUtime=0.29
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 594 0 0 0 29 0 0 0 19 0 1 0 235895376 3547136 579 1992294400 134512640 135213614 4294956256 18446744073709551615 134535853 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 866 579 77 171 0 692 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3464

[startup+0.701302 s]
/proc/loadavg: 1.05 1.02 1.00 3/65 17680
/proc/meminfo: memFree=1932976/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=3860 CPUtime=0.69
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 678 0 0 0 69 0 0 0 22 0 1 0 235895376 3952640 663 1992294400 134512640 135213614 4294956256 18446744073709551615 134741534 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 965 663 77 171 0 791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3860

[startup+1.50138 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1930408/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=4276 CPUtime=1.49
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 805 0 0 0 149 0 0 0 25 0 1 0 235895376 4378624 790 1992294400 134512640 135213614 4294956256 18446744073709551615 134527264 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1069 790 77 171 0 895 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4276

[startup+3.10155 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1929640/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=4936 CPUtime=3.09
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 965 0 0 0 309 0 0 0 25 0 1 0 235895376 5054464 950 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1234 950 77 171 0 1060 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4936

[startup+6.30189 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1928232/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=6256 CPUtime=6.29
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 1306 0 0 0 628 1 0 0 25 0 1 0 235895376 6406144 1291 1992294400 134512640 135213614 4294956256 18446744073709551615 134539030 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1564 1291 77 171 0 1390 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6256

[startup+12.7016 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1926696/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=7556 CPUtime=12.69
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 1600 0 0 0 1267 2 0 0 25 0 1 0 235895376 7737344 1585 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1889 1585 77 171 0 1715 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7556

[startup+25.5019 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1926504/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=7704 CPUtime=25.49
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 1642 0 0 0 2547 2 0 0 25 0 1 0 235895376 7888896 1627 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1926 1627 77 171 0 1752 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7704

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

[startup+31.9056 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1926376/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=7868 CPUtime=31.89
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 1677 0 0 0 3187 2 0 0 25 0 1 0 235895376 8056832 1662 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1967 1662 77 171 0 1793 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 7868

[startup+38.3022 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1926376/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=7868 CPUtime=38.29
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 1678 0 0 0 3827 2 0 0 25 0 1 0 235895376 8056832 1663 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1967 1663 77 171 0 1793 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 7868

[startup+39.9014 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1926376/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=7868 CPUtime=39.89
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 1678 0 0 0 3987 2 0 0 25 0 1 0 235895376 8056832 1663 1992294400 134512640 135213614 4294956256 18446744073709551615 134526840 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1967 1663 77 171 0 1793 0
Current children cumulated CPU time (s) 39.89
Current children cumulated vsize (KiB) 7868

[startup+41.5015 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1926376/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=7868 CPUtime=41.49
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 1678 0 0 0 4147 2 0 0 25 0 1 0 235895376 8056832 1663 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1967 1663 77 171 0 1793 0
Current children cumulated CPU time (s) 41.49
Current children cumulated vsize (KiB) 7868

[startup+42.3016 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1926376/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=7868 CPUtime=42.29
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 1678 0 0 0 4227 2 0 0 25 0 1 0 235895376 8056832 1663 1992294400 134512640 135213614 4294956256 18446744073709551615 134527173 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1967 1663 77 171 0 1793 0
Current children cumulated CPU time (s) 42.29
Current children cumulated vsize (KiB) 7868

[startup+42.5017 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1926376/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=7868 CPUtime=42.49
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 1678 0 0 0 4247 2 0 0 25 0 1 0 235895376 8056832 1663 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1967 1663 77 171 0 1793 0
Current children cumulated CPU time (s) 42.49
Current children cumulated vsize (KiB) 7868

[startup+42.6017 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 17681
/proc/meminfo: memFree=1926376/2055912 swapFree=4149820/4192956
[pid=17680] ppid=17678 vsize=7868 CPUtime=42.59
/proc/17680/stat : 17680 (minisat_static) R 17678 17680 17337 0 -1 4194304 1678 0 0 0 4257 2 0 0 25 0 1 0 235895376 8056832 1663 1992294400 134512640 135213614 4294956256 18446744073709551615 134527003 0 0 4096 3 0 0 0 17 1 0 0
/proc/17680/statm: 1967 1663 77 171 0 1793 0
Current children cumulated CPU time (s) 42.59
Current children cumulated vsize (KiB) 7868

Child status: 20
Real time (s): 42.6635
CPU time (s): 42.6535
CPU user time (s): 42.6315
CPU system time (s): 0.021996
CPU usage (%): 99.9767
Max. virtual memory (cumulated for all children) (KiB): 7868

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

runsolver used 0.047992 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node78 at 2009-05-11 23:51:04
IDJOB=1797846
IDBENCH=69621
IDSOLVER=651
FILE ID=node78/1797846-1242078664
PBS_JOBID= 9277618
Free space on /tmp= 126616 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT_RACE08/cnf/cmu-bmc-longmult15.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797846-1242078664/watcher-1797846-1242078664 -o /tmp/evaluation-result-1797846-1242078664/solver-1797846-1242078664 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797846-1242078664.cnf

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

MD5SUM BENCH= 21b49b73035bb6e7a1dd17830907ac9d
RANDOM SEED=819078095

node78.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.243
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.243
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:      2055912 kB
MemFree:       1933392 kB
Buffers:          1992 kB
Cached:          23720 kB
SwapCached:      36168 kB
Active:          21584 kB
Inactive:        41656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1933392 kB
SwapTotal:     4192956 kB
SwapFree:      4149820 kB
Dirty:            1136 kB
Writeback:           0 kB
Mapped:          14164 kB
Slab:            45036 kB
Committed_AS:   604932 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126616 MiB
End job on node78 at 2009-05-11 23:51:46