Trace number 1797871

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-core 070721UNSAT 62.5735 62.5977

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.6554
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

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:  14628                                                |
0.00/0.00	|  Number of clauses:    161477                                               |
0.06/0.10	|  Parsing time:         0.09         s                                       |
0.09/0.10	============================[ Search Statistics ]==============================
0.09/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	===============================================================================
0.09/0.10	|         0 |   14621   161427   460111 |    53809        0    nan |  0.000 % |
0.09/0.18	|       100 |   14620   161427   460111 |    59189       99     13 |  0.055 % |
0.19/0.22	|       251 |   14620   161427   460111 |    65108      250     22 |  0.055 % |
0.19/0.29	|       476 |   14620   161427   460111 |    71619      475     22 |  0.055 % |
0.29/0.36	|       815 |   14620   161427   460111 |    78781      814     48 |  0.055 % |
0.49/0.50	|      1321 |   14620   161377   460011 |    86659     1320     51 |  0.055 % |
0.59/0.67	|      2081 |   14620   161377   460011 |    95325     2080     59 |  0.055 % |
0.89/0.95	|      3220 |   14620   161377   460011 |   104858     3219     51 |  0.055 % |
1.39/1.44	|      4929 |   14619   161354   459965 |   115344     4927     60 |  0.062 % |
2.10/2.16	|      7492 |   14619   161354   459965 |   126878     7490     70 |  0.062 % |
3.39/3.43	|     11336 |   14618   161347   459951 |   139566    11332     97 |  0.068 % |
5.50/5.52	|     17102 |   14617   161331   459919 |   153523    17097    100 |  0.075 % |
9.80/9.86	|     25753 |   14614   161100   459438 |   168875    25744    126 |  0.096 % |
16.58/16.69	|     38728 |   14614   161100   459438 |   185763    38719    146 |  0.096 % |
29.69/29.73	|     58189 |   14614   161100   459438 |   204339    58180    159 |  0.096 % |
49.17/49.25	|     87382 |   14614   161100   459438 |   224773    87373    140 |  0.096 % |
62.47/62.58	===============================================================================
62.47/62.58	restarts              : 16
62.47/62.58	conflicts             : 106699         (1709 /sec)
62.47/62.58	decisions             : 322116         (0.70 % random) (5160 /sec)
62.47/62.58	propagations          : 41096185       (658313 /sec)
62.47/62.58	conflict literals     : 14158687       (40.56 % deleted)
62.47/62.58	Memory used           : 66.70 MB
62.47/62.58	CPU time              : 62.4265 s
62.47/62.58	
62.47/62.58	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-1797871-1242089711/watcher-1797871-1242089711 -o /tmp/evaluation-result-1797871-1242089711/solver-1797871-1242089711 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797871-1242089711.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: 0.99 0.98 0.99 3/64 11040
/proc/meminfo: memFree=876216/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=2028 CPUtime=0
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 394 0 0 0 0 0 0 0 18 0 1 0 236999685 2076672 379 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 507 380 58 171 0 333 0

