Trace number 1774692

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 42.1266 42.166

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.3869
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

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.75	c |  Number of variables:        123925                                         |
0.69/0.75	c |  Number of clauses:          533845                                         |
0.69/0.75	c |  Parse time:                   0.68 s                                       |
1.99/2.01	c |  Simplification time:          1.24 s                                       |
1.99/2.01	c |                                                                             |
1.99/2.01	c ============================[ Search Statistics ]==============================
1.99/2.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.01	c ===============================================================================
1.99/2.09	c |       100 |   65866   326946   864087 |   119880       99    142 | 23.988 % |
2.29/2.37	c |       250 |   60899   326946   864087 |   131868      244    109 | 27.996 % |
2.39/2.48	c |       475 |   60899   326946   864087 |   145055      469     95 | 27.996 % |
2.90/2.96	c |       812 |   60886   299432   795092 |   159560      804    119 | 28.006 % |
3.69/3.79	c |      1318 |   60043   299340   794846 |   175516     1308    140 | 28.687 % |
4.69/4.76	c |      2077 |   57034   280219   746286 |   193068     2058    152 | 31.115 % |
6.28/6.31	c |      3216 |   56270   273938   730295 |   212375     3154    186 | 31.731 % |
8.58/8.69	c |      4924 |   54810   265208   708487 |   233612     4818    190 | 32.909 % |
12.98/13.00	c |      7486 |   53399   265044   708061 |   256973     7373    196 | 34.048 % |
19.38/19.45	c |     11330 |   52337   251832   674947 |   282671    11146    203 | 34.905 % |
31.37/31.47	c |     17096 |   50792   243311   654634 |   310938    16877    196 | 36.152 % |
42.05/42.15	c ===============================================================================
42.05/42.15	c restarts              : 77
42.05/42.15	c conflicts             : 21347          (509 /sec)
42.05/42.15	c decisions             : 174670         (4162 /sec)
42.05/42.15	c propagations          : 95504194       (2275501 /sec)
42.05/42.15	c conflict literals     : 3725404        (35.02 % deleted)
42.05/42.15	c Memory used           : 64.63 MB
42.05/42.15	c CPU time              : 41.9706 s
42.05/42.15	c 
42.05/42.15	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-1774692-1241220444/watcher-1774692-1241220444 -o /tmp/evaluation-result-1774692-1241220444/solver-1774692-1241220444 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1774692-1241220444.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.98 3/64 30703
/proc/meminfo: memFree=1361784/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=8192 CPUtime=0
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 544 0 0 0 0 0 0 0 18 0 1 0 150078494 8388608 528 1992294400 4194304 5092341 548682068848 18446744073709551615 4209789 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 2048 529 63 219 0 1826 0

