Trace number 1797444

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
minisat2-simp 070721UNSAT 28.1877 28.1963

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 benchmark7.30189
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  15214                                                |
0.00/0.00	|  Number of clauses:    45082                                                |
0.00/0.05	|  Parsing time:         0.05         s                                       |
0.19/0.28	============================[ Search Statistics ]==============================
0.19/0.28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.28	===============================================================================
0.19/0.28	|         0 |    3049    18773    72635 |     6257        0    nan |  0.000 % |
0.29/0.30	|       100 |    3046    18773    72635 |     6883       98      9 |  0.059 % |
0.29/0.32	|       251 |    3044    18773    72635 |     7571      249     10 |  0.059 % |
0.29/0.34	|       478 |    3041    18773    72635 |     8328      475     11 |  0.099 % |
0.29/0.36	|       816 |    2890    18773    72635 |     9161      812     12 |  3.530 % |
0.39/0.41	|      1323 |    2601    18773    72635 |    10078     1319     13 |  3.530 % |
0.39/0.47	|      2082 |    2512    13870    54268 |    11085     2031     19 |  3.536 % |
0.49/0.54	|      3221 |    2512    13870    54268 |    12194     3170     19 |  3.536 % |
0.69/0.73	|      4935 |    2512    13867    54260 |    13413     4883     26 |  3.536 % |
0.89/0.92	|      7498 |    2512    13867    54260 |    14755     7446     26 |  3.536 % |
1.19/1.27	|     11345 |    2512    13867    54260 |    16230    11293     25 |  3.536 % |
1.89/1.97	|     17111 |    2512    13867    54260 |    17853    17059     25 |  3.536 % |
3.09/3.18	|     25761 |    2512    13867    54260 |    19639    16204     27 |  3.536 % |
5.49/5.55	|     38736 |    2512    13867    54260 |    21603    18790     28 |  3.536 % |
9.28/9.38	|     58197 |    2512    13867    54260 |    23763    15093     41 |  3.536 % |
13.28/13.38	|     87389 |    2512    13867    54260 |    26139    18380     27 |  3.536 % |
21.99/22.05	|    131178 |    2211    11621    46051 |    28753    12290     19 |  5.521 % |
28.09/28.19	===============================================================================
28.09/28.19	restarts              : 17
28.09/28.19	conflicts             : 161083         (5720 /sec)
28.09/28.19	decisions             : 321566         (1.31 % random) (11418 /sec)
28.09/28.19	propagations          : 16912534       (600508 /sec)
28.09/28.19	conflict literals     : 4194886        (33.20 % deleted)
28.09/28.19	Memory used           : 12.53 MB
28.09/28.19	CPU time              : 28.1637 s
28.09/28.19	
28.09/28.19	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-1797444-1242090877/watcher-1797444-1242090877 -o /tmp/evaluation-result-1797444-1242090877/solver-1797444-1242090877 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797444-1242090877.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8115
/proc/meminfo: memFree=1296512/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=2212 CPUtime=0
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 332 0 0 0 0 0 0 0 18 0 1 0 237121019 2265088 317 1992294400 134512640 135243866 4294956256 18446744073709551615 134754539 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 553 317 65 178 0 373 0

