Trace number 1774792

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 107.13 107.162

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.13
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
1.19/1.26	c |  Number of variables:        162696                                         |
1.19/1.26	c |  Number of clauses:          811994                                         |
1.19/1.26	c |  Parse time:                   1.15 s                                       |
3.19/3.29	c |  Simplification time:          2.00 s                                       |
3.19/3.29	c |                                                                             |
3.19/3.29	c ============================[ Search Statistics ]==============================
3.19/3.29	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.29	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.29	c ===============================================================================
3.29/3.39	c |       100 |   85343   531879  1467169 |   195022      100    240 | 21.870 % |
3.49/3.58	c |       250 |   84531   531879  1467169 |   214524      248    132 | 22.369 % |
3.79/3.86	c |       475 |   83570   531879  1467169 |   235976      471    114 | 22.959 % |
4.09/4.16	c |       812 |   79352   531879  1467169 |   259574      803    102 | 25.552 % |
4.59/4.63	c |      1318 |   75179   491646  1361512 |   285532     1294     89 | 28.117 % |
5.39/5.50	c |      2077 |   75118   464185  1290163 |   314085     2038     94 | 28.154 % |
6.89/6.91	c |      3216 |   74048   458538  1276502 |   345493     3156    140 | 28.812 % |
9.48/9.53	c |      4924 |   72681   449079  1252230 |   380043     4843    144 | 29.652 % |
12.79/12.80	c |      7486 |   70819   437574  1221915 |   418047     7340    162 | 30.797 % |
16.98/17.00	c |     11330 |   68161   424706  1188551 |   459852    11041    161 | 32.430 % |
26.78/26.83	c |     17096 |   65002   398152  1120297 |   505837    16585    178 | 34.372 % |
45.78/45.85	c |     25745 |   61641   367198  1039645 |   556421    22811    186 | 36.438 % |
81.07/81.15	c |     38719 |   60922   362371  1027288 |   612063    35559    167 | 36.880 % |
107.06/107.14	c ===============================================================================
107.06/107.14	c restarts              : 146
107.06/107.14	c conflicts             : 48582          (455 /sec)
107.06/107.14	c decisions             : 330989         (3097 /sec)
107.06/107.14	c propagations          : 225223366      (2107220 /sec)
107.06/107.14	c conflict literals     : 6948123        (32.42 % deleted)
107.06/107.14	c Memory used           : 95.00 MB
107.06/107.14	c CPU time              : 106.882 s
107.06/107.14	c 
107.06/107.14	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-1774792-1241221471/watcher-1774792-1241221471 -o /tmp/evaluation-result-1774792-1241221471/solver-1774792-1241221471 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1774792-1241221471.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.99 0.97 0.97 3/64 25910
/proc/meminfo: memFree=923976/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=8000 CPUtime=0
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 508 0 0 0 0 0 0 0 18 0 1 0 150180826 8192000 492 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 2048 493 63 219 0 1826 0

