Trace number 1725588

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 53.2859 53.3

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.6458
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:          173110570.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.15	c |       100 |     372     9808    42212 |     3596      100     19 | 12.964 % |
0.09/0.19	c |       250 |     372     9808    42212 |     3955      250     22 | 12.964 % |
0.19/0.23	c |       475 |     372     9808    42212 |     4351      475     21 | 12.964 % |
0.19/0.28	c |       812 |     372     9808    42212 |     4786      812     21 | 12.964 % |
0.29/0.34	c |      1318 |     372     9808    42212 |     5265     1318     22 | 12.964 % |
0.39/0.42	c |      2078 |     372     9808    42212 |     5791     2078     22 | 12.964 % |
0.49/0.53	c |      3217 |     372     9808    42212 |     6371     3217     21 | 12.964 % |
0.69/0.71	c |      4925 |     372     9808    42212 |     7008     4925     22 | 12.964 % |
1.00/1.02	c |      7487 |     372     9808    42212 |     7708     3915     20 | 12.964 % |
1.39/1.46	c |     11331 |     372     9808    42212 |     8479     7759     22 | 12.964 % |
2.09/2.16	c |     17097 |     372     9808    42212 |     9327     4895     18 | 12.964 % |
3.09/3.18	c |     25748 |     372     9808    42212 |    10260     8821     22 | 12.964 % |
4.79/4.89	c |     38722 |     372     9808    42212 |    11286     6193     19 | 12.964 % |
7.59/7.68	c |     58183 |     372     9808    42212 |    12415     8513     22 | 12.964 % |
12.19/12.21	c |     87375 |     372     9808    42212 |    13656     6318     22 | 12.964 % |
19.28/19.37	c |    131164 |     372     9808    42212 |    15022     8671     22 | 12.964 % |
30.69/30.78	c |    196849 |     372     9808    42212 |    16524    13742     24 | 12.964 % |
49.88/49.92	c |    295375 |     350     7408    29638 |    18177    10755     22 | 18.303 % |
53.18/53.29	c ===============================================================================
53.18/53.29	c surveys--CPU time (sec)   : 0.6109         (1.15 % of total)
53.18/53.29	c surveys--attempted        : 19             (31 /sec)
53.18/53.29	c surveys--converged        : 19             (100.00 % successful)
53.18/53.29	c restarts              : 19
53.18/53.29	c conflicts             : 310243         (5891 /sec)
53.18/53.29	c decisions             : 345966         (1.38 % random) (6570 /sec)
53.18/53.29	c propagations          : 23981357       (455391 /sec)
53.18/53.29	c conflict literals     : 7516890        (40.78 % deleted)
53.18/53.29	c Memory used           : 8.21 MB
53.18/53.29	c Total CPU time (sec)      : 53.2719     
53.18/53.29	c 
53.18/53.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-1725588-1240705586/watcher-1725588-1240705586 -o /tmp/evaluation-result-1725588-1240705586/solver-1725588-1240705586 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=173110570 HOME/instance-1725588-1240705586.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.91 0.95 0.98 3/64 10602
/proc/meminfo: memFree=879208/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=2556 CPUtime=0
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 98585949 2617344 274 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 639 275 87 221 0 415 0

