Trace number 1724373

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-random 2009-03-22UNSAT 163.54 163.599

General information on the benchmark

Namemanol-pipe-c9.cnf
MD5SUM7f47eb2c5986b40772da3e38cf0759b1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.54061
Satisfiable
(Un)Satisfiability was proved
Number of variables15214
Number of clauses45082
Sum of the clauses size105190
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 230054
Number of clauses of size 315027
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  15214                                                |
0.00/0.00	c |  Number of clauses:    45082                                                |
0.00/0.06	c |  Parsing time:         0.05         s                                       |
0.00/0.06	c |  Timeout:              43200 s
0.00/0.06	c |  Random Seed:          987606590.000000
0.00/0.06	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.00/0.06	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.06	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.06	c |                                                                             |
0.29/0.36	c ============================[ Search Statistics ]==============================
0.29/0.36	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.36	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.36	c ===============================================================================
0.29/0.36	c |         0 |    3049    18773    72635 |     6257        0    nan |  0.000 % |
14.69/14.72	c |       100 |    3045    18773    72635 |     6883       99     10 |  0.053 % |
29.58/29.63	c |       250 |    3039    18773    72635 |     7571      247     11 |  0.119 % |
44.47/44.57	c |       475 |    2593    18773    72635 |     8328      469     12 |  3.635 % |
54.77/54.85	c |       812 |    2447    13349    52393 |     9161      757     13 |  3.963 % |
65.27/65.36	c |      1318 |    2447    13349    52393 |    10078     1263     13 |  3.963 % |
77.67/77.74	c |      2077 |    2446    13343    52375 |    11085     2021     13 |  3.970 % |
87.76/87.85	c |      3216 |    2439    13343    52375 |    12194     3155     19 |  4.023 % |
97.15/97.26	c |      4926 |    2438    13298    52173 |    13413     4847     17 |  4.023 % |
106.85/106.90	c |      7490 |    2437    13291    52153 |    14755     7410     17 |  4.029 % |
116.65/116.77	c |     11337 |    2436    13291    52153 |    16230    11256     18 |  4.036 % |
126.65/126.75	c |     17107 |    2432    13258    52064 |    17853    17025     22 |  4.062 % |
136.44/136.57	c |     25758 |    2431    13249    52026 |    19639    16369     24 |  4.069 % |
146.24/146.37	c |     38732 |    2431    13249    52026 |    21603    18847     19 |  4.069 % |
163.43/163.59	c ===============================================================================
163.43/163.59	c surveys--CPU time (sec)   : 157.6720       (96.44 % of total)
163.43/163.59	c surveys--attempted        : 3775           (24 /sec)
163.43/163.59	c surveys--converged        : 3772           (99.92 % successful)
163.43/163.59	c restarts              : 14
163.43/163.59	c conflicts             : 42681          (7336 /sec)
163.43/163.59	c decisions             : 89855          (1.22 % random) (15444 /sec)
163.43/163.59	c propagations          : 3659362        (628959 /sec)
163.43/163.59	c conflict literals     : 883440         (25.95 % deleted)
163.43/163.59	c Memory used           : 17.27 MB
163.43/163.59	c Total CPU time (sec)      : 163.4901    
163.43/163.59	c 
163.43/163.59	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-1724373-1240694651/watcher-1724373-1240694651 -o /tmp/evaluation-result-1724373-1240694651/solver-1724373-1240694651 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=987606590 HOME/instance-1724373-1240694651.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 1.23 1.29 3/64 27792
/proc/meminfo: memFree=1526672/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=3152 CPUtime=0
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 565 0 0 0 0 0 0 0 18 0 1 0 97493156 3227648 550 1992294400 4194304 5102416 548682068784 18446744073709551615 4515879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 788 550 88 221 0 564 0

[startup+0.0662489 s]
/proc/loadavg: 1.00 1.23 1.29 3/64 27792
/proc/meminfo: memFree=1526672/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=11044 CPUtime=0.06
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 2387 0 0 0 5 1 0 0 18 0 1 0 97493156 11309056 2372 1992294400 4194304 5102416 548682068784 18446744073709551615 4273067 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 2761 2372 98 221 0 2537 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11044

[startup+0.101254 s]
/proc/loadavg: 1.00 1.23 1.29 3/64 27792
/proc/meminfo: memFree=1526672/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=12100 CPUtime=0.09
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 2668 0 0 0 8 1 0 0 18 0 1 0 97493156 12390400 2653 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 3025 2653 99 221 0 2801 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12100

[startup+0.301291 s]
/proc/loadavg: 1.00 1.23 1.29 3/64 27792
/proc/meminfo: memFree=1526672/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=17992 CPUtime=0.29
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4155 0 0 0 27 2 0 0 19 0 1 0 97493156 18423808 4140 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4498 4140 99 221 0 4274 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17992

[startup+0.701363 s]
/proc/loadavg: 1.00 1.23 1.29 3/64 27792
/proc/meminfo: memFree=1526672/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=16896 CPUtime=0.69
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4228 0 0 0 67 2 0 0 22 0 1 0 97493156 17301504 3905 1992294400 4194304 5102416 548682068784 18446744073709551615 4220560 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4224 3905 102 221 0 4000 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16896

