Trace number 1580565

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.285 107.334

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.285
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.27	c |  Number of variables:        162696                                         |
1.19/1.27	c |  Number of clauses:          811994                                         |
1.19/1.27	c |  Parse time:                   1.16 s                                       |
3.30/3.30	c |  Simplification time:          2.01 s                                       |
3.30/3.30	c |                                                                             |
3.30/3.31	c ============================[ Search Statistics ]==============================
3.30/3.31	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.30/3.31	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.30/3.31	c ===============================================================================
3.39/3.41	c |       100 |   85343   531879  1467169 |   195022      100    240 | 21.870 % |
3.59/3.60	c |       250 |   84531   531879  1467169 |   214524      248    132 | 22.369 % |
3.79/3.88	c |       475 |   83570   531879  1467169 |   235976      471    114 | 22.959 % |
4.09/4.18	c |       812 |   79352   531879  1467169 |   259574      803    102 | 25.552 % |
4.59/4.65	c |      1318 |   75179   491646  1361512 |   285532     1294     89 | 28.117 % |
5.49/5.51	c |      2077 |   75118   464185  1290163 |   314085     2038     94 | 28.154 % |
6.88/6.91	c |      3216 |   74048   458538  1276502 |   345493     3156    140 | 28.812 % |
9.49/9.51	c |      4924 |   72681   449079  1252230 |   380043     4843    144 | 29.652 % |
12.69/12.77	c |      7486 |   70819   437574  1221915 |   418047     7340    162 | 30.797 % |
16.89/16.99	c |     11330 |   68161   424706  1188551 |   459852    11041    161 | 32.430 % |
26.78/26.87	c |     17096 |   65002   398152  1120297 |   505837    16585    178 | 34.372 % |
45.86/45.92	c |     25745 |   61641   367198  1039645 |   556421    22811    186 | 36.438 % |
81.15/81.29	c |     38719 |   60922   362371  1027288 |   612063    35559    167 | 36.880 % |
107.24/107.31	c ===============================================================================
107.24/107.31	c restarts              : 146
107.24/107.31	c conflicts             : 48582          (454 /sec)
107.24/107.31	c decisions             : 330989         (3092 /sec)
107.24/107.31	c propagations          : 225223366      (2104287 /sec)
107.24/107.31	c conflict literals     : 6948123        (32.42 % deleted)
107.24/107.31	c Memory used           : 95.00 MB
107.24/107.31	c CPU time              : 107.031 s
107.24/107.31	c 
107.24/107.31	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-1580565-1238920484/watcher-1580565-1238920484 -o /tmp/evaluation-result-1580565-1238920484/solver-1580565-1238920484 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1580565-1238920484.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.99 1.82 1.42 2/64 2079
/proc/meminfo: memFree=1666264/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=8000 CPUtime=0
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 506 0 0 0 0 0 0 0 18 0 1 0 1164710791 8192000 490 1992294400 4194304 5092341 548682068832 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 2000 491 63 219 0 1778 0

[startup+0.0643891 s]
/proc/loadavg: 1.99 1.82 1.42 2/64 2079
/proc/meminfo: memFree=1666264/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=25956 CPUtime=0.06
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 3843 0 0 0 4 2 0 0 18 0 1 0 1164710791 26578944 3803 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 6489 3803 63 219 0 6267 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25956

[startup+0.101392 s]
/proc/loadavg: 1.99 1.82 1.42 2/64 2079
/proc/meminfo: memFree=1666264/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=27796 CPUtime=0.09
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 4519 0 0 0 7 2 0 0 18 0 1 0 1164710791 28463104 4438 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 6949 4439 63 219 0 6727 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27796

[startup+0.301413 s]
/proc/loadavg: 1.99 1.82 1.42 2/64 2079
/proc/meminfo: memFree=1666264/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=38436 CPUtime=0.29
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 8070 0 0 0 25 4 0 0 19 0 1 0 1164710791 39358464 7701 1992294400 4194304 5092341 548682068832 18446744073709551615 4270245 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 9609 7701 63 219 0 9387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38436

[startup+0.701459 s]
/proc/loadavg: 1.99 1.82 1.42 2/64 2079
/proc/meminfo: memFree=1666264/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=47940 CPUtime=0.69
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 11213 0 0 0 63 6 0 0 22 0 1 0 1164710791 49090560 10337 1992294400 4194304 5092341 548682068832 18446744073709551615 4523536 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 11985 10337 63 219 0 11763 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47940

[startup+1.50155 s]
/proc/loadavg: 1.91 1.81 1.42 2/65 2080
/proc/meminfo: memFree=1614544/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=80296 CPUtime=1.49
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 19243 0 0 0 138 11 0 0 25 0 1 0 1164710791 82223104 17227 1992294400 4194304 5092341 548682068832 18446744073709551615 4219791 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 20074 17227 87 219 0 19852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80296

[startup+3.10273 s]
/proc/loadavg: 1.91 1.81 1.42 2/65 2080
/proc/meminfo: memFree=1593488/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=94124 CPUtime=3.1
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 21482 0 0 0 297 13 0 0 25 0 1 0 1164710791 96382976 19466 1992294400 4194304 5092341 548682068832 18446744073709551615 4205692 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 23531 19466 87 219 0 23309 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 94124