[startup+0.0716919 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11040
/proc/meminfo: memFree=876216/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=7288 CPUtime=0.06
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 1660 0 0 0 5 1 0 0 18 0 1 0 236999685 7462912 1645 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 1822 1646 58 171 0 1648 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7288

[startup+0.101697 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11040
/proc/meminfo: memFree=876216/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=9644 CPUtime=0.09
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 2199 0 0 0 8 1 0 0 18 0 1 0 236999685 9875456 2184 1992294400 134512640 135213614 4294956256 18446744073709551615 134524018 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 2411 2184 71 171 0 2237 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9644

[startup+0.301734 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11040
/proc/meminfo: memFree=876216/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=9908 CPUtime=0.29
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 2293 0 0 0 28 1 0 0 19 0 1 0 236999685 10145792 2278 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 2477 2278 78 171 0 2303 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9908

[startup+0.701809 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11040
/proc/meminfo: memFree=876216/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=10568 CPUtime=0.69
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 2432 0 0 0 68 1 0 0 22 0 1 0 236999685 10821632 2417 1992294400 134512640 135213614 4294956256 18446744073709551615 134526851 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 2642 2417 78 171 0 2468 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10568

[startup+1.50196 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=866544/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=11360 CPUtime=1.49
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 2648 0 0 0 148 1 0 0 25 0 1 0 236999685 11632640 2633 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 2840 2633 78 171 0 2666 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11360

[startup+3.10126 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=864944/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=13892 CPUtime=3.09
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 3265 0 0 0 307 2 0 0 25 0 1 0 236999685 14225408 3250 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 3473 3250 78 171 0 3299 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13892

[startup+6.30187 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=859824/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=18852 CPUtime=6.29
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 4516 0 0 0 626 3 0 0 25 0 1 0 236999685 19304448 4501 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 4713 4501 78 171 0 4539 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18852

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=850800/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=26944 CPUtime=12.68
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 6540 0 0 0 1264 4 0 0 25 0 1 0 236999685 27590656 6525 1992294400 134512640 135213614 4294956256 18446744073709551615 134536404 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 6736 6525 78 171 0 6562 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26944

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=833072/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=44332 CPUtime=25.48
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 10863 0 0 0 2540 8 0 0 25 0 1 0 236999685 45395968 10848 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 11083 10848 78 171 0 10909 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44332

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=814448/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=63284 CPUtime=51.08
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 15598 0 0 0 5096 12 0 0 25 0 1 0 236999685 64802816 15583 1992294400 134512640 135213614 4294956256 18446744073709551615 134526948 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 15821 15583 78 171 0 15647 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 63284

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

[startup+57.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=809520/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=67864 CPUtime=57.47
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 16727 0 0 0 5734 13 0 0 25 0 1 0 236999685 69492736 16712 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 16966 16712 78 171 0 16792 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 67864

[startup+60.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=808880/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=68292 CPUtime=60.67
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 16817 0 0 0 6054 13 0 0 25 0 1 0 236999685 69931008 16802 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 17073 16802 78 171 0 16899 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 68292

[startup+61.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=808880/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=68292 CPUtime=61.47
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 16827 0 0 0 6134 13 0 0 25 0 1 0 236999685 69931008 16812 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 17073 16812 78 171 0 16899 0
Current children cumulated CPU time (s) 61.47
Current children cumulated vsize (KiB) 68292

[startup+62.3014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=808880/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=68292 CPUtime=62.27
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 16827 0 0 0 6214 13 0 0 25 0 1 0 236999685 69931008 16812 1992294400 134512640 135213614 4294956256 18446744073709551615 134526697 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 17073 16812 78 171 0 16899 0
Current children cumulated CPU time (s) 62.27
Current children cumulated vsize (KiB) 68292

[startup+62.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11041
/proc/meminfo: memFree=808880/2055920 swapFree=4181168/4192956
[pid=11040] ppid=11038 vsize=68292 CPUtime=62.47
/proc/11040/stat : 11040 (minisat_static) R 11038 11040 10916 0 -1 4194304 16827 0 0 0 6234 13 0 0 25 0 1 0 236999685 69931008 16812 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/11040/statm: 17073 16812 78 171 0 16899 0
Current children cumulated CPU time (s) 62.47
Current children cumulated vsize (KiB) 68292

Child status: 20
Real time (s): 62.5977
CPU time (s): 62.5735
CPU user time (s): 62.4265
CPU system time (s): 0.146977
CPU usage (%): 99.9614
Max. virtual memory (cumulated for all children) (KiB): 68292

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

runsolver used 0.046992 second user time and 0.155976 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-12 02:55:11
IDJOB=1797871
IDBENCH=71731
IDSOLVER=651
FILE ID=node37/1797871-1242089711
PBS_JOBID= 9277674
Free space on /tmp= 66292 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797871-1242089711/watcher-1797871-1242089711 -o /tmp/evaluation-result-1797871-1242089711/solver-1797871-1242089711 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797871-1242089711.cnf

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED=2134337692

node37.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.259
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.259
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:        876632 kB
Buffers:         80480 kB
Cached:         990760 kB
SwapCached:       5608 kB
Active:          36064 kB
Inactive:      1043528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        876632 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            3576 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            85800 kB
Committed_AS:   926908 kB
PageTables:       1372 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= 66292 MiB
End job on node37 at 2009-05-12 02:56:14