Trace number 1775422

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 34.6577 34.6757

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.2474
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

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 |                                                                             |
1.59/1.66	c |  Number of variables:        194762                                         |
1.59/1.66	c |  Number of clauses:          503406                                         |
1.59/1.66	c |  Parse time:                   1.59 s                                       |
4.38/4.49	c |  Simplification time:          2.80 s                                       |
4.38/4.49	c |                                                                             |
4.38/4.49	c ============================[ Search Statistics ]==============================
4.38/4.49	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.38/4.49	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.38/4.49	c ===============================================================================
4.48/4.52	c |       100 |   22146   103231   334364 |    37851       97      5 | 33.953 % |
4.48/4.58	c |       250 |   22042   103231   334364 |    41636      245      5 | 34.006 % |
4.58/4.66	c |       475 |   22025   103231   334364 |    45800      469      6 | 34.015 % |
4.78/4.83	c |       812 |   22025   103231   334364 |    50380      806      6 | 34.015 % |
4.98/5.07	c |      1318 |   22025   103231   334364 |    55418     1312      6 | 34.015 % |
5.48/5.54	c |      2077 |   22025   102210   330724 |    60960     2063      6 | 34.015 % |
5.98/6.04	c |      3216 |   21963   102102   330373 |    67056     3195      6 | 34.047 % |
6.18/6.27	c |      4924 |   21932   101564   328397 |    73761     4867      6 | 34.063 % |
6.58/6.63	c |      7486 |   21799   101564   328397 |    81137     7423      7 | 34.131 % |
7.38/7.47	c |     11330 |   21705   100409   324481 |    89251    11141      7 | 34.179 % |
8.28/8.38	c |     17096 |   21387    98622   318512 |    98176    16554      7 | 34.342 % |
10.28/10.30	c |     25745 |   21387    98348   317584 |   107994    25152      7 | 34.342 % |
12.78/12.88	c |     38719 |   21227    97642   315183 |   118793    37754      8 | 34.425 % |
18.08/18.11	c |     58180 |   20822    94755   305192 |   130673    55559      9 | 34.633 % |
28.58/28.67	c |     87372 |   20533    92699   297646 |   143740    81565     11 | 34.781 % |
34.58/34.66	c ===============================================================================
34.58/34.66	c restarts              : 255
34.58/34.66	c conflicts             : 97733          (2831 /sec)
34.58/34.66	c decisions             : 508896         (14739 /sec)
34.58/34.66	c propagations          : 31054354       (899429 /sec)
34.58/34.66	c conflict literals     : 1191928        (25.40 % deleted)
34.58/34.66	c Memory used           : 57.79 MB
34.58/34.66	c CPU time              : 34.5268 s
34.58/34.66	c 
34.58/34.66	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-1775422-1241225724/watcher-1775422-1241225724 -o /tmp/evaluation-result-1775422-1241225724/solver-1775422-1241225724 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1775422-1241225724.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: 1.02 1.04 1.00 3/64 23724
/proc/meminfo: memFree=1105976/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=7996 CPUtime=0
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 507 0 0 0 0 0 0 0 18 0 1 0 150606045 8187904 491 1992294400 4194304 5092341 548682068848 18446744073709551615 4209789 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 2047 491 62 219 0 1825 0

[startup+0.083944 s]
/proc/loadavg: 1.02 1.04 1.00 3/64 23724
/proc/meminfo: memFree=1105976/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=28748 CPUtime=0.07
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 5044 0 0 0 5 2 0 0 18 0 1 0 150606045 29437952 5006 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 7187 5006 63 219 0 6965 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28748

[startup+0.102945 s]
/proc/loadavg: 1.02 1.04 1.00 3/64 23724
/proc/meminfo: memFree=1105976/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=29408 CPUtime=0.09
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 5249 0 0 0 7 2 0 0 18 0 1 0 150606045 30113792 5211 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 7352 5212 63 219 0 7130 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29408

[startup+0.301964 s]
/proc/loadavg: 1.02 1.04 1.00 3/64 23724
/proc/meminfo: memFree=1105976/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=36760 CPUtime=0.29
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 7474 0 0 0 26 3 0 0 19 0 1 0 150606045 37642240 7334 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 9190 7334 63 219 0 8968 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36760

[startup+0.703006 s]
/proc/loadavg: 1.02 1.04 1.00 3/64 23724
/proc/meminfo: memFree=1105976/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=45196 CPUtime=0.69
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 10509 0 0 0 64 5 0 0 22 0 1 0 150606045 46280704 9939 1992294400 4194304 5092341 548682068848 18446744073709551615 4270245 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 11299 9939 63 219 0 11077 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45196