[startup+6.30109 s]
/proc/loadavg: 1.91 1.81 1.42 2/65 2080
/proc/meminfo: memFree=1605776/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=69540 CPUtime=6.29
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 23895 0 0 0 615 14 0 0 25 0 1 0 1164710791 71208960 15321 1992294400 4194304 5092341 548682068832 18446744073709551615 4240669 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 17385 15321 103 219 0 17163 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69540

[startup+12.7018 s]
/proc/loadavg: 1.77 1.78 1.41 2/65 2080
/proc/meminfo: memFree=1602448/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=75380 CPUtime=12.69
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 24699 0 0 0 1254 15 0 0 25 0 1 0 1164710791 77189120 16125 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 18845 16125 103 219 0 18623 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75380

[startup+25.5013 s]
/proc/loadavg: 1.65 1.75 1.41 2/65 2080
/proc/meminfo: memFree=1595664/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=84140 CPUtime=25.48
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 26321 0 0 0 2531 17 0 0 25 0 1 0 1164710791 86159360 17747 1992294400 4194304 5092341 548682068832 18446744073709551615 4240682 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 21035 17747 103 219 0 20813 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84140

[startup+51.1012 s]
/proc/loadavg: 1.43 1.69 1.40 2/65 2080
/proc/meminfo: memFree=1587472/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=97276 CPUtime=51.05
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 28344 0 0 0 5085 20 0 0 25 0 1 0 1164710791 99610624 19770 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 24319 19770 103 219 0 24097 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 97276

[startup+102.306 s]
/proc/loadavg: 1.17 1.57 1.37 2/65 2080
/proc/meminfo: memFree=1579536/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=97276 CPUtime=102.25
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 30319 0 0 0 10202 23 0 0 25 0 1 0 1164710791 99610624 21745 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 24319 21745 103 219 0 24097 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 97276

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

[startup+105.501 s]
/proc/loadavg: 1.17 1.57 1.37 2/65 2080
/proc/meminfo: memFree=1579280/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=97276 CPUtime=105.44
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 30380 0 0 0 10521 23 0 0 25 0 1 0 1164710791 99610624 21806 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 24319 21806 103 219 0 24097 0
Current children cumulated CPU time (s) 105.44
Current children cumulated vsize (KiB) 97276

[startup+106.301 s]
/proc/loadavg: 1.17 1.57 1.37 2/65 2080
/proc/meminfo: memFree=1579280/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=97276 CPUtime=106.24
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 30394 0 0 0 10601 23 0 0 25 0 1 0 1164710791 99610624 21820 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 24319 21820 103 219 0 24097 0
Current children cumulated CPU time (s) 106.24
Current children cumulated vsize (KiB) 97276

[startup+107.102 s]
/proc/loadavg: 1.16 1.56 1.37 2/65 2080
/proc/meminfo: memFree=1579152/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=97276 CPUtime=107.04
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 30409 0 0 0 10681 23 0 0 25 0 1 0 1164710791 99610624 21835 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 24319 21835 103 219 0 24097 0
Current children cumulated CPU time (s) 107.04
Current children cumulated vsize (KiB) 97276

[startup+107.302 s]
/proc/loadavg: 1.16 1.56 1.37 2/65 2080
/proc/meminfo: memFree=1579152/2055920 swapFree=4178508/4192956
[pid=2079] ppid=2077 vsize=97276 CPUtime=107.24
/proc/2079/stat : 2079 (minisat) R 2077 2079 1844 0 -1 4194304 30412 0 0 0 10701 23 0 0 25 0 1 0 1164710791 99610624 21838 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/2079/statm: 24319 21838 103 219 0 24097 0
Current children cumulated CPU time (s) 107.24
Current children cumulated vsize (KiB) 97276

Child status: 20
Real time (s): 107.334
CPU time (s): 107.285
CPU user time (s): 107.031
CPU system time (s): 0.253961
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 97276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.031
system time used= 0.253961
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= 127

runsolver used 0.114982 second user time and 0.242963 second system time

The end

Launcher Data

Begin job on node62 at 2009-04-05 10:34:45
IDJOB=1580565
IDBENCH=71019
IDSOLVER=546
FILE ID=node62/1580565-1238920484
PBS_JOBID= 9101408
Free space on /tmp= 66548 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-1580565-1238920484/watcher-1580565-1238920484 -o /tmp/evaluation-result-1580565-1238920484/solver-1580565-1238920484 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1580565-1238920484.cnf

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=592181507

node62.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:       1666744 kB
Buffers:         26220 kB
Cached:         286588 kB
SwapCached:       7608 kB
Active:         113560 kB
Inactive:       208500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666744 kB
SwapTotal:     4192956 kB
SwapFree:      4178508 kB
Dirty:           15880 kB
Writeback:           0 kB
Mapped:          15016 kB
Slab:            52884 kB
Committed_AS:  3118392 kB
PageTables:       1460 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= 66548 MiB
End job on node62 at 2009-04-05 10:36:32