Trace number 1775302

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 53.0919 53.1394

General information on the benchmark

Namemanol-pipe-g10id.cnf
MD5SUM79b8866c5f4be7f699958174c5be63e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.9006
Satisfiable
(Un)Satisfiability was proved
Number of variables159638
Number of clauses473596
Sum of the clauses size1105056
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2315730
Number of clauses of size 3157865
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	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.49/0.58	c |  Number of variables:        159638                                         |
0.49/0.58	c |  Number of clauses:          473595                                         |
0.49/0.58	c |  Parse time:                   0.52 s                                       |
3.09/3.19	c |  Simplification time:          2.56 s                                       |
3.09/3.19	c |                                                                             |
3.09/3.19	c ============================[ Search Statistics ]==============================
3.09/3.19	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.09/3.19	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.09/3.19	c ===============================================================================
3.19/3.26	c |       100 |   34900   215597   945963 |    79052       95     19 |  0.291 % |
3.39/3.40	c |       250 |   34900   215597   945963 |    86957      245     14 |  0.291 % |
3.49/3.56	c |       475 |   34900   215597   945963 |    95653      470     21 |  0.291 % |
3.79/3.85	c |       812 |   34900   215597   945963 |   105218      807     18 |  0.291 % |
4.09/4.10	c |      1318 |   34890   212229   930395 |   115740     1309     19 |  0.297 % |
4.49/4.55	c |      2077 |   34849   211943   928866 |   127314     1964     18 |  0.323 % |
4.69/4.78	c |      3216 |   34535   211943   928866 |   140045     3098     21 |  0.519 % |
5.19/5.29	c |      4924 |   34510   208257   913534 |   154050     4780     22 |  0.535 % |
5.79/5.88	c |      7486 |   34499   208026   912679 |   169455     7338     27 |  0.542 % |
6.99/7.05	c |     11330 |   34430   207384   910299 |   186401    11157     28 |  0.585 % |
8.18/8.28	c |     17096 |   34396   207040   909161 |   205041    16910     33 |  0.606 % |
10.00/10.05	c |     25745 |   33580   200972   886205 |   225545    24681     36 |  1.118 % |
11.89/11.93	c |     38719 |   33405   197563   872615 |   248099    37574     37 |  1.227 % |
15.39/15.44	c |     58180 |   33096   195558   864882 |   272909    56832     39 |  1.421 % |
20.29/20.30	c |     87372 |   32807   191804   850865 |   300200    85745     41 |  1.602 % |
28.59/28.63	c |    131161 |   32782   191360   849099 |   330220   129448     42 |  1.617 % |
45.94/46.04	c |    196845 |   32665   191018   847765 |   363242   165070     40 |  1.691 % |
53.04/53.12	c ===============================================================================
53.04/53.12	c restarts              : 572
53.04/53.12	c conflicts             : 244912         (4633 /sec)
53.04/53.12	c decisions             : 839845         (15887 /sec)
53.04/53.12	c propagations          : 58965119       (1115391 /sec)
53.04/53.12	c conflict literals     : 9613098        (22.05 % deleted)
53.04/53.12	c Memory used           : 120.57 MB
53.04/53.12	c CPU time              : 52.865 s
53.04/53.12	c 
53.04/53.12	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-1775302-1241224617/watcher-1775302-1241224617 -o /tmp/evaluation-result-1775302-1241224617/solver-1775302-1241224617 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1775302-1241224617.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.98 0.99 2/64 2614
/proc/meminfo: memFree=1226648/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=7752 CPUtime=0
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 464 0 0 0 0 0 0 0 20 0 1 0 150495859 7938048 448 1992294400 4194304 5092341 548682068848 18446744073709551615 4269100 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 1938 449 63 219 0 1716 0

