Trace number 1579881

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
VARSAT-crafted 2009-03-22UNSAT 108.244 108.285

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.3953
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
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 ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  104479                                               |
0.00/0.00	c |  Number of clauses:    500869                                               |
0.99/1.04	c |  Parsing time:         0.96         s                                       |
0.99/1.04	c |  Timeout:              43200 s
0.99/1.04	c |  Random Seed:          1822790427.000000
0.99/1.04	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.99/1.04	c |  Branching Rule:       default (solution-guided)                            |
0.99/1.04	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.99/1.04	c |                                                                             |
2.59/2.68	c ============================[ Search Statistics ]==============================
2.59/2.68	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.59/2.68	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.59/2.68	c ===============================================================================
2.59/2.68	c |         0 |   49247   289562   789043 |    96520        0    nan |  0.000 % |
3.30/3.39	c |       100 |   49247   289562   789043 |   106172       99     97 | 28.574 % |
4.09/4.13	c |       250 |   49247   289562   789043 |   116790      249    141 | 28.574 % |
4.79/4.85	c |       475 |   49084   289562   789043 |   128469      472    101 | 30.650 % |
5.79/5.82	c |       813 |   48869   289562   789043 |   141315      808    106 | 31.168 % |
6.79/6.86	c |      1319 |   46035   267868   733687 |   155447     1304    121 | 31.526 % |
7.99/8.08	c |      2079 |   44903   260534   714328 |   170992     2057    119 | 32.615 % |
10.49/10.50	c |      3219 |   43258   252090   692737 |   188091     3184    133 | 35.197 % |
13.19/13.27	c |      4929 |   41157   236338   652373 |   206900     4869    127 | 36.223 % |
18.28/18.35	c |      7491 |   40984   235865   651139 |   227590     7412    139 | 36.714 % |
26.58/26.67	c |     11335 |   39248   224020   621010 |   250349    11165    173 | 38.433 % |
38.88/38.93	c |     17102 |   37441   211267   589022 |   275384    16804    182 | 39.792 % |
60.76/60.88	c |     25759 |   36920   206474   576508 |   302923    25154    177 | 40.259 % |
96.55/96.69	c |     38733 |   36480   203682   569715 |   333215    37668    168 | 41.226 % |
108.15/108.26	c ===============================================================================
108.15/108.26	c surveys--CPU time (sec)   : 6.7540         (6.25 % of total)
108.15/108.26	c surveys--attempted        : 14             (2 /sec)
108.15/108.26	c surveys--converged        : 14             (100.00 % successful)
108.15/108.26	c restarts              : 14
108.15/108.26	c conflicts             : 42064          (415 /sec)
108.15/108.26	c decisions             : 278198         (1.47 % random) (2746 /sec)
108.15/108.26	c propagations          : 95478447       (942377 /sec)
108.15/108.26	c conflict literals     : 6712154        (31.49 % deleted)
108.15/108.26	c Memory used           : 110.29 MB
108.15/108.26	c Total CPU time (sec)      : 108.0706    
108.15/108.26	c 
108.15/108.26	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-1579881-1238912351/watcher-1579881-1238912351 -o /tmp/evaluation-result-1579881-1238912351/solver-1579881-1238912351 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1822790427 HOME/instance-1579881-1238912351.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.97 0.99 3/73 16045
/proc/meminfo: memFree=1500400/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=4608 CPUtime=0
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 934 0 0 0 0 0 0 0 20 0 1 0 1163899130 4718592 919 1992294400 4194304 5102648 548682068800 18446744073709551615 4200628 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 1152 925 78 221 0 928 0

[startup+0.0367811 s]
/proc/loadavg: 1.00 0.97 0.99 3/73 16045
/proc/meminfo: memFree=1500400/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=16012 CPUtime=0.03
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 3770 0 0 0 2 1 0 0 20 0 1 0 1163899130 16396288 3734 1992294400 4194304 5102648 548682068800 18446744073709551615 4269907 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 4003 3737 87 221 0 3779 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16012

[startup+0.101793 s]
/proc/loadavg: 1.00 0.97 0.99 3/73 16045
/proc/meminfo: memFree=1500400/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=26360 CPUtime=0.09
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 6276 0 0 0 7 2 0 0 20 0 1 0 1163899130 26992640 6240 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 6590 6241 87 221 0 6366 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26360

[startup+0.301833 s]
/proc/loadavg: 1.00 0.97 0.99 3/73 16045
/proc/meminfo: memFree=1500400/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=41048 CPUtime=0.29
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 9810 0 0 0 26 3 0 0 22 0 1 0 1163899130 42033152 9774 1992294400 4194304 5102648 548682068800 18446744073709551615 4198340 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 10295 9775 87 221 0 10071 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41048

[startup+0.701913 s]
/proc/loadavg: 1.00 0.97 0.99 3/73 16045
/proc/meminfo: memFree=1500400/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=57844 CPUtime=0.69
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 14131 0 0 0 64 5 0 0 25 0 1 0 1163899130 59232256 14095 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 14461 14095 87 221 0 14237 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57844

[startup+1.50108 s]
/proc/loadavg: 1.00 0.97 0.99 2/74 16046
/proc/meminfo: memFree=1423912/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=89684 CPUtime=1.49
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 20460 0 0 0 141 8 0 0 25 0 1 0 1163899130 91836416 20424 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 22421 20424 99 221 0 22197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89684

[startup+3.1014 s]
/proc/loadavg: 1.00 0.97 0.99 2/74 16046
/proc/meminfo: memFree=1402664/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=94804 CPUtime=3.09
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 25277 0 0 0 298 11 0 0 25 0 1 0 1163899130 97079296 22444 1992294400 4194304 5102648 548682068800 18446744073709551615 4213794 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 23701 22444 102 221 0 23477 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94804