[startup+0.089868 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 10602
/proc/meminfo: memFree=879208/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=4720 CPUtime=0.08
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 837 0 0 0 8 0 0 0 18 0 1 0 98585949 4833280 822 1992294400 4194304 5102648 548682068784 18446744073709551615 4273008 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 1180 822 100 221 0 956 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4720

[startup+0.101868 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 10602
/proc/meminfo: memFree=879208/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=4720 CPUtime=0.09
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 837 0 0 0 9 0 0 0 18 0 1 0 98585949 4833280 822 1992294400 4194304 5102648 548682068784 18446744073709551615 4272870 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 1180 822 100 221 0 956 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4720

[startup+0.301887 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 10602
/proc/meminfo: memFree=879208/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=4504 CPUtime=0.29
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 847 0 0 0 29 0 0 0 19 0 1 0 98585949 4612096 782 1992294400 4194304 5102648 548682068784 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 1126 782 110 221 0 902 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4504

[startup+0.701923 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 10602
/proc/meminfo: memFree=879208/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=4504 CPUtime=0.69
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 848 0 0 0 69 0 0 0 22 0 1 0 98585949 4612096 783 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 1126 783 110 221 0 902 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4504

[startup+1.502 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 10603
/proc/meminfo: memFree=876192/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=4912 CPUtime=1.49
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 967 0 0 0 149 0 0 0 25 0 1 0 98585949 5029888 902 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 1228 902 110 221 0 1004 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4912

[startup+3.10114 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 10603
/proc/meminfo: memFree=875680/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=5316 CPUtime=3.09
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 1065 0 0 0 309 0 0 0 25 0 1 0 98585949 5443584 1000 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 1329 1000 110 221 0 1105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5316

[startup+6.30143 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 10603
/proc/meminfo: memFree=874976/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=5852 CPUtime=6.29
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 1206 0 0 0 629 0 0 0 25 0 1 0 98585949 5992448 1141 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 1463 1141 110 221 0 1239 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5852

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 10603
/proc/meminfo: memFree=874144/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=6536 CPUtime=12.69
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 1348 0 0 0 1269 0 0 0 25 0 1 0 98585949 6692864 1283 1992294400 4194304 5102648 548682068784 18446744073709551615 4244259 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 1634 1283 110 221 0 1410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6536

[startup+25.5012 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 10603
/proc/meminfo: memFree=873440/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=7220 CPUtime=25.49
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 1521 0 0 0 2548 1 0 0 25 0 1 0 98585949 7393280 1456 1992294400 4194304 5102648 548682068784 18446744073709551615 4249750 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 1805 1456 110 221 0 1581 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7220

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 10603
/proc/meminfo: memFree=872672/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=8056 CPUtime=51.08
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 1727 0 0 0 5107 1 0 0 25 0 1 0 98585949 8249344 1662 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 2014 1662 110 221 0 1790 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8056

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

[startup+51.9016 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 10603
/proc/meminfo: memFree=872608/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=8056 CPUtime=51.88
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 1737 0 0 0 5187 1 0 0 25 0 1 0 98585949 8249344 1672 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 2014 1672 110 221 0 1790 0
Current children cumulated CPU time (s) 51.88
Current children cumulated vsize (KiB) 8056

[startup+52.7017 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 10603
/proc/meminfo: memFree=872416/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=8400 CPUtime=52.68
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 1776 0 0 0 5267 1 0 0 25 0 1 0 98585949 8601600 1711 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 2100 1711 110 221 0 1876 0
Current children cumulated CPU time (s) 52.68
Current children cumulated vsize (KiB) 8400

[startup+53.1017 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 10603
/proc/meminfo: memFree=872416/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=8400 CPUtime=53.08
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 1776 0 0 0 5307 1 0 0 25 0 1 0 98585949 8601600 1711 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 2100 1711 110 221 0 1876 0
Current children cumulated CPU time (s) 53.08
Current children cumulated vsize (KiB) 8400

[startup+53.2017 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 10603
/proc/meminfo: memFree=872416/2055920 swapFree=4192956/4192956
[pid=10602] ppid=10600 vsize=8400 CPUtime=53.18
/proc/10602/stat : 10602 (varsat-industri) R 10600 10602 10154 0 -1 4194304 1776 0 0 0 5317 1 0 0 25 0 1 0 98585949 8601600 1711 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/10602/statm: 2100 1711 110 221 0 1876 0
Current children cumulated CPU time (s) 53.18
Current children cumulated vsize (KiB) 8400

Child status: 20
Real time (s): 53.3
CPU time (s): 53.2859
CPU user time (s): 53.2719
CPU system time (s): 0.013997
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 8400

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

runsolver used 0.036994 second user time and 0.122981 second system time

The end

Launcher Data

Begin job on node55 at 2009-04-26 02:26:26
IDJOB=1725588
IDBENCH=24593
IDSOLVER=538
FILE ID=node55/1725588-1240705586
PBS_JOBID= 9186780
Free space on /tmp= 66380 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-1725588-1240705586/watcher-1725588-1240705586 -o /tmp/evaluation-result-1725588-1240705586/solver-1725588-1240705586 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=173110570 HOME/instance-1725588-1240705586.cnf

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

MD5SUM BENCH= 98a64f12169bd41f7a54fe2b2f678456
RANDOM SEED=173110570

node55.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.240
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.240
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:        879688 kB
Buffers:         96108 kB
Cached:         970404 kB
SwapCached:          0 kB
Active:         385780 kB
Inactive:       694656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        879688 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            81920 kB
Committed_AS:   277988 kB
PageTables:       1360 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= 66380 MiB
End job on node55 at 2009-04-26 02:27:19