Trace number 1796599

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-simp 070721UNSAT 57.9632 57.9851

General information on the benchmark

Namevelev-engi-uns-1.0-4nd.cnf
MD5SUM700f8e86139a93fca212e22efa0f7d2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.6767
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses67586
Sum of the clauses size190944
Maximum clause length58
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256649
Number of clauses of size 35901
Number of clauses of size 4437
Number of clauses of size 5591
Number of clauses of size over 54007

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:  7000                                                 |
0.00/0.00	|  Number of clauses:    67586                                                |
0.04/0.06	|  Parsing time:         0.06         s                                       |
0.29/0.40	============================[ Search Statistics ]==============================
0.29/0.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.40	===============================================================================
0.29/0.40	|         0 |    4968    60893   200037 |    20297        0    nan |  0.000 % |
0.39/0.43	|       101 |    4967    60893   200037 |    22327      100     25 |  1.930 % |
0.39/0.46	|       252 |    4967    60893   200037 |    24560      251     31 |  1.929 % |
0.49/0.52	|       477 |    4967    60893   200037 |    27016      476     31 |  1.929 % |
0.49/0.58	|       815 |    4921    60210   198248 |    29717      814     32 |  1.929 % |
0.59/0.69	|      1321 |    4921    60210   198248 |    32689     1320     30 |  1.929 % |
0.79/0.89	|      2085 |    4921    60210   198248 |    35958     2084     29 |  1.929 % |
1.10/1.17	|      3225 |    4920    60200   198228 |    39554     3223     29 |  1.943 % |
1.39/1.43	|      4933 |    4920    60200   198228 |    43509     4931     36 |  1.944 % |
1.89/1.94	|      7496 |    4920    60200   198228 |    47860     7494     37 |  1.943 % |
2.79/2.87	|     11340 |    4920    60200   198228 |    52646    11338     41 |  1.943 % |
4.19/4.20	|     17106 |    4920    60200   198228 |    57911    17104     49 |  1.943 % |
6.79/6.81	|     25757 |    4920    60200   198228 |    63702    25755     50 |  1.943 % |
11.29/11.31	|     38731 |    4920    60200   198228 |    70073    38729     52 |  1.944 % |
19.89/19.99	|     58192 |    4920    60200   198228 |    77080    58190     56 |  1.944 % |
34.68/34.72	|     87385 |    4919    59860   197457 |    84788    21276     53 |  1.959 % |
53.07/53.10	|    131174 |    4754    56302   187412 |    93267    44719     55 |  4.315 % |
57.87/57.98	===============================================================================
57.87/57.98	restarts              : 17
57.87/57.98	conflicts             : 141463         (2443 /sec)
57.87/57.98	decisions             : 211365         (0.40 % random) (3650 /sec)
57.87/57.98	propagations          : 38979334       (673181 /sec)
57.87/57.98	conflict literals     : 7559114        (46.86 % deleted)
57.87/57.98	Memory used           : 26.59 MB
57.87/57.98	CPU time              : 57.9032 s
57.87/57.98	
57.87/57.98	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-1796599-1242077889/watcher-1796599-1242077889 -o /tmp/evaluation-result-1796599-1242077889/solver-1796599-1242077889 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796599-1242077889.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.00 1.03 1.01 3/64 16865
/proc/meminfo: memFree=1280552/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=2060 CPUtime=0
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 408 0 0 0 0 0 0 0 18 0 1 0 235817407 2109440 393 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 550 397 65 178 0 370 0

[startup+0.054662 s]
/proc/loadavg: 1.00 1.03 1.01 3/64 16865
/proc/meminfo: memFree=1280552/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=5960 CPUtime=0.04
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 1310 0 0 0 4 0 0 0 18 0 1 0 235817407 6103040 1295 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 1490 1295 65 178 0 1310 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5960

[startup+0.101669 s]
/proc/loadavg: 1.00 1.03 1.01 3/64 16865
/proc/meminfo: memFree=1280552/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=6928 CPUtime=0.09
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 1544 0 0 0 9 0 0 0 18 0 1 0 235817407 7094272 1529 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 1732 1529 81 178 0 1552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6928

[startup+0.301708 s]
/proc/loadavg: 1.00 1.03 1.01 3/64 16865
/proc/meminfo: memFree=1280552/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=8960 CPUtime=0.29
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 2057 0 0 0 28 1 0 0 19 0 1 0 235817407 9175040 2042 1992294400 134512640 135243866 4294956256 18446744073709551615 134541621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 2240 2042 81 178 0 2060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8960

[startup+0.701784 s]
/proc/loadavg: 1.00 1.03 1.01 3/64 16865
/proc/meminfo: memFree=1280552/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=8280 CPUtime=0.69
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 2120 0 0 0 68 1 0 0 23 0 1 0 235817407 8478720 1917 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 2070 1917 86 178 0 1890 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8280

