Trace number 1772582

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 19.3051 19.3108

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-11-u.cnf
MD5SUM770fa9cd880a43d98e936f33f4e86d7a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.4705
Satisfiable
(Un)Satisfiability was proved
Number of variables156980
Number of clauses696581
Sum of the clauses size1582352
Maximum clause length10
Minimum clause length1
Number of clauses of size 113310
Number of clauses of size 2570471
Number of clauses of size 382900
Number of clauses of size 43320
Number of clauses of size 513280
Number of clauses of size over 513300

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 |                                                                             |
0.69/0.79	c |  Number of variables:        156980                                         |
0.69/0.79	c |  Number of clauses:          683271                                         |
0.69/0.79	c |  Parse time:                   0.71 s                                       |
2.69/2.73	c |  Simplification time:          1.91 s                                       |
2.69/2.73	c |                                                                             |
2.69/2.73	c ============================[ Search Statistics ]==============================
2.69/2.73	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.69/2.73	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.69/2.73	c ===============================================================================
2.89/2.92	c |       100 |   35151   266050   692271 |    97551       86     36 | 49.308 % |
3.09/3.17	c |       250 |   29182   266050   692271 |   107306      230     41 | 53.111 % |
3.39/3.42	c |       475 |   26876   266050   692271 |   118037      449     37 | 54.580 % |
3.79/3.87	c |       812 |   26646   134039   362902 |   129841      766     38 | 54.726 % |
4.49/4.58	c |      1318 |   24914   123081   336530 |   142825     1267     41 | 55.829 % |
5.50/5.53	c |      2077 |   23840   116656   320675 |   157107     2000     41 | 56.514 % |
6.69/6.70	c |      3216 |   23833   116597   320536 |   172818     3133     36 | 56.518 % |
8.89/8.91	c |      4924 |   23792   116301   319752 |   190100     4835     36 | 56.544 % |
11.99/12.07	c |      7486 |   23751   116012   319001 |   209110     7391     37 | 56.570 % |
16.39/16.43	c |     11330 |   23731   115869   318624 |   230021    11227     35 | 56.583 % |
19.28/19.30	c ===============================================================================
19.28/19.30	c restarts              : 61
19.28/19.30	c conflicts             : 14208          (741 /sec)
19.28/19.30	c decisions             : 24910          (1299 /sec)
19.28/19.30	c propagations          : 35468412       (1849617 /sec)
19.28/19.30	c conflict literals     : 454187         (50.14 % deleted)
19.28/19.30	c Memory used           : 59.52 MB
19.28/19.30	c CPU time              : 19.1761 s
19.28/19.30	c 
19.28/19.30	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-1772582-1241174910/watcher-1772582-1241174910 -o /tmp/evaluation-result-1772582-1241174910/solver-1772582-1241174910 -C 10000 -W 6000 -M 1800 HOME/minisat HOME/instance-1772582-1241174910.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): 6000 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.00 0.00 0.00 3/64 16961
/proc/meminfo: memFree=824120/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=7960 CPUtime=0
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 475 0 0 0 0 0 0 0 18 0 1 0 145523736 8151040 459 1992294400 4194304 5092341 548682068848 18446744073709551615 4515195 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 1990 467 64 219 0 1768 0