[startup+0.094076 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25910
/proc/meminfo: memFree=923976/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=27240 CPUtime=0.08
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 4311 0 0 0 6 2 0 0 18 0 1 0 150180826 27893760 4271 1992294400 4194304 5092341 548682068848 18446744073709551615 4270245 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 6871 4277 63 219 0 6649 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27240

[startup+0.101076 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25910
/proc/meminfo: memFree=923976/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=27796 CPUtime=0.09
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 4499 0 0 0 7 2 0 0 18 0 1 0 150180826 28463104 4418 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 6949 4418 63 219 0 6727 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27796

[startup+0.301099 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25910
/proc/meminfo: memFree=923976/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=38568 CPUtime=0.29
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 8081 0 0 0 25 4 0 0 19 0 1 0 150180826 39493632 7712 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 9642 7712 63 219 0 9420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38568

[startup+0.701145 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 25910
/proc/meminfo: memFree=923976/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=47940 CPUtime=0.69
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 11237 0 0 0 63 6 0 0 22 0 1 0 150180826 49090560 10361 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 11985 10362 63 219 0 11763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47940

[startup+1.50124 s]
/proc/loadavg: 1.15 1.00 0.98 2/65 25911
/proc/meminfo: memFree=871616/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=80296 CPUtime=1.49
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 19243 0 0 0 137 12 0 0 25 0 1 0 150180826 82223104 17227 1992294400 4194304 5092341 548682068848 18446744073709551615 4247667 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 20074 17227 87 219 0 19852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80296

[startup+3.10142 s]
/proc/loadavg: 1.15 1.00 0.98 2/65 25911
/proc/meminfo: memFree=850944/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=94124 CPUtime=3.09
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 21482 0 0 0 296 13 0 0 25 0 1 0 150180826 96382976 19466 1992294400 4194304 5092341 548682068848 18446744073709551615 4253894 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 23531 19466 87 219 0 23309 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94124

[startup+6.3018 s]
/proc/loadavg: 1.15 1.00 0.98 2/65 25911
/proc/meminfo: memFree=863296/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=69540 CPUtime=6.29
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 23896 0 0 0 615 14 0 0 25 0 1 0 150180826 71208960 15322 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 17385 15322 103 219 0 17163 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69540

[startup+12.7025 s]
/proc/loadavg: 1.13 1.00 0.98 2/65 25911
/proc/meminfo: memFree=859976/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=75380 CPUtime=12.69
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 24688 0 0 0 1254 15 0 0 25 0 1 0 150180826 77189120 16114 1992294400 4194304 5092341 548682068848 18446744073709551615 4248322 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 18845 16114 103 219 0 18623 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75380

[startup+25.501 s]
/proc/loadavg: 1.11 1.00 0.98 2/65 25911
/proc/meminfo: memFree=853256/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=84140 CPUtime=25.48
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 26327 0 0 0 2531 17 0 0 25 0 1 0 150180826 86159360 17753 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 21035 17753 103 219 0 20813 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84140

[startup+51.101 s]
/proc/loadavg: 1.07 1.00 0.98 2/65 25911
/proc/meminfo: memFree=845128/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=97276 CPUtime=51.07
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 28344 0 0 0 5088 19 0 0 25 0 1 0 150180826 99610624 19770 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 24319 19770 103 219 0 24097 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 97276

[startup+102.305 s]
/proc/loadavg: 1.03 1.00 0.98 2/65 25911
/proc/meminfo: memFree=837192/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=97276 CPUtime=102.27
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 30322 0 0 0 10204 23 0 0 25 0 1 0 150180826 99610624 21748 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 24319 21748 103 219 0 24097 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 97276

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

[startup+105.501 s]
/proc/loadavg: 1.03 1.00 0.98 2/65 25911
/proc/meminfo: memFree=836936/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=97276 CPUtime=105.47
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 30383 0 0 0 10524 23 0 0 25 0 1 0 150180826 99610624 21809 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 24319 21809 103 219 0 24097 0
Current children cumulated CPU time (s) 105.47
Current children cumulated vsize (KiB) 97276

[startup+106.301 s]
/proc/loadavg: 1.03 1.00 0.98 2/65 25911
/proc/meminfo: memFree=836936/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=97276 CPUtime=106.26
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 30397 0 0 0 10603 23 0 0 25 0 1 0 150180826 99610624 21823 1992294400 4194304 5092341 548682068848 18446744073709551615 4240879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 24319 21823 103 219 0 24097 0
Current children cumulated CPU time (s) 106.26
Current children cumulated vsize (KiB) 97276

[startup+106.706 s]
/proc/loadavg: 1.02 1.00 0.98 2/65 25911
/proc/meminfo: memFree=836872/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=97276 CPUtime=106.67
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 30407 0 0 0 10644 23 0 0 25 0 1 0 150180826 99610624 21833 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 24319 21833 103 219 0 24097 0
Current children cumulated CPU time (s) 106.67
Current children cumulated vsize (KiB) 97276

[startup+107.103 s]
/proc/loadavg: 1.02 1.00 0.98 2/65 25911
/proc/meminfo: memFree=836872/2055920 swapFree=4182092/4192956
[pid=25910] ppid=25908 vsize=97276 CPUtime=107.06
/proc/25910/stat : 25910 (minisat) R 25908 25910 25817 0 -1 4194304 30412 0 0 0 10683 23 0 0 25 0 1 0 150180826 99610624 21838 1992294400 4194304 5092341 548682068848 18446744073709551615 4241329 0 0 4096 3 0 0 0 17 1 0 0
/proc/25910/statm: 24319 21838 103 219 0 24097 0
Current children cumulated CPU time (s) 107.06
Current children cumulated vsize (KiB) 97276

Child status: 20
Real time (s): 107.162
CPU time (s): 107.13
CPU user time (s): 106.882
CPU system time (s): 0.247962
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 97276

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

runsolver used 0.097985 second user time and 0.249962 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-02 01:44:32
IDJOB=1774792
IDBENCH=71019
IDSOLVER=608
FILE ID=node11/1774792-1241221471
PBS_JOBID= 9224767
Free space on /tmp= 66388 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774792-1241221471/watcher-1774792-1241221471 -o /tmp/evaluation-result-1774792-1241221471/solver-1774792-1241221471 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1774792-1241221471.cnf

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=68510250

node11.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.214
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.214
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:        924392 kB
Buffers:         82236 kB
Cached:         939316 kB
SwapCached:       4976 kB
Active:         113412 kB
Inactive:       916324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        924392 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:           15824 kB
Writeback:           0 kB
Mapped:          14472 kB
Slab:            87760 kB
Committed_AS:   678524 kB
PageTables:       1460 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= 66388 MiB
End job on node11 at 2009-05-02 01:46:19