[startup+0.0627571 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8115
/proc/meminfo: memFree=1296512/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=6432 CPUtime=0.05
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 1323 0 0 0 5 0 0 0 18 0 1 0 237121019 6586368 1308 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 1608 1308 81 178 0 1428 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6432

[startup+0.10176 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8115
/proc/meminfo: memFree=1296512/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=7620 CPUtime=0.09
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 1646 0 0 0 9 0 0 0 18 0 1 0 237121019 7802880 1631 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 1905 1631 81 178 0 1725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7620

[startup+0.301782 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8115
/proc/meminfo: memFree=1296512/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=9968 CPUtime=0.29
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 2432 0 0 0 28 1 0 0 19 0 1 0 237121019 10207232 2233 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 2492 2233 84 178 0 2312 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9968

[startup+0.701825 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 8115
/proc/meminfo: memFree=1296512/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=9968 CPUtime=0.69
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 2435 0 0 0 68 1 0 0 22 0 1 0 237121019 10207232 2236 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 2492 2236 87 178 0 2312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9968

[startup+1.50191 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8116
/proc/meminfo: memFree=1287672/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=9968 CPUtime=1.49
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 2435 0 0 0 148 1 0 0 25 0 1 0 237121019 10207232 2236 1992294400 134512640 135243866 4294956256 18446744073709551615 134558765 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 2492 2236 87 178 0 2312 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9968

[startup+3.10108 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8116
/proc/meminfo: memFree=1287480/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=10576 CPUtime=3.09
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 2564 0 0 0 308 1 0 0 25 0 1 0 237121019 10829824 2365 1992294400 134512640 135243866 4294956256 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 2644 2365 87 178 0 2464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10576

[startup+6.30143 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8116
/proc/meminfo: memFree=1286648/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=11640 CPUtime=6.29
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 2851 0 0 0 628 1 0 0 25 0 1 0 237121019 11919360 2652 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 2910 2652 87 178 0 2730 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11640

[startup+12.7021 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8116
/proc/meminfo: memFree=1285048/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=12564 CPUtime=12.68
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 3096 0 0 0 1267 1 0 0 25 0 1 0 237121019 12865536 2897 1992294400 134512640 135243866 4294956256 18446744073709551615 134558765 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 3141 2897 87 178 0 2961 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12564

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8116
/proc/meminfo: memFree=1284920/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=12828 CPUtime=25.49
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 3124 0 0 0 2547 2 0 0 25 0 1 0 237121019 13135872 2925 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 3207 2925 87 178 0 3027 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12828

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

[startup+27.1017 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8116
/proc/meminfo: memFree=1284920/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=12828 CPUtime=27.09
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 3141 0 0 0 2707 2 0 0 25 0 1 0 237121019 13135872 2942 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 3207 2942 87 178 0 3027 0
Current children cumulated CPU time (s) 27.09
Current children cumulated vsize (KiB) 12828

[startup+27.9017 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8116
/proc/meminfo: memFree=1284856/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=12828 CPUtime=27.89
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 3149 0 0 0 2787 2 0 0 25 0 1 0 237121019 13135872 2950 1992294400 134512640 135243866 4294956256 18446744073709551615 134556083 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 3207 2950 87 178 0 3027 0
Current children cumulated CPU time (s) 27.89
Current children cumulated vsize (KiB) 12828

[startup+28.1018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8116
/proc/meminfo: memFree=1284856/2055920 swapFree=4180940/4192956
[pid=8115] ppid=8113 vsize=12828 CPUtime=28.09
/proc/8115/stat : 8115 (minisat_static) R 8113 8115 7981 0 -1 4194304 3149 0 0 0 2807 2 0 0 25 0 1 0 237121019 13135872 2950 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/8115/statm: 3207 2950 87 178 0 3027 0
Current children cumulated CPU time (s) 28.09
Current children cumulated vsize (KiB) 12828

Child status: 20
Real time (s): 28.1963
CPU time (s): 28.1877
CPU user time (s): 28.1637
CPU system time (s): 0.023996
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 12828

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

runsolver used 0.032994 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-12 03:14:38
IDJOB=1797444
IDBENCH=71771
IDSOLVER=568
FILE ID=node19/1797444-1242090877
PBS_JOBID= 9277713
Free space on /tmp= 66204 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT_RACE06/manol-pipe-c9.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797444-1242090877/watcher-1797444-1242090877 -o /tmp/evaluation-result-1797444-1242090877/solver-1797444-1242090877 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797444-1242090877.cnf

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

MD5SUM BENCH= 7f47eb2c5986b40772da3e38cf0759b1
RANDOM SEED=682175186

node19.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.236
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.236
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:       1296992 kB
Buffers:         75264 kB
Cached:         588436 kB
SwapCached:       5760 kB
Active:         165996 kB
Inactive:       505560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1296992 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          13520 kB
Slab:            73288 kB
Committed_AS:   837824 kB
PageTables:       1452 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= 66200 MiB
End job on node19 at 2009-05-12 03:15:06