Trace number 1796169

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 23.5344 23.5503

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-11-u.cnf
MD5SUM770fa9cd880a43d98e936f33f4e86d7a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.5344
Satisfiable
(Un)Satisfiability was proved
Number of variables156980
Number of clauses696581
Sum of the clauses size1582352
Maximum clause length10
Minimum clause length1
Number of clauses of size 113310
Number of clauses of size 2570471
Number of clauses of size 382900
Number of clauses of size 43320
Number of clauses of size 513280
Number of clauses of size over 513300

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:  156980                                               |
0.00/0.00	|  Number of clauses:    696581                                               |
0.69/0.76	|  Parsing time:         0.69         s                                       |
2.79/2.83	============================[ Search Statistics ]==============================
2.79/2.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.79/2.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.79/2.83	===============================================================================
2.79/2.83	|         0 |   47375   266053   692297 |    88684        0    nan |  0.000 % |
3.09/3.10	|       100 |   46677   266053   692297 |    97552       82     19 | 52.094 % |
3.39/3.46	|       251 |   46630   266053   692297 |   107308      220     20 | 53.093 % |
3.79/3.84	|       476 |   46592   266053   692297 |   118038      439     33 | 53.897 % |
4.39/4.44	|       815 |   27774   141259   381694 |   129842      727     38 | 54.345 % |
5.18/5.27	|      1322 |   25392   126086   344784 |   142827     1215     38 | 55.503 % |
6.08/6.12	|      2083 |   25391   126086   344784 |   157109     1975     42 | 55.507 % |
8.08/8.17	|      3222 |   25382   125976   344532 |   172820     3112     47 | 55.507 % |
11.18/11.24	|      4931 |   25382   125976   344532 |   190102     4821     41 | 55.507 % |
15.08/15.15	|      7494 |   22629   109623   301834 |   209113     7332     40 | 57.261 % |
21.67/21.71	|     11340 |   15967    68934   193511 |   230024     3645     27 | 61.505 % |
23.47/23.54	===============================================================================
23.47/23.54	restarts              : 11
23.47/23.54	conflicts             : 12558          (536 /sec)
23.47/23.54	decisions             : 21852          (0.77 % random) (933 /sec)
23.47/23.54	propagations          : 24461495       (1044718 /sec)
23.47/23.54	conflict literals     : 399542         (42.79 % deleted)
23.47/23.54	Memory used           : 69.42 MB
23.47/23.54	CPU time              : 23.4144 s
23.47/23.54	
23.47/23.54	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-1796169-1242071463/watcher-1796169-1242071463 -o /tmp/evaluation-result-1796169-1242071463/solver-1796169-1242071463 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796169-1242071463.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: 1.23 1.75 1.84 3/65 12708
/proc/meminfo: memFree=1053632/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=2820 CPUtime=0
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 526 0 0 0 0 0 0 0 18 0 1 0 235179529 2887680 511 1992294400 134512640 135243866 4294956256 18446744073709551615 134748944 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 705 519 65 178 0 525 0

[startup+0.0411289 s]
/proc/loadavg: 1.23 1.75 1.84 3/65 12708
/proc/meminfo: memFree=1053632/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=6664 CPUtime=0.03
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 1450 0 0 0 3 0 0 0 18 0 1 0 235179529 6823936 1435 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 1666 1436 65 178 0 1486 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6664

[startup+0.101135 s]
/proc/loadavg: 1.23 1.75 1.84 3/65 12708
/proc/meminfo: memFree=1053632/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=16448 CPUtime=0.09
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 3493 0 0 0 8 1 0 0 18 0 1 0 235179529 16842752 3478 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 4112 3479 65 178 0 3932 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16448

[startup+0.301157 s]
/proc/loadavg: 1.23 1.75 1.84 3/65 12708
/proc/meminfo: memFree=1053632/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=37032 CPUtime=0.29
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 8014 0 0 0 25 4 0 0 19 0 1 0 235179529 37920768 7999 1992294400 134512640 135243866 4294956256 18446744073709551615 134538072 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 9258 7999 65 178 0 9078 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37032

[startup+0.701203 s]
/proc/loadavg: 1.23 1.75 1.84 3/65 12708
/proc/meminfo: memFree=1053632/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=60012 CPUtime=0.69
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 13330 0 0 0 63 6 0 0 24 0 1 0 235179529 61452288 13315 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 15003 13315 65 178 0 14823 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60012

[startup+1.50129 s]
/proc/loadavg: 1.21 1.74 1.84 2/66 12709
/proc/meminfo: memFree=997368/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=71576 CPUtime=1.49
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 15962 0 0 0 141 8 0 0 25 0 1 0 235179529 73293824 15947 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 17894 15947 80 178 0 17714 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71576

