Trace number 1736476

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-industrial 2009-03-22UNSAT 3.2975 3.29787

General information on the benchmark

NameCRAFTED/parity-games/
instance_n5_i6_pp_ci_ce.cnf
MD5SUM2cb95a73fc66a1c6328b2127a33b0a14
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.74873
Satisfiable
(Un)Satisfiability was proved
Number of variables4380
Number of clauses31980
Sum of the clauses size102772
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27508
Number of clauses of size 313398
Number of clauses of size 47973
Number of clauses of size 53006
Number of clauses of size over 595

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  4380                                                 |
0.00/0.00	c |  Number of clauses:    31980                                                |
0.01/0.04	c |  Parsing time:         0.04         s                                       |
0.01/0.04	c |  Timeout:              43200 s
0.01/0.04	c |  Random Seed:          926359043.000000
0.01/0.04	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.01/0.04	c |  Branching Rule:       default (solution-guided)                            |
0.01/0.04	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.01/0.04	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |         0 |    2916    24813    81034 |     8271        0    nan |  0.000 % |
0.09/0.17	c |       100 |    2916    24813    81034 |     9098      100     20 |  2.055 % |
0.19/0.23	c |       250 |    2916    24813    81034 |    10007      250     15 |  2.055 % |
0.19/0.29	c |       475 |    2916    24813    81034 |    11008      475     19 |  2.055 % |
0.29/0.37	c |       813 |    2916    24813    81034 |    12109      813     23 |  2.055 % |
0.39/0.45	c |      1319 |    2916    24813    81034 |    13320     1319     23 |  2.055 % |
0.49/0.57	c |      2078 |    2916    24813    81034 |    14652     2078     23 |  2.055 % |
0.69/0.75	c |      3222 |    2916    24813    81034 |    16117     3222     26 |  2.055 % |
0.99/1.04	c |      4933 |    2916    24813    81034 |    17729     4933     27 |  2.055 % |
1.49/1.52	c |      7495 |    2916    24813    81034 |    19502     7495     29 |  2.055 % |
2.89/2.94	c |     11341 |    2916    24813    81034 |    21452    11341     28 |  2.055 % |
3.19/3.29	c ===============================================================================
3.19/3.29	c surveys--CPU time (sec)   : 0.4669         (14.21 % of total)
3.19/3.29	c surveys--attempted        : 11             (24 /sec)
3.19/3.29	c surveys--converged        : 11             (100.00 % successful)
3.19/3.29	c restarts              : 11
3.19/3.29	c conflicts             : 12954          (4596 /sec)
3.19/3.29	c decisions             : 26071          (1.28 % random) (9250 /sec)
3.19/3.29	c propagations          : 3193734        (1133104 /sec)
3.19/3.29	c conflict literals     : 345718         (36.31 % deleted)
3.19/3.29	c Memory used           : 8.62 MB
3.19/3.29	c Total CPU time (sec)      : 3.2855      
3.19/3.29	c 
3.19/3.29	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-1736476-1240811826/watcher-1736476-1240811826 -o /tmp/evaluation-result-1736476-1240811826/solver-1736476-1240811826 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=926359043 HOME/instance-1736476-1240811826.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: 0.92 0.98 1.00 3/64 25621
/proc/meminfo: memFree=1737600/2055920 swapFree=4181212/4192956
[pid=25621] ppid=25619 vsize=3296 CPUtime=0
/proc/25621/stat : 25621 (varsat-industri) R 25619 25621 25248 0 -1 4194304 562 0 0 0 0 0 0 0 18 0 1 0 109210120 3375104 547 1992294400 4194304 5102648 548682068768 18446744073709551615 4245145 0 0 4096 3 0 0 0 17 1 0 0
/proc/25621/statm: 824 547 87 221 0 600 0

[startup+0.0251401 s]
/proc/loadavg: 0.92 0.98 1.00 3/64 25621
/proc/meminfo: memFree=1737600/2055920 swapFree=4181212/4192956
[pid=25621] ppid=25619 vsize=5344 CPUtime=0.01
/proc/25621/stat : 25621 (varsat-industri) R 25619 25621 25248 0 -1 4194304 1064 0 0 0 1 0 0 0 18 0 1 0 109210120 5472256 1049 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/25621/statm: 1336 1050 87 221 0 1112 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5344

[startup+0.101147 s]
/proc/loadavg: 0.92 0.98 1.00 3/64 25621
/proc/meminfo: memFree=1737600/2055920 swapFree=4181212/4192956
[pid=25621] ppid=25619 vsize=8208 CPUtime=0.09
/proc/25621/stat : 25621 (varsat-industri) R 25619 25621 25248 0 -1 4194304 1771 0 0 0 9 0 0 0 18 0 1 0 109210120 8404992 1756 1992294400 4194304 5102648 548682068768 18446744073709551615 4283591 0 0 4096 3 0 0 0 17 1 0 0
/proc/25621/statm: 2052 1756 100 221 0 1828 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8208

