Trace number 1807424

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-core 070721UNSAT 3.10853 3.10985

General information on the benchmark

NameCRAFTED/parity-games/
instance_n5_i6_pp_ci_ce.cnf
MD5SUM2cb95a73fc66a1c6328b2127a33b0a14
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.91171
Satisfiable
(Un)Satisfiability was proved
Number of variables4380
Number of clauses31980
Sum of the clauses size102772
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27508
Number of clauses of size 313398
Number of clauses of size 47973
Number of clauses of size 53006
Number of clauses of size over 595

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:  4380                                                 |
0.00/0.00	|  Number of clauses:    31980                                                |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |    4380    31980   102772 |    10660        0    nan |  0.000 % |
0.00/0.03	|       100 |    4373    31980   102772 |    11726       93     10 |  0.320 % |
0.00/0.04	|       251 |    4360    31980   102772 |    12898      240     15 |  0.479 % |
0.00/0.06	|       481 |    4360    31980   102772 |    14188      468     21 |  0.594 % |
0.07/0.10	|       818 |    4344    31731   102109 |    15607      792     22 |  1.050 % |
0.09/0.14	|      1324 |    4342    31731   102109 |    17168     1295     24 |  1.256 % |
0.19/0.22	|      2085 |    4324    31487   101500 |    18884     2054     23 |  1.279 % |
0.29/0.36	|      3227 |    4323    31482   101485 |    20773     3189     24 |  1.347 % |
0.59/0.62	|      4935 |    4321    31460   101427 |    22850     4893     23 |  1.347 % |
1.09/1.11	|      7497 |    4319    31443   101382 |    25135     7453     25 |  1.461 % |
1.89/1.94	|     11341 |    4319    31443   101382 |    27649    11296     27 |  1.530 % |
3.09/3.10	===============================================================================
3.09/3.10	restarts              : 11
3.09/3.10	conflicts             : 15016          (4840 /sec)
3.09/3.10	decisions             : 34188          (1.28 % random) (11019 /sec)
3.09/3.10	propagations          : 5340885        (1721462 /sec)
3.09/3.10	conflict literals     : 393641         (40.46 % deleted)
3.09/3.10	Memory used           : 5.67 MB
3.09/3.10	CPU time              : 3.10253 s
3.09/3.10	
3.09/3.10	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-1807424-1242157792/watcher-1807424-1242157792 -o /tmp/evaluation-result-1807424-1242157792/solver-1807424-1242157792 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1807424-1242157792.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.92 0.96 0.91 3/65 3333
/proc/meminfo: memFree=1197032/2055920 swapFree=4173816/4192956
[pid=3333] ppid=3331 vsize=2348 CPUtime=0
/proc/3333/stat : 3333 (minisat_static) R 3331 3333 3268 0 -1 4194304 345 0 0 0 0 0 0 0 20 0 1 0 243808883 2404352 330 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/3333/statm: 587 332 58 171 0 413 0

[startup+0.0827861 s]
/proc/loadavg: 0.92 0.96 0.91 3/65 3333
/proc/meminfo: memFree=1197032/2055920 swapFree=4173816/4192956
[pid=3333] ppid=3331 vsize=3756 CPUtime=0.07
/proc/3333/stat : 3333 (minisat_static) R 3331 3333 3268 0 -1 4194304 703 0 0 0 7 0 0 0 20 0 1 0 243808883 3846144 688 1992294400 134512640 135213614 4294956256 18446744073709551615 134526699 0 0 4096 3 0 0 0 17 1 0 0
/proc/3333/statm: 939 688 77 171 0 765 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3756

[startup+0.101788 s]
/proc/loadavg: 0.92 0.96 0.91 3/65 3333
/proc/meminfo: memFree=1197032/2055920 swapFree=4173816/4192956
[pid=3333] ppid=3331 vsize=3756 CPUtime=0.09
/proc/3333/stat : 3333 (minisat_static) R 3331 3333 3268 0 -1 4194304 711 0 0 0 9 0 0 0 20 0 1 0 243808883 3846144 696 1992294400 134512640 135213614 4294956256 18446744073709551615 134741534 0 0 4096 3 0 0 0 17 1 0 0
/proc/3333/statm: 939 696 77 171 0 765 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3756

[startup+0.30181 s]
/proc/loadavg: 0.92 0.96 0.91 3/65 3333
/proc/meminfo: memFree=1197032/2055920 swapFree=4173816/4192956
[pid=3333] ppid=3331 vsize=4032 CPUtime=0.29
/proc/3333/stat : 3333 (minisat_static) R 3331 3333 3268 0 -1 4194304 775 0 0 0 29 0 0 0 22 0 1 0 243808883 4128768 760 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/3333/statm: 1008 760 77 171 0 834 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4032

[startup+0.701855 s]
/proc/loadavg: 0.92 0.96 0.91 3/65 3333
/proc/meminfo: memFree=1197032/2055920 swapFree=4173816/4192956
[pid=3333] ppid=3331 vsize=4296 CPUtime=0.69
/proc/3333/stat : 3333 (minisat_static) R 3331 3333 3268 0 -1 4194304 859 0 0 0 69 0 0 0 25 0 1 0 243808883 4399104 844 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/3333/statm: 1074 844 77 171 0 900 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4296

[startup+1.50195 s]
/proc/loadavg: 0.92 0.96 0.91 2/66 3334
/proc/meminfo: memFree=1193696/2055920 swapFree=4173816/4192956
[pid=3333] ppid=3331 vsize=4968 CPUtime=1.49
/proc/3333/stat : 3333 (minisat_static) R 3331 3333 3268 0 -1 4194304 1016 0 0 0 149 0 0 0 25 0 1 0 243808883 5087232 1001 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/3333/statm: 1242 1001 77 171 0 1068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4968

[startup+3.10113 s]
/proc/loadavg: 0.93 0.96 0.91 2/66 3334
/proc/meminfo: memFree=1192736/2055920 swapFree=4173816/4192956
[pid=3333] ppid=3331 vsize=5804 CPUtime=3.09
/proc/3333/stat : 3333 (minisat_static) R 3331 3333 3268 0 -1 4194304 1219 0 0 0 309 0 0 0 25 0 1 0 243808883 5943296 1204 1992294400 134512640 135213614 4294956256 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 1 0 0
/proc/3333/statm: 1451 1204 77 171 0 1277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5804

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

Child status: 20
Real time (s): 3.10985
CPU time (s): 3.10853
CPU user time (s): 3.10253
CPU system time (s): 0.005999
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 5804

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

runsolver used 0.008998 second user time and 0.012998 second system time

The end

Launcher Data

Begin job on node85 at 2009-05-12 21:49:52
IDJOB=1807424
IDBENCH=71626
IDSOLVER=651
FILE ID=node85/1807424-1242157792
PBS_JOBID= 9289770
Free space on /tmp= 126392 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n5_i6_pp_ci_ce.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807424-1242157792/watcher-1807424-1242157792 -o /tmp/evaluation-result-1807424-1242157792/solver-1807424-1242157792 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1807424-1242157792.cnf

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

MD5SUM BENCH= 2cb95a73fc66a1c6328b2127a33b0a14
RANDOM SEED=1747204955

node85.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.238
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.238
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:       1197448 kB
Buffers:         66376 kB
Cached:         722800 kB
SwapCached:      14244 kB
Active:         255744 kB
Inactive:       549732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1197448 kB
SwapTotal:     4192956 kB
SwapFree:      4173816 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          13596 kB
Slab:            38948 kB
Committed_AS:   821916 kB
PageTables:       1372 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= 126392 MiB
End job on node85 at 2009-05-12 21:49:55