[startup+3.10148 s]
/proc/loadavg: 1.21 1.74 1.84 2/66 12709
/proc/meminfo: memFree=982328/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=71080 CPUtime=3.09
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 19032 0 0 0 299 10 0 0 25 0 1 0 235179529 72785920 16392 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 17770 16392 83 178 0 17590 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71080

[startup+6.30184 s]
/proc/loadavg: 1.21 1.74 1.84 2/66 12709
/proc/meminfo: memFree=987896/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=71080 CPUtime=6.28
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 19045 0 0 0 618 10 0 0 25 0 1 0 235179529 72785920 16405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 17770 16405 86 178 0 17590 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 71080

[startup+12.7026 s]
/proc/loadavg: 1.18 1.71 1.83 2/66 12709
/proc/meminfo: memFree=987976/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=71080 CPUtime=12.68
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 19045 0 0 0 1258 10 0 0 25 0 1 0 235179529 72785920 16405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 17770 16405 86 178 0 17590 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71080

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

[startup+19.1013 s]
/proc/loadavg: 1.16 1.70 1.83 2/66 12709
/proc/meminfo: memFree=988048/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=71080 CPUtime=19.07
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 19045 0 0 0 1897 10 0 0 25 0 1 0 235179529 72785920 16405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 17770 16405 86 178 0 17590 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 71080

[startup+20.7015 s]
/proc/loadavg: 1.16 1.70 1.83 2/66 12709
/proc/meminfo: memFree=988048/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=71080 CPUtime=20.67
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 19045 0 0 0 2057 10 0 0 25 0 1 0 235179529 72785920 16405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555591 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 17770 16405 86 178 0 17590 0
Current children cumulated CPU time (s) 20.67
Current children cumulated vsize (KiB) 71080

[startup+22.3017 s]
/proc/loadavg: 1.15 1.69 1.82 2/66 12709
/proc/meminfo: memFree=988112/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=71080 CPUtime=22.27
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 19045 0 0 0 2217 10 0 0 25 0 1 0 235179529 72785920 16405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 17770 16405 86 178 0 17590 0
Current children cumulated CPU time (s) 22.27
Current children cumulated vsize (KiB) 71080

[startup+23.1057 s]
/proc/loadavg: 1.15 1.69 1.82 2/66 12709
/proc/meminfo: memFree=988112/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=71080 CPUtime=23.08
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 19045 0 0 0 2298 10 0 0 25 0 1 0 235179529 72785920 16405 1992294400 134512640 135243866 4294956256 18446744073709551615 134556191 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 17770 16405 86 178 0 17590 0
Current children cumulated CPU time (s) 23.08
Current children cumulated vsize (KiB) 71080

[startup+23.5018 s]
/proc/loadavg: 1.15 1.69 1.82 2/66 12709
/proc/meminfo: memFree=988112/2055920 swapFree=4159924/4192956
[pid=12708] ppid=12706 vsize=71080 CPUtime=23.47
/proc/12708/stat : 12708 (minisat_static) R 12706 12708 12671 0 -1 4194304 19045 0 0 0 2337 10 0 0 25 0 1 0 235179529 72785920 16405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/12708/statm: 17770 16405 86 178 0 17590 0
Current children cumulated CPU time (s) 23.47
Current children cumulated vsize (KiB) 71080

Child status: 20
Real time (s): 23.5503
CPU time (s): 23.5344
CPU user time (s): 23.4144
CPU system time (s): 0.119981
CPU usage (%): 99.9324
Max. virtual memory (cumulated for all children) (KiB): 86008

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

runsolver used 0.021996 second user time and 0.071989 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-11 21:51:04
IDJOB=1796169
IDBENCH=20343
IDSOLVER=568
FILE ID=node32/1796169-1242071463
PBS_JOBID= 9277596
Free space on /tmp= 66024 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796169-1242071463/watcher-1796169-1242071463 -o /tmp/evaluation-result-1796169-1242071463/solver-1796169-1242071463 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796169-1242071463.cnf

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

MD5SUM BENCH= 770fa9cd880a43d98e936f33f4e86d7a
RANDOM SEED=572416198

node32.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.216
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.216
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:       1054056 kB
Buffers:         68408 kB
Cached:         844324 kB
SwapCached:      26620 kB
Active:         194164 kB
Inactive:       746484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1054056 kB
SwapTotal:     4192956 kB
SwapFree:      4159924 kB
Dirty:           13144 kB
Writeback:           0 kB
Mapped:          14144 kB
Slab:            46952 kB
Committed_AS:   835676 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66024 MiB
End job on node32 at 2009-05-11 21:51:27