[startup+0.301164 s]
/proc/loadavg: 0.92 0.98 1.00 3/64 25621
/proc/meminfo: memFree=1737600/2055920 swapFree=4181212/4192956
[pid=25621] ppid=25619 vsize=7884 CPUtime=0.29
/proc/25621/stat : 25621 (varsat-industri) R 25619 25621 25248 0 -1 4194304 1836 0 0 0 29 0 0 0 19 0 1 0 109210120 8073216 1693 1992294400 4194304 5102648 548682068768 18446744073709551615 4242253 0 0 4096 3 0 0 0 17 1 0 0
/proc/25621/statm: 1971 1693 112 221 0 1747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7884

[startup+0.7012 s]
/proc/loadavg: 0.92 0.98 1.00 3/64 25621
/proc/meminfo: memFree=1737600/2055920 swapFree=4181212/4192956
[pid=25621] ppid=25619 vsize=7884 CPUtime=0.69
/proc/25621/stat : 25621 (varsat-industri) R 25619 25621 25248 0 -1 4194304 1836 0 0 0 69 0 0 0 22 0 1 0 109210120 8073216 1693 1992294400 4194304 5102648 548682068768 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/25621/statm: 1971 1693 112 221 0 1747 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7884

[startup+1.50127 s]
/proc/loadavg: 0.92 0.98 1.00 2/65 25622
/proc/meminfo: memFree=1731064/2055920 swapFree=4181212/4192956
[pid=25621] ppid=25619 vsize=8016 CPUtime=1.49
/proc/25621/stat : 25621 (varsat-industri) R 25619 25621 25248 0 -1 4194304 1856 0 0 0 149 0 0 0 25 0 1 0 109210120 8208384 1713 1992294400 4194304 5102648 548682068768 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/25621/statm: 2004 1713 112 221 0 1780 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8016

[startup+3.10142 s]
/proc/loadavg: 0.92 0.98 1.00 2/65 25622
/proc/meminfo: memFree=1730680/2055920 swapFree=4181212/4192956
[pid=25621] ppid=25619 vsize=8684 CPUtime=3.09
/proc/25621/stat : 25621 (varsat-industri) R 25619 25621 25248 0 -1 4194304 2053 0 0 0 309 0 0 0 25 0 1 0 109210120 8892416 1910 1992294400 4194304 5102648 548682068768 18446744073709551615 4249932 0 0 4096 3 0 0 0 17 1 0 0
/proc/25621/statm: 2171 1910 112 221 0 1947 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8684

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

[startup+3.20143 s]
/proc/loadavg: 0.92 0.98 1.00 2/65 25622
/proc/meminfo: memFree=1730104/2055920 swapFree=4181212/4192956
[pid=25621] ppid=25619 vsize=8824 CPUtime=3.19
/proc/25621/stat : 25621 (varsat-industri) R 25619 25621 25248 0 -1 4194304 2067 0 0 0 319 0 0 0 25 0 1 0 109210120 9035776 1924 1992294400 4194304 5102648 548682068768 18446744073709551615 4225406 0 0 4096 3 0 0 0 17 1 0 0
/proc/25621/statm: 2206 1924 112 221 0 1982 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 8824

Child status: 20
Real time (s): 3.29787
CPU time (s): 3.2975
CPU user time (s): 3.2855
CPU system time (s): 0.011998
CPU usage (%): 99.9887
Max. virtual memory (cumulated for all children) (KiB): 8824

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

runsolver used 0.008998 second user time and 0.013997 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-27 07:57:06
IDJOB=1736476
IDBENCH=71626
IDSOLVER=538
FILE ID=node51/1736476-1240811826
PBS_JOBID= 9187398
Free space on /tmp= 66404 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n5_i6_pp_ci_ce.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736476-1240811826/watcher-1736476-1240811826 -o /tmp/evaluation-result-1736476-1240811826/solver-1736476-1240811826 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=926359043 HOME/instance-1736476-1240811826.cnf

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

MD5SUM BENCH= 2cb95a73fc66a1c6328b2127a33b0a14
RANDOM SEED=926359043

node51.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.214
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.214
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:       1738080 kB
Buffers:         46424 kB
Cached:         196464 kB
SwapCached:       5992 kB
Active:          66124 kB
Inactive:       185252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738080 kB
SwapTotal:     4192956 kB
SwapFree:      4181212 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          13776 kB
Slab:            52512 kB
Committed_AS:   324960 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= 66400 MiB
End job on node51 at 2009-04-27 07:57:09