Trace number 1775332

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 49.6315 49.65

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 benchmark14.4278
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	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.09/0.16	c |  Number of variables:         14628                                         |
0.09/0.16	c |  Number of clauses:          161476                                         |
0.09/0.16	c |  Parse time:                   0.15 s                                       |
0.79/0.86	c |  Simplification time:          0.70 s                                       |
0.79/0.86	c |                                                                             |
0.79/0.86	c ============================[ Search Statistics ]==============================
0.79/0.86	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.86	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.86	c ===============================================================================
0.79/0.88	c |       100 |   11572   151524   438499 |    55558      100     12 |  0.048 % |
0.89/0.90	c |       250 |   11572   151524   438499 |    61114      250     21 |  0.048 % |
0.89/0.92	c |       475 |   11572   151524   438499 |    67226      475     31 |  0.048 % |
0.89/0.95	c |       812 |   11572   151524   438499 |    73948      812     36 |  0.048 % |
0.99/1.01	c |      1318 |   11572   151524   438499 |    81343     1318     37 |  0.048 % |
0.99/1.09	c |      2077 |   11572   151524   438499 |    89478     2077     36 |  0.048 % |
1.19/1.20	c |      3216 |   11572   151524   438499 |    98425     3216     41 |  0.048 % |
1.39/1.42	c |      4924 |   11570   151474   438371 |   108268     4922     44 |  0.062 % |
1.69/1.72	c |      7486 |   11566   151427   438277 |   119095     7479     43 |  0.089 % |
2.19/2.25	c |     11330 |   11566   151269   437948 |   131004    11323     43 |  0.089 % |
3.09/3.10	c |     17096 |   11566   151269   437948 |   144105    17089     48 |  0.089 % |
4.19/4.25	c |     25745 |   11566   151269   437948 |   158515    25738     50 |  0.091 % |
6.09/6.18	c |     38719 |   11566   151269   437948 |   174367    38712     49 |  0.089 % |
9.48/9.59	c |     58180 |   11566   151269   437948 |   191804    58173     51 |  0.089 % |
15.29/15.40	c |     87372 |   11563   151260   437930 |   210984    87362     51 |  0.110 % |
27.58/27.69	c |    131161 |   11563   151219   437838 |   232082   131148     50 |  0.112 % |
49.57/49.63	c ===============================================================================
49.57/49.63	c restarts              : 510
49.57/49.63	c conflicts             : 193226         (3904 /sec)
49.57/49.63	c decisions             : 473934         (9574 /sec)
49.57/49.63	c propagations          : 66951907       (1352551 /sec)
49.57/49.63	c conflict literals     : 9266309        (66.71 % deleted)
49.57/49.63	c Memory used           : 77.39 MB
49.57/49.63	c CPU time              : 49.5005 s
49.57/49.63	c 
49.57/49.63	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-1775332-1241224707/watcher-1775332-1241224707 -o /tmp/evaluation-result-1775332-1241224707/solver-1775332-1241224707 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1775332-1241224707.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.85 0.97 0.99 3/64 31713
/proc/meminfo: memFree=1298488/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=7468 CPUtime=0
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 405 0 0 0 0 0 0 0 18 0 1 0 150499154 7647232 390 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 1867 392 63 219 0 1645 0