[startup+0.0817091 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 30703
/proc/meminfo: memFree=1361784/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=19400 CPUtime=0.07
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 3436 0 0 0 7 0 0 0 18 0 1 0 150078494 19865600 3357 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 4850 3357 63 219 0 4628 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19400

[startup+0.101709 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 30703
/proc/meminfo: memFree=1361784/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=20696 CPUtime=0.09
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 3866 0 0 0 8 1 0 0 18 0 1 0 150078494 21192704 3726 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 5174 3727 63 219 0 4952 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20696

[startup+0.301729 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 30703
/proc/meminfo: memFree=1361784/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=27664 CPUtime=0.29
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 6408 0 0 0 27 2 0 0 19 0 1 0 150078494 28327936 6041 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 6916 6041 63 219 0 6694 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27664

[startup+0.701768 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 30703
/proc/meminfo: memFree=1361784/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=51124 CPUtime=0.69
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 11962 0 0 0 63 6 0 0 23 0 1 0 150078494 52350976 10632 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 12781 10632 63 219 0 12559 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51124

[startup+1.50185 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1314800/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=64080 CPUtime=1.49
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 14637 0 0 0 142 7 0 0 25 0 1 0 150078494 65617920 13307 1992294400 4194304 5092341 548682068848 18446744073709551615 4223064 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 16020 13307 87 219 0 15798 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64080

[startup+3.10201 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1321072/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=45092 CPUtime=3.09
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 16110 0 0 0 300 9 0 0 25 0 1 0 150078494 46174208 10305 1992294400 4194304 5092341 548682068848 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 11273 10306 102 219 0 11051 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45092

[startup+6.30132 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1319416/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=47688 CPUtime=6.28
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 16574 0 0 0 619 9 0 0 25 0 1 0 150078494 48832512 10769 1992294400 4194304 5092341 548682068848 18446744073709551615 4251647 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 11922 10770 103 219 0 11700 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47688

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1315960/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=51580 CPUtime=12.68
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 17383 0 0 0 1258 10 0 0 25 0 1 0 150078494 52817920 11578 1992294400 4194304 5092341 548682068848 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 12895 11578 103 219 0 12673 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 51580

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1309688/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=57420 CPUtime=25.48
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 18887 0 0 0 2535 13 0 0 25 0 1 0 150078494 58798080 13082 1992294400 4194304 5092341 548682068848 18446744073709551615 4240633 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 14355 13082 103 219 0 14133 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 57420

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

[startup+31.9059 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1308024/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=66180 CPUtime=31.87
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 19292 0 0 0 3174 13 0 0 25 0 1 0 150078494 67768320 13487 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 16545 13487 103 219 0 16323 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 66180

[startup+38.3015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1307128/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=66180 CPUtime=38.26
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 19551 0 0 0 3812 14 0 0 25 0 1 0 150078494 67768320 13746 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 16545 13746 103 219 0 16323 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 66180

[startup+39.9017 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1306808/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=66180 CPUtime=39.85
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 19602 0 0 0 3971 14 0 0 25 0 1 0 150078494 67768320 13797 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 16545 13797 103 219 0 16323 0
Current children cumulated CPU time (s) 39.85
Current children cumulated vsize (KiB) 66180

[startup+41.5018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1306616/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=66180 CPUtime=41.45
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 19662 0 0 0 4131 14 0 0 25 0 1 0 150078494 67768320 13857 1992294400 4194304 5092341 548682068848 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 16545 13857 103 219 0 16323 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 66180

[startup+41.9019 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1306488/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=66180 CPUtime=41.85
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 19671 0 0 0 4171 14 0 0 25 0 1 0 150078494 67768320 13866 1992294400 4194304 5092341 548682068848 18446744073709551615 4244040 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 16545 13866 103 219 0 16323 0
Current children cumulated CPU time (s) 41.85
Current children cumulated vsize (KiB) 66180

[startup+42.1019 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30704
/proc/meminfo: memFree=1306488/2055920 swapFree=4175308/4192956
[pid=30703] ppid=30701 vsize=66180 CPUtime=42.05
/proc/30703/stat : 30703 (minisat) R 30701 30703 30477 0 -1 4194304 19674 0 0 0 4191 14 0 0 25 0 1 0 150078494 67768320 13869 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/30703/statm: 16545 13869 103 219 0 16323 0
Current children cumulated CPU time (s) 42.05
Current children cumulated vsize (KiB) 66180

Child status: 20
Real time (s): 42.166
CPU time (s): 42.1266
CPU user time (s): 41.9706
CPU system time (s): 0.155976
CPU usage (%): 99.9065
Max. virtual memory (cumulated for all children) (KiB): 66180

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

runsolver used 0.040993 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-02 01:27:25
IDJOB=1774692
IDBENCH=70997
IDSOLVER=608
FILE ID=node12/1774692-1241220444
PBS_JOBID= 9224760
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=414796156

node12.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.213
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.213
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:       1362200 kB
Buffers:         71984 kB
Cached:         521084 kB
SwapCached:      11928 kB
Active:          59668 kB
Inactive:       547800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1362200 kB
SwapTotal:     4192956 kB
SwapFree:      4175308 kB
Dirty:           10112 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            72304 kB
Committed_AS:   821068 kB
PageTables:       1392 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= 66456 MiB
End job on node12 at 2009-05-02 01:28:07