Trace number 1797992

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 112.546 112.597

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.1331
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

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:  104479                                               |
0.00/0.00	|  Number of clauses:    500869                                               |
0.29/0.31	|  Parsing time:         0.28         s                                       |
0.29/0.36	============================[ Search Statistics ]==============================
0.29/0.36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.36	===============================================================================
0.29/0.36	|         0 |   74753   345115   849024 |   115038        0    nan |  0.000 % |
0.39/0.48	|       100 |   74752   345115   849024 |   126542       99    190 | 28.574 % |
0.69/0.73	|       255 |   74430   345115   849024 |   139196      251    119 | 32.162 % |
0.99/1.01	|       482 |   70737   324050   801566 |   153116      472    119 | 34.488 % |
1.39/1.43	|       819 |   68179   310843   771828 |   168427      802    111 | 35.253 % |
1.89/1.96	|      1325 |   67752   310843   771828 |   185270     1305    133 | 37.873 % |
3.19/3.25	|      2084 |   64457   290229   726065 |   203797     2053    134 | 38.306 % |
4.58/4.65	|      3224 |   64455   290225   726057 |   224177     3191    185 | 38.308 % |
6.98/7.02	|      4933 |   63068   282827   709510 |   246594     4891    197 | 39.636 % |
11.99/12.09	|      7499 |   62965   282414   708625 |   271254     7439    218 | 39.759 % |
19.48/19.57	|     11343 |   60324   268830   677715 |   298379    11174    215 | 42.685 % |
32.67/32.76	|     17109 |   58784   260231   658375 |   328217    16854    228 | 43.749 % |
53.87/53.91	|     25758 |   58454   257707   652115 |   361039    25414    245 | 44.067 % |
88.85/88.90	|     38734 |   56633   246002   623925 |   397143    32213    238 | 45.906 % |
112.44/112.58	===============================================================================
112.44/112.58	restarts              : 14
112.44/112.58	conflicts             : 45721          (407 /sec)
112.44/112.58	decisions             : 366803         (1.44 % random) (3263 /sec)
112.44/112.58	propagations          : 162151658      (1442362 /sec)
112.44/112.58	conflict literals     : 10352523       (26.15 % deleted)
112.44/112.58	Memory used           : 63.78 MB
112.44/112.58	CPU time              : 112.421 s
112.44/112.58	
112.44/112.58	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-1797992-1242084638/watcher-1797992-1242084638 -o /tmp/evaluation-result-1797992-1242084638/solver-1797992-1242084638 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797992-1242084638.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.98 0.99 2/64 14411
/proc/meminfo: memFree=1228120/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=2732 CPUtime=0
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 550 0 0 0 0 0 0 0 20 0 1 0 236492702 2797568 535 1992294400 134512640 135213614 4294956256 18446744073709551615 134745475 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 719 543 58 171 0 545 0

