Trace number 1589933

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 104.84 104.881

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark73.1389
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
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:  104481                                               |
0.00/0.00	|  Number of clauses:    500875                                               |
0.69/0.76	|  Parsing time:         0.72         s                                       |
1.89/1.95	============================[ Search Statistics ]==============================
1.89/1.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.89/1.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.89/1.95	===============================================================================
1.89/1.95	|         0 |   49268   289617   789194 |    96539        0    nan |  0.000 % |
1.99/2.10	|       101 |   49256   289617   789194 |   106192      100    102 | 28.955 % |
2.29/2.33	|       252 |   49256   289617   789194 |   116812      251     79 | 28.955 % |
2.59/2.64	|       478 |   49256   289617   789194 |   128493      477     89 | 28.955 % |
3.09/3.10	|       817 |   48325   283651   773657 |   141342      814    100 | 29.354 % |
3.49/3.54	|      1323 |   48115   283383   772936 |   155477     1314    110 | 31.199 % |
4.39/4.47	|      2082 |   45357   265109   725899 |   171024     2057    116 | 32.479 % |
5.79/5.80	|      3221 |   43517   254024   696848 |   188127     3178    115 | 34.188 % |
7.79/7.83	|      4931 |   43426   254024   696848 |   206939     4884    139 | 35.469 % |
10.58/10.68	|      7493 |   41655   241009   663087 |   227633     7427    146 | 35.792 % |
16.78/16.86	|     11337 |   41129   237283   653129 |   250397    11246    153 | 36.241 % |
28.58/28.67	|     17106 |   41071   236867   652127 |   275437    16964    151 | 37.887 % |
47.08/47.11	|     25755 |   39348   225361   622656 |   302980    25579    166 | 38.048 % |
81.96/82.01	|     38732 |   35398   196561   549555 |   333278    30745    186 | 41.726 % |
104.76/104.86	===============================================================================
104.76/104.86	restarts              : 14
104.76/104.86	conflicts             : 45744          (437 /sec)
104.76/104.86	decisions             : 284469         (1.42 % random) (2717 /sec)
104.76/104.86	propagations          : 113171934      (1080833 /sec)
104.76/104.86	conflict literals     : 8216990        (33.66 % deleted)
104.76/104.86	Memory used           : 67.97 MB
104.76/104.86	CPU time              : 104.708 s
104.76/104.86	
104.76/104.86	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-1589933-1239113911/watcher-1589933-1239113911 -o /tmp/evaluation-result-1589933-1239113911/solver-1589933-1239113911 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589933-1239113911.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: 1.00 1.00 1.00 3/73 25985
/proc/meminfo: memFree=1810664/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=3008 CPUtime=0
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 600 0 0 0 0 0 0 0 20 0 1 0 1184056191 3080192 585 1992294400 134512640 135243866 4294956256 18446744073709551615 134553583 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 752 585 65 178 0 572 0