[startup+6.30105 s]
/proc/loadavg: 1.08 0.99 0.99 2/74 16046
/proc/meminfo: memFree=1410152/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=95004 CPUtime=6.29
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 25333 0 0 0 618 11 0 0 25 0 1 0 1163899130 97284096 22500 1992294400 4194304 5102648 548682068800 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 23751 22500 115 221 0 23527 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95004

[startup+12.7014 s]
/proc/loadavg: 1.07 0.99 0.99 2/74 16046
/proc/meminfo: memFree=1410288/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=95004 CPUtime=12.68
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 25333 0 0 0 1257 11 0 0 25 0 1 0 1163899130 97284096 22500 1992294400 4194304 5102648 548682068800 18446744073709551615 4250212 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 23751 22500 115 221 0 23527 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 95004

[startup+25.502 s]
/proc/loadavg: 1.06 0.99 0.99 2/74 16046
/proc/meminfo: memFree=1410352/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=95004 CPUtime=25.48
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 25333 0 0 0 2537 11 0 0 25 0 1 0 1163899130 97284096 22500 1992294400 4194304 5102648 548682068800 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 23751 22500 115 221 0 23527 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95004

[startup+51.1012 s]
/proc/loadavg: 1.04 0.99 0.99 2/74 16046
/proc/meminfo: memFree=1404784/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=100728 CPUtime=51.07
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 26748 0 0 0 5094 13 0 0 25 0 1 0 1163899130 103145472 23915 1992294400 4194304 5102648 548682068800 18446744073709551615 4244275 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 25182 23915 115 221 0 24958 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 100728

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.99 2/74 16046
/proc/meminfo: memFree=1393584/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=111816 CPUtime=102.25
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 29525 0 0 0 10210 15 0 0 25 0 1 0 1163899130 114499584 26692 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 27954 26692 115 221 0 27730 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 111816

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

[startup+105.501 s]
/proc/loadavg: 1.01 0.99 0.99 2/74 16046
/proc/meminfo: memFree=1393264/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=112212 CPUtime=105.45
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 29609 0 0 0 10530 15 0 0 25 0 1 0 1163899130 114905088 26776 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 28053 26776 115 221 0 27829 0
Current children cumulated CPU time (s) 105.45
Current children cumulated vsize (KiB) 112212

[startup+107.102 s]
/proc/loadavg: 1.01 0.99 0.99 2/74 16046
/proc/meminfo: memFree=1393072/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=112400 CPUtime=107.05
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 29650 0 0 0 10690 15 0 0 25 0 1 0 1163899130 115097600 26817 1992294400 4194304 5102648 548682068800 18446744073709551615 4249096 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 28100 26817 115 221 0 27876 0
Current children cumulated CPU time (s) 107.05
Current children cumulated vsize (KiB) 112400

[startup+107.902 s]
/proc/loadavg: 1.01 0.99 0.99 2/74 16046
/proc/meminfo: memFree=1393072/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=112400 CPUtime=107.85
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 29658 0 0 0 10770 15 0 0 25 0 1 0 1163899130 115097600 26825 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 28100 26825 115 221 0 27876 0
Current children cumulated CPU time (s) 107.85
Current children cumulated vsize (KiB) 112400

[startup+108.102 s]
/proc/loadavg: 1.01 0.99 0.99 2/74 16046
/proc/meminfo: memFree=1393072/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=112400 CPUtime=108.05
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 29659 0 0 0 10790 15 0 0 25 0 1 0 1163899130 115097600 26826 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 28100 26826 115 221 0 27876 0
Current children cumulated CPU time (s) 108.05
Current children cumulated vsize (KiB) 112400

[startup+108.202 s]
/proc/loadavg: 1.01 0.99 0.99 2/74 16046
/proc/meminfo: memFree=1393072/2055920 swapFree=4170040/4192956
[pid=16045] ppid=16043 vsize=112400 CPUtime=108.15
/proc/16045/stat : 16045 (varsat-crafted_) R 16043 16045 15797 0 -1 4194304 29660 0 0 0 10800 15 0 0 25 0 1 0 1163899130 115097600 26827 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/16045/statm: 28100 26827 115 221 0 27876 0
Current children cumulated CPU time (s) 108.15
Current children cumulated vsize (KiB) 112400

Child status: 20
Real time (s): 108.285
CPU time (s): 108.244
CPU user time (s): 108.072
CPU system time (s): 0.171973
CPU usage (%): 99.9614
Max. virtual memory (cumulated for all children) (KiB): 112400

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

runsolver used 0.109983 second user time and 0.293955 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-05 08:19:12
IDJOB=1579881
IDBENCH=71006
IDSOLVER=537
FILE ID=node80/1579881-1238912351
PBS_JOBID= 9101359
Free space on /tmp= 66524 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579881-1238912351/watcher-1579881-1238912351 -o /tmp/evaluation-result-1579881-1238912351/solver-1579881-1238912351 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1822790427 HOME/instance-1579881-1238912351.cnf

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=1822790427

node80.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1500816 kB
Buffers:         57868 kB
Cached:         409228 kB
SwapCached:      14548 kB
Active:         239532 kB
Inactive:       243904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500816 kB
SwapTotal:     4192956 kB
SwapFree:      4170040 kB
Dirty:            9512 kB
Writeback:           0 kB
Mapped:          22032 kB
Slab:            56676 kB
Committed_AS:  3227148 kB
PageTables:       2008 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= 66524 MiB
End job on node80 at 2009-04-05 08:21:00