[startup+0.0289961 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31713
/proc/meminfo: memFree=1298488/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=9248 CPUtime=0.02
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 934 0 0 0 2 0 0 0 18 0 1 0 150499154 9469952 918 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 2312 918 63 219 0 2090 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9248

[startup+0.103009 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31713
/proc/meminfo: memFree=1298488/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=13244 CPUtime=0.09
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 2392 0 0 0 9 0 0 0 18 0 1 0 150499154 13561856 2183 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 3311 2184 63 219 0 3089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13244

[startup+0.302045 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31713
/proc/meminfo: memFree=1298488/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=17032 CPUtime=0.29
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 3817 0 0 0 28 1 0 0 19 0 1 0 150499154 17440768 3472 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 4258 3472 87 219 0 4036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17032

[startup+0.701123 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 31713
/proc/meminfo: memFree=1298488/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=17324 CPUtime=0.69
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 4003 0 0 0 68 1 0 0 22 0 1 0 150499154 17739776 3658 1992294400 4194304 5092341 548682068848 18446744073709551615 4220381 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 4331 3658 87 219 0 4109 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17324

[startup+1.50128 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1286128/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=16512 CPUtime=1.49
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 4858 0 0 0 147 2 0 0 25 0 1 0 150499154 16908288 3388 1992294400 4194304 5092341 548682068848 18446744073709551615 4246796 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 4128 3388 103 219 0 3906 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16512

[startup+3.10158 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1284464/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=19108 CPUtime=3.09
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 5435 0 0 0 307 2 0 0 25 0 1 0 150499154 19566592 3965 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 4777 3965 103 219 0 4555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19108

[startup+6.3012 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1279280/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=23000 CPUtime=6.29
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 6602 0 0 0 625 4 0 0 25 0 1 0 150499154 23552000 5132 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 5750 5132 103 219 0 5528 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23000

[startup+12.7014 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1270512/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=30500 CPUtime=12.68
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 8672 0 0 0 1263 5 0 0 25 0 1 0 150499154 31232000 7202 1992294400 4194304 5092341 548682068848 18446744073709551615 4251452 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 7625 7202 103 219 0 7403 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30500

[startup+25.5019 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1256112/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=55284 CPUtime=25.49
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 12108 0 0 0 2541 8 0 0 25 0 1 0 150499154 56610816 10638 1992294400 4194304 5092341 548682068848 18446744073709551615 4247955 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 13821 10638 103 219 0 13599 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55284

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

[startup+38.3013 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1247344/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=58812 CPUtime=38.28
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 14484 0 0 0 3818 10 0 0 25 0 1 0 150499154 60223488 13014 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 14703 13014 103 219 0 14481 0
Current children cumulated CPU time (s) 38.28
Current children cumulated vsize (KiB) 58812

[startup+44.7015 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1242992/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=59532 CPUtime=44.68
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 15349 0 0 0 4457 11 0 0 25 0 1 0 150499154 60960768 13879 1992294400 4194304 5092341 548682068848 18446744073709551615 4247144 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 14883 13879 103 219 0 14661 0
Current children cumulated CPU time (s) 44.68
Current children cumulated vsize (KiB) 59532

[startup+47.9012 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1242992/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=59532 CPUtime=47.87
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 15564 0 0 0 4776 11 0 0 25 0 1 0 150499154 60960768 14094 1992294400 4194304 5092341 548682068848 18446744073709551615 4241089 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 14883 14094 103 219 0 14661 0
Current children cumulated CPU time (s) 47.87
Current children cumulated vsize (KiB) 59532

[startup+48.7013 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1241584/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=59532 CPUtime=48.67
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 15840 0 0 0 4856 11 0 0 25 0 1 0 150499154 60960768 14370 1992294400 4194304 5092341 548682068848 18446744073709551615 4240620 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 14883 14370 103 219 0 14661 0
Current children cumulated CPU time (s) 48.67
Current children cumulated vsize (KiB) 59532

[startup+49.1014 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1241584/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=79240 CPUtime=49.07
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 15961 0 0 0 4896 11 0 0 25 0 1 0 150499154 81141760 14491 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 19810 14491 103 219 0 19588 0
Current children cumulated CPU time (s) 49.07
Current children cumulated vsize (KiB) 79240

[startup+49.5055 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1240304/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=79240 CPUtime=49.47
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 16038 0 0 0 4936 11 0 0 25 0 1 0 150499154 81141760 14568 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 19810 14568 103 219 0 19588 0
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (KiB) 79240

[startup+49.6015 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 31714
/proc/meminfo: memFree=1240304/2055920 swapFree=4191900/4192956
[pid=31713] ppid=31711 vsize=79240 CPUtime=49.57
/proc/31713/stat : 31713 (minisat) R 31711 31713 31676 0 -1 4194304 16060 0 0 0 4946 11 0 0 25 0 1 0 150499154 81141760 14590 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/31713/statm: 19810 14590 103 219 0 19588 0
Current children cumulated CPU time (s) 49.57
Current children cumulated vsize (KiB) 79240

Child status: 20
Real time (s): 49.65
CPU time (s): 49.6315
CPU user time (s): 49.5005
CPU system time (s): 0.13098
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 79240

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

runsolver used 0.049992 second user time and 0.103984 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-02 02:38:27
IDJOB=1775332
IDBENCH=71731
IDSOLVER=608
FILE ID=node38/1775332-1241224707
PBS_JOBID= 9224787
Free space on /tmp= 66512 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775332-1241224707/watcher-1775332-1241224707 -o /tmp/evaluation-result-1775332-1241224707/solver-1775332-1241224707 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1775332-1241224707.cnf

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED=203831455

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:       1298968 kB
Buffers:         69640 kB
Cached:         580464 kB
SwapCached:        384 kB
Active:          37640 kB
Inactive:       625732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1298968 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3888 kB
Writeback:           0 kB
Mapped:          21688 kB
Slab:            79536 kB
Committed_AS:   764180 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= 66508 MiB
End job on node38 at 2009-05-02 02:39:17