Trace number 1784686

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 42.4675 42.4838

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
MD5SUM98a64f12169bd41f7a54fe2b2f678456
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.9827
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of clauses14889
Sum of the clauses size59645
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21078
Number of clauses of size 38535
Number of clauses of size 411
Number of clauses of size 513
Number of clauses of size over 55217

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  432                                                  |
0.00/0.00	c |  Number of clauses:    14889                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          2096698243.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.09/0.11	c ============================[ Search Statistics ]==============================
0.09/0.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.11	c ===============================================================================
0.09/0.11	c |         0 |     372     9808    42212 |     3269        0    nan |  0.000 % |
0.09/0.14	c |       100 |     372     9808    42212 |     3596      100     17 | 12.964 % |
0.09/0.18	c |       250 |     372     9808    42212 |     3955      250     17 | 12.964 % |
0.19/0.22	c |       478 |     372     9808    42212 |     4351      478     18 | 12.964 % |
0.19/0.26	c |       816 |     372     9808    42212 |     4786      816     20 | 12.964 % |
0.29/0.32	c |      1322 |     372     9808    42212 |     5265     1322     22 | 12.964 % |
0.29/0.39	c |      2081 |     372     9808    42212 |     5791     2081     21 | 12.964 % |
0.49/0.51	c |      3220 |     372     9808    42212 |     6371     3220     21 | 12.964 % |
0.59/0.68	c |      4928 |     372     9808    42212 |     7008     4928     22 | 12.964 % |
0.89/0.95	c |      7490 |     372     9808    42212 |     7708     3900     19 | 12.964 % |
1.29/1.36	c |     11336 |     372     9808    42212 |     8479     7746     20 | 12.964 % |
1.89/2.00	c |     17102 |     372     9808    42212 |     9327     4855     25 | 12.964 % |
2.99/3.06	c |     25752 |     372     9808    42212 |    10260     8774     23 | 12.964 % |
4.69/4.74	c |     38726 |     372     9808    42212 |    11286     6155     19 | 12.964 % |
7.29/7.34	c |     58187 |     372     9808    42212 |    12415     8449     21 | 12.964 % |
11.68/11.70	c |     87380 |     372     9808    42212 |    13656    12475     21 | 12.964 % |
18.68/18.71	c |    131170 |     372     9808    42212 |    15022     7971     22 | 12.964 % |
29.98/30.03	c |    196855 |     372     9808    42212 |    16524    12942     21 | 12.966 % |
42.37/42.48	c ===============================================================================
42.37/42.48	c surveys--CPU time (sec)   : 0.5539         (1.30 % of total)
42.37/42.48	c surveys--attempted        : 18             (32 /sec)
42.37/42.48	c surveys--converged        : 18             (100.00 % successful)
42.37/42.48	c restarts              : 18
42.37/42.48	c conflicts             : 261196         (6233 /sec)
42.37/42.48	c decisions             : 294673         (1.36 % random) (7032 /sec)
42.37/42.48	c propagations          : 19966063       (476476 /sec)
42.37/42.48	c conflict literals     : 6283987        (41.69 % deleted)
42.37/42.48	c Memory used           : 7.80 MB
42.37/42.48	c Total CPU time (sec)      : 42.4575     
42.37/42.48	c 
42.37/42.48	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-1784686-1241864541/watcher-1784686-1241864541 -o /tmp/evaluation-result-1784686-1241864541/solver-1784686-1241864541 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=2096698243 HOME/instance-1784686-1241864541.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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: 1.06 1.00 0.91 3/65 27395
/proc/meminfo: memFree=1834280/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=2556 CPUtime=0
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 298 0 0 0 0 0 0 0 20 0 1 0 214483090 2617344 283 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 639 284 87 221 0 415 0

[startup+0.088448 s]
/proc/loadavg: 1.06 1.00 0.91 3/65 27395
/proc/meminfo: memFree=1834280/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=4720 CPUtime=0.08
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 837 0 0 0 8 0 0 0 20 0 1 0 214483090 4833280 822 1992294400 4194304 5102648 548682068784 18446744073709551615 4273065 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1180 822 100 221 0 956 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4720

[startup+0.10145 s]
/proc/loadavg: 1.06 1.00 0.91 3/65 27395
/proc/meminfo: memFree=1834280/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=4720 CPUtime=0.09
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 837 0 0 0 9 0 0 0 20 0 1 0 214483090 4833280 822 1992294400 4194304 5102648 548682068784 18446744073709551615 4273172 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1180 822 100 221 0 956 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4720

[startup+0.301491 s]
/proc/loadavg: 1.06 1.00 0.91 3/65 27395
/proc/meminfo: memFree=1834280/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=4504 CPUtime=0.29
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 847 0 0 0 29 0 0 0 22 0 1 0 214483090 4612096 782 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1126 782 110 221 0 902 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4504

[startup+0.701572 s]
/proc/loadavg: 1.06 1.00 0.91 3/65 27395
/proc/meminfo: memFree=1834280/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=4504 CPUtime=0.69
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 848 0 0 0 69 0 0 0 25 0 1 0 214483090 4612096 783 1992294400 4194304 5102648 548682068784 18446744073709551615 4214262 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1126 783 110 221 0 902 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4504