[startup+1.50109 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 23725
/proc/meminfo: memFree=1060784/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=55872 CPUtime=1.48
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 13938 0 0 0 142 6 0 0 25 0 1 0 150606045 57212928 13064 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 13968 13064 63 219 0 13746 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 55872

[startup+3.10125 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 23725
/proc/meminfo: memFree=1050224/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=66212 CPUtime=3.09
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 16364 0 0 0 301 8 0 0 25 0 1 0 150606045 67801088 15034 1992294400 4194304 5092341 548682068848 18446744073709551615 4203213 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 16553 15034 87 219 0 16331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66212

[startup+6.30158 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 23725
/proc/meminfo: memFree=1057072/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=56580 CPUtime=6.28
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 19061 0 0 0 618 10 0 0 25 0 1 0 150606045 57937920 12256 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 14145 12256 103 219 0 13923 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 56580

[startup+12.7012 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 23725
/proc/meminfo: memFree=1055864/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=56580 CPUtime=12.68
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 19372 0 0 0 1258 10 0 0 25 0 1 0 150606045 57937920 12567 1992294400 4194304 5092341 548682068848 18446744073709551615 4246796 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 14145 12567 103 219 0 13923 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56580

[startup+25.5016 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 23725
/proc/meminfo: memFree=1053432/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=59176 CPUtime=25.47
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 19970 0 0 0 2536 11 0 0 25 0 1 0 150606045 60596224 13165 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 14794 13165 103 219 0 14572 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 59176

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

[startup+28.7019 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 23725
/proc/meminfo: memFree=1052920/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=59176 CPUtime=28.67
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 20118 0 0 0 2856 11 0 0 25 0 1 0 150606045 60596224 13313 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 14794 13313 103 219 0 14572 0
Current children cumulated CPU time (s) 28.67
Current children cumulated vsize (KiB) 59176

[startup+31.9052 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 23725
/proc/meminfo: memFree=1052344/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=59176 CPUtime=31.88
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 20267 0 0 0 3176 12 0 0 25 0 1 0 150606045 60596224 13462 1992294400 4194304 5092341 548682068848 18446744073709551615 4241984 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 14794 13462 103 219 0 14572 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 59176

[startup+33.5014 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 23725
/proc/meminfo: memFree=1052152/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=59176 CPUtime=33.48
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 20333 0 0 0 3336 12 0 0 25 0 1 0 150606045 60596224 13528 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 14794 13528 103 219 0 14572 0
Current children cumulated CPU time (s) 33.48
Current children cumulated vsize (KiB) 59176

[startup+34.3015 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 23725
/proc/meminfo: memFree=1051960/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=59176 CPUtime=34.28
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 20367 0 0 0 3416 12 0 0 25 0 1 0 150606045 60596224 13562 1992294400 4194304 5092341 548682068848 18446744073709551615 4248614 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 14794 13562 103 219 0 14572 0
Current children cumulated CPU time (s) 34.28
Current children cumulated vsize (KiB) 59176

[startup+34.5015 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 23725
/proc/meminfo: memFree=1051960/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=59176 CPUtime=34.48
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 20374 0 0 0 3436 12 0 0 25 0 1 0 150606045 60596224 13569 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 14794 13569 103 219 0 14572 0
Current children cumulated CPU time (s) 34.48
Current children cumulated vsize (KiB) 59176

[startup+34.6015 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 23725
/proc/meminfo: memFree=1051960/2055920 swapFree=4180888/4192956
[pid=23724] ppid=23722 vsize=59176 CPUtime=34.58
/proc/23724/stat : 23724 (minisat) R 23722 23724 23660 0 -1 4194304 20376 0 0 0 3446 12 0 0 25 0 1 0 150606045 60596224 13571 1992294400 4194304 5092341 548682068848 18446744073709551615 4244047 0 0 4096 3 0 0 0 17 1 0 0
/proc/23724/statm: 14794 13571 103 219 0 14572 0
Current children cumulated CPU time (s) 34.58
Current children cumulated vsize (KiB) 59176

Child status: 20
Real time (s): 34.6757
CPU time (s): 34.6577
CPU user time (s): 34.5267
CPU system time (s): 0.13098
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 77524

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

runsolver used 0.036994 second user time and 0.077988 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-02 02:55:25
IDJOB=1775422
IDBENCH=71758
IDSOLVER=608
FILE ID=node24/1775422-1241225724
PBS_JOBID= 9224788
Free space on /tmp= 66456 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775422-1241225724/watcher-1775422-1241225724 -o /tmp/evaluation-result-1775422-1241225724/solver-1775422-1241225724 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1775422-1241225724.cnf

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED=1678949581

node24.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.232
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.232
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:       1106456 kB
Buffers:         82944 kB
Cached:         762624 kB
SwapCached:       5860 kB
Active:          49600 kB
Inactive:       804312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1106456 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:           10080 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            81452 kB
Committed_AS:   697904 kB
PageTables:       1440 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= 66456 MiB
End job on node24 at 2009-05-02 02:56:00