[startup+0.103279 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 2614
/proc/meminfo: memFree=1226648/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=15944 CPUtime=0.09
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 2743 0 0 0 8 1 0 0 21 0 1 0 150495859 16326656 2617 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 3986 2618 63 219 0 3764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15944

[startup+0.201296 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 2614
/proc/meminfo: memFree=1226648/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=22428 CPUtime=0.19
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 5022 0 0 0 17 2 0 0 22 0 1 0 150495859 22966272 4656 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 5607 4657 63 219 0 5385 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 22428

[startup+0.301314 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 2614
/proc/meminfo: memFree=1226648/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=29712 CPUtime=0.29
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 7261 0 0 0 26 3 0 0 23 0 1 0 150495859 30425088 6673 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 7428 6674 63 219 0 7206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29712

[startup+0.701387 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 2614
/proc/meminfo: memFree=1226648/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=61012 CPUtime=0.69
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 14044 0 0 0 62 7 0 0 25 0 1 0 150495859 62476288 12623 1992294400 4194304 5092341 548682068848 18446744073709551615 4215279 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 15253 12623 87 219 0 15031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61012

[startup+1.50153 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1168144/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=74660 CPUtime=1.49
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 17340 0 0 0 141 8 0 0 25 0 1 0 150495859 76451840 15919 1992294400 4194304 5092341 548682068848 18446744073709551615 4225131 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 18665 15919 87 219 0 18443 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74660

[startup+3.10182 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1156112/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=87764 CPUtime=3.09
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 19955 0 0 0 300 9 0 0 25 0 1 0 150495859 89870336 17598 1992294400 4194304 5092341 548682068848 18446744073709551615 4528023 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 21485 17598 195 219 0 21263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87764

[startup+6.30141 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1173016/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=64712 CPUtime=6.29
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 21328 0 0 0 618 11 0 0 25 0 1 0 150495859 66265088 13425 1992294400 4194304 5092341 548682068848 18446744073709551615 4241906 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 16178 13425 103 219 0 15956 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64712

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1167528/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=74444 CPUtime=12.68
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 22962 0 0 0 1256 12 0 0 25 0 1 0 150495859 76230656 15059 1992294400 4194304 5092341 548682068848 18446744073709551615 4250102 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 18611 15059 103 219 0 18389 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 74444

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1154088/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=83204 CPUtime=25.48
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 26134 0 0 0 2533 15 0 0 25 0 1 0 150495859 85200896 18231 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 20801 18231 103 219 0 20579 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83204

[startup+51.1016 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1128808/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=122780 CPUtime=51.04
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 32489 0 0 0 5084 20 0 0 25 0 1 0 150495859 125726720 24586 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 30695 24586 103 219 0 30473 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 122780

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

[startup+51.2016 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1128808/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=122780 CPUtime=51.14
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 32501 0 0 0 5094 20 0 0 25 0 1 0 150495859 125726720 24598 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 30695 24598 103 219 0 30473 0
Current children cumulated CPU time (s) 51.14
Current children cumulated vsize (KiB) 122780

[startup+52.0018 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1127976/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=123244 CPUtime=51.94
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 32663 0 0 0 5174 20 0 0 25 0 1 0 150495859 126201856 24760 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 30811 24760 103 219 0 30589 0
Current children cumulated CPU time (s) 51.94
Current children cumulated vsize (KiB) 123244

[startup+52.8019 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1127400/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=123456 CPUtime=52.74
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 32772 0 0 0 5254 20 0 0 25 0 1 0 150495859 126418944 24869 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 30864 24869 103 219 0 30642 0
Current children cumulated CPU time (s) 52.74
Current children cumulated vsize (KiB) 123456

[startup+53.002 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1127400/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=123456 CPUtime=52.94
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 32788 0 0 0 5274 20 0 0 25 0 1 0 150495859 126418944 24885 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 30864 24885 103 219 0 30642 0
Current children cumulated CPU time (s) 52.94
Current children cumulated vsize (KiB) 123456

[startup+53.102 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 2615
/proc/meminfo: memFree=1127400/2055920 swapFree=4180836/4192956
[pid=2614] ppid=2612 vsize=123456 CPUtime=53.04
/proc/2614/stat : 2614 (minisat) R 2612 2614 2577 0 -1 4194304 32796 0 0 0 5284 20 0 0 25 0 1 0 150495859 126418944 24893 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/2614/statm: 30864 24893 103 219 0 30642 0
Current children cumulated CPU time (s) 53.04
Current children cumulated vsize (KiB) 123456

Child status: 20
Real time (s): 53.1394
CPU time (s): 53.0919
CPU user time (s): 52.865
CPU system time (s): 0.226965
CPU usage (%): 99.9107
Max. virtual memory (cumulated for all children) (KiB): 123456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.865
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32808
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= 1
involuntary context switches= 193

runsolver used 0.053991 second user time and 0.147977 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-02 02:36:57
IDJOB=1775302
IDBENCH=71717
IDSOLVER=608
FILE ID=node2/1775302-1241224617
PBS_JOBID= 9224786
Free space on /tmp= 66244 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT_RACE06/manol-pipe-g10id.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775302-1241224617/watcher-1775302-1241224617 -o /tmp/evaluation-result-1775302-1241224617/solver-1775302-1241224617 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1775302-1241224617.cnf

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

MD5SUM BENCH= 79b8866c5f4be7f699958174c5be63e9
RANDOM SEED=1803502565

node2.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.265
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.265
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:       1227064 kB
Buffers:         83784 kB
Cached:         636864 kB
SwapCached:       5932 kB
Active:          41012 kB
Inactive:       687956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1227064 kB
SwapTotal:     4192956 kB
SwapFree:      4180836 kB
Dirty:            9228 kB
Writeback:           0 kB
Mapped:          13968 kB
Slab:            85772 kB
Committed_AS:   884548 kB
PageTables:       1468 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= 66244 MiB
End job on node2 at 2009-05-02 02:37:51