[startup+1.50194 s]
/proc/loadavg: 1.00 1.03 1.01 2/65 16866
/proc/meminfo: memFree=1273056/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=8280 CPUtime=1.49
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 2120 0 0 0 148 1 0 0 25 0 1 0 235817407 8478720 1917 1992294400 134512640 135243866 4294956256 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 2070 1917 86 178 0 1890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8280

[startup+3.10124 s]
/proc/loadavg: 1.00 1.03 1.01 2/65 16866
/proc/meminfo: memFree=1272928/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=8828 CPUtime=3.09
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 2249 0 0 0 308 1 0 0 25 0 1 0 235817407 9039872 2046 1992294400 134512640 135243866 4294956256 18446744073709551615 134555621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 2207 2046 86 178 0 2027 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8828

[startup+6.30185 s]
/proc/loadavg: 1.00 1.03 1.01 2/65 16866
/proc/meminfo: memFree=1270048/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=11768 CPUtime=6.29
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 3004 0 0 0 627 2 0 0 25 0 1 0 235817407 12050432 2801 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 2942 2801 86 178 0 2762 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11768

[startup+12.7011 s]
/proc/loadavg: 1.00 1.03 1.01 2/65 16866
/proc/meminfo: memFree=1265184/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=16668 CPUtime=12.68
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 4194 0 0 0 1266 2 0 0 25 0 1 0 235817407 17068032 3991 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 4167 3991 86 178 0 3987 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16668

[startup+25.5015 s]
/proc/loadavg: 1.00 1.03 1.01 2/65 16866
/proc/meminfo: memFree=1257824/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=23736 CPUtime=25.49
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 5965 0 0 0 2544 5 0 0 25 0 1 0 235817407 24305664 5762 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 5934 5762 86 178 0 5754 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23736

[startup+51.1014 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16866
/proc/meminfo: memFree=1254176/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=27224 CPUtime=51.07
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 6836 0 0 0 5102 5 0 0 25 0 1 0 235817407 27877376 6633 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 6806 6633 86 178 0 6626 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27224

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

[startup+54.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16866
/proc/meminfo: memFree=1254176/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=27224 CPUtime=54.27
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 6836 0 0 0 5422 5 0 0 25 0 1 0 235817407 27877376 6633 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 6806 6633 86 178 0 6626 0
Current children cumulated CPU time (s) 54.27
Current children cumulated vsize (KiB) 27224

[startup+55.9013 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16866
/proc/meminfo: memFree=1254176/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=27224 CPUtime=55.87
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 6837 0 0 0 5582 5 0 0 25 0 1 0 235817407 27877376 6634 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 6806 6634 86 178 0 6626 0
Current children cumulated CPU time (s) 55.87
Current children cumulated vsize (KiB) 27224

[startup+56.7015 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16866
/proc/meminfo: memFree=1254176/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=27224 CPUtime=56.67
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 6837 0 0 0 5662 5 0 0 25 0 1 0 235817407 27877376 6634 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 6806 6634 86 178 0 6626 0
Current children cumulated CPU time (s) 56.67
Current children cumulated vsize (KiB) 27224

[startup+57.5016 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16866
/proc/meminfo: memFree=1254112/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=27224 CPUtime=57.47
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 6837 0 0 0 5742 5 0 0 25 0 1 0 235817407 27877376 6634 1992294400 134512640 135243866 4294956256 18446744073709551615 134553063 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 6806 6634 86 178 0 6626 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 27224

[startup+57.9017 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16866
/proc/meminfo: memFree=1254112/2055920 swapFree=4191900/4192956
[pid=16865] ppid=16863 vsize=27224 CPUtime=57.87
/proc/16865/stat : 16865 (minisat_static) R 16863 16865 16665 0 -1 4194304 6837 0 0 0 5782 5 0 0 25 0 1 0 235817407 27877376 6634 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 0 0 0
/proc/16865/statm: 6806 6634 86 178 0 6626 0
Current children cumulated CPU time (s) 57.87
Current children cumulated vsize (KiB) 27224

Child status: 20
Real time (s): 57.9851
CPU time (s): 57.9632
CPU user time (s): 57.9032
CPU system time (s): 0.05999
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 27224

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

runsolver used 0.065989 second user time and 0.149977 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-11 23:38:10
IDJOB=1796599
IDBENCH=69594
IDSOLVER=568
FILE ID=node38/1796599-1242077889
PBS_JOBID= 9277637
Free space on /tmp= 66252 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796599-1242077889/watcher-1796599-1242077889 -o /tmp/evaluation-result-1796599-1242077889/solver-1796599-1242077889 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796599-1242077889.cnf

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

MD5SUM BENCH= 700f8e86139a93fca212e22efa0f7d2b
RANDOM SEED=1100305637

node38.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.265
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.265
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:       1281096 kB
Buffers:         66976 kB
Cached:         609364 kB
SwapCached:        260 kB
Active:         278508 kB
Inactive:       411516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1281096 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          22296 kB
Slab:            70820 kB
Committed_AS:   870268 kB
PageTables:       1456 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= 66252 MiB
End job on node38 at 2009-05-11 23:39:08