[startup+1.50251 s]
/proc/loadavg: 1.00 1.23 1.29 2/65 27793
/proc/meminfo: memFree=1511240/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=16896 CPUtime=1.49
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4228 0 0 0 147 2 0 0 25 0 1 0 97493156 17301504 3905 1992294400 4194304 5102416 548682068784 18446744073709551615 4221940 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4224 3905 102 221 0 4000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16896

[startup+3.1018 s]
/proc/loadavg: 1.00 1.23 1.29 2/65 27793
/proc/meminfo: memFree=1511112/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=16896 CPUtime=3.09
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4228 0 0 0 307 2 0 0 25 0 1 0 97493156 17301504 3905 1992294400 4194304 5102416 548682068784 18446744073709551615 4220224 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4224 3905 102 221 0 4000 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16896

[startup+6.30139 s]
/proc/loadavg: 1.00 1.22 1.29 2/65 27793
/proc/meminfo: memFree=1510984/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=16896 CPUtime=6.29
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4228 0 0 0 627 2 0 0 25 0 1 0 97493156 17301504 3905 1992294400 4194304 5102416 548682068784 18446744073709551615 4220643 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4224 3905 102 221 0 4000 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16896

[startup+12.7016 s]
/proc/loadavg: 1.00 1.22 1.29 2/65 27793
/proc/meminfo: memFree=1510992/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=16896 CPUtime=12.69
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4228 0 0 0 1267 2 0 0 25 0 1 0 97493156 17301504 3905 1992294400 4194304 5102416 548682068784 18446744073709551615 4241955 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4224 3905 102 221 0 4000 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16896

[startup+25.5019 s]
/proc/loadavg: 1.00 1.21 1.28 2/65 27793
/proc/meminfo: memFree=1510992/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=16896 CPUtime=25.48
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4238 0 0 0 2546 2 0 0 25 0 1 0 97493156 17301504 3915 1992294400 4194304 5102416 548682068784 18446744073709551615 4220383 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4224 3915 112 221 0 4000 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16896

[startup+51.1016 s]
/proc/loadavg: 1.00 1.19 1.27 2/65 27793
/proc/meminfo: memFree=1511120/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=16896 CPUtime=51.07
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4241 0 0 0 5105 2 0 0 25 0 1 0 97493156 17301504 3918 1992294400 4194304 5102416 548682068784 18446744073709551615 4242036 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4224 3918 115 221 0 4000 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16896

[startup+102.306 s]
/proc/loadavg: 1.00 1.16 1.26 2/65 27793
/proc/meminfo: memFree=1511120/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=16896 CPUtime=102.25
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4241 0 0 0 10222 3 0 0 25 0 1 0 97493156 17301504 3918 1992294400 4194304 5102416 548682068784 18446744073709551615 4221918 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4224 3918 115 221 0 4000 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 16896

[startup+162.302 s]
/proc/loadavg: 1.00 1.13 1.24 2/65 27793
/proc/meminfo: memFree=1510608/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=17536 CPUtime=162.23
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4403 0 0 0 16219 4 0 0 25 0 1 0 97493156 17956864 4080 1992294400 4194304 5102416 548682068784 18446744073709551615 4220244 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4384 4080 115 221 0 4160 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17536

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

[startup+163.102 s]
/proc/loadavg: 1.00 1.13 1.24 2/65 27793
/proc/meminfo: memFree=1510608/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=17680 CPUtime=163.03
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4408 0 0 0 16299 4 0 0 25 0 1 0 97493156 18104320 4085 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4420 4085 115 221 0 4196 0
Current children cumulated CPU time (s) 163.03
Current children cumulated vsize (KiB) 17680

[startup+163.501 s]
/proc/loadavg: 1.00 1.13 1.24 2/65 27793
/proc/meminfo: memFree=1510608/2055920 swapFree=4181900/4192956
[pid=27792] ppid=27790 vsize=17680 CPUtime=163.43
/proc/27792/stat : 27792 (varsat-random_s) R 27790 27792 27605 0 -1 4194304 4425 0 0 0 16339 4 0 0 25 0 1 0 97493156 18104320 4102 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/27792/statm: 4420 4102 115 221 0 4196 0
Current children cumulated CPU time (s) 163.43
Current children cumulated vsize (KiB) 17680

Child status: 20
Real time (s): 163.599
CPU time (s): 163.54
CPU user time (s): 163.49
CPU system time (s): 0.049992
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 17992

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

runsolver used 0.119981 second user time and 0.380942 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-25 23:24:11
IDJOB=1724373
IDBENCH=71771
IDSOLVER=539
FILE ID=node44/1724373-1240694651
PBS_JOBID= 9186723
Free space on /tmp= 66220 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-c9.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724373-1240694651/watcher-1724373-1240694651 -o /tmp/evaluation-result-1724373-1240694651/solver-1724373-1240694651 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=987606590 HOME/instance-1724373-1240694651.cnf

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

MD5SUM BENCH= 7f47eb2c5986b40772da3e38cf0759b1
RANDOM SEED=987606590

node44.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.267
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	: 5931.00
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.267
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:       1527152 kB
Buffers:         58068 kB
Cached:         409764 kB
SwapCached:       4904 kB
Active:         125792 kB
Inactive:       349952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527152 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            38940 kB
Committed_AS:   383024 kB
PageTables:       1380 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= 66220 MiB
End job on node44 at 2009-04-25 23:26:55