[startup+0.0457521 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 16961
/proc/meminfo: memFree=824120/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=11812 CPUtime=0.03
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 1553 0 0 0 3 0 0 0 18 0 1 0 145523736 12095488 1537 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 2953 1538 63 219 0 2731 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11812

[startup+0.101759 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 16961
/proc/meminfo: memFree=824120/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=19600 CPUtime=0.09
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 3551 0 0 0 8 1 0 0 18 0 1 0 145523736 20070400 3394 1992294400 4194304 5092341 548682068848 18446744073709551615 4514852 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 4900 3394 63 219 0 4678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19600

[startup+0.301782 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 16961
/proc/meminfo: memFree=824120/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=40444 CPUtime=0.29
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 9181 0 0 0 25 4 0 0 19 0 1 0 145523736 41414656 8594 1992294400 4194304 5092341 548682068848 18446744073709551615 4523536 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 10111 8594 63 219 0 9889 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40444

[startup+0.70183 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 16961
/proc/meminfo: memFree=824120/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=64756 CPUtime=0.69
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 15319 0 0 0 61 8 0 0 22 0 1 0 145523736 66310144 13972 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 16189 13973 63 219 0 15967 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64756

[startup+1.50192 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 16962
/proc/meminfo: memFree=763248/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=77464 CPUtime=1.49
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 17428 0 0 0 140 9 0 0 25 0 1 0 145523736 79323136 16081 1992294400 4194304 5092341 548682068848 18446744073709551615 4227423 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 19366 16081 87 219 0 19144 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77464

[startup+3.10111 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 16962
/proc/meminfo: memFree=757232/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=58344 CPUtime=3.09
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 19381 0 0 0 298 11 0 0 25 0 1 0 145523736 59744256 12496 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 14586 12496 100 219 0 14364 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58344

[startup+6.3015 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 16962
/proc/meminfo: memFree=773744/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=58344 CPUtime=6.29
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 19480 0 0 0 618 11 0 0 25 0 1 0 145523736 59744256 12595 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 14586 12595 103 219 0 14364 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58344

[startup+12.7013 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 16962
/proc/meminfo: memFree=773040/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=58344 CPUtime=12.68
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 19678 0 0 0 1257 11 0 0 25 0 1 0 145523736 59744256 12793 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 14586 12793 103 219 0 14364 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 58344

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

[startup+15.9016 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 16962
/proc/meminfo: memFree=772656/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=60940 CPUtime=15.88
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 19769 0 0 0 1577 11 0 0 25 0 1 0 145523736 62402560 12884 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 15235 12884 103 219 0 15013 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 60940

[startup+17.5018 s]
/proc/loadavg: 0.28 0.06 0.02 2/65 16962
/proc/meminfo: memFree=772400/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=60940 CPUtime=17.49
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 19819 0 0 0 1738 11 0 0 25 0 1 0 145523736 62402560 12934 1992294400 4194304 5092341 548682068848 18446744073709551615 4250102 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 15235 12934 103 219 0 15013 0
Current children cumulated CPU time (s) 17.49
Current children cumulated vsize (KiB) 60940

[startup+18.3019 s]
/proc/loadavg: 0.28 0.06 0.02 2/65 16962
/proc/meminfo: memFree=772400/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=60940 CPUtime=18.28
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 19839 0 0 0 1817 11 0 0 25 0 1 0 145523736 62402560 12954 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 15235 12954 103 219 0 15013 0
Current children cumulated CPU time (s) 18.28
Current children cumulated vsize (KiB) 60940

[startup+19.102 s]
/proc/loadavg: 0.28 0.06 0.02 2/65 16962
/proc/meminfo: memFree=772272/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=60940 CPUtime=19.08
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 19854 0 0 0 1897 11 0 0 25 0 1 0 145523736 62402560 12969 1992294400 4194304 5092341 548682068848 18446744073709551615 4244063 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 15235 12969 103 219 0 15013 0
Current children cumulated CPU time (s) 19.08
Current children cumulated vsize (KiB) 60940

[startup+19.301 s]
/proc/loadavg: 0.28 0.06 0.02 2/65 16962
/proc/meminfo: memFree=772272/2055920 swapFree=4191900/4192956
[pid=16961] ppid=16959 vsize=60940 CPUtime=19.28
/proc/16961/stat : 16961 (minisat) R 16959 16961 16924 0 -1 4194304 19856 0 0 0 1917 11 0 0 25 0 1 0 145523736 62402560 12971 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/16961/statm: 15235 12971 103 219 0 15013 0
Current children cumulated CPU time (s) 19.28
Current children cumulated vsize (KiB) 60940

Child status: 20
Real time (s): 19.3108
CPU time (s): 19.3051
CPU user time (s): 19.1761
CPU system time (s): 0.12898
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 79288

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

runsolver used 0.024996 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node33 at 2009-05-01 12:48:31
IDJOB=1772582
IDBENCH=20343
IDSOLVER=608
FILE ID=node33/1772582-1241174910
PBS_JOBID= 9224525
Free space on /tmp= 66440 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772582-1241174910/watcher-1772582-1241174910 -o /tmp/evaluation-result-1772582-1241174910/solver-1772582-1241174910 -C 10000 -W 6000 -M 1800  HOME/minisat HOME/instance-1772582-1241174910.cnf

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

MD5SUM BENCH= 770fa9cd880a43d98e936f33f4e86d7a
RANDOM SEED=132316478

node33.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.212
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.212
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:        824536 kB
Buffers:         70504 kB
Cached:        1051112 kB
SwapCached:        384 kB
Active:          71072 kB
Inactive:      1063868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        824536 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           13176 kB
Writeback:           0 kB
Mapped:          21696 kB
Slab:            82464 kB
Committed_AS:   647204 kB
PageTables:       1388 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= 66436 MiB
End job on node33 at 2009-05-01 12:48:50