[startup+1.50173 s]
/proc/loadavg: 1.06 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1831200/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=5036 CPUtime=1.49
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 998 0 0 0 149 0 0 0 25 0 1 0 214483090 5156864 933 1992294400 4194304 5102648 548682068784 18446744073709551615 4255044 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1259 933 110 221 0 1035 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5036

[startup+3.10106 s]
/proc/loadavg: 1.06 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1830624/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=5564 CPUtime=3.09
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1111 0 0 0 309 0 0 0 25 0 1 0 214483090 5697536 1046 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1391 1046 110 221 0 1167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5564

[startup+6.30171 s]
/proc/loadavg: 1.06 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1829920/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=5968 CPUtime=6.29
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1207 0 0 0 629 0 0 0 25 0 1 0 214483090 6111232 1142 1992294400 4194304 5102648 548682068784 18446744073709551615 4249989 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1492 1142 110 221 0 1268 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5968

[startup+12.702 s]
/proc/loadavg: 1.05 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1829152/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=6616 CPUtime=12.68
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1360 0 0 0 1268 0 0 0 25 0 1 0 214483090 6774784 1295 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1654 1295 110 221 0 1430 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6616

[startup+25.5016 s]
/proc/loadavg: 1.04 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1828384/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=7288 CPUtime=25.48
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1541 0 0 0 2548 0 0 0 25 0 1 0 214483090 7462912 1476 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1822 1476 110 221 0 1598 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7288

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

[startup+31.9059 s]
/proc/loadavg: 1.04 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1828128/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=7552 CPUtime=31.88
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1606 0 0 0 3188 0 0 0 25 0 1 0 214483090 7733248 1541 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1888 1541 110 221 0 1664 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 7552

[startup+38.3012 s]
/proc/loadavg: 1.03 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1828000/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=7688 CPUtime=38.27
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1648 0 0 0 3827 0 0 0 25 0 1 0 214483090 7872512 1583 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1922 1583 110 221 0 1698 0
Current children cumulated CPU time (s) 38.27
Current children cumulated vsize (KiB) 7688

[startup+39.9015 s]
/proc/loadavg: 1.03 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1827936/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=7688 CPUtime=39.87
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1653 0 0 0 3987 0 0 0 25 0 1 0 214483090 7872512 1588 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1922 1588 110 221 0 1698 0
Current children cumulated CPU time (s) 39.87
Current children cumulated vsize (KiB) 7688

[startup+41.5018 s]
/proc/loadavg: 1.03 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1827872/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=7836 CPUtime=41.47
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1692 0 0 0 4147 0 0 0 25 0 1 0 214483090 8024064 1627 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1959 1627 110 221 0 1735 0
Current children cumulated CPU time (s) 41.47
Current children cumulated vsize (KiB) 7836

[startup+41.9019 s]
/proc/loadavg: 1.03 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1827744/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=7988 CPUtime=41.87
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1705 0 0 0 4187 0 0 0 25 0 1 0 214483090 8179712 1640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249787 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1997 1640 110 221 0 1773 0
Current children cumulated CPU time (s) 41.87
Current children cumulated vsize (KiB) 7988

[startup+42.302 s]
/proc/loadavg: 1.03 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1827744/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=7988 CPUtime=42.27
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1705 0 0 0 4227 0 0 0 25 0 1 0 214483090 8179712 1640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1997 1640 110 221 0 1773 0
Current children cumulated CPU time (s) 42.27
Current children cumulated vsize (KiB) 7988

[startup+42.402 s]
/proc/loadavg: 1.03 1.00 0.91 2/66 27396
/proc/meminfo: memFree=1827744/2055920 swapFree=4162540/4192956
[pid=27395] ppid=27393 vsize=7988 CPUtime=42.37
/proc/27395/stat : 27395 (varsat-industri) R 27393 27395 26795 0 -1 4194304 1705 0 0 0 4237 0 0 0 25 0 1 0 214483090 8179712 1640 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27395/statm: 1997 1640 110 221 0 1773 0
Current children cumulated CPU time (s) 42.37
Current children cumulated vsize (KiB) 7988

Child status: 20
Real time (s): 42.4838
CPU time (s): 42.4675
CPU user time (s): 42.4575
CPU system time (s): 0.009998
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 7988

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

runsolver used 0.052991 second user time and 0.106983 second system time

The end

Launcher Data

Begin job on node80 at 2009-05-09 12:22:21
IDJOB=1784686
IDBENCH=24593
IDSOLVER=641
FILE ID=node80/1784686-1241864541
PBS_JOBID= 9264537
Free space on /tmp= 65860 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784686-1241864541/watcher-1784686-1241864541 -o /tmp/evaluation-result-1784686-1241864541/solver-1784686-1241864541 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=2096698243 HOME/instance-1784686-1241864541.cnf

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

MD5SUM BENCH= 98a64f12169bd41f7a54fe2b2f678456
RANDOM SEED=2096698243

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.270
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.270
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:       1834696 kB
Buffers:         31436 kB
Cached:         102340 kB
SwapCached:      25208 kB
Active:          70428 kB
Inactive:        90692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834696 kB
SwapTotal:     4192956 kB
SwapFree:      4162540 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            46020 kB
Committed_AS:   742008 kB
PageTables:       1384 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= 65856 MiB
End job on node80 at 2009-05-09 12:23:04