Trace number 1723547

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 54.8527 54.8703

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 benchmark30.3264
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.59/0.62	c |  Number of variables:        159638                                         |
0.59/0.62	c |  Number of clauses:          473595                                         |
0.59/0.62	c |  Parse time:                   0.56 s                                       |
3.29/3.33	c |  Simplification time:          2.67 s                                       |
3.29/3.33	c |                                                                             |
3.29/3.33	c ============================[ Search Statistics ]==============================
3.29/3.33	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.29/3.33	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.29/3.33	c ===============================================================================
3.39/3.41	c |       100 |   34900   215597   945963 |    79052       95     19 |  0.291 % |
3.49/3.55	c |       250 |   34900   215597   945963 |    86957      245     14 |  0.291 % |
3.69/3.71	c |       475 |   34900   215597   945963 |    95653      470     21 |  0.291 % |
3.99/4.00	c |       812 |   34900   215597   945963 |   105218      807     18 |  0.291 % |
4.19/4.27	c |      1318 |   34890   212229   930395 |   115740     1309     19 |  0.297 % |
4.69/4.73	c |      2077 |   34849   211943   928866 |   127314     1964     18 |  0.323 % |
4.89/4.96	c |      3216 |   34535   211943   928866 |   140045     3098     21 |  0.519 % |
5.39/5.49	c |      4924 |   34510   208257   913534 |   154050     4780     22 |  0.535 % |
6.09/6.10	c |      7486 |   34499   208026   912679 |   169455     7338     27 |  0.542 % |
7.29/7.32	c |     11330 |   34430   207384   910299 |   186401    11157     28 |  0.585 % |
8.49/8.58	c |     17096 |   34396   207040   909161 |   205041    16910     33 |  0.606 % |
10.38/10.42	c |     25745 |   33580   200972   886205 |   225545    24681     36 |  1.118 % |
12.29/12.38	c |     38719 |   33405   197563   872615 |   248099    37574     37 |  1.227 % |
15.98/16.03	c |     58180 |   33096   195558   864882 |   272909    56832     39 |  1.421 % |
20.98/21.08	c |     87372 |   32807   191804   850865 |   300200    85745     41 |  1.602 % |
29.59/29.68	c |    131161 |   32782   191360   849099 |   330220   129448     42 |  1.617 % |
47.48/47.50	c |    196845 |   32665   191018   847765 |   363242   165070     40 |  1.691 % |
54.77/54.85	c ===============================================================================
54.77/54.85	c restarts              : 572
54.77/54.85	c conflicts             : 244912         (4483 /sec)
54.77/54.85	c decisions             : 839845         (15373 /sec)
54.77/54.85	c propagations          : 58965119       (1079321 /sec)
54.77/54.85	c conflict literals     : 9613098        (22.05 % deleted)
54.77/54.85	c Memory used           : 120.57 MB
54.77/54.85	c CPU time              : 54.6317 s
54.77/54.85	c 
54.77/54.85	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-1723547-1240686984/watcher-1723547-1240686984 -o /tmp/evaluation-result-1723547-1240686984/solver-1723547-1240686984 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1723547-1240686984.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/65 18341
/proc/meminfo: memFree=1633664/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=7612 CPUtime=0
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 428 0 0 0 0 0 0 0 18 0 1 0 96726849 7794688 412 1992294400 4194304 5092341 548682068848 18446744073709551615 4214989 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 1903 414 63 219 0 1681 0