[startup+0.0160229 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 14411
/proc/meminfo: memFree=1228120/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=6432 CPUtime=0
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 1310 0 0 0 0 0 0 0 20 0 1 0 236492702 6586368 1267 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 1608 1270 58 171 0 1434 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6432

[startup+0.101033 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 14411
/proc/meminfo: memFree=1228120/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=13408 CPUtime=0.09
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 3116 0 0 0 8 1 0 0 20 0 1 0 236492702 13729792 3073 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 3352 3074 58 171 0 3178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13408

[startup+0.301055 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 14411
/proc/meminfo: memFree=1228120/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=26904 CPUtime=0.29
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 6362 0 0 0 26 3 0 0 22 0 1 0 236492702 27549696 6319 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 6726 6319 58 171 0 6552 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26904

[startup+0.701103 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 14411
/proc/meminfo: memFree=1228120/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=30416 CPUtime=0.69
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 6812 0 0 0 66 3 0 0 25 0 1 0 236492702 31145984 6769 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 7604 6769 78 171 0 7430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30416

[startup+1.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1201232/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=30596 CPUtime=1.49
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 6824 0 0 0 146 3 0 0 25 0 1 0 236492702 31330304 6781 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 7649 6781 78 171 0 7475 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30596

[startup+3.10138 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1201104/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=30596 CPUtime=3.09
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 6824 0 0 0 306 3 0 0 25 0 1 0 236492702 31330304 6781 1992294400 134512640 135213614 4294956256 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 7649 6781 78 171 0 7475 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30596

[startup+6.30276 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1200088/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=31916 CPUtime=6.28
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 7134 0 0 0 625 3 0 0 25 0 1 0 236492702 32681984 7091 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 7979 7091 78 171 0 7805 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31916

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1197080/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=35084 CPUtime=12.68
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 7929 0 0 0 1264 4 0 0 25 0 1 0 236492702 35926016 7886 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 8771 7886 78 171 0 8597 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35084

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1191064/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=40708 CPUtime=25.48
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 9346 0 0 0 2542 6 0 0 25 0 1 0 236492702 41684992 9303 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 10177 9303 78 171 0 10003 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40708

[startup+51.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1179544/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=52596 CPUtime=51.05
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 12294 0 0 0 5097 8 0 0 25 0 1 0 236492702 53858304 12251 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 13149 12251 78 171 0 12975 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 52596

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1168344/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=63460 CPUtime=102.25
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 15003 0 0 0 10214 11 0 0 25 0 1 0 236492702 64983040 14960 1992294400 134512640 135213614 4294956256 18446744073709551615 134529537 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 15865 14960 78 171 0 15691 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 63460

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

[startup+108.703 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1167128/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=64912 CPUtime=108.64
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 15376 0 0 0 10853 11 0 0 25 0 1 0 236492702 66469888 15333 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 16228 15333 78 171 0 16054 0
Current children cumulated CPU time (s) 108.64
Current children cumulated vsize (KiB) 64912

[startup+110.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1166680/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=65176 CPUtime=110.24
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 15444 0 0 0 11013 11 0 0 25 0 1 0 236492702 66740224 15401 1992294400 134512640 135213614 4294956256 18446744073709551615 134526887 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 16294 15401 78 171 0 16120 0
Current children cumulated CPU time (s) 110.24
Current children cumulated vsize (KiB) 65176

[startup+111.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1166488/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=65308 CPUtime=111.84
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 15491 0 0 0 11173 11 0 0 25 0 1 0 236492702 66875392 15448 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 16327 15448 78 171 0 16153 0
Current children cumulated CPU time (s) 111.84
Current children cumulated vsize (KiB) 65308

[startup+112.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1166360/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=65308 CPUtime=112.24
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 15495 0 0 0 11213 11 0 0 25 0 1 0 236492702 66875392 15452 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 16327 15452 78 171 0 16153 0
Current children cumulated CPU time (s) 112.24
Current children cumulated vsize (KiB) 65308

[startup+112.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 14412
/proc/meminfo: memFree=1166360/2055920 swapFree=4179992/4192956
[pid=14411] ppid=14409 vsize=65308 CPUtime=112.44
/proc/14411/stat : 14411 (minisat_static) R 14409 14411 13912 0 -1 4194304 15497 0 0 0 11233 11 0 0 25 0 1 0 236492702 66875392 15454 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/14411/statm: 16327 15454 78 171 0 16153 0
Current children cumulated CPU time (s) 112.44
Current children cumulated vsize (KiB) 65308

Child status: 20
Real time (s): 112.597
CPU time (s): 112.546
CPU user time (s): 112.421
CPU system time (s): 0.124981
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 65308

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

runsolver used 0.096985 second user time and 0.249962 second system time

The end

Launcher Data

Begin job on node75 at 2009-05-12 01:30:38
IDJOB=1797992
IDBENCH=71006
IDSOLVER=651
FILE ID=node75/1797992-1242084638
PBS_JOBID= 9277595
Free space on /tmp= 66340 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797992-1242084638/watcher-1797992-1242084638 -o /tmp/evaluation-result-1797992-1242084638/solver-1797992-1242084638 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797992-1242084638.cnf

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=1986970387

node75.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.213
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.213
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:       1228536 kB
Buffers:         75368 kB
Cached:         670712 kB
SwapCached:       7224 kB
Active:         197380 kB
Inactive:       557940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1228536 kB
SwapTotal:     4192956 kB
SwapFree:      4179992 kB
Dirty:            9284 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            57960 kB
Committed_AS:   671536 kB
PageTables:       1420 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= 66340 MiB
End job on node75 at 2009-05-12 01:32:31