[startup+0.073222 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 25985
/proc/meminfo: memFree=1810664/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=14000 CPUtime=0.06
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 3230 0 0 0 5 1 0 0 20 0 1 0 1184056191 14336000 3202 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 3500 3203 65 178 0 3320 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14000

[startup+0.101226 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 25985
/proc/meminfo: memFree=1810664/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=15428 CPUtime=0.09
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 3581 0 0 0 8 1 0 0 20 0 1 0 1184056191 15798272 3553 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 3857 3555 65 178 0 3677 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15428

[startup+0.301264 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 25985
/proc/meminfo: memFree=1810664/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=22396 CPUtime=0.29
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 5345 0 0 0 28 1 0 0 22 0 1 0 1184056191 22933504 5317 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 5599 5317 65 178 0 5419 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22396

[startup+0.701341 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 25985
/proc/meminfo: memFree=1810664/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=39584 CPUtime=0.69
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 9010 0 0 0 66 3 0 0 25 0 1 0 1184056191 40534016 8982 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 9896 8982 65 178 0 9716 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39584

[startup+1.50149 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 25986
/proc/meminfo: memFree=1770720/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=54244 CPUtime=1.49
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 12437 0 0 0 144 5 0 0 25 0 1 0 1184056191 55545856 12409 1992294400 134512640 135243866 4294956256 18446744073709551615 134745725 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 13561 12409 80 178 0 13381 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54244

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 25986
/proc/meminfo: memFree=1765408/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=48564 CPUtime=3.09
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 12955 0 0 0 303 6 0 0 25 0 1 0 1184056191 49729536 11221 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 12141 11221 87 178 0 11961 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48564

[startup+6.30141 s]
/proc/loadavg: 1.16 1.03 1.01 2/74 25986
/proc/meminfo: memFree=1765408/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=48564 CPUtime=6.29
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 12959 0 0 0 623 6 0 0 25 0 1 0 1184056191 49729536 11225 1992294400 134512640 135243866 4294956256 18446744073709551615 134567907 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 12141 11225 87 178 0 11961 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48564

[startup+12.7016 s]
/proc/loadavg: 1.15 1.03 1.01 2/74 25986
/proc/meminfo: memFree=1765416/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=48564 CPUtime=12.68
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 12960 0 0 0 1262 6 0 0 25 0 1 0 1184056191 49729536 11226 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 12141 11226 87 178 0 11961 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48564

[startup+25.5011 s]
/proc/loadavg: 1.11 1.03 1.01 2/74 25986
/proc/meminfo: memFree=1763368/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=51004 CPUtime=25.48
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 13544 0 0 0 2541 7 0 0 25 0 1 0 1184056191 52228096 11810 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 12751 11810 87 178 0 12571 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51004

[startup+51.102 s]
/proc/loadavg: 1.07 1.03 1.01 2/74 25986
/proc/meminfo: memFree=1754728/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=59688 CPUtime=51.07
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 15712 0 0 0 5098 9 0 0 25 0 1 0 1184056191 61120512 13978 1992294400 134512640 135243866 4294956256 18446744073709551615 134565130 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 14922 13978 87 178 0 14742 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59688

[startup+102.307 s]
/proc/loadavg: 1.03 1.02 1.00 2/74 25986
/proc/meminfo: memFree=1745064/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=69332 CPUtime=102.25
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 18116 0 0 0 10214 11 0 0 25 0 1 0 1184056191 70995968 16382 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 17333 16382 87 178 0 17153 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 69332

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

[startup+103.901 s]
/proc/loadavg: 1.03 1.02 1.00 2/74 25986
/proc/meminfo: memFree=1744872/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=69596 CPUtime=103.86
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 18184 0 0 0 10374 12 0 0 25 0 1 0 1184056191 71266304 16450 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 17399 16450 87 178 0 17219 0
Current children cumulated CPU time (s) 103.86
Current children cumulated vsize (KiB) 69596

[startup+104.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/74 25986
/proc/meminfo: memFree=1744872/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=69596 CPUtime=104.26
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 18198 0 0 0 10414 12 0 0 25 0 1 0 1184056191 71266304 16464 1992294400 134512640 135243866 4294956256 18446744073709551615 134565130 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 17399 16464 87 178 0 17219 0
Current children cumulated CPU time (s) 104.26
Current children cumulated vsize (KiB) 69596

[startup+104.701 s]
/proc/loadavg: 1.03 1.02 1.00 2/74 25986
/proc/meminfo: memFree=1744680/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=69596 CPUtime=104.66
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 18201 0 0 0 10454 12 0 0 25 0 1 0 1184056191 71266304 16467 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 17399 16467 87 178 0 17219 0
Current children cumulated CPU time (s) 104.66
Current children cumulated vsize (KiB) 69596

[startup+104.801 s]
/proc/loadavg: 1.03 1.02 1.00 2/74 25986
/proc/meminfo: memFree=1744680/2055920 swapFree=4173932/4192956
[pid=25985] ppid=25983 vsize=69596 CPUtime=104.76
/proc/25985/stat : 25985 (minisat_static) R 25983 25985 25914 0 -1 4194304 18204 0 0 0 10464 12 0 0 25 0 1 0 1184056191 71266304 16470 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/25985/statm: 17399 16470 87 178 0 17219 0
Current children cumulated CPU time (s) 104.76
Current children cumulated vsize (KiB) 69596

Child status: 20
Real time (s): 104.881
CPU time (s): 104.84
CPU user time (s): 104.708
CPU system time (s): 0.131979
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 69596

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

runsolver used 0.107983 second user time and 0.282956 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-07 16:18:32
IDJOB=1589933
IDBENCH=70974
IDSOLVER=568
FILE ID=node76/1589933-1239113911
PBS_JOBID= 9110817
Free space on /tmp= 66444 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589933-1239113911/watcher-1589933-1239113911 -o /tmp/evaluation-result-1589933-1239113911/solver-1589933-1239113911 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589933-1239113911.cnf

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=1661267084

node76.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.259
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.259
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:       1811080 kB
Buffers:         37884 kB
Cached:         125312 kB
SwapCached:      10680 kB
Active:          45056 kB
Inactive:       130380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811080 kB
SwapTotal:     4192956 kB
SwapFree:      4173932 kB
Dirty:            9304 kB
Writeback:           0 kB
Mapped:          18140 kB
Slab:            54440 kB
Committed_AS:  3285884 kB
PageTables:       2048 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= 66440 MiB
End job on node76 at 2009-04-07 16:20:17