[startup+0.0269441 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18341
/proc/meminfo: memFree=1633664/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=9360 CPUtime=0.02
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 941 0 0 0 2 0 0 0 18 0 1 0 96726849 9584640 925 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 2340 932 63 219 0 2118 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9360

[startup+0.101946 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18341
/proc/meminfo: memFree=1633664/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=15344 CPUtime=0.09
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 2640 0 0 0 8 1 0 0 18 0 1 0 96726849 15712256 2514 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 3836 2514 63 219 0 3614 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15344

[startup+0.30197 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18341
/proc/meminfo: memFree=1633664/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=29184 CPUtime=0.29
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 6973 0 0 0 26 3 0 0 19 0 1 0 96726849 29884416 6385 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 7296 6386 63 219 0 7074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29184

[startup+0.702021 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 18341
/proc/meminfo: memFree=1633664/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=61012 CPUtime=0.69
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 13949 0 0 0 63 6 0 0 22 0 1 0 96726849 62476288 12528 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 15253 12528 87 219 0 15031 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61012

[startup+1.50112 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1579448/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=73292 CPUtime=1.49
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 17138 0 0 0 141 8 0 0 25 0 1 0 96726849 75051008 15717 1992294400 4194304 5092341 548682068848 18446744073709551615 4270245 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 18323 15717 87 219 0 18101 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73292

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1565240/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=89996 CPUtime=3.09
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 19792 0 0 0 300 9 0 0 25 0 1 0 96726849 92155904 18371 1992294400 4194304 5092341 548682068848 18446744073709551615 4219516 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 22499 18371 87 219 0 22277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89996

[startup+6.30173 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1580280/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=64712 CPUtime=6.29
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 21319 0 0 0 619 10 0 0 25 0 1 0 96726849 66265088 13416 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 16178 13416 103 219 0 15956 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 64712

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1575744/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=68604 CPUtime=12.69
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 22780 0 0 0 1258 11 0 0 25 0 1 0 96726849 70250496 14877 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 17151 14877 103 219 0 16929 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68604

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1561536/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=83204 CPUtime=25.48
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 25984 0 0 0 2534 14 0 0 25 0 1 0 96726849 85200896 18081 1992294400 4194304 5092341 548682068848 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 20801 18081 103 219 0 20579 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83204

[startup+51.1024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1537664/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=122104 CPUtime=51.08
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 32103 0 0 0 5089 19 0 0 25 0 1 0 96726849 125034496 24200 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 30526 24200 103 219 0 30304 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 122104

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

[startup+52.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1535360/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=122780 CPUtime=52.68
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 32484 0 0 0 5248 20 0 0 25 0 1 0 96726849 125726720 24581 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 30695 24581 103 219 0 30473 0
Current children cumulated CPU time (s) 52.68
Current children cumulated vsize (KiB) 122780

[startup+53.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1535360/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=123244 CPUtime=53.48
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 32648 0 0 0 5328 20 0 0 25 0 1 0 96726849 126201856 24745 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 30811 24745 103 219 0 30589 0
Current children cumulated CPU time (s) 53.48
Current children cumulated vsize (KiB) 123244

[startup+54.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1534592/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=123456 CPUtime=54.28
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 32751 0 0 0 5408 20 0 0 25 0 1 0 96726849 126418944 24848 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 30864 24848 103 219 0 30642 0
Current children cumulated CPU time (s) 54.28
Current children cumulated vsize (KiB) 123456

[startup+54.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1534592/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=123456 CPUtime=54.67
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 32786 0 0 0 5447 20 0 0 25 0 1 0 96726849 126418944 24883 1992294400 4194304 5092341 548682068848 18446744073709551615 4241443 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 30864 24883 103 219 0 30642 0
Current children cumulated CPU time (s) 54.67
Current children cumulated vsize (KiB) 123456

[startup+54.8019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18342
/proc/meminfo: memFree=1534592/2055920 swapFree=4192812/4192956
[pid=18341] ppid=18339 vsize=123456 CPUtime=54.77
/proc/18341/stat : 18341 (minisat) R 18339 18341 18085 0 -1 4194304 32795 0 0 0 5457 20 0 0 25 0 1 0 96726849 126418944 24892 1992294400 4194304 5092341 548682068848 18446744073709551615 4249648 0 0 4096 3 0 0 0 17 1 0 0
/proc/18341/statm: 30864 24892 103 219 0 30642 0
Current children cumulated CPU time (s) 54.77
Current children cumulated vsize (KiB) 123456

Child status: 20
Real time (s): 54.8703
CPU time (s): 54.8527
CPU user time (s): 54.6317
CPU system time (s): 0.220966
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 123456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.6317
system time used= 0.220966
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= 2
involuntary context switches= 144

runsolver used 0.054991 second user time and 0.153976 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-25 21:16:25
IDJOB=1723547
IDBENCH=71717
IDSOLVER=546
FILE ID=node54/1723547-1240686984
PBS_JOBID= 9186700
Free space on /tmp= 66272 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-1723547-1240686984/watcher-1723547-1240686984 -o /tmp/evaluation-result-1723547-1240686984/solver-1723547-1240686984 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1723547-1240686984.cnf

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

MD5SUM BENCH= 79b8866c5f4be7f699958174c5be63e9
RANDOM SEED=811610061

node54.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.234
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.234
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:       1634080 kB
Buffers:         49624 kB
Cached:         283980 kB
SwapCached:        140 kB
Active:         163608 kB
Inactive:       185488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9096 kB
Writeback:           0 kB
Mapped:          25092 kB
Slab:            58664 kB
Committed_AS:   342580 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66272 MiB
End job on node54 at 2009-04-25 21:17:20